| Commit message (Expand) | Author | Age | Files | Lines |
* | vairious: Add annotation when an empty environment is set [luacheck] | Kim Alvefur | 2018-02-28 | 1 | -0/+1 |
* | Update every link to the documentation to use HTTPS | Emmanuel Gil Peyrot | 2016-04-16 | 1 | -1/+1 |
* | net.*: Remove use of module() function | Kim Alvefur | 2015-02-21 | 1 | -6/+9 |
* | net.connlisteners: Add COMPAT stub, use portmanager! | Matthew Wild | 2012-04-28 | 1 | -0/+15 |
* | net.connlisteners: Be gone! | Matthew Wild | 2012-04-21 | 1 | -81/+0 |
* | connlistener, server_select, prosody: Add support for binding to multiple add... | Florian Zeitz | 2011-06-15 | 1 | -3/+13 |
* | net.connlisteners: Log traceback on errors in listener loading. | Waqas Hussain | 2011-03-02 | 1 | -3/+5 |
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 1 | -2/+2 |
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
|\ |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
* | | net.connlisteners: Return an error if no SSL context is supplied for a connec... | Matthew Wild | 2010-01-31 | 1 | -0/+4 |
* | | net.connlisteners: Remove redundant variable declaration | Matthew Wild | 2010-01-31 | 1 | -1/+0 |
* | | net.connlisteners: Update for new server API, type == 'tls' now means little ... | Matthew Wild | 2010-01-31 | 1 | -9/+1 |
* | | net.connlisteners: Standardise on new syntax for addserver(), and clean up a bit | Matthew Wild | 2009-11-21 | 1 | -3/+8 |
|/ |
|
* | net.connlisteners: Log an error when a listener fails to load. | Waqas Hussain | 2009-11-12 | 1 | -1/+4 |
* | connlisteners: Localize tostring, fixes possible traceback when LuaSec not in... | Matthew Wild | 2009-10-21 | 1 | -0/+1 |
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | net.connlisteners: Lower log level of multiple listeners warning (not interes... | Matthew Wild | 2009-05-03 | 1 | -2/+2 |
* | net.connlisteners: Allow listeners to specify default interface | Matthew Wild | 2009-03-22 | 1 | -1/+1 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 1 | -1/+1 |
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 1 | -13/+2 |
* | Port to new server.lua, quite some changes, but I believe everything to be wo... | Matthew Wild | 2009-01-17 | 1 | -5/+9 |
* | net.connlisteners: Fix to report errors loading connlisteners | Matthew Wild | 2009-01-15 | 1 | -2/+2 |
* | Small fix for logging in connlisteners (warning != warn)vault/0.2.00.2.0 | Matthew Wild | 2008-12-27 | 1 | -1/+1 |
* | Fix specifying ports in config, and SSL support | Matthew Wild | 2008-12-27 | 1 | -3/+8 |
* | Protect loading of connlisteners, to catch errors | Matthew Wild | 2008-12-16 | 1 | -1/+2 |
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
* | Fix for loading connlisteners when running without CFG_SOURCEDIR | Matthew Wild | 2008-11-29 | 1 | -1/+1 |
* | Update Makefile to now pass config paths to prosody. Update prosody, modulema... | Matthew Wild | 2008-11-29 | 1 | -2/+3 |
* | Small fix for connlisteners to accept nil for userdata | Matthew Wild | 2008-11-23 | 1 | -2/+2 |
* | dialback keys now verified | Matthew Wild | 2008-10-24 | 1 | -1/+0 |
* | Initial s2s stuff | Matthew Wild | 2008-10-23 | 1 | -5/+11 |
* | Abstract connections with "connection listeners" | Matthew Wild | 2008-10-22 | 1 | -0/+40 |