sessionmanager: Make session.send() return true unless there really is an error ...
[prosody.git] / plugins / mod_saslauth.lua
2010-03-01 Matthew WildMerge with 0.7/waqas
2010-03-01 Matthew Wildmod_saslauth: Unlock globals while loading cyrus
2010-02-25 Matthew WildMerge with 0.6
2010-02-15 Matthew Wildmod_saslauth: Log debug message with full error if...
2010-02-15 Matthew Wildmod_saslauth: Correct syntax for gracefully handling...
2010-02-14 Waqas Hussainmod_saslauth: Warn and fallback gracefully when Cyrus...
2010-02-13 Matthew Wildmod_saslauth: Don't print raw SASL data to avoid loggin...
2010-02-11 Waqas Hussainmod_saslauth: Hook stream-features event using new...
2010-02-05 Matthew WildMerge with backout
2010-01-11 Waqas Hussainmod_saslauth: Fixed some indentation and added some...
2010-01-11 Waqas Hussainmod_saslauth: Made some variables local to avoid unnece...
2010-01-03 Paul Aurichmod_saslauth: Oops.
2010-01-03 Matthew WildMerge with Paul
2010-01-03 Paul Aurichmod_saslauth: Use module:get_option()
2010-01-03 Paul Aurichmod_saslauth: Add sasl_backend config parameter
2009-12-23 Tobias Markmannmod_saslauth: Adjust sanitizing.
2009-12-23 Tobias Markmannmod_saslauth: Sanitize debugging information so it...
2009-12-23 jorj@jorj.orgadded comment to remind us to fix binary output breakin...
2009-12-22 Tobias Markmannmod_saslauth: Make service_name configurable for CyrusS...
2009-12-22 Tobias Markmannmod_saslauth: Add support for CyrusSASL.
2009-12-21 Matthew Wildmod_saslauth: Requiring c2s encryption means requiring...
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
2010-02-13 Matthew Wildmod_saslauth: Don't print raw SASL data to avoid loggin...
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!
next