| Thu, 02 Jun 2011 15:23:58 +0100 |
Matthew Wild |
Merge 0.6->0.7
|
| Thu, 02 Jun 2011 15:19:05 +0100 |
Matthew Wild |
xmlhandlers/xmppstream: Stop the parser when encountering restricted XML, completing the fix for the billion laughs attack
|
| Thu, 02 Jun 2011 00:25:44 +0100 |
Matthew Wild |
Merge 0.6->0.7
|
| Thu, 02 Jun 2011 00:23:41 +0100 |
Matthew Wild |
xmlhandlers: Don't restrict CDATA
|
| Wed, 01 Jun 2011 23:25:24 +0100 |
Matthew Wild |
Merge 0.6->0.7
|
| Wed, 01 Jun 2011 23:20:54 +0100 |
Matthew Wild |
xmlhandlers: Reject XML comments, processing instructions and (if supported by LuaExpat) DTDs. If not supported, log a warning. [Backport of 7cc426988bcc in trunk]
|
| 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.
|
| Sat, 16 Oct 2010 23:00:42 +0500 |
Waqas Hussain |
Monster whitespace commit (beware the whitespace monster).
|
| 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
|