| Commit message (Expand) | Author | Age | Files | Lines |
* | xmpp{client,server,component]_listener: Open stream if sending an error and i... | Matthew Wild | 2009-07-28 | 1 | -0/+5 |
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | net.xmppclient_listener: Fix potential traceback when no reason is specified ... | Matthew Wild | 2009-07-08 | 1 | -1/+1 |
* | xmppclient_listener: Pass session close reason to destroy_session (to be used... | Matthew Wild | 2009-06-26 | 1 | -2/+2 |
* | net.xmppclient_listener: Add small comment | Matthew Wild | 2009-05-31 | 1 | -0/+1 |
* | xmppclient_listener: A connection is also secure when it uses legacy SSL | Matthew Wild | 2009-05-29 | 1 | -0/+4 |
* | xmpp{server,client}_listener: Fix global accesses | Matthew Wild | 2009-04-22 | 1 | -2/+4 |
* | net.xmppclient_listener: Set default namespace to jabber:client | Matthew Wild | 2009-03-21 | 1 | -1/+3 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
* | net/xmppclient_listener: Add some logging and handle unestablished sessions e... | Matthew Wild | 2009-02-26 | 1 | -2/+3 |
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 1 | -1/+1 |
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 1 | -13/+2 |
* | Change xmlhandlers to match stream opening tag with ns+tag | Matthew Wild | 2008-12-16 | 1 | -1/+1 |
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
* | Fix blank tracebacks for c2s/s2s connections | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
* | stanza_dispatch != dispatch_stanza | Matthew Wild | 2008-12-07 | 1 | -1/+1 |
* | Typo in variable name in last commit | Matthew Wild | 2008-12-07 | 1 | -1/+1 |
* | stanza_dispatch = core_process_stanza, fixed for xmpp{client,server} listener... | Matthew Wild | 2008-12-07 | 1 | -4/+1 |
* | Code tidying for xmpp{client,server}_listeners | Matthew Wild | 2008-12-06 | 1 | -14/+5 |
* | Backed out changeset 099d8a102deb (committed too much) | Matthew Wild | 2008-12-05 | 1 | -1/+1 |
* | Add TLS socket to readlist before handshake starts, fixes major slow-down on ... | Matthew Wild | 2008-12-05 | 1 | -1/+1 |
* | Remove an incorrect line which I didn't add, and fix the proper way. Corrects... | Matthew Wild | 2008-12-05 | 1 | -0/+5 |
* | Disconnect with stream errors on bad XML, or invalid stream namespace | Matthew Wild | 2008-12-05 | 1 | -2/+14 |
* | Abstract xmlhandlers a bit more, also add error callbacks | Matthew Wild | 2008-12-04 | 1 | -3/+4 |
* | Fix logger ids for c2s and s2sout | Matthew Wild | 2008-12-04 | 1 | -1/+1 |
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
* | No more reading 1 byte at a time from sockets | Matthew Wild | 2008-11-28 | 1 | -1/+1 |
* | session:disconnect() -> session:close() for consistency with other Lua APIs | Matthew Wild | 2008-11-18 | 1 | -2/+2 |
* | Quite some changes, to: | Matthew Wild | 2008-11-18 | 1 | -7/+4 |
* | s2s sessions can now be disconnected, with or without a stream error. Fixes #8 | Matthew Wild | 2008-11-18 | 1 | -3/+0 |
* | Allow us to close client connections, with or without a stream error. Partial... | Matthew Wild | 2008-11-18 | 1 | -0/+34 |
* | Fix logging in some cases for client disconnects | Matthew Wild | 2008-11-16 | 1 | -1/+1 |
* | Fix logging of disconnect reason, and also sending of unavailable presence on... | Matthew Wild | 2008-11-15 | 1 | -3/+4 |
* | Some bugs fixed | Waqas Hussain | 2008-11-15 | 1 | -1/+1 |
* | Actually show error and position when we show a traceback :) | Matthew Wild | 2008-11-09 | 1 | -1/+1 |
* | Committing code to get nicer tracebacks for errors, also we no longer conside... | Matthew Wild | 2008-11-08 | 1 | -1/+6 |
* | Backed out changeset 4adc53e03b4d (garbage collection) | Matthew Wild | 2008-10-24 | 1 | -1/+1 |
* | Extra garbage collection, for debugging | Matthew Wild | 2008-10-24 | 1 | -1/+1 |
* | Partial s2s commit | Matthew Wild | 2008-10-24 | 1 | -1/+1 |
* | Fix for not destroying sessions when connection closed. | Matthew Wild | 2008-10-23 | 1 | -0/+13 |
* | Abstract connections with "connection listeners" | Matthew Wild | 2008-10-22 | 1 | -0/+74 |