Mon, 21 Sep 2009 13:53:59 +0100 Matthew Wild net.server: Fix traceback when closing connections with buffered data get closed during send file | diff | annotate
Fri, 18 Sep 2009 02:48:52 +0100 Matthew Wild Merge with 0.5 file | diff | annotate
Tue, 18 Aug 2009 15:58:44 +0100 Matthew Wild net.server: Add checking for nil sockets to prevent traceback file | diff | annotate
Tue, 18 Aug 2009 15:58:44 +0100 Matthew Wild net.server: Add checking for nil sockets to prevent traceback file | diff | annotate
Sun, 16 Aug 2009 21:32:10 +0100 Matthew Wild 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. file | diff | annotate
Tue, 28 Jul 2009 14:48:37 +0100 Matthew Wild net.server: Much improve SSL/TLS error reporting, do our best to understand and hide OpenSSL's ridiculously unfriendly error messages file | diff | annotate
Thu, 23 Jul 2009 12:01:00 +0100 Matthias Diene net.server: Fail to open port if legacy SSL requested, but SSL not available file | diff | annotate
Thu, 23 Jul 2009 03:06:49 +0100 Matthew Wild net.server: Remove listener from listeners table when calling removeserver file | diff | annotate
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 file | diff | annotate
Thu, 23 Jul 2009 01:29:41 +0100 Matthias Diener net.server: Continue to initialise port listener even when SSL errors occur file | diff | annotate
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 file | diff | annotate
Sun, 12 Jul 2009 20:32:38 +0100 Matthew Wild net.server: Fix copyright header line endings and text file | diff | annotate
Sun, 12 Jul 2009 20:25:02 +0100 Matthew Wild net.server: Correct fix for SSL traceback earlier file | diff | annotate
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 file | diff | annotate
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 file | diff | annotate
Fri, 10 Jul 2009 03:08:38 +0100 Matthew Wild Add copyright header to those files missing one file | diff | annotate
Thu, 04 Jun 2009 15:22:04 +0100 Matthew Wild net.server: Display server port in error messages file | diff | annotate
Fri, 29 May 2009 14:30:40 +0100 Matthew Wild net.server: A connection is not secure if we delay the TLS handshake file | diff | annotate
Sun, 03 May 2009 01:11:21 +0100 Matthew Wild Merge with 0.4 file | diff | annotate
Sun, 03 May 2009 01:09:57 +0100 Matthew Wild net.server: Add getserver() method to find the server listening on the specified port file | diff | annotate
Wed, 22 Apr 2009 20:33:24 +0100 Matthew Wild net.server: Fix global access/incorrect parameter file | diff | annotate
Wed, 22 Apr 2009 20:19:33 +0100 Matthew Wild net.server: Fix incorrect parameter passing file | diff | annotate
Wed, 22 Apr 2009 20:19:04 +0100 Matthew Wild net.server: Fix global access file | diff | annotate
Fri, 17 Apr 2009 16:11:11 +0100 Matthew Wild net.server: Fix potential nil handler usage file | diff | annotate
Sun, 12 Apr 2009 17:03:34 +0100 Matthew Wild net.server: Simple logging fix file | diff | annotate
Sun, 12 Apr 2009 03:06:22 +0100 Matthew Wild net.server: Remove some debug code which slipped through file | diff | annotate
Sun, 12 Apr 2009 02:54:45 +0100 Matthew Wild net.server: Add server.setquitting() to gracefully quit the socket loop file | diff | annotate
Wed, 08 Apr 2009 11:22:03 +0100 Matthew Wild net.server: Ensure some logging parameters are strings file | diff | annotate
Sat, 07 Mar 2009 19:56:53 +0000 Matthew Wild net.server: Allow replacement of send function on an open socket file | diff | annotate
Wed, 04 Mar 2009 12:44:07 +0000 Matthew Wild net.server: Don't call shutdown method on socket if it doesn't have one, eg. for UDP file | diff | annotate
Tue, 03 Mar 2009 20:12:31 +0000 Matthew Wild net.server: Check for potential nil handler on close file | diff | annotate
Mon, 02 Mar 2009 19:49:09 +0000 Matthew Wild net.server: Fix to make sure we send a string to logging function file | diff | annotate
Sun, 01 Mar 2009 23:33:41 +0000 Matthew Wild net.server: Don't retry if client closes socket during SSL handshaking file | diff | annotate
Fri, 27 Feb 2009 18:40:17 +0000 Matthew Wild net.server: Some fixes for SSL/TLS handshake handling file | diff | annotate
Wed, 18 Feb 2009 19:23:29 +0000 Matthew Wild net.server: Fix some more potential nil handler accesses file | diff | annotate
Mon, 09 Feb 2009 14:24:49 +0000 Matthew Wild net.server: Fix nil table index assignment file | diff | annotate
Mon, 09 Feb 2009 13:41:05 +0000 Matthew Wild net.server: Fix potential fatal error in server.lua file | diff | annotate
Wed, 04 Feb 2009 18:53:56 +0000 Matthew Wild Fix for nil handler error after close file | diff | annotate
Sat, 17 Jan 2009 14:57:21 +0000 Matthew Wild server.lua: Comment out unnecessary or very verbose logging, and log the rest as debug level file | diff | annotate
Sat, 17 Jan 2009 14:53:20 +0000 Matthew Wild server.lua: Use Prosody logger for errors, silence non-errors file | diff | annotate
Sat, 17 Jan 2009 04:45:08 +0000 Matthew Wild Port to new server.lua, quite some changes, but I believe everything to be working file | diff | annotate
Fri, 16 Jan 2009 05:36:39 +0000 Matthew Wild Fixed server.lua to use prosody logger for errors file | diff | annotate
Sat, 27 Dec 2008 21:22:49 +0000 Matthew Wild Remove some debugging code that slipped in file | diff | annotate
Sat, 27 Dec 2008 21:20:09 +0000 Matthew Wild Fix specifying ports in config, and SSL support file | diff | annotate
Sat, 27 Dec 2008 21:18:12 +0000 Matthew Wild Remove logging for server.lua file | diff | annotate
Thu, 18 Dec 2008 20:01:09 +0000 Matthew Wild Fix data loss when closing connection with a large write queue. Thanks albert :) file | diff | annotate
Sat, 13 Dec 2008 14:30:59 +0000 Matthew Wild Make wraptcpclient set timeout to 0, and add it to the list of exported functions from server.lua file | diff | annotate
Sat, 06 Dec 2008 23:12:46 +0000 Matthew Wild Remove old commented code from server.lua file | diff | annotate
Fri, 05 Dec 2008 19:55:46 +0000 Matthew Wild Re-commit TLS fix file | diff | annotate
Fri, 05 Dec 2008 19:50:34 +0000 Matthew Wild Merge file | diff | annotate
Fri, 05 Dec 2008 19:49:16 +0000 Matthew Wild Backed out changeset 099d8a102deb (committed too much) file | diff | annotate
Fri, 05 Dec 2008 19:40:46 +0000 Matthew Wild Don't say we need TLS after we've already started the handshake file | diff | annotate
Fri, 05 Dec 2008 19:24:01 +0000 Matthew Wild Add TLS socket to readlist before handshake starts, fixes major slow-down on TLS connections file | diff | annotate
Fri, 05 Dec 2008 19:22:34 +0000 Matthew Wild Comment out debug logging for now file | diff | annotate
Fri, 05 Dec 2008 19:21:44 +0000 Matthew Wild Remove linger option on sockets, made no difference, and I forgot to remove it earlier file | diff | annotate
Wed, 03 Dec 2008 16:44:03 +0000 Matthew Wild Fix GPL'ing MIT/X licensed code :) file | diff | annotate
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers file | diff | annotate
Sat, 22 Nov 2008 20:12:27 +0000 Matthew Wild All the people who don't use TLS, this one's for you. file | diff | annotate
Tue, 18 Nov 2008 22:16:06 +0000 Matthew Wild Fix to prevent send retry when connection is already closed file | diff | annotate
Tue, 18 Nov 2008 05:06:50 +0000 Matthew Wild Flush write queue before closing socket file | diff | annotate
(0) -60 tip

mercurial