Stopped using the lbase64 library
[prosody.git] / plugins / mod_saslauth.lua
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.
2008-11-20 Matthew WildUse a stanza for c2s stream features instead of an...
2008-11-15 Waqas HussainFixed mod_saslauth to use session.send for sending...
2008-11-15 Matthew WildMerge with myself (!)
2008-11-15 Matthew WildMerge from waqas
2008-11-15 Waqas HussainCode cleanup for resource binding
2008-11-15 Tobias MarkmannProviding some human readable error messages and some...
2008-11-15 Tobias MarkmannMade SASL module fit the new interface.
2008-11-15 Waqas HussainUsing md5.sum rather than hashes.md5 because we don...
2008-11-15 Waqas Hussainmod_saslauth: Code cleanup
2008-11-15 Waqas Hussainbase64 encode the sasl responses
2008-11-15 Waqas HussainStarted using realm in password hashing, and added...
2008-11-15 Matthew WildComment out DIGEST-MD5 until it is fully implemented
2008-11-15 Matthew WildMerge new SASL code from Tobias and Waqas
2008-11-15 Tobias MarkmannMerging with Waqas' code.
2008-11-15 Tobias MarkmannSet username in a SASL object.
2008-11-15 Waqas HussainSet username on SASL success
2008-11-15 Tobias MarkmannMerge with Waqas changes to mod_saslauth.
2008-11-15 Waqas Hussainmod_saslauth: Added base64 decoding, encoding check...
2008-11-15 Tobias MarkmannAdding some TODO for some security issue.
2008-11-15 Tobias MarkmannMerging my new SASL code with Waqas' adjusted saslauth...
2008-11-15 Waqas Hussainmod_saslauth updated for digest-md5
2008-11-10 Tobias MarkmannMerging.
2008-11-10 Tobias MarkmannForward response stanzas to sasl.lua and some other...
2008-10-23 Matthew WildTLS/SASL no longer should include the connhandler module
2008-10-22 Matthew WildMerge roster & presence from waqas
2008-10-22 Matthew WildAbstract connections with "connection listeners"
2008-10-04 Matthew WildMerge from waqas
2008-10-04 Matthew WildMerge docs from waqas
2008-10-04 Matthew WildDEPENDS updated by waqas
2008-10-04 Matthew WildFix for destruction of unauthed SASL sessions
2008-10-04 Matthew WildUse xmlns for matching auth tag too
2008-10-04 Matthew WildResource binding, XMPP sessions (whatever they're for...)
2008-10-02 Matthew WildSASL!