ejabberdsql2prosody: Fix access of undefined global
[prosody.git] / util /
2009-08-08 Matthew WildMerge with albert and waqas
2009-08-07 Matthew WildMerge with 0.5
2009-08-05 Matthew WildMerge with 0.5
2009-08-05 Matthew WildMerge with 0.5
2009-08-03 Matthew WildMerge with 0.5
2009-07-29 Matthew WildMerge with 0.5
2009-07-29 Waqas HussainMUC: Added the MUC child element to conflict errors
2009-07-28 Matthew WildMerge with 0.5
2009-07-27 Matthew WildMerge with 0.5
2009-07-27 Matthew WildMerge with 0.5
2009-07-24 nick@lupine.me.ukSwitch to using a more generic credentials_callback...
2009-07-23 Matthew WildMerge with 0.5
2009-07-23 Matthew WildMerge with 0.5
2009-07-22 Matthew WildMerge with 0.5
2009-07-21 Matthew WildMerge with 0.5
2009-07-21 Matthew Wildmod_muc: Set correct 'from' JID when sending the room...
2009-07-14 Matthew WildMerge with 0.5
2009-07-14 Waqas Hussainutil.xmlrpc: Fixed table serialization (regression...
2009-07-14 Matthew WildMerge with 0.5
2009-07-14 Matthew WildMerge with 0.5
2009-07-13 Matthew WildMerge with 0.5
2009-07-12 Matthew WildMerge with 0.5
2009-07-12 Matthew WildMerge with 0.5
2009-07-12 Matthew WildMerge with 0.5
2009-07-12 Matthew WildMerge with 0.5
2009-07-12 Matthew Wildutil.helpers: New util library to aid with debugging...
2009-07-11 Matthew Wildutil.pubsub -> util.broadcast
2009-07-10 Matthew WildRemove version number from copyright headers
2009-07-10 Matthew WildAdd copyright header to those files missing one
2009-07-10 Matthew Wildutil.pubsub: Fix undefined global accesses
2009-07-10 Matthew Wildutil.sasl: Convert spaces to tabs
2009-07-10 Matthew Wildutil.stanza: Convert spaces to tabs
2009-07-10 Matthew Wildutil.hmac: Convert spaces to tabs
2009-07-10 Matthew Wildutil.prosodyctl: Fix undefined global access
2009-07-09 Matthew Wildutil.discohelper: Convert from Windows line endings
2009-07-09 Matthew Wildutil.events: Convert from Windows line endings
2009-07-08 Matthew Wildutil.xmlrpc: Support for multiple parameters in requests
2009-07-08 Matthew Wildutil.xmlrpc: Add create_request
2009-07-05 Waqas HussainMerged with trunk
2009-07-05 Tobias MarkmannMerge with main branch.
2009-07-05 Tobias MarkmannMove to-unicode conversion from mod_saslauth.lua to...
2009-07-05 Matthew Wildutil.hmac: Some optimisations
2009-07-05 Matthew Wildutil.hmac: Fix a global set
2009-07-02 Waqas Hussaindatamanager: Fixed incorrect callback result checking
2009-07-02 Dwayne BentAdded HMAC utility module
2009-06-29 Matthew WildMerge with nolan
2009-06-28 Waqas Hussainutil.pluginloader: Append "@" to chunk names (fixes...
2009-06-28 Matthew WildMerge with nolan
2009-06-27 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-27 Waqas Hussainutil.stanza: Serializer optimizations, and nicer output...
2009-06-26 Waqas Hussainutil.muc: Fixed duplicate parameter names in function...
2009-06-26 Waqas Hussainutil.muc: Fixed incorrect parameters for a function...
2009-06-26 Matthew Wildutil.stanza: Add stanza:get_text() to retrieve all...
2009-06-26 Waqas Hussainutil.events: Replaced ipairs with slightly faster numer...
2009-06-25 Waqas Hussainutil.stanza: Rewrote stanza_mt.__tostring. 20-30% faste...
2009-06-25 Waqas Hussainutil.stanza: Remove numeric attributes while deserializing
2009-06-23 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-22 Matthew Wildutil.pluginloader: Remove unnecessary return value...
2009-06-22 Matthew Wildutil.datamanager: Allow multiple data storage callbacks...
2009-06-20 Matthew WildMerge with Tobias
2009-06-20 Matthew Wildutil.array: Add support for + operator to create a...
2009-06-20 Matthew Wildutil.array: Make array:reverse() and array:shuffle...
2009-06-20 Matthew Wildutil.array: Add array:append() method, to append a...
2009-06-20 Tobias MarkmannAdjust PLAIN and DIGEST-MD5 mechanisms to new password_...
2009-06-20 Tobias MarkmannAdding COMPAT comment.
2009-06-19 Waqas HussainMerge with trunk
2009-06-14 Waqas Hussainutil.pluginloader: Initial commit - a plugin resource...
2009-06-14 Waqas Hussainutil.muc: Relaxed top-level routing checks to allow...
2009-06-14 Waqas Hussainutil.muc, mod_muc: Commented rewriting of vCard request...
2009-06-14 Waqas Hussainutil.muc: Don't reply with an error in response to...
2009-06-14 Waqas Hussainutil.muc: Fixed error occuring on room leave
2009-06-04 Waqas HussainMerge with trunk
2009-06-04 Waqas Hussainutil.sasl: Remove some nastiness
2009-06-04 Waqas Hussainutil.uuid: Added function seed(string) to allow further...
2009-06-04 Waqas Hussainutil.uuid: Now generates RFC 4122 complaint UUIDs ...
2009-06-04 Waqas Hussainutil.uuid: More uniqueness!
2009-05-22 Matthew WildMerge with 0.4
2009-05-22 Matthew WildMerge with 0.4
2009-05-21 Matthew WildMerge with 0.4
2009-05-19 Matthew WildMerge with 0.4
2009-05-16 Waqas Hussainutil.events: Dispatch code now accepts a variable numbe...
2009-05-16 Waqas Hussainutil.events: Much more efficient index building
2009-05-16 Waqas Hussainutil.events: handler priorities
2009-05-15 Waqas Hussainutil.jid: Eliminate global method use
2009-05-15 Waqas Hussainutil.muc: Made internal methods local
2009-05-15 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-05-15 Tobias MarkmannMerging SASL buggy client workaround with current tip.
2009-05-15 Tobias Markmann.
2009-05-15 Tobias MarkmannSome beauty treatment.
2009-05-15 Tobias MarkmannAdding minimal support for authorization identities...
2009-05-15 Tobias Markmannadding RFC comment
2009-05-15 Waqas Hussainutil.stanza: Omit unused clone parameter from error_reply()
2009-05-15 Waqas Hussainutil.events: event handlers can now return a result...
2009-05-13 Waqas Hussainutil.muc: A MUC library - initial commit
2009-05-13 Matthew WildMerge with 0.4
2009-05-07 Waqas Hussainutil/serialization: Fixed serialization formatting
2009-05-07 Waqas Hussainutil/sasl: Removed unnecessary references to util.encod...
2009-05-06 Matthew WildMerge with 0.4
2009-05-06 Matthew Wildutil.prosodyctl: Import CFG_SOURCEDIR from the global...
2009-05-05 Matthew Wildutil.serialization: Write nil for non-serializable...
next