mod_dialback: Fix potential traceback in case of missing addressing
|
Kim Alvefur |
2019-11-02 |
mod_dialback: Abort early if request is missing addressing attributes
|
Kim Alvefur |
2019-11-02 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-02-04 |
mod_dialback: Ignore unused arguments [luacheck]
|
Kim Alvefur |
2018-02-04 |
mod_dialback: Expand abbrevation
|
Kim Alvefur |
2018-02-04 |
mod_dialback: Split long line [luacheck]
|
Kim Alvefur |
2018-02-04 |
mod_dialback: Use renamed API for hooking non-stanza tags
|
Kim Alvefur |
2018-02-04 |
Backed out changeset 89c42aff8510: The problem in ejabberd has reportedly been resolved and this change causes more problems than it solves (fixes #1006)
|
Kim Alvefur |
2018-02-04 |
mod_dialback: Use non-deprecated API
|
Kim Alvefur |
2017-12-05 |
mod_dialback: Split long line [luacheck]
|
Kim Alvefur |
2017-12-05 |
mod_dialback: Copy function from mod_s2s instead of depending on it, which made it harder to disable s2s (fixes #1050)
|
Kim Alvefur |
2017-12-05 |
Merge 0.9->0.10
|
Matthew Wild |
2016-01-27 |
mod_dialback: Follow XEP-0185 and use HMAC
|
Kim Alvefur |
2016-01-19 |
mod_dialback: Follow XEP-0185 and use HMAC
|
Kim Alvefur |
2016-01-19 |
mod_dialback, mod_saslauth: Remove broken fallback to dialback on SASL EXTERNAL failure
|
Kim Alvefur |
2014-09-23 |
mod_dialback: Move d-w-d after to/from validation
|
Kim Alvefur |
2014-09-01 |
mod_dialback: Respect dwd config option
|
Kim Alvefur |
2014-07-09 |
mod_dialback.lua: Only check certificates on secure connections
|
Kim Alvefur |
2014-07-04 |
mod_dialback: Short-circuit dialback auth if certificate is considered valid
|
Kim Alvefur |
2014-07-04 |
mod_dialback: Keep the same dialback secret across module reloads
|
Kim Alvefur |
2014-07-03 |
hostmanager, mod_dialback: Move generation of dialback secret out of core
|
Kim Alvefur |
2014-05-22 |
mod_dialback: Change level of some log statements to be more appropriate
|
Kim Alvefur |
2013-08-10 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
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 |
2013-03-22 |
mod_s2s, mod_dialback: Rename s2s-authenticate-legacy event to s2sout-authenticate-legacy for clarity. Also, hello!
|
Matthew Wild |
2013-03-10 |
mod_dialback: Correctly check if a connection was destroyed (thanks iron)
|
Kim Alvefur |
2012-09-05 |
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 |
2012-07-27 |
Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages
|
Matthew Wild |
2012-07-23 |
mod_dialback: Skip an unnecessary nameprep.
|
Waqas Hussain |
2012-06-14 |
mod_dialback: Remove a remaining usage of string.format, ick.
|
Matthew Wild |
2012-05-11 |