Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_dialback: Fix potential traceback in case of missing addressing | Kim Alvefur | 2019-11-02 | 1 | -0/+1 |
| | | | | | | Not tested. Assuming nothing good comes from continuing the program flow after this. The connection should get closed and the event gets aborted by a traceback anyways. | ||||
* | mod_dialback: Abort early if request is missing addressing attributes | Kim Alvefur | 2019-11-02 | 1 | -0/+5 |
| | | | | Prevents traceback from passing nil to nameprep() | ||||
* | mod_dialback: Ignore unused arguments [luacheck] | Kim Alvefur | 2018-02-04 | 1 | -2/+2 |
| | |||||
* | mod_dialback: Expand abbrevation | Kim Alvefur | 2018-02-04 | 1 | -1/+1 |
| | |||||
* | mod_dialback: Split long line [luacheck] | Kim Alvefur | 2018-02-04 | 1 | -1/+2 |
| | |||||
* | mod_dialback: Use renamed API for hooking non-stanza tags | Kim Alvefur | 2018-02-04 | 1 | -2/+2 |
| | |||||
* | Backed out changeset 89c42aff8510: The problem in ejabberd has reportedly ↵ | Kim Alvefur | 2018-02-04 | 1 | -0/+8 |
| | | | | been resolved and this change causes more problems than it solves (fixes #1006) | ||||
* | mod_dialback: Copy function from mod_s2s instead of depending on it, which ↵ | Kim Alvefur | 2017-12-05 | 1 | -1/+13 |
| | | | | made it harder to disable s2s (fixes #1050) | ||||
* | mod_dialback: Follow XEP-0185 and use HMAC | Kim Alvefur | 2016-01-19 | 1 | -2/+3 |
| | |||||
* | mod_dialback, mod_saslauth: Remove broken fallback to dialback on SASL ↵ | Kim Alvefur | 2014-09-23 | 1 | -8/+0 |
| | | | | EXTERNAL failure | ||||
* | mod_dialback: Move d-w-d after to/from validation | Kim Alvefur | 2014-09-01 | 1 | -9/+9 |
| | |||||
* | mod_dialback: Respect dwd config option | Kim Alvefur | 2014-07-09 | 1 | -1/+1 |
| | |||||
* | mod_dialback.lua: Only check certificates on secure connections | Kim Alvefur | 2014-07-04 | 1 | -6/+8 |
| | |||||
* | mod_dialback: Short-circuit dialback auth if certificate is considered valid | Kim Alvefur | 2014-07-04 | 1 | -0/+10 |
| | |||||
* | mod_dialback: Keep the same dialback secret across module reloads | Kim Alvefur | 2014-07-03 | 1 | -1/+9 |
| | |||||
* | hostmanager, mod_dialback: Move generation of dialback secret out of core | Kim Alvefur | 2014-05-22 | 1 | -1/+4 |
| | |||||
* | mod_dialback: Change level of some log statements to be more appropriate | Kim Alvefur | 2013-08-10 | 1 | -2/+2 |
| | |||||
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -10/+10 |
| | |||||
* | s2smanager, mod_s2s, mod_dialback, mod_saslauth: Move ↵ | Matthew Wild | 2013-03-22 | 1 | -3/+2 |
| | | | | s2smanager.make_authenticated() to mod_s2s, and plugins now signal authentication via the s2s-authenticated event | ||||
* | mod_s2s, mod_dialback: Rename s2s-authenticate-legacy event to ↵ | Matthew Wild | 2013-03-10 | 1 | -1/+1 |
| | | | | s2sout-authenticate-legacy for clarity. Also, hello! | ||||
* | mod_dialback: Correctly check if a connection was destroyed (thanks iron) | Kim Alvefur | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | mod_dialback: Ignore <db:verify/> with a 'type' attribute on incoming ↵ | Matthew Wild | 2012-07-27 | 1 | -0/+5 |
| | | | | connections, instead of interpreting them as a request to verify a key | ||||
* | Hopefully inert commit to clean up logging across a number of modules, ↵ | Matthew Wild | 2012-07-23 | 1 | -2/+1 |
| | | | | removing all cases of concatenation when building log messages | ||||
* | mod_dialback: Skip an unnecessary nameprep. | Waqas Hussain | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | mod_dialback: Remove a remaining usage of string.format, ick. | Matthew Wild | 2012-05-11 | 1 | -3/+1 |
| | |||||
* | mod_dialback: Final sweep to get nameprep + error handling in order (hopefully) | Matthew Wild | 2012-05-11 | 1 | -13/+6 |
| | |||||
* | mod_dialback: Fix logic bug - we should have both a to and from at this point | Matthew Wild | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | Merge with Maranda | Matthew Wild | 2012-05-11 | 1 | -2/+16 |
|\ | |||||
| * | Merge with backout | Matthew Wild | 2012-05-11 | 1 | -1/+5 |
| |\ | |||||
| | * | Backed out changeset 9f1fb34cd7f8 - obsoleted by 5ef05f32bc42. | Matthew Wild | 2012-05-11 | 1 | -15/+9 |
| | | | |||||
| * | | Merge with backout | Matthew Wild | 2012-05-11 | 1 | -3/+1 |
| |\ \ | | |/ | |/| | |||||
| | * | Backed out changeset 751510cd558d - obsoleted by 5ef05f32bc42. | Matthew Wild | 2012-05-11 | 1 | -3/+0 |
| | | | |||||
| * | | mod_dialback: make change a bit more wide, encompass to and from and reject ↵ | Marco Cirillo | 2012-05-09 | 1 | -9/+15 |
| | | | | | | | | | | | | with proper addressing when neither are there. | ||||
| * | | mod_dialback: add better safe then sorry nameprepping to the from attribute. | Marco Cirillo | 2012-05-09 | 1 | -3/+9 |
| |/ | |||||
| * | mod_dialback: COMPAT reset session.send function for servers (e.g. ejabberd) ↵ | Marco Cirillo | 2012-05-09 | 1 | -0/+3 |
| | | | | | | | | which don't include a from attr when opening the stream. | ||||
* | | mod_s2s, s2smanager, mod_dialback: Move addition of session.send() on s2sin ↵ | Matthew Wild | 2012-05-10 | 1 | -14/+15 |
|/ | | | | to after they are authenticated (thus from mod_s2s to s2smanager). Update mod_dialback to fire route/remote directly, as session.send() is no longer available for s2sin_unauthed. Fixes #291. | ||||
* | mod_dialback: Remove unused declaration of xmlns_dialback | Matthew Wild | 2012-04-28 | 1 | -1/+0 |
| | |||||
* | mod_dialback, mod_s2s: Log initiation of dialback in mod_dialback | Kim Alvefur | 2012-03-03 | 1 | -0/+2 |
| | |||||
* | mod_s2s, mod_dialback: Rename event to s2s-authenticate-legacy | Kim Alvefur | 2012-03-03 | 1 | -1/+1 |
| | |||||
* | mod_s2s, mod_dialback: Event on pre-XMPP streams, so we can try dialback. | Kim Alvefur | 2012-03-03 | 1 | -0/+5 |
| | |||||
* | mod_dialback: Remove unused import of s2smanager.send_to_host() | Kim Alvefur | 2012-03-03 | 1 | -2/+0 |
| | |||||
* | mod_dialback: import util.hashes and functionality once in s2smanager. | Florian Zeitz | 2012-02-24 | 1 | -7/+23 |
| | |||||
* | Merge 0.8->trunk | Matthew Wild | 2011-06-07 | 1 | -4/+4 |
|\ | |||||
| * | mod_dialback: More robust handling of multiple outstanding dialback requests ↵ | Matthew Wild | 2011-06-06 | 1 | -4/+4 |
| | | | | | | | | for the same domain, fixes intermittent s2s with some (patched?) ejabberds | ||||
* | | mod_dialback: Remove <optional/> from stream feature, as per latest specs. | Waqas Hussain | 2011-05-07 | 1 | -1/+1 |
| | | |||||
* | | Merge 0.8->trunk | Matthew Wild | 2011-04-05 | 1 | -2/+1 |
|\| | |||||
| * | mod_dialback: Use session:close() on dialback failure instead of ↵ | Matthew Wild | 2011-03-21 | 1 | -2/+1 |
| | | | | | | | | s2smanager.destroy_session() (thanks Zash) | ||||
* | | s2s: SASL EXTERNAL | Paul Aurich | 2010-11-21 | 1 | -2/+12 |
|/ | |||||
* | mod_dialback: Fixed indentation. | Waqas Hussain | 2010-10-16 | 1 | -5/+5 |
| | |||||
* | mod_dialback: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -15/+31 |
| |