aboutsummaryrefslogtreecommitdiffstats
path: root/net/xmppserver_listener.lua
Commit message (Expand)AuthorAgeFilesLines
* core.sessionmanager, net.*_listener: Remove the evil collectgarbage() callsMatthew Wild2009-11-241-1/+0
* *_listener: Update for new net.server API, specifically .listener -> .onincom...Matthew Wild2009-11-221-3/+3
* Changed separator between attribute names and prefixes from '|' to '\1' (opti...Waqas Hussain2009-11-121-3/+3
* xmppserver_listener: Minor logging fix: Prefer the session logger when availa...Waqas Hussain2009-10-251-2/+2
* xmppserver_listener: Use listener log() if session doesn't have one yet (than...Matthew Wild2009-10-171-2/+2
* Merge with 0.5Matthew Wild2009-10-151-1/+1
|\
| * xmppserver_listener: Fix typo (thanks Jorj)Matthew Wild2009-10-151-1/+1
* | Merge with 0.5Matthew Wild2009-10-141-0/+3
|\|
| * xmppserver_listener: More forcefully close s2s connections (fixes fd leak)Matthew Wild2009-10-141-0/+3
* | xmppserver_listener: Lower log-level of debug message to, er, 'debug'Matthew Wild2009-10-051-1/+1
* | xmppserver_listener: Add status() function to signal when a connection comple...Matthew Wild2009-10-041-0/+11
* | xmppserver_listener: Add logger to s2s sessionsMatthew Wild2009-10-041-0/+6
* | xmppserver_listener: Small whitespace fixMatthew Wild2009-10-041-1/+0
* | xmppserver_listener: Better log messages on invalid XMLMatthew Wild2009-10-041-1/+2
* | core.s2smanager, xmppserver_listener: Move the responsibility of setting sess...Matthew Wild2009-08-161-6/+0
* | Merge with 0.5Matthew Wild2009-07-281-0/+5
|\|
| * xmpp{client,server,component]_listener: Open stream if sending an error and i...Matthew Wild2009-07-281-0/+5
* | xmpp{client,server}_listener: Report contents of packets containing invalid XMLMatthew Wild2009-07-261-0/+1
|/
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* xmpp{server,client}_listener: Fix global accessesMatthew Wild2009-04-221-3/+4
* xmppserver_listener: Add session:close() method to outgoing s2s connections tooMatthew Wild2009-04-121-1/+2
* MergeMatthew Wild2009-04-101-0/+2
* net.xmppserver_listener: Set default namespace to jabber:serverMatthew Wild2009-03-211-1/+3
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* 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} listener...Matthew Wild2008-12-071-3/+1
* 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
* 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