aboutsummaryrefslogtreecommitdiffstats
path: root/net/connlisteners.lua
Commit message (Expand)AuthorAgeFilesLines
* net.connlisteners: Add COMPAT stub, use portmanager!Matthew Wild2012-04-281-0/+15
* net.connlisteners: Be gone!Matthew Wild2012-04-211-81/+0
* connlistener, server_select, prosody: Add support for binding to multiple add...Florian Zeitz2011-06-151-3/+13
* net.connlisteners: Log traceback on errors in listener loading.Waqas Hussain2011-03-021-3/+5
* Monster whitespace commit (beware the whitespace monster).Waqas Hussain2010-10-161-2/+2
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* | net.connlisteners: Return an error if no SSL context is supplied for a connec...Matthew Wild2010-01-311-0/+4
* | net.connlisteners: Remove redundant variable declarationMatthew Wild2010-01-311-1/+0
* | net.connlisteners: Update for new server API, type == 'tls' now means little ...Matthew Wild2010-01-311-9/+1
* | net.connlisteners: Standardise on new syntax for addserver(), and clean up a bitMatthew Wild2009-11-211-3/+8
|/
* net.connlisteners: Log an error when a listener fails to load.Waqas Hussain2009-11-121-1/+4
* connlisteners: Localize tostring, fixes possible traceback when LuaSec not in...Matthew Wild2009-10-211-0/+1
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* net.connlisteners: Lower log level of multiple listeners warning (not interes...Matthew Wild2009-05-031-2/+2
* net.connlisteners: Allow listeners to specify default interfaceMatthew Wild2009-03-221-1/+1
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
* 0.2->0.3Matthew Wild2009-01-301-1/+1
* GPL->MIT!Matthew Wild2009-01-301-13/+2
* Port to new server.lua, quite some changes, but I believe everything to be wo...Matthew Wild2009-01-171-5/+9
* net.connlisteners: Fix to report errors loading connlistenersMatthew Wild2009-01-151-2/+2
* Small fix for logging in connlisteners (warning != warn)vault/0.2.00.2.0Matthew Wild2008-12-271-1/+1
* Fix specifying ports in config, and SSL supportMatthew Wild2008-12-271-3/+8
* Protect loading of connlisteners, to catch errorsMatthew Wild2008-12-161-1/+2
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
* Fix for loading connlisteners when running without CFG_SOURCEDIRMatthew Wild2008-11-291-1/+1
* Update Makefile to now pass config paths to prosody. Update prosody, modulema...Matthew Wild2008-11-291-2/+3
* Small fix for connlisteners to accept nil for userdataMatthew Wild2008-11-231-2/+2
* dialback keys now verifiedMatthew Wild2008-10-241-1/+0
* Initial s2s stuffMatthew Wild2008-10-231-5/+11
* Abstract connections with "connection listeners"Matthew Wild2008-10-221-0/+40