prosody.git
2008-11-16 Waqas HussainFixed mod_tls to use session.send for sending stanzas
2008-11-16 Waqas HussainFixed servermanager to use session.send for sending...
2008-11-15 Waqas HussainRemoved useless [[local send = require "core.sessionman...
2008-11-15 Waqas HussainFixed mod_saslauth to use session.send for sending...
2008-11-15 Waqas HussainFixed sessionmanager to not send session in place of...
2008-11-15 Waqas HussainFixed mod_register to use session.send for sending...
2008-11-15 Waqas HussainFixed mod_private to use session.send for sending stanzas
2008-11-15 Waqas HussainFixed sessionmanager to use appropriate method for...
2008-11-15 Waqas HussainFixed mod_legacyauth to use session.send for sending...
2008-11-15 Waqas HussainFix mod_vcard to use session.send for sending stanzas
2008-11-15 Matthew WildMerge with myself (!)
2008-11-15 Matthew WildYou can never have too many tests
2008-11-15 Matthew WildWarn when subtest function does not exist
2008-11-15 Matthew WildIf iq child element has no xmlns, use parent's
2008-11-15 Matthew WildFix mod_roster to use session.send for sending stanzas
2008-11-15 Matthew WildMerge from waqas
2008-11-15 Waqas HussainCode cleanup for resource binding
2008-11-15 Matthew WildSmall fix for mod_version
2008-11-15 Waqas HussainUnused variables in mod_tls
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 Matthew WildFix logging of disconnect reason, and also sending...
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 Matthew WildFix routing of outbound iq stanzas
2008-11-15 Matthew WildAdd tests for core.stanza_router
2008-11-15 Matthew WildAdd new logger for tests to use
2008-11-15 Matthew WildSome fixes for our test runner
2008-11-15 Tobias MarkmannMerge with Waqas changes to mod_saslauth.
2008-11-15 Tobias MarkmannMade PLAIN method in sasl.lua module follow new interface.
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-15 Matthew WildReturn registered host table when registering a component
2008-11-15 Waqas HussainLog how many queued stanzas we send
2008-11-15 Matthew WildMerge from waqas
2008-11-15 Waqas HussainSome bugs fixed
2008-11-14 Matthew WildUpdate hostname for identi.ca
2008-11-14 Matthew WildRemove some old unused (and empty) functions from s2sma...
2008-11-14 Matthew WildOnly reply with errors if the stanza is not an error...
2008-11-14 Matthew WildUpdate rostermanager to use new logger
2008-11-14 Matthew WildA treat for Linux users ;)
2008-11-14 Matthew WildFix outgoing s2s from components. Fixes #16
2008-11-14 Matthew WildNow outgoing s2s sessions are associated with their...
2008-11-14 Matthew WildSome more logging fixes
2008-11-14 Matthew WildYep, s2s definitely works now. This is just a small...
2008-11-14 Matthew WildI knew it ;) Fix sending error replies over s2s (though...
2008-11-14 Matthew WildPrint out the stanza also
2008-11-14 Matthew WildFix for detecting when we are routing a stanza to ourse...
2008-11-14 Matthew WildAnother small fix, for logging in s2smanager
2008-11-14 Matthew WildAnother small fix, for logging in s2smanager
2008-11-14 Matthew WildMmm, s2s fixed :)
2008-11-13 Matthew WildMerge from waqas
2008-11-13 Matthew WildAdd support for remote debugger
2008-11-13 Waqas HussainAdded error replies for unhandled stanzas
2008-11-13 Waqas HussainAdded basic offline message support
2008-11-13 Waqas HussainAdded util.datetime: Utility methods to support XEP...
2008-11-13 Waqas HussainAdded support for storing (and removing), loading and...
2008-11-13 Waqas HussainFixed stanza deserialization
2008-11-13 Matthew WildMissed importing a function in last commit
2008-11-13 Matthew WildChange sending reply stream header to use top_tag()
2008-11-13 Matthew WildAdd new top_tag() method to stanzas
2008-11-12 Tobias MarkmannRewrote SASL Digest-MD5 responce generating code, fixed...
2008-11-12 Matthew WildSome s2s fixes. Now connect() does not block, and stanz...
2008-11-10 Tobias MarkmannMerging.
2008-11-10 Tobias MarkmannForward response stanzas to sasl.lua and some other...
2008-11-10 Matthew WildRenamed some of the variables in jid.split test to...
2008-11-09 Matthew WildFix jid.split test function
2008-11-09 Matthew WildMerge from waqas
2008-11-09 Waqas HussainFixed typo
2008-11-09 Matthew WildMerge from waqas
2008-11-09 Matthew WildMove some code about so that we don't leave connections...
2008-11-09 Tobias MarkmannFixing some parsing and some other stuff.
2008-11-09 Waqas HussainAdded mod_uptime: [XEP-0012: Last Activity] queries...
2008-11-09 Waqas HussainHack to allow s2s stanzas to work until we do proper...
2008-11-09 Tobias MarkmannSome early attempts on DIGEST-MD5.
2008-11-09 Matthew WildActually show error and position when we show a traceba...
2008-11-09 Matthew WildPrevent slow connects for s2s from blocking for so...
2008-11-09 Waqas HussainWe don't fail if modules fail to load at startup :)
2008-11-08 Waqas HussainWe now fail if modules fail to load at startup.
2008-11-08 Waqas HussainUpdated usermanager with DIGEST-MD5 support
2008-11-08 Matthew WildFix some very misleading logging
2008-11-08 Matthew WildCommitting code to get nicer tracebacks for errors...
2008-11-08 Matthew WildJust committing this warning, because I want to know...
2008-11-08 Matthew WildAdd host field to local host sessions
2008-11-08 Matthew WildMerge from waqas
2008-11-08 Matthew WildFix for checking components, but we need to look at...
2008-11-08 Waqas HussainRedirecting all stanzas not from origin of type s2sin...
2008-11-06 Waqas HussainShortened log output for incoming stanzas and an added...
2008-11-06 Waqas HussainFixed some whitespace.
2008-11-06 Waqas HussainReworked the way lxmppd.cfg is used
2008-11-04 Matthew WildRe-applying my changes to componentmanager. Sigh.
next