aboutsummaryrefslogtreecommitdiffstats
path: root/core/xmlhandlers.lua
Commit message (Expand)AuthorAgeFilesLines
* xmlhandlers: DELETED.Matthew Wild2010-12-071-146/+0
* util.stanza, util.xmppstream, core.xmlhandlers: Allow stanza.last_add to be n...Waqas Hussain2010-11-261-1/+2
* Monster whitespace commit (beware the whitespace monster).Waqas Hussain2010-10-161-2/+2
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* | xmlhandlers: Removed unused variables.Waqas Hussain2010-01-261-5/+0
* | xmlhandlers: A little optimization.Waqas Hussain2010-01-261-4/+4
* | xmlhandlers: Rearranged a little code.Waqas Hussain2010-01-231-18/+18
* | xmlhandlers: Fixed indentation and added some semicolons.Waqas Hussain2010-01-231-98/+98
* | xmlhandlers: Move stream-error detection to somewhere more appropriate (it wa...Matthew Wild2010-01-191-4/+6
* | xmlhandlers: More refactoring, split up stream_ns and stream_tag, add stream_...Matthew Wild2010-01-191-1/+7
* | xmlhandlers: Define ns_separator and ns_pattern to save repeating it in liter...Matthew Wild2010-01-181-3/+5
|/
* core.xmlhandlers: Fixed processing of empty namespaces (which caused an issue...Waqas Hussain2009-11-281-3/+3
* Changed separator between attribute names and prefixes from '|' to '\1' (opti...Waqas Hussain2009-11-121-4/+3
* xmlhandlers: Reset state on error or stream close, fixes possible tracebackMatthew Wild2009-10-211-1/+2
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* xmlhandlers: Remove numeric attributesWaqas Hussain2009-06-251-2/+3
* xmlhandlers: Removed another unnecessary checkWaqas Hussain2009-05-151-13/+11
* xmlhandlers: Removed an unnecessary checkWaqas Hussain2009-05-151-10/+7
* core.xmlhandlers: Removed unused variablesWaqas Hussain2009-05-151-6/+0
* xmlhandlers: Fix tag pattern again for the default namespaceMatthew Wild2009-04-231-2/+9
* core.xmlhandlers: expat is the XML parser, not us. Don't reject valid XML.Matthew Wild2009-04-181-2/+2
* core.xmlhandlers: Filter out default stream namespace from stanzasMatthew Wild2009-03-211-2/+3
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* core.xmlhandlers: Remove redundant check in conditionMatthew Wild2009-02-271-1/+1
* core.xmlhandlers: Optimise completed stanza logicMatthew Wild2009-02-261-11/+13
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
* 0.2->0.3Matthew Wild2009-01-301-1/+1
* GPL->MIT!Matthew Wild2009-01-301-13/+2
* Change xmlhandlers to match stream opening tag with ns+tagMatthew Wild2008-12-161-10/+8
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
* Disconnect with stream errors on bad XML, or invalid stream namespaceMatthew Wild2008-12-051-6/+8
* Abstract xmlhandlers a bit more, also add error callbacksMatthew Wild2008-12-041-9/+11
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
* Remove a debug print() from xmlhandlersMatthew Wild2008-11-201-1/+0
* Don't error if streamopened/streamclosed callback is not specified for a sessionMatthew Wild2008-11-191-5/+9
* *ahem* Yes, move along please... though really, quite a classic. :)Matthew Wild2008-11-181-1/+1
* Quite some changes, to:Matthew Wild2008-11-181-6/+10
* Backed out changeset 4adc53e03b4d (garbage collection)Matthew Wild2008-10-241-1/+1
* Extra garbage collection, for debuggingMatthew Wild2008-10-241-1/+1
* s2s works! \o/ \o/Matthew Wild2008-10-241-5/+33
* working outgoing s2s \o/Matthew Wild2008-10-241-1/+0
* dialback keys now verifiedMatthew Wild2008-10-241-6/+13
* Abstract connections with "connection listeners"Matthew Wild2008-10-221-3/+2
* Session destruction fixes, some debugging code while we fix the rest. Also ch...Matthew Wild2008-10-041-1/+10
* Move stream opening handling from xmlhandlers to sessionmanagerMatthew Wild2008-10-031-19/+2
* SASL!Matthew Wild2008-10-021-6/+14
* Remove now useless debug outputMatthew Wild2008-09-301-5/+2
* Remove some debugging messagesMatthew Wild2008-08-261-1/+1
* - Remove some debugging codeMatthew Wild2008-08-241-1/+1