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