Log

net/connlisteners.lua @ 7521:1c8b63fe6472

description author age
net.*: Remove use of module() function Kim Alvefur Sat, 21 Feb 2015 10:45:24 +0100
Merge 0.9->trunk Matthew Wild Sun, 29 Apr 2012 02:10:55 +0100
net.connlisteners: Add COMPAT stub, use portmanager! Matthew Wild Sat, 28 Apr 2012 23:13:49 +0100
connlistener, server_select, prosody: Add support for binding to multiple addresses Florian Zeitz Wed, 15 Jun 2011 23:44:18 +0200
net.connlisteners: Log traceback on errors in listener loading. Waqas Hussain Wed, 02 Mar 2011 05:11:42 +0500
Monster whitespace commit (beware the whitespace monster). Waqas Hussain Sat, 16 Oct 2010 23:00:42 +0500
Merge 0.6->0.7 Matthew Wild Mon, 22 Mar 2010 17:24:55 +0000
Update copyright headers for 2010 Matthew Wild Mon, 22 Mar 2010 17:06:15 +0000
net.connlisteners: Return an error if no SSL context is supplied for a connection of type 'ssl' Matthew Wild Sun, 31 Jan 2010 17:08:57 +0000
net.connlisteners: Remove redundant variable declaration Matthew Wild Sun, 31 Jan 2010 15:44:55 +0000
net.connlisteners: Update for new server API, type == 'tls' now means little - all connections support TLS Matthew Wild Sun, 31 Jan 2010 15:44:05 +0000
net.connlisteners: Standardise on new syntax for addserver(), and clean up a bit Matthew Wild Sat, 21 Nov 2009 17:11:59 +0000
net.connlisteners: Log an error when a listener fails to load. Waqas Hussain Thu, 12 Nov 2009 13:34:38 +0500
connlisteners: Localize tostring, fixes possible traceback when LuaSec not installed Matthew Wild Wed, 21 Oct 2009 13:59:54 +0100
Remove version number from copyright headers Matthew Wild Fri, 10 Jul 2009 03:11:45 +0100
net.connlisteners: Lower log level of multiple listeners warning (not interesting to end-users) Matthew Wild Sun, 03 May 2009 01:10:49 +0100
net.connlisteners: Allow listeners to specify default interface Matthew Wild Sun, 22 Mar 2009 14:59:28 +0000
0.3->0.4 Matthew Wild Fri, 20 Mar 2009 20:16:25 +0000
Update copyright notices for 2009 Matthew Wild Fri, 30 Jan 2009 17:59:26 +0000
0.2->0.3 Matthew Wild Fri, 30 Jan 2009 17:40:25 +0000
GPL->MIT! Matthew Wild Fri, 30 Jan 2009 17:22:56 +0000
Port to new server.lua, quite some changes, but I believe everything to be working Matthew Wild Sat, 17 Jan 2009 04:45:08 +0000
net.connlisteners: Fix to report errors loading connlisteners Matthew Wild Thu, 15 Jan 2009 20:02:28 +0000
Small fix for logging in connlisteners (warning != warn) 0.2.0 Matthew Wild Sat, 27 Dec 2008 21:25:08 +0000
Fix specifying ports in config, and SSL support Matthew Wild Sat, 27 Dec 2008 21:20:09 +0000
Protect loading of connlisteners, to catch errors Matthew Wild Tue, 16 Dec 2008 02:32:01 +0000
0.1 -> 0.2 Matthew Wild Wed, 10 Dec 2008 15:44:03 +0000
Insert copyright/license headers Matthew Wild Wed, 03 Dec 2008 14:39:07 +0000
Fix for loading connlisteners when running without CFG_SOURCEDIR Matthew Wild Sat, 29 Nov 2008 15:13:30 +0000
Update Makefile to now pass config paths to prosody. Update prosody, modulemanager and connectionlisteners to obey these paths. Matthew Wild Sat, 29 Nov 2008 03:27:50 +0000
Small fix for connlisteners to accept nil for userdata Matthew Wild Sun, 23 Nov 2008 04:53:12 +0000
dialback keys now verified s2s Matthew Wild Fri, 24 Oct 2008 03:06:55 +0100
Initial s2s stuff s2s Matthew Wild Thu, 23 Oct 2008 18:09:39 +0100
Abstract connections with "connection listeners" Matthew Wild Wed, 22 Oct 2008 17:36:21 +0100