| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | core.configmanager: Small fix to check validity of Component definitions | Matthew Wild | 2009-03-03 | 1 | -6/+8 |
* | core.stanza_router: Don't bounce errors to iq type=result/error | Matthew Wild | 2009-03-02 | 1 | -2/+2 |
* | core.s2smanager: Remove some old commented code, break a long line in 2 | Matthew Wild | 2009-03-02 | 1 | -5/+2 |
* | core.stanza_router: Reply with error to groupchat messages directed at unavai... | Matthew Wild | 2009-02-28 | 1 | -0/+7 |
* | core.componentmanager: Refactor a little to make XEP-0114 plugin a little sim... | Matthew Wild | 2009-02-28 | 1 | -35/+41 |
* | core.xmlhandlers: Remove redundant check in condition | Matthew Wild | 2009-02-27 | 1 | -1/+1 |
* | core.xmlhandlers: Optimise completed stanza logic | Matthew Wild | 2009-02-26 | 1 | -11/+13 |
* | core.presencemanager: Set 'from' attribute on outgoing unavailable directed p... | Matthew Wild | 2009-02-19 | 1 | -7/+10 |
* | Add RunScript command to config to run a Lua script prior to starting the server | Matthew Wild | 2009-02-13 | 1 | -3/+3 |
* | Add Include command to include extra configuration files from the main one | Matthew Wild | 2009-02-13 | 1 | -3/+16 |
* | Report errors in the config file to the user | Matthew Wild | 2009-02-13 | 1 | -4/+4 |
* | Fixed: kick_old resource conflict resolution policy could fail with a backtrace | Waqas Hussain | 2009-02-12 | 1 | -1/+4 |
* | stanza_router: Fix handling of iq from c2s to bare JIDs, thanks to jaharkes f... | Matthew Wild | 2009-02-11 | 1 | -1/+1 |
* | Change the to attribute of messages to the recipients' bare JID when the reci... | Waqas Hussain | 2009-02-11 | 1 | -2/+3 |
* | Stanza router: Message to bare JID fixes | Waqas Hussain | 2009-02-11 | 1 | -18/+31 |
* | Fixed: Some presence stanzas from local users were not being routed correctly... | Waqas Hussain | 2009-02-11 | 1 | -0/+8 |
* | Fixed directed presence handling to work correctly for components | Waqas Hussain | 2009-02-11 | 2 | -5/+6 |
* | modulemanager initializes hosts[host] if it isn't already initialized when lo... | Waqas Hussain | 2009-02-11 | 1 | -0/+1 |
* | Component-host module loading code was breaking module reload, andduplicated ... | Waqas Hussain | 2009-02-11 | 1 | -10/+2 |
* | Fix for never checking if the first module for a host is already loaded (affe... | Matthew Wild | 2009-02-04 | 1 | -1/+3 |
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 12 | -24/+24 |
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 12 | -12/+12 |
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 12 | -156/+24 |
* | componentmanager: Add support for loading components defined in the config | Matthew Wild | 2009-01-29 | 1 | -5/+34 |
* | configmanager: Add support for defining components | Matthew Wild | 2009-01-29 | 1 | -1/+13 |
* | hostmanager: Fire event when all hosts are loaded from config | Matthew Wild | 2009-01-29 | 1 | -0/+1 |
* | modulemanager: Really fix call_module_method to work properly | Matthew Wild | 2009-01-29 | 1 | -1/+1 |
* | modulemanager: Add get_host_type() API method, and fix up call_module_method ... | Matthew Wild | 2009-01-29 | 1 | -2/+8 |
* | modulemanager: Add module:set_global() as a cleaner way for a module to decla... | Matthew Wild | 2009-01-24 | 1 | -0/+4 |
* | core.modulemanager: Some refactoring to make upcoming changes a little easier | Matthew Wild | 2009-01-24 | 1 | -18/+50 |
* | Port to new server.lua, quite some changes, but I believe everything to be wo... | Matthew Wild | 2009-01-17 | 1 | -2/+2 |
* | modulemanager: Comment out logging of modules hooking stanzas, too noisy | Matthew Wild | 2009-01-16 | 1 | -1/+1 |
* | stanza_router: That'll teach me to not commit at this time of night. Or not. | Matthew Wild | 2009-01-16 | 1 | -1/+1 |
* | Replacing pretty_print() with top_tag() for logging | Matthew Wild | 2009-01-16 | 1 | -1/+1 |
* | Stringprep! | Waqas Hussain | 2009-01-15 | 1 | -5/+23 |
* | stanza_router: Fixed error replies for unhandled stanzas | Waqas Hussain | 2009-01-14 | 1 | -9/+9 |
* | modulemanager: Check for syntax errors before reloading a module | Waqas Hussain | 2009-01-13 | 1 | -0/+6 |
* | modulemanager: Added reload support, with callbacks for saving and restoring ... | Waqas Hussain | 2009-01-13 | 1 | -2/+29 |
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-01-13 | 3 | -3/+36 |
|\ |
|
| * | Add core.actions for managing server 'actions'; and make modulemanager regist... | Matthew Wild | 2009-01-12 | 2 | -1/+33 |
| * | modulemanager: Change pairs() to ipairs() to allow ordered module loading | Matthew Wild | 2009-01-12 | 1 | -2/+2 |
| * | Set session.ip to the IP address of connecting clients | Matthew Wild | 2009-01-12 | 1 | -0/+1 |
* | | modulemanager: Fixed error on unloading modules with no handlers | Waqas Hussain | 2009-01-13 | 1 | -3/+5 |
* | | componentmanager: Removed unneeded parameter from componentmanager.deregister... | Waqas Hussain | 2009-01-13 | 1 | -1/+1 |
|/ |
|
* | Removed core/offlinemessage.lua along with documentation and references - we ... | Waqas Hussain | 2009-01-09 | 1 | -35/+0 |
* | modulemanager: Per-host event hooks for plugins - solves issue 41 | Waqas Hussain | 2009-01-09 | 1 | -1/+17 |
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-01-07 | 1 | -1/+3 |
|\ |
|
| * | Remove warning of already-loaded modules at startup | Matthew Wild | 2009-01-04 | 1 | -1/+3 |
* | | modulemanager: module.unload now gets called when modules are being unloaded | Waqas Hussain | 2009-01-07 | 1 | -3/+4 |
* | | componentmanager: Added support for component deregistering | Waqas Hussain | 2009-01-07 | 1 | -1/+14 |
|/ |
|