aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Matthew Wild2009-02-111-1/+1
| | | | for spotting
* Change the to attribute of messages to the recipients' bare JID when the ↵Waqas Hussain2009-02-111-2/+3
| | | | recipient/resource is offline.
* Stanza router: Message to bare JID fixesWaqas Hussain2009-02-111-18/+31
| | | | | | - headline messages get sent to all non-negative priority available resource - all other messages get sent to the set of highest non-negative priority available resources - only messages of type chat and normal or missing type go into offline storage
* Fixed: Some presence stanzas from local users were not being routed ↵Waqas Hussain2009-02-111-0/+8
| | | | correctly to components (ghosts in mod_muc)
* 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 ↵Waqas Hussain2009-02-111-0/+1
| | | | loading a module.
* Component-host module loading code was breaking module reload, andduplicated ↵Waqas Hussain2009-02-111-10/+2
| | | | older code. Changed to reuse older code.
* Fix for never checking if the first module for a host is already loaded ↵Matthew Wild2009-02-041-1/+3
| | | | (affects global modules)
* 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
| | | | to work properly
* modulemanager: Add module:set_global() as a cleaner way for a module to ↵Matthew Wild2009-01-241-0/+4
| | | | declare itself 'global'
* 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 ↵Matthew Wild2009-01-171-2/+2
| | | | working
* 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
| | | | state
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-01-133-3/+36
|\
| * Add core.actions for managing server 'actions'; and make modulemanager ↵Matthew Wild2009-01-122-1/+33
| | | | | | | | register actions 'load' and 'unload'
| * 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 ↵Waqas Hussain2009-01-131-1/+1
|/ | | | componentmanager.deregister_component
* Removed core/offlinemessage.lua along with documentation and references - we ↵Waqas Hussain2009-01-091-35/+0
| | | | have core/offlinemanager.lua instead
* 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
|/
* Modulemanager: Basic modules can now be unloaded correctlyWaqas Hussain2009-01-031-9/+33
|
* Send host, and not the recipient's JID to module manager (fixes #53)Waqas Hussain2008-12-311-1/+1
|
* Delete the offline message store only when offline messages are presentWaqas Hussain2008-12-261-4/+7
|
* Return an empty set intead of an error when no disco items are available for ↵Waqas Hussain2008-12-261-0/+5
| | | | a host
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2008-12-253-12/+26
|\
| * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2008-12-243-12/+26
| |\
| | * Fix for not loading global modules when host-specific modules are specified ↵Matthew Wild2008-12-241-0/+18
| | | | | | | | | | | | in config
| | * Merge from waqasMatthew Wild2008-12-222-6/+35
| | |\