Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 ↵ | Matthew Wild | 2009-11-30 | 1 | -0/+11 | |
|/ | | | | name/xmlns | |||||
* | Changed separator between attribute names and prefixes from '|' to '\1' ↵ | Waqas Hussain | 2009-11-12 | 1 | -5/+16 | |
| | | | | (optimization and cleanup). | |||||
* | util.stanza: Don't add xmlns to tags when serializing if same as the parent ↵ | Matthew Wild | 2009-10-17 | 1 | -4/+5 | |
| | | | | tag's xmlns. Should hopefully shut up Gajim once and for all :) | |||||
* | 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 ↵ | Waqas Hussain | 2009-06-25 | 1 | -32/+18 | |
| | | | | serialization. - #optimization | |||||
* | 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 ↵ | Matthew Wild | 2009-01-11 | 1 | -1/+7 | |
| | | | | iterate tags rather than all children | |||||
* | Restore fix for missing last_add on deserialized stanzas. Thanks to tsing ↵ | Matthew Wild | 2009-01-09 | 1 | -0/+3 | |
| | | | | for discovering. | |||||
* | 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 ↵ | Matthew Wild | 2008-11-19 | 1 | -2/+2 | |
| | | | | room on conference.jabber.org :) | |||||
* | A treat for Linux users ;) | Matthew Wild | 2008-11-14 | 1 | -4/+44 | |
| | ||||||
* | Merge from waqas | Matthew Wild | 2008-11-13 | 1 | -0/+3 | |
|\ | ||||||
| * | Fixed stanza deserialization | Waqas Hussain | 2008-11-13 | 1 | -0/+3 | |
| | | ||||||
* | | Add new top_tag() method to stanzas | Matthew Wild | 2008-11-13 | 1 | -0/+8 | |
|/ | ||||||
* | Part one of internal component support | Matthew Wild | 2008-11-04 | 1 | -1/+1 | |
| | ||||||
* | Don't set cursor inside added child when using add_child() | Matthew Wild | 2008-10-26 | 1 | -1/+0 | |
| | ||||||
* | Make add_child() behave as expected. Old add_child() is now add_direct_child() | Matthew Wild | 2008-10-26 | 1 | -4/+10 | |
| | ||||||
* | dialback keys now verified | Matthew Wild | 2008-10-24 | 1 | -1/+6 | |
| | ||||||
* | Fixed: util.stanza.deserialize now handles nil stanzas | Waqas Hussain | 2008-10-09 | 1 | -11/+13 | |
| | ||||||
* | Stanza preserialize/deserialize helpers, to strip and restore stanzas ↵ | Matthew Wild | 2008-10-09 | 1 | -1/+36 | |
| | | | | respectively. Fixed mod_vcard to use these. | |||||
* | Fixed typo in variable name | Waqas Hussain | 2008-10-08 | 1 | -1/+1 | |
| | ||||||
* | Merged mod_InBandRegistration from waqas | Matthew Wild | 2008-10-05 | 1 | -0/+10 | |
|\ | ||||||
| * | User registration, etc (jabber:iq:register) | Waqas Hussain | 2008-10-05 | 1 | -0/+10 | |
| | | ||||||
* | | Removed unused functions | Waqas Hussain | 2008-10-04 | 1 | -9/+0 | |
|/ | ||||||
* | Huge commit to: | Matthew Wild | 2008-09-30 | 1 | -0/+1 | |
| | | | | | | | * Break stanza routing (to be restored in a future commit) * Remove the old stanza_dispatcher code, which was never going to be maintainable nor extendable :) * Bring us plugins, starting with mod_legacyauth and mod_roster * Sessions are now created/destroyed using a standard sessionmanager interface | |||||
* | Some docs written by Thorns. Need reviewing. | bt | 2008-09-17 | 1 | -3/+3 | |
| | ||||||
* | Added all the files to please hg :/ | matthew | 2008-08-24 | 1 | -0/+138 | |