xmlhandlers: Don't restrict CDATA
[prosody.git] / core / xmlhandlers.lua
2011-06-01 Matthew Wildxmlhandlers: Don't restrict CDATA
2011-06-01 Matthew Wildxmlhandlers: Reject XML comments, processing instructio...
2010-05-05 Matthew WildMerge Tobias's fancy SASL branch->trunk
2010-03-24 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildMerge 0.7->trunk
2010-03-22 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildUpdate copyright headers for 2010
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-02-25 Matthew WildMerge with 0.6
2010-02-05 Matthew WildMerge with backout
2010-01-25 Waqas Hussainxmlhandlers: Removed unused variables.
2010-01-25 Waqas Hussainxmlhandlers: A little optimization.
2010-01-23 Waqas Hussainxmlhandlers: Rearranged a little code.
2010-01-23 Waqas Hussainxmlhandlers: Fixed indentation and added some semicolons.
2010-01-19 Matthew Wildxmlhandlers: Move stream-error detection to somewhere...
2010-01-19 Matthew Wildxmlhandlers: More refactoring, split up stream_ns and...
2010-01-18 Matthew Wildxmlhandlers: Define ns_separator and ns_pattern to...
2009-11-29 Tobias MarkmannMerge with tip.
2009-11-29 Waqas HussainMerge with 0.6.
2009-11-28 Waqas Hussaincore.xmlhandlers: Fixed processing of empty namespaces...
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-11-12 Waqas HussainChanged separator between attribute names and prefixes...
2009-10-21 Matthew Wildxmlhandlers: Reset state on error or stream close,...
2009-07-10 Matthew WildRemove version number from copyright headers
2009-06-25 Waqas Hussainxmlhandlers: Remove numeric attributes
2009-05-22 Matthew WildMerge with 0.4
2009-05-22 Matthew WildMerge with 0.4
2009-05-21 Matthew WildMerge with 0.4
2009-05-19 Matthew WildMerge with 0.4
2009-05-15 Tobias MarkmannMerging SASL buggy client workaround with current tip.
2009-05-15 Waqas Hussainxmlhandlers: Removed another unnecessary check
2009-05-15 Waqas Hussainxmlhandlers: Removed an unnecessary check
2009-05-15 Waqas Hussaincore.xmlhandlers: Removed unused variables
2009-04-23 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-23 Matthew Wildxmlhandlers: Fix tag pattern again for the default...
2009-04-20 Matthew WildMerging stable into unstable
2009-04-18 Matthew Wildcore.xmlhandlers: expat is the XML parser, not us....
2009-03-21 Matthew Wildcore.xmlhandlers: Filter out default stream namespace...
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-03-03 Tobias MarkmannMerged with main tip.
2009-02-27 Matthew Wildcore.xmlhandlers: Remove redundant check in condition
2009-02-26 Matthew Wildcore.xmlhandlers: Optimise completed stanza logic
2009-01-30 Matthew WildUpdate copyright notices for 2009
2009-01-30 Matthew Wild0.2->0.3
2009-01-30 Matthew WildGPL->MIT!
2008-12-25 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-24 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-22 Matthew WildMerge from waqas
2008-12-16 Matthew WildSecond merge from waqas
2008-12-16 Matthew WildMerge from waqas
2008-12-16 Matthew WildChange xmlhandlers to match stream opening tag with...
2008-12-10 Matthew Wild0.1 -> 0.2
2008-12-05 Matthew WildDisconnect with stream errors on bad XML, or invalid...
2008-12-05 Matthew WildMerge from waqas
2008-12-05 Matthew WildMerge from waqas
2008-12-04 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-04 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-04 Matthew WildAbstract xmlhandlers a bit more, also add error callbacks
2008-12-03 Matthew WildMerge from waqas
2008-12-03 Matthew WildInsert copyright/license headers
2008-11-23 Tobias MarkmannMerging with main branch.
2008-11-20 Matthew WildRemove a debug print() from xmlhandlers
2008-11-19 Matthew WildDon't error if streamopened/streamclosed callback is...
2008-11-18 Matthew Wild*ahem* Yes, move along please... though really, quite...
2008-11-18 Matthew WildQuite some changes, to:
2008-10-24 Matthew WildBacked out changeset 4adc53e03b4d (garbage collection)
2008-10-24 Matthew WildExtra garbage collection, for debugging
2008-10-24 Matthew WildMerge from waqas
2008-10-24 Matthew WildMerging more s2s
2008-10-24 Matthew WildPartial s2s commit
2008-10-24 Matthew Wilds2s works! \o/ \o/
2008-10-24 Matthew Wildworking outgoing s2s \o/
2008-10-24 Matthew Wilddialback keys now verified
2008-10-22 Matthew WildMerge roster & presence from waqas
2008-10-22 Matthew WildAbstract connections with "connection listeners"
2008-10-04 Matthew WildMerge from waqas
2008-10-04 Matthew WildMerge docs from waqas
2008-10-04 Matthew WildDEPENDS updated by waqas
2008-10-04 Matthew WildSession destruction fixes, some debugging code while...
2008-10-03 Matthew WildMove stream opening handling from xmlhandlers to sessio...
2008-10-02 Matthew WildSASL!
2008-09-30 Matthew WildRemove now useless debug output
2008-08-26 Matthew WildRemove some debugging messages
2008-08-24 Matthew Wild- Remove some debugging code
2008-08-24 matthewSwitched to new connection framework, courtesy of the...