aboutsummaryrefslogtreecommitdiffstats
path: root/net/xmppserver_listener.lua
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
|
* 0.2->0.3Matthew Wild2009-01-301-1/+1
|
* GPL->MIT!Matthew Wild2009-01-301-13/+2
|
* Change xmlhandlers to match stream opening tag with ns+tagMatthew Wild2008-12-161-1/+1
|
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
|
* Fix blank tracebacks for c2s/s2s connectionsMatthew Wild2008-12-101-1/+1
|
* stanza_dispatch != dispatch_stanzaMatthew Wild2008-12-071-1/+1
|
* Typo in variable name in last commitMatthew Wild2008-12-071-1/+1
|
* stanza_dispatch = core_process_stanza, fixed for xmpp{client,server} ↵Matthew Wild2008-12-071-3/+1
| | | | listeners, and sessionmanager for the new syntax
* Code tidying for xmpp{client,server}_listenersMatthew Wild2008-12-061-18/+12
|
* Disconnect with stream errors on bad XML, or invalid stream namespaceMatthew Wild2008-12-051-2/+14
|
* Abstract xmlhandlers a bit more, also add error callbacksMatthew Wild2008-12-041-3/+3
|
* 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
| | | | | | | | - 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
* 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 ↵Matthew Wild2008-11-081-2/+7
| | | | consider such errors fatal (probably a bad thing, I know...)
* Clean up session when s2s connections are disconnectedMatthew Wild2008-10-241-0/+8
|
* Partial s2s commitMatthew Wild2008-10-241-0/+95