aboutsummaryrefslogtreecommitdiffstats
path: root/core/xmlhandlers.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | - Small logging fix for s2smanager - Send a stream error if an incoming s2s connection is to an unrecognised hostname (fixes #11) - init_xmlhandlers now takes a table of callbacks (includes changes to net/xmpp*_listener for this) - Move sending of unavailable presence to where it should be, sessionmanager.destroy_session - Fix sending of stream errors to wrong connection
* 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
| | | | | | - Added connlistener for xmppclient - SASL/TLS now use a new session:reset_stream() method - main.lua on its way to being a bit neater
* Session destruction fixes, some debugging code while we fix the rest. Also ↵Matthew Wild2008-10-041-1/+10
| | | | change logger to be more useful.
* Move stream opening handling from xmlhandlers to sessionmanagerMatthew Wild2008-10-031-19/+2
|
* SASL!Matthew Wild2008-10-021-6/+14
| | | | | (but before you get too excited, no resource binding yet. And yes, there are still plenty of rough edges to the code...) ((eg. must move <stream:features> out of xmlhandlers.lua o_O ))
* Remove now useless debug outputMatthew Wild2008-09-301-5/+2
|
* Remove some debugging messagesMatthew Wild2008-08-261-1/+1
| | | | | Connection now closed on error Removed version='1.0' to keep it working with non-SASL
* - Remove some debugging codeMatthew Wild2008-08-241-1/+1
| | | | | | | - Don't allow stanzas to be sent before successful auth (needs further review) - Make init_xmlhandlers local - Fix indentation in main.lua - Fix disconnect logic (it broke if client disconnected before auth, etc.)
* Added all the files to please hg :/matthew2008-08-241-0/+92