mod_saslauth: Requiring c2s encryption means requiring c2s encryption... thanks Flo
[prosody.git] / plugins / mod_saslauth.lua
2009-12-21 Matthew Wildmod_saslauth: Requiring c2s encryption means requiring...
2009-11-29 Tobias MarkmannMerge with tip.
2009-11-28 Matthew Wildmod_saslauth: Fix typo in variable name
2009-11-26 Tobias MarkmannMerged with tip.
2009-11-26 Tobias Markmannmod_saslauth: Allow relogins after failed SASL login.
2009-11-25 Matthew WildMerge with 0.6
2009-11-25 Matthew WildMerge with trunk
2009-11-25 Matthew WildMerge with Tobias's SASL redesign branch
2009-11-19 Tobias MarkmannMerge with trunk.
2009-11-19 Tobias MarkmannUse new cofig option reading API.
2009-11-19 Tobias MarkmannAllow SASL PLAIN over unsecure connections when intende...
2009-11-18 Tobias MarkmannProvide SASL PLAIN mechanism only if TLS is active.
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-10-18 Waqas Hussainmod_saslauth: Fixed access of globals.
2009-10-18 Waqas Hussainmod_saslauth: Marked the im-session stream feature...
2009-10-05 Matthew Wildrequire_encryption deprecated, use c2s_require_encrypti...
2009-10-02 Waqas HussainMerge with 0.5
2009-10-02 Waqas HussainMerge
2009-09-29 Matthew WildMerge with 0.5
2009-09-29 Matthew Wildmod_saslauth: Prep username used for authenticating...
2009-09-07 Waqas HussainMerged with Tobias
2009-09-06 Tobias MarkmannAutomated merge with http://prosody.im/source/hg
2009-09-06 Tobias MarkmannAdd NODEprepping to SASL Digest-MD5 authentication...
2009-08-28 Tobias MarkmannMaking mod_saslauth use the new SASL API.
2009-08-20 Matthew WildMerge with 0.5
2009-08-20 Matthew WildUncertain merge with 0.5's SASL
2009-08-19 Tobias MarkmannUse NODEprep for prepping usernames used during SASL...
2009-08-08 Matthew WildMerge with albert and waqas
2009-08-07 Matthew WildMerge with 0.5
2009-08-05 Matthew Wildmod_saslauth: Fix coding style and layout, and use...
2009-08-05 Matthew Wildmod_saslauth: Fix indentation
2009-08-05 Matthew Wildmod_saslauth: Fix traceback on attempted login for...
2009-08-05 Matthew WildMerge with 0.5
2009-08-05 Matthew WildMerge with 0.5
2009-08-03 Matthew WildMerge with 0.5
2009-07-29 Matthew WildMerge with 0.5
2009-07-28 Matthew WildMerge with 0.5
2009-07-27 Matthew WildMerge with 0.5
2009-07-27 Matthew WildMerge with 0.5
2009-07-24 nick@lupine.me.ukSwitch to using a more generic credentials_callback...
2009-07-23 Nick Thomasmod_saslauth, usermanager: Fetch list of mechanisms...
2009-07-10 Matthew WildRemove version number from copyright headers
2009-07-05 Waqas HussainMerged with trunk
2009-07-05 Tobias MarkmannMerge with main branch.
2009-07-05 Tobias MarkmannRemove to-unicode conversion because it's done in sasl...
2009-07-05 Tobias MarkmannFixed decoding of parameters.
2009-07-01 Waqas HussainMerged with trunk
2009-07-01 Tobias MarkmannMaking sure the node is in unicode when passing it...
2009-06-20 Matthew WildMerge with Tobias
2009-06-20 Tobias MarkmannAdding a parameter for realm to the password_callback.
2009-05-29 Matthew Wildmod_saslauth: Don't offer bind/session when they aren...
2009-05-29 Matthew Wildmod_saslauth, mod_legacyauth: Deny logins to unsecure...
2009-05-19 Matthew WildMerge with 0.4
2009-05-18 Matthew Wildmod_saslauth: Fix logic error which prevented SASL...
2009-04-30 Matthew WildMerge with 0.4
2009-04-30 Matthew Wildmod_saslauth: Remove 2 instances of raising errors...
2009-04-30 Matthew Wildmod_saslauth: Various logging fixes
2009-04-30 Matthew Wildmod_saslauth: Use module logger instead of creating...
2009-04-29 Matthew Wildmod_*: Fix many unnecessary global accesses in modules...
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-22 Matthew Wildmod_*: Fix a load of global accesses
2009-03-30 Matthew WildAutomated merge with ssh://hg@prosody.im/prosody-hg
2009-03-30 Waqas HussainFixed: Some nil access bugs
2009-03-29 Waqas HussainFixed: mod_saslauth: "anonymous_login" currently makes...
2009-03-29 Waqas HussainFixed: mod_saslauth: Changed anonymous host option...
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-03-14 Matthew WildMerge
2009-03-08 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-03-07 Matthew Wildmod_saslauth: Disable SASL ANONYMOUS unless explicitly...
2009-02-16 Matthew WildMerge from waqas
2009-02-16 Matthew WildMerge waqas with waqas
2009-02-14 Tobias MarkmannMerging with tip.
2009-02-14 Tobias MarkmannAdding inital support for ANONYMOUS mechanism in SASL.
2009-01-30 Matthew WildUpdate copyright notices for 2009
2009-01-30 Matthew Wild0.2->0.3
2009-01-30 Matthew WildGPL->MIT!
2009-01-16 Matthew WildFix invalid loglevels in mod_saslauth
2009-01-13 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-13 Waqas Hussainmod_saslauth, mod_tls: minor code cleanup
2008-12-16 Matthew WildMerge from waqas
2008-12-10 Matthew Wild0.1 -> 0.2
2008-12-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-07 Waqas HussainLatin1 support for SASL DIGEST-MD5 (second, and possibl...
2008-12-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-07 Waqas HussainLatin1 support for SASL DIGEST-MD5 (initial commit)
2008-12-05 Matthew WildMerge
2008-12-05 Matthew WildBacked out changeset 099d8a102deb (committed too much)
2008-12-05 Matthew WildAdd TLS socket to readlist before handshake starts...
2008-12-03 Matthew WildAutomated merge with http://84.46.7.57:1234
2008-12-03 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-03 Waqas HussainFix for handling latin1 encoded hostnames in SASL
2008-12-03 Matthew WildMerge from waqas
2008-12-03 Matthew WildInsert copyright/license headers
2008-11-27 Matthew WildMerge from waqas
2008-11-27 Waqas HussainCompletely switched to new hashes library from the...
2008-11-27 Waqas HussainStopped using the lbase64 library
2008-11-27 Matthew WildBumper commit for the new modulemanager API \o/ Updates...
2008-11-23 Tobias MarkmannMerging with main branch.
next