Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
| | |||||
* | net.connlisteners: Lower log level of multiple listeners warning (not ↵ | Matthew Wild | 2009-05-03 | 1 | -2/+2 |
| | | | | interesting to end-users) | ||||
* | 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 ↵ | Matthew Wild | 2009-01-17 | 1 | -5/+9 |
| | | | | working | ||||
* | 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, ↵ | Matthew Wild | 2008-11-29 | 1 | -2/+3 |
| | | | | modulemanager and connectionlisteners to obey these paths. | ||||
* | 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 |
- Added connlistener for xmppclient - SASL/TLS now use a new session:reset_stream() method - main.lua on its way to being a bit neater |