aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Some bugs fixedWaqas Hussain2008-11-151-1/+1
|
* Actually show error and position when we show a traceback :)Matthew Wild2008-11-092-2/+2
|
* Committing code to get nicer tracebacks for errors, also we no longer ↵Matthew Wild2008-11-082-3/+13
| | | | consider such errors fatal (probably a bad thing, I know...)
* Backed out changeset 4adc53e03b4d (garbage collection)Matthew Wild2008-10-241-1/+1
|
* Extra garbage collection, for debuggingMatthew Wild2008-10-241-1/+1
|
* Clean up session when s2s connections are disconnectedMatthew Wild2008-10-241-0/+8
|
* s2s works! \o/ \o/Matthew Wild2008-10-242-1/+96
|
* dialback keys now verifiedMatthew Wild2008-10-241-1/+0
|
* Initial s2s stuffMatthew Wild2008-10-232-6/+12
|
* Fix for not destroying sessions when connection closed.Matthew Wild2008-10-231-0/+13
|
* Abstract connections with "connection listeners"Matthew Wild2008-10-223-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 presentMatthew Wild2008-10-221-2/+2
|
* Remove debugging output from when doing TLSMatthew Wild2008-10-081-1/+0
|
* Working TLS!Matthew Wild2008-10-051-39/+46
|
* TLS: Handshake works, no data after thatMatthew Wild2008-10-051-5/+217
|
* Convert spaces->tabsMatthew Wild2008-10-051-476/+476
|
* SASL!Matthew Wild2008-10-021-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 Wild2008-08-251-0/+613
also added note on licensing of that module