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
Tue, 26 Jan 2010 03:39:53 +0500 Waqas Hussain xmlhandlers: Removed unused variables. file | diff | annotate
Tue, 26 Jan 2010 03:39:24 +0500 Waqas Hussain xmlhandlers: A little optimization. file | diff | annotate
Sat, 23 Jan 2010 18:41:20 +0500 Waqas Hussain xmlhandlers: Rearranged a little code. file | diff | annotate
Sat, 23 Jan 2010 18:33:39 +0500 Waqas Hussain xmlhandlers: Fixed indentation and added some semicolons. file | diff | annotate
Tue, 19 Jan 2010 03:58:20 +0000 Matthew Wild xmlhandlers: Move stream-error detection to somewhere more appropriate (it was never reached) - s2s stream errors now reported properly file | diff | annotate
Tue, 19 Jan 2010 03:52:41 +0000 Matthew Wild xmlhandlers: More refactoring, split up stream_ns and stream_tag, add stream_error_tag so that callers don't need to be so worried about the separator we use file | diff | annotate
Mon, 18 Jan 2010 19:00:18 +0000 Matthew Wild xmlhandlers: Define ns_separator and ns_pattern to save repeating it in literal form throughout the file file | diff | annotate
Sat, 28 Nov 2009 12:00:31 +0500 Waqas Hussain core.xmlhandlers: Fixed processing of empty namespaces (which caused an issue with jwchat). 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
Wed, 21 Oct 2009 14:05:33 +0100 Matthew Wild xmlhandlers: Reset state on error or stream close, fixes possible traceback file | diff | annotate
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers file | diff | annotate
Thu, 25 Jun 2009 10:04:22 +0500 Waqas Hussain xmlhandlers: Remove numeric attributes file | diff | annotate
Fri, 15 May 2009 07:51:33 +0500 Waqas Hussain xmlhandlers: Removed another unnecessary check file | diff | annotate
Fri, 15 May 2009 07:27:03 +0500 Waqas Hussain xmlhandlers: Removed an unnecessary check file | diff | annotate
Fri, 15 May 2009 07:24:16 +0500 Waqas Hussain core.xmlhandlers: Removed unused variables file | diff | annotate
Thu, 23 Apr 2009 21:03:24 +0100 Matthew Wild xmlhandlers: Fix tag pattern again for the default namespace file | diff | annotate
Sat, 18 Apr 2009 04:06:41 +0100 Matthew Wild core.xmlhandlers: expat is the XML parser, not us. Don't reject valid XML. file | diff | annotate
Sat, 21 Mar 2009 21:43:50 +0000 Matthew Wild core.xmlhandlers: Filter out default stream namespace from stanzas file | diff | annotate
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4 file | diff | annotate
Fri, 27 Feb 2009 04:42:06 +0000 Matthew Wild core.xmlhandlers: Remove redundant check in condition file | diff | annotate
Thu, 26 Feb 2009 02:26:30 +0000 Matthew Wild core.xmlhandlers: Optimise completed stanza logic 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
Tue, 16 Dec 2008 02:33:08 +0000 Matthew Wild Change xmlhandlers to match stream opening tag with ns+tag file | diff | annotate
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2 file | diff | annotate
Fri, 05 Dec 2008 02:02:57 +0000 Matthew Wild Disconnect with stream errors on bad XML, or invalid stream namespace file | diff | annotate
Thu, 04 Dec 2008 18:47:26 +0000 Matthew Wild Abstract xmlhandlers a bit more, also add error callbacks file | diff | annotate
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers file | diff | annotate
Thu, 20 Nov 2008 01:31:15 +0000 Matthew Wild Remove a debug print() from xmlhandlers file | diff | annotate
Wed, 19 Nov 2008 05:10:16 +0000 Matthew Wild Don't error if streamopened/streamclosed callback is not specified for a session file | diff | annotate
Tue, 18 Nov 2008 19:58:29 +0000 Matthew Wild *ahem* Yes, move along please... though really, quite a classic. :) file | diff | annotate
Tue, 18 Nov 2008 17:52:33 +0000 Matthew Wild Quite some changes, to: file | diff | annotate
Fri, 24 Oct 2008 19:04:51 +0100 Matthew Wild Backed out changeset 4adc53e03b4d (garbage collection) file | diff | annotate
Fri, 24 Oct 2008 18:43:26 +0100 Matthew Wild Extra garbage collection, for debugging file | diff | annotate
Fri, 24 Oct 2008 07:36:48 +0100 Matthew Wild Merging more s2s file | diff | annotate
Fri, 24 Oct 2008 07:34:13 +0100 Matthew Wild Partial s2s commit file | diff | annotate
Fri, 24 Oct 2008 07:27:36 +0100 Matthew Wild s2s works! \o/ \o/ s2s file | diff | annotate
Fri, 24 Oct 2008 03:42:26 +0100 Matthew Wild working outgoing s2s \o/ s2s file | diff | annotate
Fri, 24 Oct 2008 03:06:55 +0100 Matthew Wild dialback keys now verified s2s file | diff | annotate
Wed, 22 Oct 2008 17:36:21 +0100 Matthew Wild Abstract connections with "connection listeners" file | diff | annotate
Sat, 04 Oct 2008 15:25:54 +0100 Matthew Wild Session destruction fixes, some debugging code while we fix the rest. Also change logger to be more useful. file | diff | annotate
Fri, 03 Oct 2008 22:18:08 +0100 Matthew Wild Move stream opening handling from xmlhandlers to sessionmanager file | diff | annotate
Thu, 02 Oct 2008 01:08:58 +0100 Matthew Wild SASL! file | diff | annotate
Tue, 30 Sep 2008 21:20:55 +0100 Matthew Wild Remove now useless debug output file | diff | annotate
Tue, 26 Aug 2008 16:57:00 +0100 Matthew Wild Remove some debugging messages file | diff | annotate
Sun, 24 Aug 2008 22:48:27 +0100 Matthew Wild - Remove some debugging code file | diff | annotate
Sun, 24 Aug 2008 01:51:02 +0000 matthew Switched to new connection framework, courtesy of the luadch project file | diff | annotate
(0) tip

mercurial