aboutsummaryrefslogtreecommitdiffstats
path: root/net/connlisteners.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Matthew Wild2009-01-171-5/+9
| | | | working
* 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, ↵Matthew Wild2008-11-291-2/+3
| | | | modulemanager and connectionlisteners to obey these paths.
* 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
- Added connlistener for xmppclient - SASL/TLS now use a new session:reset_stream() method - main.lua on its way to being a bit neater