log net/server.lua @ 1540:19fb86c19a59

age author description
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
Sun, 12 Jul 2009 14:29:42 +0100 Matthew Wild net.server: Don't close handler if it is already nil when SSL handshake fails
Fri, 10 Jul 2009 03:08:38 +0100 Matthew Wild Add copyright header to those files missing one
Thu, 04 Jun 2009 15:22:04 +0100 Matthew Wild net.server: Display server port in error messages
Fri, 29 May 2009 14:30:40 +0100 Matthew Wild net.server: A connection is not secure if we delay the TLS handshake
Sun, 03 May 2009 01:11:21 +0100 Matthew Wild Merge with 0.4
Sun, 03 May 2009 01:09:57 +0100 Matthew Wild net.server: Add getserver() method to find the server listening on the specified port
Wed, 22 Apr 2009 20:33:24 +0100 Matthew Wild net.server: Fix global access/incorrect parameter
Wed, 22 Apr 2009 20:19:33 +0100 Matthew Wild net.server: Fix incorrect parameter passing
Wed, 22 Apr 2009 20:19:04 +0100 Matthew Wild net.server: Fix global access
Fri, 17 Apr 2009 16:11:11 +0100 Matthew Wild net.server: Fix potential nil handler usage
Sun, 12 Apr 2009 17:03:34 +0100 Matthew Wild net.server: Simple logging fix
Sun, 12 Apr 2009 03:06:22 +0100 Matthew Wild net.server: Remove some debug code which slipped through
Sun, 12 Apr 2009 02:54:45 +0100 Matthew Wild net.server: Add server.setquitting() to gracefully quit the socket loop
Wed, 08 Apr 2009 11:22:03 +0100 Matthew Wild net.server: Ensure some logging parameters are strings