Wed, 05 Jan 2011 03:06:47 +0000 daurnimator util.stanza: Fixes for xmllex-generated stanza objects file | diff | annotate
Fri, 17 Dec 2010 17:28:05 +0100 Kim Alvefur util.stanza: Iterate on childtags instead of all childs. file | diff | annotate
Sat, 11 Dec 2010 22:34:29 +0000 Matthew Wild util.stanza: Change get_error() to return nil rather than '' for no text file | diff | annotate
Fri, 26 Nov 2010 05:23:37 +0500 Waqas Hussain util.stanza, util.xmppstream, core.xmlhandlers: Allow stanza.last_add to be nil, and set it nil by default. Saves a table allocation per-element. 20% faster stanza building. file | diff | annotate
Tue, 21 Sep 2010 17:24:25 +0500 Waqas Hussain util.stanza: Make the current element <message> instead of <body> when body text is passed to st.message(). file | diff | annotate
Mon, 30 Aug 2010 04:55:12 +0100 Matthew Wild util.stanza: stanza:matched_children() -> stanza:matching_tags() file | diff | annotate
Mon, 30 Aug 2010 04:53:41 +0100 Matthew Wild util.stanza: Add stanza:maptags() to apply a function over child tags (return nil to remove tag from stanza) file | diff | annotate
Sun, 29 Aug 2010 15:07:00 +0100 Matthew Wild util.stanza: Optimisation, remove useless if...then in stanza:children() iterator file | diff | annotate
Sun, 29 Aug 2010 15:04:34 +0100 Matthew Wild util.stanza: Add stanza:matched_children(name, xmlns) [name suggestions welcome] file | diff | annotate
Sat, 03 Apr 2010 23:09:11 +0100 Matthew Wild Merge 0.6->0.7 file | diff | annotate
Thu, 01 Apr 2010 19:12:08 +0500 Waqas Hussain util.stanza: Fixed some more nil global accesses. file | diff | annotate
Thu, 01 Apr 2010 19:08:25 +0500 Waqas Hussain util.stanza: Fixed a nil global access. file | diff | annotate
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7 file | diff | annotate
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010 file | diff | annotate
Sun, 31 Jan 2010 19:27:52 +0000 Matthew Wild util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text> file | diff | annotate
Tue, 02 Mar 2010 00:50:54 +0500 Waqas Hussain util.stanza: Fixed nil global accesses. file | diff | annotate
Sun, 31 Jan 2010 19:27:52 +0000 Matthew Wild util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text> file | diff | annotate
Fri, 29 Jan 2010 14:22:03 +0000 Matthew Wild util.stanza: Add stanza:get_error() to return type, condition and text of a stanza error file | diff | annotate
Thu, 21 Jan 2010 13:22:41 +0000 Matthew Wild util.stanza: Trailing whitespace file | diff | annotate
Mon, 30 Nov 2009 16:39:27 +0000 Matthew Wild util.stanza: Add stanza:get_child(name, xmlns) to find a child tag given a name/xmlns file | diff | annotate
Thu, 12 Nov 2009 13:42:44 +0500 Waqas Hussain Changed separator between attribute names and prefixes from '|' to '\1' (optimization and cleanup). file | diff | annotate
Sat, 17 Oct 2009 19:47:01 +0100 Matthew Wild util.stanza: Don't add xmlns to tags when serializing if same as the parent tag's xmlns. Should hopefully shut up Gajim once and for all :) file | diff | annotate
Thu, 08 Oct 2009 20:06:07 +0100 Matthew Wild util.stanza: Remove silly dependency on util.logger file | diff | annotate
Tue, 06 Oct 2009 19:17:28 +0100 Matthew Wild util.stanza: Soften dependency on util.termcolours file | diff | annotate
Tue, 06 Oct 2009 18:05:31 +0100 Matthew Wild util.stanza: Make xml_escape publicly accessible file | diff | annotate
Sun, 04 Oct 2009 14:03:08 +0100 Matthew Wild util.stanza: Add __type to metatable file | diff | annotate
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers file | diff | annotate
Fri, 10 Jul 2009 02:25:14 +0100 Matthew Wild util.stanza: Convert spaces to tabs file | diff | annotate
Sat, 27 Jun 2009 08:38:52 +0500 Waqas Hussain util.stanza: Serializer optimizations, and nicer output for empty elements file | diff | annotate
Fri, 26 Jun 2009 05:54:55 +0100 Matthew Wild util.stanza: Add stanza:get_text() to retrieve all child text nodes #api file | diff | annotate
Thu, 25 Jun 2009 17:22:53 +0500 Waqas Hussain util.stanza: Rewrote stanza_mt.__tostring. 20-30% faster stanza serialization. - #optimization file | diff | annotate
Thu, 25 Jun 2009 17:19:13 +0500 Waqas Hussain util.stanza: Remove numeric attributes while deserializing file | diff | annotate
Fri, 15 May 2009 06:39:53 +0500 Waqas Hussain util.stanza: Omit unused clone parameter from error_reply() file | diff | annotate
Wed, 08 Apr 2009 20:12:40 +0100 Matthew Wild util.stanza: stanza:reset() method to reset building state file | diff | annotate
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4 file | diff | annotate
Fri, 20 Feb 2009 02:18:07 +0500 Waqas Hussain util/stanza: Added clone function file | diff | annotate
Wed, 11 Feb 2009 16:09:48 +0000 Matthew Wild util.stanza: Temporary fix for serializing attributes with namespaces file | diff | annotate
Fri, 30 Jan 2009 17:59:26 +0000 Matthew Wild Update copyright notices for 2009 file | diff | annotate
Fri, 30 Jan 2009 17:40:25 +0000 Matthew Wild 0.2->0.3 file | diff | annotate
Fri, 30 Jan 2009 17:22:56 +0000 Matthew Wild GPL->MIT! file | diff | annotate
Sun, 11 Jan 2009 06:27:57 +0000 Matthew Wild Add child_with_ns() method to stanza elements, and fix child_with_name() to iterate tags rather than all children file | diff | annotate
Fri, 09 Jan 2009 17:27:53 +0000 Matthew Wild Restore fix for missing last_add on deserialized stanzas. Thanks to tsing for discovering. file | diff | annotate
Tue, 16 Dec 2008 02:40:29 +0000 Matthew Wild Merge from waqas file | diff | annotate
Wed, 10 Dec 2008 06:58:56 +0500 Waqas Hussain Optimized stanza_mt.__tostring (called when doing tostring(stanza)) file | diff | annotate
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2 file | diff | annotate
Wed, 10 Dec 2008 15:32:13 +0000 Matthew Wild New, faster, stanza serialization file | diff | annotate
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers file | diff | annotate
Sat, 22 Nov 2008 19:07:41 +0000 Matthew Wild Add helper function for adding message bodies to stanzas file | diff | annotate
Wed, 19 Nov 2008 05:02:13 +0000 Matthew Wild Don't forget to escape XML in attributes. Thanks to the Postgres Q&amp;A room on conference.jabber.org :) file | diff | annotate
Fri, 14 Nov 2008 16:03:33 +0000 Matthew Wild A treat for Linux users ;) file | diff | annotate
Thu, 13 Nov 2008 16:58:29 +0000 Matthew Wild Merge from waqas file | diff | annotate
Thu, 13 Nov 2008 12:07:53 +0500 Waqas Hussain Fixed stanza deserialization file | diff | annotate
Thu, 13 Nov 2008 03:47:44 +0000 Matthew Wild Add new top_tag() method to stanzas file | diff | annotate
Tue, 04 Nov 2008 18:15:56 +0000 Matthew Wild Part one of internal component support file | diff | annotate
Sun, 26 Oct 2008 14:39:52 +0000 Matthew Wild Don't set cursor inside added child when using add_child() file | diff | annotate
Sun, 26 Oct 2008 14:27:10 +0000 Matthew Wild Make add_child() behave as expected. Old add_child() is now add_direct_child() file | diff | annotate
Fri, 24 Oct 2008 03:06:55 +0100 Matthew Wild dialback keys now verified s2s file | diff | annotate
Thu, 09 Oct 2008 22:19:35 +0500 Waqas Hussain Fixed: util.stanza.deserialize now handles nil stanzas file | diff | annotate
Thu, 09 Oct 2008 00:50:45 +0100 Matthew Wild Stanza preserialize/deserialize helpers, to strip and restore stanzas respectively. Fixed mod_vcard to use these. file | diff | annotate
Wed, 08 Oct 2008 03:38:07 +0500 Waqas Hussain Fixed typo in variable name file | diff | annotate
(0) -60 tip

mercurial