aboutsummaryrefslogtreecommitdiffstats
path: root/net/connlisteners.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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