aboutsummaryrefslogtreecommitdiffstats
path: root/net/xmppserver_listener.lua
Commit message (Expand)AuthorAgeFilesLines
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
* No more reading 1 byte at a time from socketsMatthew Wild2008-11-281-1/+1
* (Basic) IDNA and SRV fallback supportMatthew Wild2008-11-261-3/+8
* Fix a waqas copy/paste error. It was my fault again apparently.Matthew Wild2008-11-261-0/+1
* Wrapped a core_process_stanza call in an xpcall callWaqas Hussain2008-11-261-1/+1
* Incorrect function set as callbackMatthew Wild2008-11-191-1/+2
* session:disconnect() -> session:close() for consistency with other Lua APIsMatthew Wild2008-11-181-2/+2
* Quite some changes, to:Matthew Wild2008-11-181-9/+9
* s2s sessions can now be disconnected, with or without a stream error. Fixes #8Matthew Wild2008-11-181-0/+34
* 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-2/+7
* Clean up session when s2s connections are disconnectedMatthew Wild2008-10-241-0/+8
* Partial s2s commitMatthew Wild2008-10-241-0/+95