aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
* 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 i...Matthew Wild2008-12-241-0/+18
| | * Merge from waqasMatthew Wild2008-12-222-6/+35
| | |\
| | * | Change xmlhandlers to match stream opening tag with ns+tagMatthew Wild2008-12-161-10/+8
| | * | Remove old debugging line from sessionmanagerMatthew Wild2008-12-161-2/+0
* | | | More error replies for offline and non-existing usersWaqas Hussain2008-12-251-3/+4
* | | | Directed presenceWaqas Hussain2008-12-252-1/+12
* | | | Changed order of checking for component hosts to check the full and bare JIDs...Waqas Hussain2008-12-251-2/+2
|/ / /
* | / Changed order of checking for component hosts to check the full and bare JIDs...Waqas Hussain2008-12-241-2/+3
| |/ |/|
* | Bounce stanza errors on failed s2sWaqas Hussain2008-12-192-6/+35
|/
* Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for h...Matthew Wild2008-12-132-10/+22
* 0.1 -> 0.2Matthew Wild2008-12-1013-13/+13
* Newline at end of file for sessionmanagerMatthew Wild2008-12-101-1/+1
* Enable dialback for componentsWaqas Hussain2008-12-091-2/+5
* Don't try processing stanzas not of type get or set in module managerWaqas Hussain2008-12-081-2/+7