| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | net.server_event: tostring() some debug logging parameters | Matthew Wild | 2009-11-26 | 1 | -3/+3 |
* | net.server_event: Add set_send() for compatibility with server_select | Matthew Wild | 2009-11-26 | 1 | -0/+3 |
* | net.server_event: Hide starttls function when the connection is not SSL-enabled | Matthew Wild | 2009-11-26 | 1 | -0/+9 |
* | net.server_event: Count the number of client connections *upwards* :) | Matthew Wild | 2009-11-26 | 1 | -2/+2 |
* | net.server_handler: Add stub handlers as fallbacks for those listeners don't ... | Matthew Wild | 2009-11-26 | 1 | -1/+8 |
* | net.server_event: Fix to make ontimeout() listener callback work | Matthew Wild | 2009-11-26 | 1 | -1/+2 |
* | net.server_event: Comment accidentally uncommented vdebug() | Matthew Wild | 2009-11-22 | 1 | -1/+1 |
* | net.server_event: Handle and ignore 'wantread' error from receive(), treat as... | Matthew Wild | 2009-11-22 | 1 | -1/+1 |
* | net.server_event: Remove premature non-optimisation | Matthew Wild | 2009-11-22 | 1 | -2/+2 |
* | net.server_event: Fix moved line caused by Mercurial's crecord and my selecti... | Matthew Wild | 2009-11-22 | 1 | -1/+1 |
* | net.server_event: Obey nowriting/nointerface for locks in interface methods | Matthew Wild | 2009-11-22 | 1 | -0/+2 |
* | net.server_event: Use conn property for send/receive instead of caching, fixe... | Matthew Wild | 2009-11-22 | 1 | -2/+2 |
* | net.server_event: Set startsslcallback property to nil when we're done handsh... | Matthew Wild | 2009-11-22 | 1 | -0/+1 |
* | net.server_event: Add set_sslctx() method to connections | Matthew Wild | 2009-11-22 | 1 | -1/+3 |
* | net.server_event: conn.usingssl -> conn._usingssl | Matthew Wild | 2009-11-22 | 1 | -4/+4 |
* | net.server_event: Use correct listener callbacks | Matthew Wild | 2009-11-22 | 1 | -2/+2 |
* | net.server_event: Small whitespace fixes | Matthew Wild | 2009-11-22 | 1 | -1/+2 |
* | net.server_event: Correct a few instances of .sslctx to ._sslctx | Matthew Wild | 2009-11-22 | 1 | -2/+2 |
* | net.server_event: Call connection's onconnect, no need to pass closures aroun... | Matthew Wild | 2009-11-22 | 1 | -1/+1 |
* | net.server_event: Use connection id in all relevant logging | Matthew Wild | 2009-11-22 | 1 | -11/+11 |
* | net.server_event: Define id property for connection objects, to aid logging | Matthew Wild | 2009-11-22 | 1 | -0/+2 |
* | net.server_event: Define vdebug function for convenience | Matthew Wild | 2009-11-22 | 1 | -0/+1 |
* | net.server_event: Change to new standard addserver() syntax | Matthew Wild | 2009-11-21 | 1 | -2/+2 |
* | net.server_event: Export base as event_base | Matthew Wild | 2009-11-21 | 1 | -0/+1 |
* | net.server_event: Comment overly verbose log message | Matthew Wild | 2009-11-21 | 1 | -1/+1 |
* | net.server_event: Remove redundant getid() function | Matthew Wild | 2009-11-20 | 1 | -5/+0 |
* | net.server_event: Initial commit of server_event.lua. Don't get too excited, ... | Matthew Wild | 2009-11-20 | 1 | -0/+759 |