util.pluginloader: Return full file path from internal file loader on success, not...
[prosody.git] / util / stanza.lua
2011-02-20 Waqas Hussainutil.stanza: Rewrite clone() to be more optimized.
2011-02-24 Matthew WildMerge with waqas
2011-02-19 Matthew Wildutil.stanza: Clean up matching_tags() and replace ...
2011-02-22 Matthew Wildutil.stanza: Remove childtags and rename matching_tags...
2011-02-20 Waqas HussainMerge 0.8->trunk.
2011-02-20 Waqas Hussainutil.stanza: Rewrite clone() to be more optimized.
2011-02-03 Waqas HussainMerge 0.8->trunk.
2011-02-03 Waqas Hussainutil.stanza: Make some globals local, so they don't...
2011-01-31 Matthew WildMerge 0.8->trunk
2011-01-31 Matthew Wildutil.stanza: Add get_child_text() method to get the...
2010-12-17 Kim Alvefurutil.stanza: Iterate on childtags instead of all childs.
2010-12-17 Kim Alvefurutil.stanza: Iterate on childtags instead of all childs.
2010-12-17 Matthew WildMerge Tobias->trunk
2010-12-11 Matthew Wildutil.stanza: Change get_error() to return nil rather...
2010-12-11 Matthew Wildutil.stanza: Change get_error() to return nil rather...
2010-11-26 Waqas Hussainutil.stanza, util.xmppstream, core.xmlhandlers: Allow...
2010-09-21 Waqas Hussainutil.stanza: Make the current element <message> instead...
2010-08-30 Matthew Wildutil.stanza: stanza:matched_children() -> stanza:matchi...
2010-08-30 Matthew Wildutil.stanza: Add stanza:maptags() to apply a function...
2010-08-29 Matthew Wildutil.stanza: Optimisation, remove useless if...then...
2010-08-29 Matthew Wildutil.stanza: Add stanza:matched_children(name, xmlns...
2010-05-21 Matthew WildMerge with backout
2010-05-05 Matthew WildMerge Tobias's fancy SASL branch->trunk
2010-04-03 Matthew WildMerge 0.6->0.7
2010-04-03 Matthew WildMerge 0.6/MattJ -> 0.6
2010-04-01 Waqas Hussainutil.stanza: Fixed some more nil global accesses.
2010-04-01 Waqas Hussainutil.stanza: Fixed a nil global access.
2010-03-24 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildMerge 0.7->trunk
2010-03-22 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildUpdate copyright headers for 2010
2010-03-12 Tobias MarkmannMerge with tip.
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-03-01 Matthew WildMerge with 0.7
2010-03-01 Waqas Hussainutil.stanza: Fixed nil global accesses.
2010-02-25 Matthew WildMerge with 0.6
2010-02-05 Matthew WildMerge with backout
2010-01-31 Matthew Wildutil.stanza: stanza.error_reply(): Fix to put the corre...
2010-01-29 Matthew Wildutil.stanza: Add stanza:get_error() to return type...
2010-01-21 Matthew Wildutil.stanza: Trailing whitespace
2009-11-30 Tobias MarkmannMerge with tip.
2009-11-30 Matthew Wildutil.stanza: Add stanza:get_child(name, xmlns) to find...
2010-01-31 Matthew Wildutil.stanza: stanza.error_reply(): Fix to put the corre...
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-11-12 Waqas HussainChanged separator between attribute names and prefixes...
2009-10-17 Matthew Wildutil.stanza: Don't add xmlns to tags when serializing...
2009-10-13 Matthew WildMerge with 0.5
2009-10-13 Waqas HussainMerge with 0.5
2009-10-08 Matthew Wildutil.stanza: Remove silly dependency on util.logger
2009-10-06 Matthew Wildutil.stanza: Soften dependency on util.termcolours
2009-10-06 Matthew Wildutil.stanza: Make xml_escape publicly accessible
2009-10-04 Matthew Wildutil.stanza: Add __type to metatable
2009-07-10 Matthew WildRemove version number from copyright headers
2009-07-10 Matthew Wildutil.stanza: Convert spaces to tabs
2009-06-29 Matthew WildMerge with nolan
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 Matthew Wildutil.stanza: Add stanza:get_text() to retrieve all...
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-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-15 Tobias MarkmannMerging SASL buggy client workaround with current tip.
2009-05-15 Waqas Hussainutil.stanza: Omit unused clone parameter from error_reply()
2009-04-08 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-04-08 Matthew Wildutil.stanza: stanza:reset() method to reset building...
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-03-03 Tobias MarkmannMerged with main tip.
2009-02-19 Waqas Hussainutil/stanza: Added clone function
2009-02-11 Matthew WildMerge with waqas for MUC/routing fixes
2009-02-11 Matthew Wildutil.stanza: Temporary fix for serializing attributes...
2009-01-30 Matthew WildUpdate copyright notices for 2009
2009-01-30 Matthew Wild0.2->0.3
2009-01-30 Matthew WildGPL->MIT!
2009-01-13 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-11 Matthew WildAdd child_with_ns() method to stanza elements, and...
2009-01-09 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-09 Matthew WildRestore fix for missing last_add on deserialized stanza...
2008-12-25 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-24 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-22 Matthew WildMerge from waqas
2008-12-16 Matthew WildSecond merge from waqas
2008-12-16 Matthew WildMerge from waqas
2008-12-10 Matthew Wild0.1 -> 0.2
2008-12-10 Matthew WildNew, faster, stanza serialization
2008-12-10 Waqas HussainOptimized stanza_mt.__tostring (called when doing tostr...
2008-12-03 Matthew WildMerge from waqas
2008-12-03 Matthew WildInsert copyright/license headers
2008-11-23 Tobias MarkmannMerging with main branch.
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Matthew WildMerge from waqas
2008-11-22 Matthew WildAdd helper function for adding message bodies to stanzas
2008-11-19 Matthew WildDon't forget to escape XML in attributes. Thanks to...
2008-11-15 Tobias MarkmannMerging my new SASL code with Waqas' adjusted saslauth...
2008-11-15 Matthew WildMerge from waqas
next