Log

plugins/mod_dialback.lua @ 8457:20c5ace92b19

description author age
mod_dialback: Split long line [luacheck] Kim Alvefur Tue, 05 Dec 2017 12:26:57 +0100
mod_dialback: Copy function from mod_s2s instead of depending on it, which made it harder to disable s2s (fixes #1050) Kim Alvefur Tue, 05 Dec 2017 12:21:51 +0100
Merge 0.9->0.10 Matthew Wild Wed, 27 Jan 2016 20:32:01 +0000
mod_dialback: Follow XEP-0185 and use HMAC Kim Alvefur Tue, 19 Jan 2016 21:31:02 +0100
mod_dialback: Follow XEP-0185 and use HMAC Kim Alvefur Tue, 19 Jan 2016 21:31:02 +0100
mod_dialback, mod_saslauth: Remove broken fallback to dialback on SASL EXTERNAL failure Kim Alvefur Tue, 23 Sep 2014 14:23:01 +0200
mod_dialback: Move d-w-d after to/from validation Kim Alvefur Mon, 01 Sep 2014 20:20:05 +0200
mod_dialback: Respect dwd config option Kim Alvefur Wed, 09 Jul 2014 02:04:16 +0200
mod_dialback.lua: Only check certificates on secure connections Kim Alvefur Fri, 04 Jul 2014 23:04:56 +0200
mod_dialback: Short-circuit dialback auth if certificate is considered valid Kim Alvefur Fri, 04 Jul 2014 21:48:25 +0200
mod_dialback: Keep the same dialback secret across module reloads Kim Alvefur Thu, 03 Jul 2014 15:38:53 +0200
hostmanager, mod_dialback: Move generation of dialback secret out of core Kim Alvefur Thu, 22 May 2014 15:21:22 +0200
mod_dialback: Change level of some log statements to be more appropriate Kim Alvefur Sat, 10 Aug 2013 19:53:22 +0200
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
s2smanager, mod_s2s, mod_dialback, mod_saslauth: Move s2smanager.make_authenticated() to mod_s2s, and plugins now signal authentication via the s2s-authenticated event Matthew Wild Fri, 22 Mar 2013 14:18:23 +0000
mod_s2s, mod_dialback: Rename s2s-authenticate-legacy event to s2sout-authenticate-legacy for clarity. Also, hello! Matthew Wild Sun, 10 Mar 2013 11:25:05 +0000
mod_dialback: Correctly check if a connection was destroyed (thanks iron) Kim Alvefur Wed, 05 Sep 2012 16:51:16 +0200
mod_dialback: Ignore <db:verify/> with a 'type' attribute on incoming connections, instead of interpreting them as a request to verify a key Matthew Wild Fri, 27 Jul 2012 20:29:32 +0100
Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages Matthew Wild Mon, 23 Jul 2012 17:32:33 +0100
mod_dialback: Skip an unnecessary nameprep. Waqas Hussain Fri, 15 Jun 2012 02:53:57 +0500
mod_dialback: Remove a remaining usage of string.format, ick. Matthew Wild Fri, 11 May 2012 14:24:05 +0100
mod_dialback: Final sweep to get nameprep + error handling in order (hopefully) Matthew Wild Fri, 11 May 2012 02:04:29 +0100
mod_dialback: Fix logic bug - we should have both a to and from at this point Matthew Wild Fri, 11 May 2012 01:54:36 +0100
Merge with Maranda Matthew Wild Fri, 11 May 2012 01:53:32 +0100
Merge with backout Matthew Wild Fri, 11 May 2012 01:45:36 +0100
Backed out changeset 9f1fb34cd7f8 - obsoleted by 5ef05f32bc42. Matthew Wild Fri, 11 May 2012 01:39:52 +0100
Merge with backout Matthew Wild Fri, 11 May 2012 01:32:46 +0100
Backed out changeset 751510cd558d - obsoleted by 5ef05f32bc42. Matthew Wild Fri, 11 May 2012 01:29:30 +0100
mod_dialback: make change a bit more wide, encompass to and from and reject with proper addressing when neither are there. Marco Cirillo Wed, 09 May 2012 23:09:06 +0000
mod_dialback: add better safe then sorry nameprepping to the from attribute. Marco Cirillo Wed, 09 May 2012 11:25:22 +0000