| Mon, 22 Mar 2010 17:24:55 +0000 |
Matthew Wild |
Merge 0.6->0.7
|
| Mon, 22 Mar 2010 17:06:15 +0000 |
Matthew Wild |
Update copyright headers for 2010
|
| Tue, 26 Jan 2010 03:39:53 +0500 |
Waqas Hussain |
xmlhandlers: Removed unused variables.
|
| Tue, 26 Jan 2010 03:39:24 +0500 |
Waqas Hussain |
xmlhandlers: A little optimization.
|
| Sat, 23 Jan 2010 18:41:20 +0500 |
Waqas Hussain |
xmlhandlers: Rearranged a little code.
|
| Sat, 23 Jan 2010 18:33:39 +0500 |
Waqas Hussain |
xmlhandlers: Fixed indentation and added some semicolons.
|
| 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
|
| 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
|
| 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
|
| Sat, 28 Nov 2009 12:00:31 +0500 |
Waqas Hussain |
core.xmlhandlers: Fixed processing of empty namespaces (which caused an issue with jwchat).
|
| Thu, 12 Nov 2009 13:42:44 +0500 |
Waqas Hussain |
Changed separator between attribute names and prefixes from '|' to '\1' (optimization and cleanup).
|
| Wed, 21 Oct 2009 14:05:33 +0100 |
Matthew Wild |
xmlhandlers: Reset state on error or stream close, fixes possible traceback
|
| Fri, 10 Jul 2009 03:11:45 +0100 |
Matthew Wild |
Remove version number from copyright headers
|
| Thu, 25 Jun 2009 10:04:22 +0500 |
Waqas Hussain |
xmlhandlers: Remove numeric attributes
|
| Fri, 15 May 2009 07:51:33 +0500 |
Waqas Hussain |
xmlhandlers: Removed another unnecessary check
|
| Fri, 15 May 2009 07:27:03 +0500 |
Waqas Hussain |
xmlhandlers: Removed an unnecessary check
|
| Fri, 15 May 2009 07:24:16 +0500 |
Waqas Hussain |
core.xmlhandlers: Removed unused variables
|
| Thu, 23 Apr 2009 21:03:24 +0100 |
Matthew Wild |
xmlhandlers: Fix tag pattern again for the default namespace
|
| Sat, 18 Apr 2009 04:06:41 +0100 |
Matthew Wild |
core.xmlhandlers: expat is the XML parser, not us. Don't reject valid XML.
|
| Sat, 21 Mar 2009 21:43:50 +0000 |
Matthew Wild |
core.xmlhandlers: Filter out default stream namespace from stanzas
|
| Fri, 20 Mar 2009 20:16:25 +0000 |
Matthew Wild |
0.3->0.4
|
| Fri, 27 Feb 2009 04:42:06 +0000 |
Matthew Wild |
core.xmlhandlers: Remove redundant check in condition
|
| Thu, 26 Feb 2009 02:26:30 +0000 |
Matthew Wild |
core.xmlhandlers: Optimise completed stanza logic
|
| Fri, 30 Jan 2009 17:59:26 +0000 |
Matthew Wild |
Update copyright notices for 2009
|
| Fri, 30 Jan 2009 17:40:25 +0000 |
Matthew Wild |
0.2->0.3
|
| Fri, 30 Jan 2009 17:22:56 +0000 |
Matthew Wild |
GPL->MIT!
|
| Tue, 16 Dec 2008 02:33:08 +0000 |
Matthew Wild |
Change xmlhandlers to match stream opening tag with ns+tag
|
| Wed, 10 Dec 2008 15:44:03 +0000 |
Matthew Wild |
0.1 -> 0.2
|
| Fri, 05 Dec 2008 02:02:57 +0000 |
Matthew Wild |
Disconnect with stream errors on bad XML, or invalid stream namespace
|
| Thu, 04 Dec 2008 18:47:26 +0000 |
Matthew Wild |
Abstract xmlhandlers a bit more, also add error callbacks
|