net.server: Fix to make sure we send a string to logging function
|
Matthew Wild |
Mon, 02 Mar 2009 19:49:09 +0000 |
net.server: Don't retry if client closes socket during SSL handshaking
|
Matthew Wild |
Sun, 01 Mar 2009 23:33:41 +0000 |
net.server: Some fixes for SSL/TLS handshake handling
|
Matthew Wild |
Fri, 27 Feb 2009 18:40:17 +0000 |
net.server: Fix some more potential nil handler accesses
|
Matthew Wild |
Wed, 18 Feb 2009 19:23:29 +0000 |
net.server: Fix nil table index assignment
|
Matthew Wild |
Mon, 09 Feb 2009 14:24:49 +0000 |
net.server: Fix potential fatal error in server.lua
|
Matthew Wild |
Mon, 09 Feb 2009 13:41:05 +0000 |
Fix for nil handler error after close
|
Matthew Wild |
Wed, 04 Feb 2009 18:53:56 +0000 |
server.lua: Comment out unnecessary or very verbose logging, and log the rest as debug level
|
Matthew Wild |
Sat, 17 Jan 2009 14:57:21 +0000 |
server.lua: Use Prosody logger for errors, silence non-errors
|
Matthew Wild |
Sat, 17 Jan 2009 14:53:20 +0000 |
Port to new server.lua, quite some changes, but I believe everything to be working
|
Matthew Wild |
Sat, 17 Jan 2009 04:45:08 +0000 |
Fixed server.lua to use prosody logger for errors
|
Matthew Wild |
Fri, 16 Jan 2009 05:36:39 +0000 |
Remove some debugging code that slipped in
|
Matthew Wild |
Sat, 27 Dec 2008 21:22:49 +0000 |
Fix specifying ports in config, and SSL support
|
Matthew Wild |
Sat, 27 Dec 2008 21:20:09 +0000 |
Remove logging for server.lua
|
Matthew Wild |
Sat, 27 Dec 2008 21:18:12 +0000 |
Fix data loss when closing connection with a large write queue. Thanks albert :)
|
Matthew Wild |
Thu, 18 Dec 2008 20:01:09 +0000 |