log

age author description
Sat, 15 Nov 2008 23:10:41 +0000 Matthew Wild If iq child element has no xmlns, use parent's
Sat, 15 Nov 2008 23:09:08 +0000 Matthew Wild Fix mod_roster to use session.send for sending stanzas
Sat, 15 Nov 2008 22:07:31 +0000 Matthew Wild Small fix for mod_version
Sat, 15 Nov 2008 22:36:22 +0100 Tobias Markmann Providing some human readable error messages and some fixes.
Sun, 16 Nov 2008 02:28:32 +0500 Waqas Hussain Using md5.sum rather than hashes.md5 because we don't want hexadecimal
Sun, 16 Nov 2008 02:27:22 +0500 Waqas Hussain mod_saslauth: Code cleanup
Sat, 15 Nov 2008 22:30:09 +0100 Tobias Markmann Made SASL module fit the new interface.
Sun, 16 Nov 2008 02:10:01 +0500 Waqas Hussain base64 encode the sasl responses
Sun, 16 Nov 2008 01:54:14 +0500 Waqas Hussain Started using realm in password hashing, and added support for error message replies from sasl
Sat, 15 Nov 2008 19:50:22 +0000 Matthew Wild Comment out DIGEST-MD5 until it is fully implemented
Sat, 15 Nov 2008 19:44:09 +0000 Matthew Wild Merge new SASL code from Tobias and Waqas
Sat, 15 Nov 2008 20:28:49 +0100 Tobias Markmann Merging with Waqas' code.
Sat, 15 Nov 2008 20:28:09 +0100 Tobias Markmann Set username in a SASL object.
Sun, 16 Nov 2008 00:25:28 +0500 Waqas Hussain Set username on SASL success
Sat, 15 Nov 2008 19:25:51 +0100 Tobias Markmann Merge with Waqas changes to mod_saslauth.
Sat, 15 Nov 2008 19:23:55 +0100 Tobias Markmann Made PLAIN method in sasl.lua module follow new interface.
Sat, 15 Nov 2008 23:20:07 +0500 Waqas Hussain mod_saslauth: Added base64 decoding, encoding check, and cleaned the code up.
Sat, 15 Nov 2008 19:12:05 +0100 Tobias Markmann Adding some TODO for some security issue.
Sat, 15 Nov 2008 13:47:17 +0100 Tobias Markmann Merging my new SASL code with Waqas' adjusted saslauth module.
Sat, 15 Nov 2008 12:21:04 +0500 Waqas Hussain mod_saslauth updated for digest-md5
Wed, 12 Nov 2008 21:38:46 +0100 Tobias Markmann Rewrote SASL Digest-MD5 responce generating code, fixed some realm related issue and tested it successfully with Psi. Thanks to dwd, remko and jake.
Mon, 10 Nov 2008 16:29:19 +0100 Tobias Markmann Merging.
Mon, 10 Nov 2008 16:28:15 +0100 Tobias Markmann Forward response stanzas to sasl.lua and some other stuff.
Sun, 09 Nov 2008 22:45:17 +0100 Tobias Markmann Fixing some parsing and some other stuff.
Sun, 09 Nov 2008 21:16:57 +0100 Tobias Markmann Some early attempts on DIGEST-MD5.
Sat, 15 Nov 2008 19:32:58 +0000 Matthew Wild Fix logging of disconnect reason, and also sending of unavailable presence on disconnect
Sat, 15 Nov 2008 19:13:28 +0000 Matthew Wild Fix routing of outbound iq stanzas
Sat, 15 Nov 2008 19:12:23 +0000 Matthew Wild Add tests for core.stanza_router
Sat, 15 Nov 2008 19:11:38 +0000 Matthew Wild Add new logger for tests to use
Sat, 15 Nov 2008 19:05:01 +0000 Matthew Wild Some fixes for our test runner