aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Send xml:lang in stream headers, fixes #78Matthew Wild2009-07-012-2/+2
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-06-291-1/+2
|\
| * Serialize unknown stanza before logging.nolan2009-06-281-1/+2
* | modulemanager: Don't close stream on stream:error with unsupported-stanza-typ...Waqas Hussain2009-06-291-1/+1
* | stanza_router: Removed unnecessary xmlns checkWaqas Hussain2009-06-291-1/+1
* | stanza_router: Don't fire preprocessing events if stanza is not from full JIDWaqas Hussain2009-06-291-1/+1
|/
* Log stanza if stanza.to isn't set for some component errors.nolan2009-06-281-1/+1
* stanza_router: Fire events also for stanzas to componentsMatthew Wild2009-06-261-2/+2
* xmlhandlers: Remove numeric attributesWaqas Hussain2009-06-251-2/+3
* stanza_router: Remove unused variables and codeWaqas Hussain2009-06-251-16/+1
* stanza_router: A little refactoringWaqas Hussain2009-06-251-2/+1
* stanza_router: Remove unused variablesWaqas Hussain2009-06-251-6/+2
* stanza_router: Remove even more old routing codeWaqas Hussain2009-06-251-12/+0
* stanza_router: Remove some more old routing codeWaqas Hussain2009-06-251-16/+5
* stanza_router: Call core_post_stanza from core_route_stanza in place of old r...Waqas Hussain2009-06-251-0/+1
* stanza_router: Removed unused function: select_best_resourcesWaqas Hussain2009-06-251-19/+0
* stanza_router: Removed old routing codeWaqas Hussain2009-06-251-82/+1
* sessionmanager: Fire event on resource unbindWaqas Hussain2009-06-231-0/+2
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-06-233-4/+19
|\
| * modulemanager: Expose api table to allow others to extend the module APIMatthew Wild2009-06-231-1/+2
| * modulemanager: Fix copy/paste error, should be name instead of module_nameMatthew Wild2009-06-221-1/+1
| * rostermanager: Fire event on roster loadMatthew Wild2009-06-221-2/+7
| * sessionmanager: Fire event on resource bindMatthew Wild2009-06-221-0/+2
| * modulemanager: Call 'load' method when loading a moduleMatthew Wild2009-06-221-0/+7
* | modulemanager: Enabled access to the module API from plugin librariesWaqas Hussain2009-06-231-0/+1
* | modulemanager: Added simple module:require implementationWaqas Hussain2009-06-211-1/+10
|/
* stanza_router: Skip prepping 'to' in many common cases - #optimizationWaqas Hussain2009-06-201-9/+13
* stanza_router: Skip prepping 'from' on c2s origins - #optimizationWaqas Hussain2009-06-201-1/+1
* stanza_router: Fixed a corner case where processing could continue after an e...Waqas Hussain2009-06-201-0/+1
* stanza_router: A little refactoringWaqas Hussain2009-06-201-8/+8
* componentmanager: Using prosody.events instead of core.eventmanagerWaqas Hussain2009-06-201-4/+3
* Merge with trunkWaqas Hussain2009-06-202-1/+4
|\
| * Merge with waqas via albert!Matthew Wild2009-06-191-2/+2
| |\
| * | s2smanager: Remove srv_hosts from session when connected, this fixes attempti...Matthew Wild2009-06-191-0/+2
| * | loggingmanager: Log timestamps when using default file loggingMatthew Wild2009-06-191-1/+1
| * | loggingmanager: Enable debug level for default file logging when 'debug' mode...Matthew Wild2009-06-191-1/+2
* | | modulemanager: Removed unused function get_module_filename(name)Waqas Hussain2009-06-141-6/+0
* | | modulemanager: Changed to use util.pluginloaderWaqas Hussain2009-06-141-2/+3
* | | stanza_router: Remove unused variablesWaqas Hussain2009-06-141-6/+0
* | | Removed core.presencemanager. This has been superseded by mod_presence.Waqas Hussain2009-06-141-233/+0
* | | stanza_router: Remove all traces of presencemanagerWaqas Hussain2009-06-141-6/+2
* | | stanza_router: Use stanza.attr.from's host instead of origin.host when routin...Waqas Hussain2009-06-141-2/+2
| |/ |/|
* | modulemanager: Change the ideitity attribute typ to typeWaqas Hussain2009-06-131-2/+2
|/
* modulemanager: Added function add_identity(category, type) to the modules APIWaqas Hussain2009-06-121-0/+21
* modulemanager: Use module_name in log entry to fix 'error initialising module...Matthew Wild2009-06-081-1/+1
* modulemanager: Don't require xmlns to be non-nilMatthew Wild2009-06-061-1/+1
* modulemanager: module:log() -> self:log() fixMatthew Wild2009-06-061-1/+1
* modulemanager: Allow setting priority of stanza handlersMatthew Wild2009-06-061-5/+5
* modulemanager: Add module:hook([xmlns, ] name, handler) which uses new stanza...Matthew Wild2009-06-061-0/+11
* modulemanager: Load mod_message, mod_iq and mod_presence implicitlyWaqas Hussain2009-06-041-1/+6