aboutsummaryrefslogtreecommitdiffstats
path: root/net/server.lua
Commit message (Expand)AuthorAgeFilesLines
...
* MergeMatthew Wild2008-12-051-13/+2
|\
| * Backed out changeset 099d8a102deb (committed too much)Matthew Wild2008-12-051-12/+4
* | Don't say we need TLS after we've already started the handshakeMatthew Wild2008-12-051-4/+1
|/
* Add TLS socket to readlist before handshake starts, fixes major slow-down on ...Matthew Wild2008-12-051-4/+12
* Comment out debug logging for nowMatthew Wild2008-12-051-3/+3
* Remove linger option on sockets, made no difference, and I forgot to remove i...Matthew Wild2008-12-051-2/+0
* Fix GPL'ing MIT/X licensed code :)Matthew Wild2008-12-031-860/+838
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
* 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