aboutsummaryrefslogtreecommitdiffstats
path: root/net/xmppclient_listener.lua
Commit message (Expand)AuthorAgeFilesLines
* No more reading 1 byte at a time from socketsMatthew Wild2008-11-281-1/+1
* session:disconnect() -> session:close() for consistency with other Lua APIsMatthew Wild2008-11-181-2/+2
* Quite some changes, to:Matthew Wild2008-11-181-7/+4
* s2s sessions can now be disconnected, with or without a stream error. Fixes #8Matthew Wild2008-11-181-3/+0
* Allow us to close client connections, with or without a stream error. Partial...Matthew Wild2008-11-181-0/+34
* Fix logging in some cases for client disconnectsMatthew Wild2008-11-161-1/+1
* Fix logging of disconnect reason, and also sending of unavailable presence on...Matthew Wild2008-11-151-3/+4
* Some bugs fixedWaqas Hussain2008-11-151-1/+1
* Actually show error and position when we show a traceback :)Matthew Wild2008-11-091-1/+1
* Committing code to get nicer tracebacks for errors, also we no longer conside...Matthew Wild2008-11-081-1/+6
* Backed out changeset 4adc53e03b4d (garbage collection)Matthew Wild2008-10-241-1/+1
* Extra garbage collection, for debuggingMatthew Wild2008-10-241-1/+1
* Partial s2s commitMatthew Wild2008-10-241-1/+1
* Fix for not destroying sessions when connection closed.Matthew Wild2008-10-231-0/+13
* Abstract connections with "connection listeners"Matthew Wild2008-10-221-0/+74