Oops, never added the tests for s2smanager to the repo
[prosody.git] / util /
2008-11-20 Matthew WildRemove or comment useless prints, or change them to...
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-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 HussainStarted using realm in password hashing, and added...
2008-11-15 Matthew WildMerge new SASL code from Tobias and Waqas
2008-11-15 Tobias MarkmannMerging with Waqas' code.
2008-11-15 Tobias MarkmannSet username in a SASL object.
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 Tobias MarkmannMerging my new SASL code with Waqas' adjusted saslauth...
2008-11-15 Matthew WildMerge from waqas
2008-11-15 Waqas HussainSome bugs fixed
2008-11-14 Matthew WildA treat for Linux users ;)
2008-11-14 Matthew WildSome more logging fixes
2008-11-13 Matthew WildMerge from waqas
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 WildAdd new top_tag() method to stanzas
2008-11-12 Tobias MarkmannRewrote SASL Digest-MD5 responce generating code, fixed...
2008-11-10 Tobias MarkmannMerging.
2008-11-10 Tobias MarkmannForward response stanzas to sasl.lua and some other...
2008-11-09 Tobias MarkmannFixing some parsing and some other stuff.
2008-11-09 Tobias MarkmannSome early attempts on DIGEST-MD5.
2008-11-04 Matthew WildPart one of internal component support
2008-11-04 Waqas HussainFoxed: Copy stanza type in reply for presence and messa...
2008-11-04 Matthew WildMerge (for some reason)
2008-11-03 Waqas HussainDatamanager now deletes files with no data
2008-11-02 Matthew Wildmerge from waqas
2008-11-02 Matthew WildFix MD5 loading check
2008-10-26 Waqas HussainDatamanager Fixes and improvements
2008-10-26 Matthew WildDon't set cursor inside added child when using add_child()
2008-10-26 Matthew WildMake add_child() behave as expected. Old add_child...
2008-10-26 Matthew WildMerge presence/subscription support from waqas
2008-10-25 Waqas HussainBug fixes and checks for presence subscriptions, etc
2008-10-24 Matthew WildShow error when no MD5 lib available
2008-10-24 Matthew WildMerge from waqas
2008-10-24 Matthew WildMerging more s2s
2008-10-24 Matthew WildPartial s2s commit
2008-10-24 Matthew Wilds2s works! \o/ \o/
2008-10-24 Matthew Wildworking incoming s2s \o/
2008-10-24 Matthew Wilddialback keys now verified
2008-10-23 Matthew WildMaking the best attempt out of a bad merge from waqas
2008-10-23 Waqas HussainMerged from Matthew
2008-10-23 Waqas HussainMerged from Matthew
2008-10-23 Waqas HussainFixed: Some modules did not return anything
2008-10-22 Matthew WildMerge roster & presence from waqas
2008-10-22 Waqas HussainFixed: datamanager.store and datamanager.load could...
2008-10-22 Waqas HussainMinor edit, and added a TODO
2008-10-14 Waqas HussainFixed: util/jid.lua now returns module object
2008-10-09 Waqas HussainFixed: util.stanza.deserialize now handles nil stanzas
2008-10-08 Matthew WildStanza preserialize/deserialize helpers, to strip and...
2008-10-08 Waqas HussainMinor fix
2008-10-08 Waqas HussainMerge from Matthew. datamanager.simplesave fix
2008-10-08 Matthew WildFix for saving tables with non-string keys
2008-10-08 Waqas HussainAdded: Datastore support for hosts and global data...
2008-10-07 Waqas HussainFixed typo in variable name
2008-10-05 Matthew WildMerged mod_InBandRegistration from waqas
2008-10-04 Waqas HussainUser registration, etc (jabber:iq:register)
2008-10-04 Matthew WildMerge from waqas
2008-10-04 Waqas HussainRemoved unused functions
2008-10-04 Matthew WildMerge docs from waqas
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 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 WildAdd "uuid" library and make sessionmanager use this.
2008-10-02 Matthew WildSASL!
2008-09-30 Matthew WildFix quoting in util/sasl.lua
2008-09-30 Matthew WildHuge commit to:
2008-09-30 Matthew Wildjid.split(): Return nil when passed nil
2008-09-27 Matthew WildFixing jid.split() for all JIDs
2008-09-17 Matthew WildMerged Paul's branch
2008-09-17 bt@silverbladeRemoved ~ files
2008-09-17 bt@silverbladeSome docs written by Thorns. Need reviewing.
2008-08-26 Matthew WildMerged in Tobias's SASL lib
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-24 matthewPresence unavailable on disconnect
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?