aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_dialback.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_dialback: Remove d-w-d feature0.11.9Kim Alvefur2021-05-121-22/+0
* mod_dialback: Use correct host for certificate check (fixes #1381)Kim Alvefur2019-06-231-2/+1
* mod_dialback: Use constant-time comparison with hmacMatthew Wild2021-05-121-1/+2
* mod_dialback: Ignore unused arguments [luacheck]Kim Alvefur2018-02-041-2/+2
* mod_dialback: Expand abbrevationKim Alvefur2018-02-041-1/+1
* mod_dialback: Split long line [luacheck]Kim Alvefur2018-02-041-1/+2
* mod_dialback: Use renamed API for hooking non-stanza tagsKim Alvefur2018-02-041-2/+2
* Backed out changeset 89c42aff8510: The problem in ejabberd has reportedly bee...Kim Alvefur2018-02-041-0/+8
* mod_dialback: Copy function from mod_s2s instead of depending on it, which ma...Kim Alvefur2017-12-051-1/+13
* mod_dialback: Follow XEP-0185 and use HMACKim Alvefur2016-01-191-2/+3
* mod_dialback, mod_saslauth: Remove broken fallback to dialback on SASL EXTERN...Kim Alvefur2014-09-231-8/+0
* mod_dialback: Move d-w-d after to/from validationKim Alvefur2014-09-011-9/+9
* mod_dialback: Respect dwd config optionKim Alvefur2014-07-091-1/+1
* mod_dialback.lua: Only check certificates on secure connectionsKim Alvefur2014-07-041-6/+8
* mod_dialback: Short-circuit dialback auth if certificate is considered validKim Alvefur2014-07-041-0/+10
* mod_dialback: Keep the same dialback secret across module reloadsKim Alvefur2014-07-031-1/+9
* hostmanager, mod_dialback: Move generation of dialback secret out of coreKim Alvefur2014-05-221-1/+4
* mod_dialback: Change level of some log statements to be more appropriateKim Alvefur2013-08-101-2/+2
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-10/+10
* s2smanager, mod_s2s, mod_dialback, mod_saslauth: Move s2smanager.make_authent...Matthew Wild2013-03-221-3/+2
* mod_s2s, mod_dialback: Rename s2s-authenticate-legacy event to s2sout-authent...Matthew Wild2013-03-101-1/+1
* mod_dialback: Correctly check if a connection was destroyed (thanks iron)Kim Alvefur2012-09-051-1/+1
* mod_dialback: Ignore <db:verify/> with a 'type' attribute on incoming connect...Matthew Wild2012-07-271-0/+5
* Hopefully inert commit to clean up logging across a number of modules, removi...Matthew Wild2012-07-231-2/+1
* mod_dialback: Skip an unnecessary nameprep.Waqas Hussain2012-06-151-1/+1
* mod_dialback: Remove a remaining usage of string.format, ick.Matthew Wild2012-05-111-3/+1
* mod_dialback: Final sweep to get nameprep + error handling in order (hopefully)Matthew Wild2012-05-111-13/+6
* mod_dialback: Fix logic bug - we should have both a to and from at this pointMatthew Wild2012-05-111-1/+1
* Merge with MarandaMatthew Wild2012-05-111-2/+16
|\
| * Merge with backoutMatthew Wild2012-05-111-1/+5
| |\
| | * Backed out changeset 9f1fb34cd7f8 - obsoleted by 5ef05f32bc42.Matthew Wild2012-05-111-15/+9
| * | Merge with backoutMatthew Wild2012-05-111-3/+1
| |\ \ | | |/ | |/|
| | * Backed out changeset 751510cd558d - obsoleted by 5ef05f32bc42.Matthew Wild2012-05-111-3/+0
| * | mod_dialback: make change a bit more wide, encompass to and from and reject w...Marco Cirillo2012-05-091-9/+15
| * | mod_dialback: add better safe then sorry nameprepping to the from attribute.Marco Cirillo2012-05-091-3/+9
| |/
| * mod_dialback: COMPAT reset session.send function for servers (e.g. ejabberd) ...Marco Cirillo2012-05-091-0/+3
* | mod_s2s, s2smanager, mod_dialback: Move addition of session.send() on s2sin t...Matthew Wild2012-05-101-14/+15
|/
* mod_dialback: Remove unused declaration of xmlns_dialbackMatthew Wild2012-04-281-1/+0
* mod_dialback, mod_s2s: Log initiation of dialback in mod_dialbackKim Alvefur2012-03-031-0/+2
* mod_s2s, mod_dialback: Rename event to s2s-authenticate-legacyKim Alvefur2012-03-031-1/+1
* mod_s2s, mod_dialback: Event on pre-XMPP streams, so we can try dialback.Kim Alvefur2012-03-031-0/+5
* mod_dialback: Remove unused import of s2smanager.send_to_host()Kim Alvefur2012-03-031-2/+0
* mod_dialback: import util.hashes and functionality once in s2smanager.Florian Zeitz2012-02-241-7/+23
* Merge 0.8->trunkMatthew Wild2011-06-071-4/+4
|\
| * mod_dialback: More robust handling of multiple outstanding dialback requests ...Matthew Wild2011-06-061-4/+4
* | mod_dialback: Remove <optional/> from stream feature, as per latest specs.Waqas Hussain2011-05-071-1/+1
* | Merge 0.8->trunkMatthew Wild2011-04-051-2/+1
|\|
| * mod_dialback: Use session:close() on dialback failure instead of s2smanager.d...Matthew Wild2011-03-211-2/+1
* | s2s: SASL EXTERNALPaul Aurich2010-11-211-2/+12
|/
* mod_dialback: Fixed indentation.Waqas Hussain2010-10-161-5/+5