Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 2 | -2/+2 | |
| | ||||||
* | Committing code to get nicer tracebacks for errors, also we no longer ↵ | Matthew Wild | 2008-11-08 | 2 | -3/+13 | |
| | | | | consider such errors fatal (probably a bad thing, I know...) | |||||
* | 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 | |
| | ||||||
* | Clean up session when s2s connections are disconnected | Matthew Wild | 2008-10-24 | 1 | -0/+8 | |
| | ||||||
* | s2s works! \o/ \o/ | Matthew Wild | 2008-10-24 | 2 | -1/+96 | |
| | ||||||
* | dialback keys now verified | Matthew Wild | 2008-10-24 | 1 | -1/+0 | |
| | ||||||
* | Initial s2s stuff | Matthew Wild | 2008-10-23 | 2 | -6/+12 | |
| | ||||||
* | 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 | 3 | -16/+114 | |
| | | | | | | - Added connlistener for xmppclient - SASL/TLS now use a new session:reset_stream() method - main.lua on its way to being a bit neater | |||||
* | server.lua should degrade gracefully when LuaSec not present | Matthew Wild | 2008-10-22 | 1 | -2/+2 | |
| | ||||||
* | Remove debugging output from when doing TLS | Matthew Wild | 2008-10-08 | 1 | -1/+0 | |
| | ||||||
* | Working TLS! | Matthew Wild | 2008-10-05 | 1 | -39/+46 | |
| | ||||||
* | TLS: Handshake works, no data after that | Matthew Wild | 2008-10-05 | 1 | -5/+217 | |
| | ||||||
* | Convert spaces->tabs | Matthew Wild | 2008-10-05 | 1 | -476/+476 | |
| | ||||||
* | SASL! | Matthew Wild | 2008-10-02 | 1 | -0/+16 | |
| | | | | | (but before you get too excited, no resource binding yet. And yes, there are still plenty of rough edges to the code...) ((eg. must move <stream:features> out of xmlhandlers.lua o_O )) | |||||
* | Moved server module to net/ | Matthew Wild | 2008-08-25 | 1 | -0/+613 | |
also added note on licensing of that module |