aboutsummaryrefslogtreecommitdiffstats
path: root/net/server.lua
Commit message (Expand)AuthorAgeFilesLines
* server.lua: Comment out unnecessary or very verbose logging, and log the rest...Matthew Wild2009-01-171-9/+9
* server.lua: Use Prosody logger for errors, silence non-errorsMatthew Wild2009-01-171-2/+4
* Port to new server.lua, quite some changes, but I believe everything to be wo...Matthew Wild2009-01-171-887/+821
* Fixed server.lua to use prosody logger for errorsMatthew Wild2009-01-161-2/+4
* Remove some debugging code that slipped inMatthew Wild2008-12-271-1/+0
* Fix specifying ports in config, and SSL supportMatthew Wild2008-12-271-6/+11
* Remove logging for server.luaMatthew Wild2008-12-271-1/+0
* Fix data loss when closing connection with a large write queue. Thanks albert :)Matthew Wild2008-12-181-6/+48
* Make wraptcpclient set timeout to 0, and add it to the list of exported funct...Matthew Wild2008-12-131-0/+3
* Remove old commented code from server.luaMatthew Wild2008-12-061-4/+0
* Re-commit TLS fixMatthew Wild2008-12-051-1/+12
* 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