log net/server.lua @ 1581:4cdf9cefa0bc

age author description
Thu, 23 Jul 2009 12:01:00 +0100 Matthias Diene net.server: Fail to open port if legacy SSL requested, but SSL not available
Thu, 23 Jul 2009 03:06:49 +0100 Matthew Wild net.server: Remove listener from listeners table when calling removeserver
Thu, 23 Jul 2009 01:57:09 +0100 Matthew Wild net.server: Set sslctx to false when SSL wrapping fails, to avoid attempting to wrap clients with a broken context
Thu, 23 Jul 2009 01:29:41 +0100 Matthias Diener net.server: Continue to initialise port listener even when SSL errors occur
Mon, 13 Jul 2009 21:17:51 +0100 Matthew Wild net.server: Initiate the handshake when we should, the more correcter fix for the previous correct fix
Sun, 12 Jul 2009 20:32:38 +0100 Matthew Wild net.server: Fix copyright header line endings and text
Sun, 12 Jul 2009 20:25:02 +0100 Matthew Wild net.server: Correct fix for SSL traceback earlier
Sun, 12 Jul 2009 15:18:53 +0100 Matthew Wild net.server: Don't continue with socket initialisation if SSL handshake failed, fixes nil socket traceback