prosody.git
2008-11-21 Matthew WildImprove jid.split() and jid.bare() to pass new test...
2008-11-20 Matthew WildAdd jid.bare() helper function
2008-11-20 Matthew WildAdding selftests module, but not enabling in config
2008-11-20 Matthew WildOops, never added the tests for s2smanager to the repo
2008-11-20 Matthew WildAdd run_tests.sh
2008-11-20 Matthew WildUpdate unit testing to output coverage reports
2008-11-20 Matthew WildRemove or comment useless prints, or change them to...
2008-11-20 Matthew WildAdd event for server startup completed: server-started
2008-11-20 Matthew WildDon't error reply to stanzas direct over the s2s stream...
2008-11-20 Matthew WildUse a stanza for c2s stream features instead of an...
2008-11-20 Matthew WildLog number of open sessions on session creation
2008-11-20 Matthew WildRemove a debug print() from xmlhandlers
2008-11-20 Matthew WildRemove version=1.0 on s2s stream headers, again.
2008-11-19 Matthew WildRemove an old FIXME comment
2008-11-19 Matthew WildFix the reversed to/from on the final db:result. Fixes...
2008-11-19 Matthew WildComments and logging fixes
2008-11-19 Matthew WildSend version=1.0 again in s2s stream header
2008-11-19 Matthew WildFix for setting the correct host on the socket, seems...
2008-11-19 Matthew WildShow which session got disconnected in log message
2008-11-19 Matthew WildDon't error if the original s2s connection has closed...
2008-11-19 Matthew WildDon't send version 1.0. Who cares about Gmail?
2008-11-19 Matthew WildSend version=1.0 in s2s stream header. Send s2s stream...
2008-11-19 Matthew WildDon't attempt to auth connection unless stanzas are...
2008-11-19 Matthew WildLog sent s2s stanzas
2008-11-19 Matthew WildIncorrect function set as callback
2008-11-19 Matthew WildDon't error if streamopened/streamclosed callback is...
2008-11-19 Matthew WildExtra checks before sending error replies to incoming...
2008-11-19 Matthew WildFix sending of unavailable presence on disconnect
2008-11-19 Matthew WildDon't forget to escape XML in attributes. Thanks to...
2008-11-18 Matthew WildWe have SRV resolving \o/
2008-11-18 Matthew WildSmall fix for servermanager
2008-11-18 Matthew WildFix to prevent send retry when connection is already...
2008-11-18 Matthew Wild*ahem* Yes, move along please... though really, quite...
2008-11-18 Matthew Wildsession:disconnect() -> session:close() for consistency...
2008-11-18 Matthew WildRemove useless check for unavailable presence (which...
2008-11-18 Matthew WildQuite some changes, to:
2008-11-18 Matthew Wilds2s sessions can now be disconnected, with or without...
2008-11-18 Matthew WildAllow us to close client connections, with or without...
2008-11-18 Matthew WildFlush write queue before closing socket
2008-11-17 Waqas HussainFixed s2s manager's send queue to not store recieved...
2008-11-17 Waqas HussainSend unsubscribe and unsubscribed on roster item delete...
2008-11-17 Waqas HussainAdding logging for outbound presence broadcasts (change...
2008-11-17 Waqas HussainAdding logging for outbound presence broadcasts
2008-11-17 Waqas HussainSecond fix for broadcasting presence of available resou...
2008-11-17 Waqas HussainFix for broadcasting presence of available resources...
2008-11-17 Waqas HussainMoved presence subscription code from stanza_router...
2008-11-16 Matthew WildMerge with waqas
2008-11-16 Matthew WildFix for putting TLS in stream:features for connections...
2008-11-16 Matthew WildFix logging in some cases for client disconnects
2008-11-16 Waqas HussainRemoved unused function send_to_session from sessionman...
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 ;)
next