net/server_event.lua
Thu, 22 Jul 2010 11:43:42 +0100 Matthew Wild net.server_event: Fix to not call onconnect a second time after the SSL handshake for starttls connections (thanks Flo)
Sat, 17 Jul 2010 15:17:02 +0100 Matthew Wild net.server_event: Remove debug logging from dummy onstatus handler
Fri, 11 Jun 2010 20:35:10 +0500 Waqas Hussain net.server_event: attemp to fix more spelling fail.
Wed, 02 Jun 2010 21:33:44 +0100 Matthew Wild net.server_event: Also return the socket from wrapclient, to maintain compatibility with server_select (thanks uhoreg)
Wed, 05 May 2010 15:25:48 +0100 Matthew Wild net.server_select, net.server_event: Add server.link() to link 2 connections with an intermediate buffer of the specified size
Wed, 05 May 2010 15:24:24 +0100 Matthew Wild net.server_select, net.server_event: Support for ondrain listener callback for when send buffer is empty
Wed, 05 May 2010 15:23:17 +0100 Matthew Wild net.server_select, net.server_event: Rename :pattern() method to :set_mode() for select backend, and add :set_mode() to event backend
Wed, 05 May 2010 15:21:17 +0100 Matthew Wild net.server_select, net.server_event: Support for :pause() and :resume() on connections
Wed, 05 May 2010 11:24:45 +0100 Matthew Wild net.server_event: Be sure to fire onincoming for backwards-compatibility with pre-onconnect listeners (thanks darkrain/mod_console)
Sun, 11 Apr 2010 01:29:59 +0100 Matthew Wild net.server_event: Call listener.onconnect if it exists, otherwise stick to listener.onincoming
Fri, 26 Mar 2010 08:24:29 +0500 Waqas Hussain net.server_event: Fixed spelling fail.
Thu, 25 Mar 2010 12:32:25 +0000 Matthew Wild net.server_event: Don't re-try a write if the connection closed (thanks Flo)
Wed, 24 Mar 2010 22:46:57 +0000 Matthew Wild net.server_event: Bump timeout values up somewhat
Mon, 01 Mar 2010 18:46:37 +0000 Matthew Wild net.server_event: Fix some global accesses
Mon, 01 Mar 2010 16:45:13 +0000 Matthew Wild net.server_event: Improve and fix potential traceback in logging of new incoming connections
Thu, 25 Feb 2010 02:01:00 +0000 Matthew Wild net.server_event: Add lock_read() method to connections
Thu, 18 Feb 2010 16:41:53 +0000 Matthew Wild net.server_event: Pass false as connection error to disconnect handler if close was initiated by us
Wed, 17 Feb 2010 13:21:33 +0000 Matthew Wild net.server_event: Increase SSL handshake timeout to 30s, make handshake round-trip count configurable, and bump connect timeout to 20s (thanks Flo)
Sun, 14 Feb 2010 20:47:09 +0000 Matthew Wild net.server_event: Fire onincoming() callback for new connections as opposed to the new onconnect() - let's change this for a future version though
Sun, 14 Feb 2010 20:36:54 +0000 Matthew Wild net.server_event: Fix another instance of creating an SSL context - certmanager now does this
Sun, 14 Feb 2010 20:15:17 +0000 Matthew Wild net.server_event: Fix traceback in creating SSL context
Thu, 11 Feb 2010 21:32:49 +0000 Matthew Wild net.server_event: Fixes for traceback with no LuaSec
Sun, 31 Jan 2010 19:58:52 +0000 Matthew Wild net.server_event: Update for compatibility with new server API
Fri, 29 Jan 2010 16:49:43 +0000 Matthew Wild net.server_event: Trailing whitespace
Fri, 29 Jan 2010 16:46:28 +0000 Matthew Wild net.server_event: Support :setlistener() method on connections to work with port multiplexing
Thu, 21 Jan 2010 12:56:08 +0000 Matthew Wild net.server_{select,event}: Fail gracefully if socket doesn't have a setoption method (LuaSec issue I think)
Thu, 21 Jan 2010 12:23:13 +0000 Matthew Wild net.server_event: Replace all calls to _start_ssl() to its bigger brother starttls() - fixes 5223 w/ libevent
Mon, 18 Jan 2010 18:20:03 +0000 Matthew Wild net.server_event: Remove access to starttls method when starttls is negotiated - fixes offering starttls to client who are already using it (thanks darkrain and Adium)
Tue, 12 Jan 2010 15:16:22 +0000 Matthew Wild net.server_event: Add conn:setoption() to set options on the socket
Sun, 10 Jan 2010 15:25:19 +0000 Matthew Wild net.server_event: Add server.hook_signal(signal_num, handler) to wrap libevent's signal-catching interface
less more (0) -50 -30 tip