aboutsummaryrefslogtreecommitdiffstats
path: root/net/xmppclient_listener.lua
Commit message (Collapse)AuthorAgeFilesLines
* net.xmppclient_listener: Imports and global cleanup.Waqas Hussain2010-12-151-8/+5
|
* net.xmpp{client,server,component}_listener: ↵Waqas Hussain2010-11-201-2/+2
| | | | s/xml-not-well-formed/not-well-formed/ as per latest bis drafts.
* net.xmppclient_listener: Add associate_session(conn, session) to change the ↵Matthew Wild2010-08-021-0/+4
| | | | session a connection is associated with
* xmpp{client,server}_listener: Convert some calls to tail calls for efficiencyMatthew Wild2010-07-091-1/+1
|
* xmpp{client,server}_listener: Put stanzas/in filtering code in the correct ↵Matthew Wild2010-07-081-6/+6
| | | | place to make it actually work :)
* xmppclient_listener: Add filters for incoming bytes and stanzasMatthew Wild2010-06-021-5/+15
|
* xmppclient_listener: Port to onconnect handlerMatthew Wild2010-06-021-37/+38
|
* net.xmppclient_listener: Port to util.xmppstream \o/Matthew Wild2010-05-091-21/+18
|
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| |
| * core.sessionmanager, net.*_listener: Remove the evil collectgarbage() callsMatthew Wild2009-11-241-1/+0
| |
* | net.xmppclient_listener: Fix to correctly handle stream errors from clientsMatthew Wild2010-03-141-2/+21
| |
* | net.xmpp{client,server,component}: Update for new xmlhandlers syntaxMatthew Wild2010-01-191-4/+2
| |
* | xmppclient_listener: Allow the tcp_keepalives option in the config to ↵Matthew Wild2010-01-121-0/+7
| | | | | | | | control whether keepalives are used
* | Merge with 0.6Matthew Wild2009-11-251-1/+1
|\|
| * xmppclient_listener: Escape control characters when logging invalid XML.Waqas Hussain2009-11-241-1/+1
| |
* | core.sessionmanager, net.*_listener: Remove the evil collectgarbage() callsMatthew Wild2009-11-241-1/+0
| |
* | *_listener: Update for new net.server API, specifically .listener -> ↵Matthew Wild2009-11-221-2/+2
| | | | | | | | .onincoming, .disconnect -> .ondisconnect
* | xmppclient_listener: Use : syntax for connection methods, to be compatible ↵Matthew Wild2009-11-211-2/+2
| | | | | | | | with new server.lua
* | xmppclient_listener: Switch to .onincoming listener method, to be compatible ↵Matthew Wild2009-11-211-1/+1
|/ | | | with new server_event.lua
* Changed separator between attribute names and prefixes from '|' to '\1' ↵Waqas Hussain2009-11-121-3/+3
| | | | (optimization and cleanup).
* xmppclient_listener: Remove useless commentMatthew Wild2009-08-161-2/+0
|
* core.sessionmanager, xmppclient_listener: Move responsibility for setting ↵Matthew Wild2009-08-161-3/+0
| | | | session.log to the former from the latter, much more sensible
* Merge with 0.5Matthew Wild2009-07-281-0/+5
|\
| * xmpp{client,server,component]_listener: Open stream if sending an error and ↵Matthew Wild2009-07-281-0/+5
| | | | | | | | it isn't already open. Fixes #120
* | xmpp{client,server}_listener: Report contents of packets containing invalid XMLMatthew Wild2009-07-261-0/+1
| |
* | xmppclient_listener: Use error text as disconnect reason if there is anyMatthew Wild2009-07-181-1/+1
|/
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
|
* net.xmppclient_listener: Fix potential traceback when no reason is specified ↵Matthew Wild2009-07-081-1/+1
| | | | for closing a session
* xmppclient_listener: Pass session close reason to destroy_session (to be ↵Matthew Wild2009-06-261-2/+2
| | | | used in unavailable presence)
* net.xmppclient_listener: Add small commentMatthew Wild2009-05-311-0/+1
|
* xmppclient_listener: A connection is also secure when it uses legacy SSLMatthew Wild2009-05-291-0/+4
|
* xmpp{server,client}_listener: Fix global accessesMatthew Wild2009-04-221-2/+4
|
* net.xmppclient_listener: Set default namespace to jabber:clientMatthew Wild2009-03-211-1/+3
|
* 0.3->0.4Matthew Wild2009-03-201-1/+1
|
* net/xmppclient_listener: Add some logging and handle unestablished sessions ↵Matthew Wild2009-02-261-2/+3
| | | | error'ing
* 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-4/+1
| | | | listeners, and sessionmanager for the new syntax
* Code tidying for xmpp{client,server}_listenersMatthew Wild2008-12-061-14/+5
|
* Backed out changeset 099d8a102deb (committed too much)Matthew Wild2008-12-051-1/+1
|
* Add TLS socket to readlist before handshake starts, fixes major slow-down on ↵Matthew Wild2008-12-051-1/+1
| | | | TLS connections
* Remove an incorrect line which I didn't add, and fix the proper way. ↵Matthew Wild2008-12-051-0/+5
| | | | Corrects the sending of stanzas over unauthed s2sout's. Also fixes mod_dialback to send stanzas and not strings.
* Disconnect with stream errors on bad XML, or invalid stream namespaceMatthew Wild2008-12-051-2/+14
|