prosody.git
2008-10-04 Matthew WildMerge docs from waqas
2008-10-04 Waqas HussainSome notes of the stanza and session structures
2008-10-04 Matthew WildDEPENDS updated by waqas
2008-10-04 Matthew WildSession destruction fixes, some debugging code while...
2008-10-04 Matthew WildFix for destruction of unauthed SASL sessions
2008-10-04 Waqas HussainAdded lbase64 to the dependency list
2008-10-04 Matthew WildFix for using wrong auth token as username (fixes Gajim...
2008-10-04 Matthew WildNew "import" module to help tidy up all the local decla...
2008-10-04 Matthew WildUse xmlns for matching auth tag too
2008-10-04 Matthew WildFix stanza handlers to use xmlns also for matching
2008-10-04 Matthew WildResource binding, XMPP sessions (whatever they're for...)
2008-10-04 Matthew WildSmall fix for sending stanzas in case of resource bindi...
2008-10-04 Matthew WildAdd "uuid" library and make sessionmanager use this.
2008-10-04 Matthew WildReply to unhandled iq's with service-unavailable
2008-10-04 Matthew WildSmall fixes
2008-10-03 Matthew WildAn oops in sessionmanager stream:features code :)
2008-10-03 Matthew WildMove stream opening handling from xmlhandlers to sessio...
2008-10-03 Matthew WildAdd support for arbitrary events and event hooks
2008-10-02 Matthew WildSASL!
2008-10-01 Matthew WildRemoved unused functions from main.lua
2008-10-01 Matthew WildMoved hosts to a config file, still need better config...
2008-10-01 Waqas HussainRemoved tag tip
2008-10-01 Waqas HussainFixed: Session data was never removed from sessions...
2008-10-01 Matthew WildLet modules set/write globals
2008-09-30 Matthew WildFix quoting in util/sasl.lua
2008-09-30 Matthew WildRemove now useless debug output
2008-09-30 Matthew WildHuge commit to:
2008-09-30 Matthew Wildjid.split(): Return nil when passed nil
2008-09-27 Matthew WildAdding initial unit testing scripts
2008-09-27 Matthew WildFixing jid.split() for all JIDs
2008-09-17 Matthew WildMerged Paul's branch
2008-09-17 bt@silverbladeGrrr! Don't use KDE apps to view this repo!
2008-09-17 bt@silverbladeRemoved ~ files
2008-09-17 bt@silverbladeSome docs written by Thorns. Need reviewing.
2008-09-03 Matthew WildVarious documentation updates, and added names.txt :)
2008-08-27 Matthew WildUpdated stanza routing doc
2008-08-26 Matthew WildRemove some debugging messages
2008-08-26 Matthew WildMerged in Tobias's SASL lib
2008-08-26 Matthew WildBeginning of new routing logic
2008-08-26 Tobias Markmannmodule table was missing
2008-08-25 Tobias Markmann* missing base64 decode of SASL response
2008-08-25 Tobias Markmannadding SASL lib with PLAIN support, not tested yet
2008-08-25 Matthew WildAdded tests/ folder
2008-08-25 Matthew WildCoding style doc, HACKERS file
2008-08-25 Matthew WildMoved server module to net/
2008-08-25 Matthew WildRemove redundant comments
2008-08-24 Tobias Markmannrenaming _ to sock to improve readability
2008-08-24 Tobias Markmannremaned _ to sock to improve readability
2008-08-24 Matthew Wildadded LICENSE file
2008-08-24 Matthew Wild- Remove some debugging code
2008-08-24 matthew@silverMerged 2 heads o_O
2008-08-24 matthew@silverAdded all the files to please hg :/
2008-08-24 matthewPresence unavailable on disconnect
2008-08-24 matthew"Shared roster" - well, kind of :)
2008-08-24 matthewWorking presence!
2008-08-24 matthewSwitched to new connection framework, courtesy of the...
2008-08-22 matthewFirst commit, where do you want to go tomorrow?