net.*: Remove use of module() function
|
Kim Alvefur |
2015-02-21 |
Merge 0.9->trunk
|
Matthew Wild |
2012-04-29 |
net.connlisteners: Add COMPAT stub, use portmanager!
|
Matthew Wild |
2012-04-28 |
connlistener, server_select, prosody: Add support for binding to multiple addresses
|
Florian Zeitz |
2011-06-15 |
net.connlisteners: Log traceback on errors in listener loading.
|
Waqas Hussain |
2011-03-02 |
Monster whitespace commit (beware the whitespace monster).
|
Waqas Hussain |
2010-10-16 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
net.connlisteners: Return an error if no SSL context is supplied for a connection of type 'ssl'
|
Matthew Wild |
2010-01-31 |
net.connlisteners: Remove redundant variable declaration
|
Matthew Wild |
2010-01-31 |
net.connlisteners: Update for new server API, type == 'tls' now means little - all connections support TLS
|
Matthew Wild |
2010-01-31 |
net.connlisteners: Standardise on new syntax for addserver(), and clean up a bit
|
Matthew Wild |
2009-11-21 |
net.connlisteners: Log an error when a listener fails to load.
|
Waqas Hussain |
2009-11-12 |
connlisteners: Localize tostring, fixes possible traceback when LuaSec not installed
|
Matthew Wild |
2009-10-21 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
net.connlisteners: Lower log level of multiple listeners warning (not interesting to end-users)
|
Matthew Wild |
2009-05-03 |
net.connlisteners: Allow listeners to specify default interface
|
Matthew Wild |
2009-03-22 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
Update copyright notices for 2009
|
Matthew Wild |
2009-01-30 |
0.2->0.3
|
Matthew Wild |
2009-01-30 |
GPL->MIT!
|
Matthew Wild |
2009-01-30 |
Port to new server.lua, quite some changes, but I believe everything to be working
|
Matthew Wild |
2009-01-17 |
net.connlisteners: Fix to report errors loading connlisteners
|
Matthew Wild |
2009-01-15 |
Small fix for logging in connlisteners (warning != warn)
0.2.0
|
Matthew Wild |
2008-12-27 |
Fix specifying ports in config, and SSL support
|
Matthew Wild |
2008-12-27 |
Protect loading of connlisteners, to catch errors
|
Matthew Wild |
2008-12-16 |
0.1 -> 0.2
|
Matthew Wild |
2008-12-10 |
Insert copyright/license headers
|
Matthew Wild |
2008-12-03 |
Fix for loading connlisteners when running without CFG_SOURCEDIR
|
Matthew Wild |
2008-11-29 |
Update Makefile to now pass config paths to prosody. Update prosody, modulemanager and connectionlisteners to obey these paths.
|
Matthew Wild |
2008-11-29 |
Small fix for connlisteners to accept nil for userdata
|
Matthew Wild |
2008-11-23 |
dialback keys now verified
s2s
|
Matthew Wild |
2008-10-24 |
Initial s2s stuff
s2s
|
Matthew Wild |
2008-10-23 |
Abstract connections with "connection listeners"
|
Matthew Wild |
2008-10-22 |