net.server: Add checking for nil sockets to prevent traceback
|
Matthew Wild |
Tue, 18 Aug 2009 15:58:44 +0100 |
net.server: Add checking for nil sockets to prevent traceback
|
Matthew Wild |
Tue, 18 Aug 2009 15:58:44 +0100 |
net.server: Comment all calls to mem_free/collectgarbage... not really suitable for a realtime server, let's trust Lua's GC - it's good.
|
Matthew Wild |
Sun, 16 Aug 2009 21:32:10 +0100 |
net.server: Much improve SSL/TLS error reporting, do our best to understand and hide OpenSSL's ridiculously unfriendly error messages
|
Matthew Wild |
Tue, 28 Jul 2009 14:48:37 +0100 |
net.server: Fail to open port if legacy SSL requested, but SSL not available
|
Matthias Diene |
Thu, 23 Jul 2009 12:01:00 +0100 |
net.server: Remove listener from listeners table when calling removeserver
|
Matthew Wild |
Thu, 23 Jul 2009 03:06:49 +0100 |
net.server: Set sslctx to false when SSL wrapping fails, to avoid attempting to wrap clients with a broken context
|
Matthew Wild |
Thu, 23 Jul 2009 01:57:09 +0100 |
net.server: Continue to initialise port listener even when SSL errors occur
|
Matthias Diener |
Thu, 23 Jul 2009 01:29:41 +0100 |
net.server: Initiate the handshake when we should, the more correcter fix for the previous correct fix
|
Matthew Wild |
Mon, 13 Jul 2009 21:17:51 +0100 |
net.server: Fix copyright header line endings and text
|
Matthew Wild |
Sun, 12 Jul 2009 20:32:38 +0100 |
net.server: Correct fix for SSL traceback earlier
|
Matthew Wild |
Sun, 12 Jul 2009 20:25:02 +0100 |
net.server: Don't continue with socket initialisation if SSL handshake failed, fixes nil socket traceback
|
Matthew Wild |
Sun, 12 Jul 2009 15:18:53 +0100 |
net.server: Don't close handler if it is already nil when SSL handshake fails
|
Matthew Wild |
Sun, 12 Jul 2009 14:29:42 +0100 |
Add copyright header to those files missing one
|
Matthew Wild |
Fri, 10 Jul 2009 03:08:38 +0100 |
net.server: Display server port in error messages
|
Matthew Wild |
Thu, 04 Jun 2009 15:22:04 +0100 |
net.server: A connection is not secure if we delay the TLS handshake
|
Matthew Wild |
Fri, 29 May 2009 14:30:40 +0100 |
Merge with 0.4
|
Matthew Wild |
Sun, 03 May 2009 01:11:21 +0100 |
net.server: Add getserver() method to find the server listening on the specified port
|
Matthew Wild |
Sun, 03 May 2009 01:09:57 +0100 |
net.server: Fix global access/incorrect parameter
|
Matthew Wild |
Wed, 22 Apr 2009 20:33:24 +0100 |
net.server: Fix incorrect parameter passing
|
Matthew Wild |
Wed, 22 Apr 2009 20:19:33 +0100 |
net.server: Fix global access
|
Matthew Wild |
Wed, 22 Apr 2009 20:19:04 +0100 |
net.server: Fix potential nil handler usage
|
Matthew Wild |
Fri, 17 Apr 2009 16:11:11 +0100 |
net.server: Simple logging fix
|
Matthew Wild |
Sun, 12 Apr 2009 17:03:34 +0100 |
net.server: Remove some debug code which slipped through
|
Matthew Wild |
Sun, 12 Apr 2009 03:06:22 +0100 |
net.server: Add server.setquitting() to gracefully quit the socket loop
|
Matthew Wild |
Sun, 12 Apr 2009 02:54:45 +0100 |
net.server: Ensure some logging parameters are strings
|
Matthew Wild |
Wed, 08 Apr 2009 11:22:03 +0100 |
net.server: Allow replacement of send function on an open socket
|
Matthew Wild |
Sat, 07 Mar 2009 19:56:53 +0000 |
net.server: Don't call shutdown method on socket if it doesn't have one, eg. for UDP
|
Matthew Wild |
Wed, 04 Mar 2009 12:44:07 +0000 |
net.server: Check for potential nil handler on close
|
Matthew Wild |
Tue, 03 Mar 2009 20:12:31 +0000 |
net.server: Fix to make sure we send a string to logging function
|
Matthew Wild |
Mon, 02 Mar 2009 19:49:09 +0000 |