| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |