| Commit message (Expand) | Author | Age | Files | Lines |
* | util.stanza: Remove childtags and rename matching_tags -> childtags (they are... | Matthew Wild | 2011-02-22 | 1 | -18/+9 |
* | util.stanza: Rewrite clone() to be more optimized. | Waqas Hussain | 2011-02-20 | 1 | -15/+12 |
* | util.stanza: Make some globals local, so they don't clutter the global checki... | Waqas Hussain | 2011-02-03 | 1 | -0/+2 |
* | util.stanza: Add get_child_text() method to get the text of the specified chi... | Matthew Wild | 2011-01-31 | 1 | -0/+8 |
* | util.stanza: Iterate on childtags instead of all childs. | Kim Alvefur | 2010-12-17 | 1 | -1/+1 |
* | util.stanza: Change get_error() to return nil rather than '' for no text | Matthew Wild | 2010-12-11 | 1 | -1/+1 |
* | util.stanza, util.xmppstream, core.xmlhandlers: Allow stanza.last_add to be n... | Waqas Hussain | 2010-11-26 | 1 | -13/+12 |
* | util.stanza: Make the current element <message> instead of <body> when body t... | Waqas Hussain | 2010-09-21 | 1 | -1/+1 |
* | util.stanza: stanza:matched_children() -> stanza:matching_tags() | Matthew Wild | 2010-08-30 | 1 | -1/+1 |
* | util.stanza: Add stanza:maptags() to apply a function over child tags (return... | Matthew Wild | 2010-08-30 | 1 | -0/+24 |
* | util.stanza: Optimisation, remove useless if...then in stanza:children() iter... | Matthew Wild | 2010-08-29 | 1 | -2/+1 |
* | util.stanza: Add stanza:matched_children(name, xmlns) [name suggestions welcome] | Matthew Wild | 2010-08-29 | 1 | -0/+17 |
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
|\ |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| * | util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text> | Matthew Wild | 2010-01-31 | 1 | -7/+10 |
| * | util.stanza: Add stanza:get_child(name, xmlns) to find a child tag given a na... | Matthew Wild | 2009-11-30 | 1 | -0/+11 |
* | | util.stanza: Fixed nil global accesses. | Waqas Hussain | 2010-03-02 | 1 | -3/+3 |
* | | util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text> | Matthew Wild | 2010-01-31 | 1 | -7/+10 |
* | | util.stanza: Add stanza:get_error() to return type, condition and text of a s... | Matthew Wild | 2010-01-29 | 1 | -0/+26 |
* | | util.stanza: Trailing whitespace | Matthew Wild | 2010-01-21 | 1 | -7/+5 |
* | | util.stanza: Add stanza:get_child(name, xmlns) to find a child tag given a na... | Matthew Wild | 2009-11-30 | 1 | -0/+11 |
|/ |
|
* | Changed separator between attribute names and prefixes from '|' to '\1' (opti... | Waqas Hussain | 2009-11-12 | 1 | -5/+16 |
* | util.stanza: Don't add xmlns to tags when serializing if same as the parent t... | Matthew Wild | 2009-10-17 | 1 | -4/+5 |
* | util.stanza: Remove silly dependency on util.logger | Matthew Wild | 2009-10-08 | 1 | -2/+0 |
* | util.stanza: Soften dependency on util.termcolours | Matthew Wild | 2009-10-06 | 1 | -2/+9 |
* | util.stanza: Make xml_escape publicly accessible | Matthew Wild | 2009-10-06 | 1 | -3/+6 |
* | util.stanza: Add __type to metatable | Matthew Wild | 2009-10-04 | 1 | -1/+1 |
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | util.stanza: Convert spaces to tabs | Matthew Wild | 2009-07-10 | 1 | -20/+21 |
* | util.stanza: Serializer optimizations, and nicer output for empty elements | Waqas Hussain | 2009-06-27 | 1 | -12/+19 |
* | util.stanza: Add stanza:get_text() to retrieve all child text nodes #api | Matthew Wild | 2009-06-26 | 1 | -0/+6 |
* | util.stanza: Rewrote stanza_mt.__tostring. 20-30% faster stanza serialization... | Waqas Hussain | 2009-06-25 | 1 | -32/+18 |
* | util.stanza: Remove numeric attributes while deserializing | Waqas Hussain | 2009-06-25 | 1 | -0/+2 |
* | util.stanza: Omit unused clone parameter from error_reply() | Waqas Hussain | 2009-05-15 | 1 | -2/+1 |
* | util.stanza: stanza:reset() method to reset building state | Matthew Wild | 2009-04-08 | 1 | -0/+8 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
* | util/stanza: Added clone function | Waqas Hussain | 2009-02-20 | 1 | -1/+20 |
* | util.stanza: Temporary fix for serializing attributes with namespaces | Matthew Wild | 2009-02-11 | 1 | -1/+13 |
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 1 | -1/+1 |
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 1 | -13/+2 |
* | Add child_with_ns() method to stanza elements, and fix child_with_name() to i... | Matthew Wild | 2009-01-11 | 1 | -1/+7 |
* | Restore fix for missing last_add on deserialized stanzas. Thanks to tsing for... | Matthew Wild | 2009-01-09 | 1 | -0/+3 |
* | Merge from waqas | Matthew Wild | 2008-12-16 | 1 | -0/+1 |
|\ |
|
| * | Optimized stanza_mt.__tostring (called when doing tostring(stanza)) | Waqas Hussain | 2008-12-10 | 1 | -11/+26 |
* | | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
* | | New, faster, stanza serialization | Matthew Wild | 2008-12-10 | 1 | -12/+26 |
|/ |
|
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
* | Add helper function for adding message bodies to stanzas | Matthew Wild | 2008-11-22 | 1 | -0/+5 |
* | Don't forget to escape XML in attributes. Thanks to the Postgres Q&A room... | Matthew Wild | 2008-11-19 | 1 | -2/+2 |