Log

core/xmlhandlers.lua @ 3423:929fb7b65d2c

description author age
Merge 0.6->0.7 Matthew Wild 2010-03-22
Update copyright headers for 2010 Matthew Wild 2010-03-22
xmlhandlers: Removed unused variables. Waqas Hussain 2010-01-25
xmlhandlers: A little optimization. Waqas Hussain 2010-01-25
xmlhandlers: Rearranged a little code. Waqas Hussain 2010-01-23
xmlhandlers: Fixed indentation and added some semicolons. Waqas Hussain 2010-01-23
xmlhandlers: Move stream-error detection to somewhere more appropriate (it was never reached) - s2s stream errors now reported properly Matthew Wild 2010-01-19
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 2010-01-19
xmlhandlers: Define ns_separator and ns_pattern to save repeating it in literal form throughout the file Matthew Wild 2010-01-18
core.xmlhandlers: Fixed processing of empty namespaces (which caused an issue with jwchat). Waqas Hussain 2009-11-28
Changed separator between attribute names and prefixes from '|' to '\1' (optimization and cleanup). Waqas Hussain 2009-11-12
xmlhandlers: Reset state on error or stream close, fixes possible traceback Matthew Wild 2009-10-21
Remove version number from copyright headers Matthew Wild 2009-07-10
xmlhandlers: Remove numeric attributes Waqas Hussain 2009-06-25
xmlhandlers: Removed another unnecessary check Waqas Hussain 2009-05-15
xmlhandlers: Removed an unnecessary check Waqas Hussain 2009-05-15
core.xmlhandlers: Removed unused variables Waqas Hussain 2009-05-15
xmlhandlers: Fix tag pattern again for the default namespace Matthew Wild 2009-04-23
core.xmlhandlers: expat is the XML parser, not us. Don't reject valid XML. Matthew Wild 2009-04-18
core.xmlhandlers: Filter out default stream namespace from stanzas Matthew Wild 2009-03-21
0.3->0.4 Matthew Wild 2009-03-20
core.xmlhandlers: Remove redundant check in condition Matthew Wild 2009-02-27
core.xmlhandlers: Optimise completed stanza logic Matthew Wild 2009-02-26
Update copyright notices for 2009 Matthew Wild 2009-01-30
0.2->0.3 Matthew Wild 2009-01-30
GPL->MIT! Matthew Wild 2009-01-30
Change xmlhandlers to match stream opening tag with ns+tag Matthew Wild 2008-12-16
0.1 -> 0.2 Matthew Wild 2008-12-10
Disconnect with stream errors on bad XML, or invalid stream namespace Matthew Wild 2008-12-05
Abstract xmlhandlers a bit more, also add error callbacks Matthew Wild 2008-12-04
Insert copyright/license headers Matthew Wild 2008-12-03
Remove a debug print() from xmlhandlers Matthew Wild 2008-11-20
Don't error if streamopened/streamclosed callback is not specified for a session Matthew Wild 2008-11-19
*ahem* Yes, move along please... though really, quite a classic. :) Matthew Wild 2008-11-18
Quite some changes, to: Matthew Wild 2008-11-18
Backed out changeset 4adc53e03b4d (garbage collection) Matthew Wild 2008-10-24
Extra garbage collection, for debugging Matthew Wild 2008-10-24
Merging more s2s Matthew Wild 2008-10-24
Partial s2s commit Matthew Wild 2008-10-24
s2s works! \o/ \o/ s2s Matthew Wild 2008-10-24
working outgoing s2s \o/ s2s Matthew Wild 2008-10-24
dialback keys now verified s2s Matthew Wild 2008-10-24
Abstract connections with "connection listeners" Matthew Wild 2008-10-22
Session destruction fixes, some debugging code while we fix the rest. Also change logger to be more useful. Matthew Wild 2008-10-04
Move stream opening handling from xmlhandlers to sessionmanager Matthew Wild 2008-10-03
SASL! Matthew Wild 2008-10-02
Remove now useless debug output Matthew Wild 2008-09-30
Remove some debugging messages Matthew Wild 2008-08-26
- Remove some debugging code Matthew Wild 2008-08-24
Switched to new connection framework, courtesy of the luadch project matthew 2008-08-24