aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* core.configmanager: Small fix to check validity of Component definitionsMatthew Wild2009-03-031-6/+8
* core.stanza_router: Don't bounce errors to iq type=result/errorMatthew Wild2009-03-021-2/+2
* core.s2smanager: Remove some old commented code, break a long line in 2Matthew Wild2009-03-021-5/+2
* core.stanza_router: Reply with error to groupchat messages directed at unavai...Matthew Wild2009-02-281-0/+7
* core.componentmanager: Refactor a little to make XEP-0114 plugin a little sim...Matthew Wild2009-02-281-35/+41
* core.xmlhandlers: Remove redundant check in conditionMatthew Wild2009-02-271-1/+1
* core.xmlhandlers: Optimise completed stanza logicMatthew Wild2009-02-261-11/+13
* core.presencemanager: Set 'from' attribute on outgoing unavailable directed p...Matthew Wild2009-02-191-7/+10
* Add RunScript command to config to run a Lua script prior to starting the serverMatthew Wild2009-02-131-3/+3
* Add Include command to include extra configuration files from the main oneMatthew Wild2009-02-131-3/+16
* Report errors in the config file to the userMatthew Wild2009-02-131-4/+4
* Fixed: kick_old resource conflict resolution policy could fail with a backtraceWaqas Hussain2009-02-121-1/+4
* stanza_router: Fix handling of iq from c2s to bare JIDs, thanks to jaharkes f...Matthew Wild2009-02-111-1/+1
* Change the to attribute of messages to the recipients' bare JID when the reci...Waqas Hussain2009-02-111-2/+3
* Stanza router: Message to bare JID fixesWaqas Hussain2009-02-111-18/+31
* Fixed: Some presence stanzas from local users were not being routed correctly...Waqas Hussain2009-02-111-0/+8
* Fixed directed presence handling to work correctly for componentsWaqas Hussain2009-02-112-5/+6
* modulemanager initializes hosts[host] if it isn't already initialized when lo...Waqas Hussain2009-02-111-0/+1
* Component-host module loading code was breaking module reload, andduplicated ...Waqas Hussain2009-02-111-10/+2
* Fix for never checking if the first module for a host is already loaded (affe...Matthew Wild2009-02-041-1/+3
* Update copyright notices for 2009Matthew Wild2009-01-3012-24/+24
* 0.2->0.3Matthew Wild2009-01-3012-12/+12
* GPL->MIT!Matthew Wild2009-01-3012-156/+24
* componentmanager: Add support for loading components defined in the configMatthew Wild2009-01-291-5/+34
* configmanager: Add support for defining componentsMatthew Wild2009-01-291-1/+13
* hostmanager: Fire event when all hosts are loaded from configMatthew Wild2009-01-291-0/+1
* modulemanager: Really fix call_module_method to work properlyMatthew Wild2009-01-291-1/+1
* modulemanager: Add get_host_type() API method, and fix up call_module_method ...Matthew Wild2009-01-291-2/+8
* modulemanager: Add module:set_global() as a cleaner way for a module to decla...Matthew Wild2009-01-241-0/+4
* core.modulemanager: Some refactoring to make upcoming changes a little easierMatthew Wild2009-01-241-18/+50
* Port to new server.lua, quite some changes, but I believe everything to be wo...Matthew Wild2009-01-171-2/+2
* modulemanager: Comment out logging of modules hooking stanzas, too noisyMatthew Wild2009-01-161-1/+1
* stanza_router: That'll teach me to not commit at this time of night. Or not.Matthew Wild2009-01-161-1/+1
* Replacing pretty_print() with top_tag() for loggingMatthew Wild2009-01-161-1/+1
* Stringprep!Waqas Hussain2009-01-151-5/+23
* stanza_router: Fixed error replies for unhandled stanzasWaqas Hussain2009-01-141-9/+9
* modulemanager: Check for syntax errors before reloading a moduleWaqas Hussain2009-01-131-0/+6
* modulemanager: Added reload support, with callbacks for saving and restoring ...Waqas Hussain2009-01-131-2/+29
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-01-133-3/+36
|\
| * Add core.actions for managing server 'actions'; and make modulemanager regist...Matthew Wild2009-01-122-1/+33
| * modulemanager: Change pairs() to ipairs() to allow ordered module loadingMatthew Wild2009-01-121-2/+2
| * Set session.ip to the IP address of connecting clientsMatthew Wild2009-01-121-0/+1
* | modulemanager: Fixed error on unloading modules with no handlersWaqas Hussain2009-01-131-3/+5
* | componentmanager: Removed unneeded parameter from componentmanager.deregister...Waqas Hussain2009-01-131-1/+1
|/
* Removed core/offlinemessage.lua along with documentation and references - we ...Waqas Hussain2009-01-091-35/+0
* modulemanager: Per-host event hooks for plugins - solves issue 41Waqas Hussain2009-01-091-1/+17
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-01-071-1/+3
|\
| * Remove warning of already-loaded modules at startupMatthew Wild2009-01-041-1/+3
* | modulemanager: module.unload now gets called when modules are being unloadedWaqas Hussain2009-01-071-3/+4
* | componentmanager: Added support for component deregisteringWaqas Hussain2009-01-071-1/+14
|/