aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* 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