aboutsummaryrefslogtreecommitdiffstats
path: root/net/server.lua
Commit message (Expand)AuthorAgeFilesLines
* All the people who don't use TLS, this one's for you.Matthew Wild2008-11-221-1/+1
* Fix to prevent send retry when connection is already closedMatthew Wild2008-11-181-6/+9
* Flush write queue before closing socketMatthew Wild2008-11-181-1/+5
* Fix for putting TLS in stream:features for connections already using TLS. Tha...Matthew Wild2008-11-161-0/+2
* Initial s2s stuffMatthew Wild2008-10-231-1/+1
* 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
* Moved server module to net/Matthew Wild2008-08-251-0/+613