Log

description author age
Fixed mod_tls to use session.send for sending stanzas Waqas Hussain 2008-11-16
Fixed servermanager to use session.send for sending stanzas Waqas Hussain 2008-11-16
Removed useless [[local send = require "core.sessionmanager".send_to_session]] from mod_uptime and mod_version Waqas Hussain 2008-11-15
Fixed mod_saslauth to use session.send for sending stanzas Waqas Hussain 2008-11-15
Fixed sessionmanager to not send session in place of stream features... Waqas Hussain 2008-11-15
Fixed mod_register to use session.send for sending stanzas Waqas Hussain 2008-11-15
Fixed mod_private to use session.send for sending stanzas Waqas Hussain 2008-11-15
Fixed sessionmanager to use appropriate method for sending stream features Waqas Hussain 2008-11-15
Fixed mod_legacyauth to use session.send for sending stanzas Waqas Hussain 2008-11-15
Fix mod_vcard to use session.send for sending stanzas Waqas Hussain 2008-11-15
Merge with myself (!) Matthew Wild 2008-11-15
Merge from waqas Matthew Wild 2008-11-15
Code cleanup for resource binding Waqas Hussain 2008-11-15
Unused variables in mod_tls Waqas Hussain 2008-11-15
You can never have too many tests Matthew Wild 2008-11-15
Warn when subtest function does not exist Matthew Wild 2008-11-15
If iq child element has no xmlns, use parent's Matthew Wild 2008-11-15
Fix mod_roster to use session.send for sending stanzas Matthew Wild 2008-11-15
Small fix for mod_version Matthew Wild 2008-11-15
Providing some human readable error messages and some fixes. Tobias Markmann 2008-11-15
Using md5.sum rather than hashes.md5 because we don't want hexadecimal Waqas Hussain 2008-11-15
mod_saslauth: Code cleanup Waqas Hussain 2008-11-15
Made SASL module fit the new interface. Tobias Markmann 2008-11-15
base64 encode the sasl responses Waqas Hussain 2008-11-15
Started using realm in password hashing, and added support for error message replies from sasl Waqas Hussain 2008-11-15
Comment out DIGEST-MD5 until it is fully implemented Matthew Wild 2008-11-15
Merge new SASL code from Tobias and Waqas Matthew Wild 2008-11-15
Merging with Waqas' code. Tobias Markmann 2008-11-15
Set username in a SASL object. Tobias Markmann 2008-11-15
Set username on SASL success Waqas Hussain 2008-11-15
Merge with Waqas changes to mod_saslauth. Tobias Markmann 2008-11-15
Made PLAIN method in sasl.lua module follow new interface. Tobias Markmann 2008-11-15
mod_saslauth: Added base64 decoding, encoding check, and cleaned the code up. Waqas Hussain 2008-11-15
Adding some TODO for some security issue. Tobias Markmann 2008-11-15
Merging my new SASL code with Waqas' adjusted saslauth module. Tobias Markmann 2008-11-15
mod_saslauth updated for digest-md5 Waqas Hussain 2008-11-15
Rewrote SASL Digest-MD5 responce generating code, fixed some realm related issue and tested it successfully with Psi. Thanks to dwd, remko and jake. Tobias Markmann 2008-11-12
Merging. Tobias Markmann 2008-11-10
Forward response stanzas to sasl.lua and some other stuff. Tobias Markmann 2008-11-10
Fixing some parsing and some other stuff. Tobias Markmann 2008-11-09
Some early attempts on DIGEST-MD5. Tobias Markmann 2008-11-09
Fix logging of disconnect reason, and also sending of unavailable presence on disconnect Matthew Wild 2008-11-15
Fix routing of outbound iq stanzas Matthew Wild 2008-11-15
Add tests for core.stanza_router Matthew Wild 2008-11-15
Add new logger for tests to use Matthew Wild 2008-11-15
Some fixes for our test runner Matthew Wild 2008-11-15
Return registered host table when registering a component Matthew Wild 2008-11-15
Log how many queued stanzas we send Waqas Hussain 2008-11-15
Merge from waqas Matthew Wild 2008-11-15
Some bugs fixed Waqas Hussain 2008-11-15
Update hostname for identi.ca Matthew Wild 2008-11-14
Remove some old unused (and empty) functions from s2smanager Matthew Wild 2008-11-14
Only reply with errors if the stanza is not an error or a result (don't know how much bandwidth this just cost me :) ) Matthew Wild 2008-11-14
Update rostermanager to use new logger Matthew Wild 2008-11-14
A treat for Linux users ;) Matthew Wild 2008-11-14
Fix outgoing s2s from components. Fixes #16 Matthew Wild 2008-11-14
Now outgoing s2s sessions are associated with their from_host, fixes #15 Matthew Wild 2008-11-14
Some more logging fixes Matthew Wild 2008-11-14
Yep, s2s definitely works now. This is just a small fix for logging... Matthew Wild 2008-11-14
I knew it ;) Fix sending error replies over s2s (though we shouldn't be error'ing on stream:features anyway) Matthew Wild 2008-11-14