Update copyright headers for 2010
|
Matthew Wild |
Mon, 22 Mar 2010 17:06:15 +0000 |
util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text>
|
Matthew Wild |
Sun, 31 Jan 2010 19:27:52 +0000 |
util.stanza: Fixed nil global accesses.
|
Waqas Hussain |
Tue, 02 Mar 2010 00:50:54 +0500 |
util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text>
|
Matthew Wild |
Sun, 31 Jan 2010 19:27:52 +0000 |
util.stanza: Add stanza:get_error() to return type, condition and text of a stanza error
|
Matthew Wild |
Fri, 29 Jan 2010 14:22:03 +0000 |
util.stanza: Trailing whitespace
|
Matthew Wild |
Thu, 21 Jan 2010 13:22:41 +0000 |
util.stanza: Add stanza:get_child(name, xmlns) to find a child tag given a name/xmlns
|
Matthew Wild |
Mon, 30 Nov 2009 16:39:27 +0000 |
Changed separator between attribute names and prefixes from '|' to '\1' (optimization and cleanup).
|
Waqas Hussain |
Thu, 12 Nov 2009 13:42:44 +0500 |
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 :)
|
Matthew Wild |
Sat, 17 Oct 2009 19:47:01 +0100 |
util.stanza: Remove silly dependency on util.logger
|
Matthew Wild |
Thu, 08 Oct 2009 20:06:07 +0100 |
util.stanza: Soften dependency on util.termcolours
|
Matthew Wild |
Tue, 06 Oct 2009 19:17:28 +0100 |
util.stanza: Make xml_escape publicly accessible
|
Matthew Wild |
Tue, 06 Oct 2009 18:05:31 +0100 |
util.stanza: Add __type to metatable
|
Matthew Wild |
Sun, 04 Oct 2009 14:03:08 +0100 |
Remove version number from copyright headers
|
Matthew Wild |
Fri, 10 Jul 2009 03:11:45 +0100 |
util.stanza: Convert spaces to tabs
|
Matthew Wild |
Fri, 10 Jul 2009 02:25:14 +0100 |
util.stanza: Serializer optimizations, and nicer output for empty elements
|
Waqas Hussain |
Sat, 27 Jun 2009 08:38:52 +0500 |
util.stanza: Add stanza:get_text() to retrieve all child text nodes #api
|
Matthew Wild |
Fri, 26 Jun 2009 05:54:55 +0100 |
util.stanza: Rewrote stanza_mt.__tostring. 20-30% faster stanza serialization. - #optimization
|
Waqas Hussain |
Thu, 25 Jun 2009 17:22:53 +0500 |
util.stanza: Remove numeric attributes while deserializing
|
Waqas Hussain |
Thu, 25 Jun 2009 17:19:13 +0500 |
util.stanza: Omit unused clone parameter from error_reply()
|
Waqas Hussain |
Fri, 15 May 2009 06:39:53 +0500 |
util.stanza: stanza:reset() method to reset building state
|
Matthew Wild |
Wed, 08 Apr 2009 20:12:40 +0100 |
0.3->0.4
|
Matthew Wild |
Fri, 20 Mar 2009 20:16:25 +0000 |
util/stanza: Added clone function
|
Waqas Hussain |
Fri, 20 Feb 2009 02:18:07 +0500 |
util.stanza: Temporary fix for serializing attributes with namespaces
|
Matthew Wild |
Wed, 11 Feb 2009 16:09:48 +0000 |
Update copyright notices for 2009
|
Matthew Wild |
Fri, 30 Jan 2009 17:59:26 +0000 |
0.2->0.3
|
Matthew Wild |
Fri, 30 Jan 2009 17:40:25 +0000 |
GPL->MIT!
|
Matthew Wild |
Fri, 30 Jan 2009 17:22:56 +0000 |
Add child_with_ns() method to stanza elements, and fix child_with_name() to iterate tags rather than all children
|
Matthew Wild |
Sun, 11 Jan 2009 06:27:57 +0000 |
Restore fix for missing last_add on deserialized stanzas. Thanks to tsing for discovering.
|
Matthew Wild |
Fri, 09 Jan 2009 17:27:53 +0000 |
Merge from waqas
|
Matthew Wild |
Tue, 16 Dec 2008 02:40:29 +0000 |
Optimized stanza_mt.__tostring (called when doing tostring(stanza))
|
Waqas Hussain |
Wed, 10 Dec 2008 06:58:56 +0500 |
0.1 -> 0.2
|
Matthew Wild |
Wed, 10 Dec 2008 15:44:03 +0000 |
New, faster, stanza serialization
|
Matthew Wild |
Wed, 10 Dec 2008 15:32:13 +0000 |
Insert copyright/license headers
|
Matthew Wild |
Wed, 03 Dec 2008 14:39:07 +0000 |
Add helper function for adding message bodies to stanzas
|
Matthew Wild |
Sat, 22 Nov 2008 19:07:41 +0000 |
Don't forget to escape XML in attributes. Thanks to the Postgres Q&A room on conference.jabber.org :)
|
Matthew Wild |
Wed, 19 Nov 2008 05:02:13 +0000 |
A treat for Linux users ;)
|
Matthew Wild |
Fri, 14 Nov 2008 16:03:33 +0000 |
Merge from waqas
|
Matthew Wild |
Thu, 13 Nov 2008 16:58:29 +0000 |
Fixed stanza deserialization
|
Waqas Hussain |
Thu, 13 Nov 2008 12:07:53 +0500 |
Add new top_tag() method to stanzas
|
Matthew Wild |
Thu, 13 Nov 2008 03:47:44 +0000 |
Part one of internal component support
|
Matthew Wild |
Tue, 04 Nov 2008 18:15:56 +0000 |
Don't set cursor inside added child when using add_child()
|
Matthew Wild |
Sun, 26 Oct 2008 14:39:52 +0000 |
Make add_child() behave as expected. Old add_child() is now add_direct_child()
|
Matthew Wild |
Sun, 26 Oct 2008 14:27:10 +0000 |
dialback keys now verified
s2s
|
Matthew Wild |
Fri, 24 Oct 2008 03:06:55 +0100 |
Fixed: util.stanza.deserialize now handles nil stanzas
|
Waqas Hussain |
Thu, 09 Oct 2008 22:19:35 +0500 |
Stanza preserialize/deserialize helpers, to strip and restore stanzas respectively. Fixed mod_vcard to use these.
|
Matthew Wild |
Thu, 09 Oct 2008 00:50:45 +0100 |
Fixed typo in variable name
|
Waqas Hussain |
Wed, 08 Oct 2008 03:38:07 +0500 |
Merged mod_InBandRegistration from waqas
|
Matthew Wild |
Sun, 05 Oct 2008 01:32:43 +0100 |
User registration, etc (jabber:iq:register)
|
Waqas Hussain |
Sun, 05 Oct 2008 04:55:45 +0500 |
Removed unused functions
|
Waqas Hussain |
Sat, 04 Oct 2008 19:51:59 +0500 |
Huge commit to:
|
Matthew Wild |
Tue, 30 Sep 2008 19:52:00 +0100 |
Some docs written by Thorns. Need reviewing.
|
bt |
Wed, 17 Sep 2008 22:20:08 +0300 |
Merged 2 heads o_O
|
matthew |
Sun, 24 Aug 2008 18:08:04 +0100 |
Added all the files to please hg :/
|
matthew |
Sun, 24 Aug 2008 18:01:20 +0100 |
Presence unavailable on disconnect
|
matthew |
Sun, 24 Aug 2008 14:52:02 +0000 |
Working presence!
|
matthew |
Sun, 24 Aug 2008 04:34:01 +0000 |
Switched to new connection framework, courtesy of the luadch project
|
matthew |
Sun, 24 Aug 2008 01:51:02 +0000 |
First commit, where do you want to go tomorrow?
|
matthew |
Fri, 22 Aug 2008 21:09:04 +0000 |