aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* componentmanager: Use core_route_stanza to reply in the default componentMatthew Wild2009-04-111-2/+3
* componentmanager: Restore default component when unregisteringMatthew Wild2009-04-111-3/+4
* componentmanager: Small logging fixMatthew Wild2009-04-111-1/+1
* componentmanager: Improve default component stanza handlerMatthew Wild2009-04-111-1/+5
* Remove more debugging code which was accidentally committed (don't trust hg)Matthew Wild2009-04-101-2/+0
* core.s2smanager: Remove some debuggingMatthew Wild2009-04-101-8/+2
* MergeMatthew Wild2009-04-101-21/+45
* MergeMatthew Wild2009-04-082-9/+9
|\
| * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-04-082-2/+23
| |\
| * | Fixed: Send correct error reply for IQs directed at unavailable resourcesWaqas Hussain2009-04-071-2/+2
| * | Fixed: Issue with presence error routingWaqas Hussain2009-04-072-7/+7
* | | sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!)Matthew Wild2009-04-082-27/+25
| |/ |/|
* | core.s2smanager: Look away... wait for it... now! Hopefully s2s should be bac...Matthew Wild2009-04-081-1/+1
* | componentmanager: Reply with service-unavailable for unconnected componentsMatthew Wild2009-04-081-1/+17
* | core.s2smanager: Check for valid host and port before attempting connectionMatthew Wild2009-04-061-0/+5
|/
* sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when c...Matthew Wild2009-04-052-0/+10
* core.sessionmanager: Hop out of <status> tag so that MUC doesn't insert into ...Matthew Wild2009-04-031-1/+1
* core.componentmanager: Fix global set, causing problems with multiple compone...Matthew Wild2009-03-311-1/+1
* Added: componentmanager: Automatically add component.host.name to the disco i...Waqas Hussain2009-03-301-1/+20
* Fixed: Some nil access bugsWaqas Hussain2009-03-301-2/+2
* Fixed: s2smanager: Apply nameprep on hostnames passed in stream tag (part of ...Waqas Hussain2009-03-301-2/+3
* Fixed: sessionmanager: Apply nameprep on hostname passed in stream tag (part ...Waqas Hussain2009-03-301-0/+2
* Fixed: modulemanager: IQs with extended elements in the default namespace cou...Waqas Hussain2009-03-301-1/+1
* Fixed: rostermanager: Create new roster item if one doesn't exist on subscrip...Waqas Hussain2009-03-301-0/+4
* Fixed: stanza_router: Respond with correct stanza error on malformed stanzasWaqas Hussain2009-03-301-3/+5
* core.rostermanager/mod_roster: Support for roster versioningMatthew Wild2009-03-231-3/+9
* core.configmanager: Make components use 'component' module by default if none...Matthew Wild2009-03-221-3/+5
* core.xmlhandlers: Filter out default stream namespace from stanzasMatthew Wild2009-03-211-2/+3
* core.stanza_router: Allow routing from componentsMatthew Wild2009-03-211-1/+1
* MergeMatthew Wild2009-03-201-3/+1
|\
| * MergeMatthew Wild2009-03-142-0/+75
| |\
| * | Don't reject some valid IQs. Thanks to elmex for spotting.Matthew Wild2009-03-141-3/+1
* | | 0.3->0.4Matthew Wild2009-03-2012-12/+12
| |/ |/|
* | usermanager: Added is_admin(jid)Waqas Hussain2009-03-081-0/+15
* | Added core.objectmanagerWaqas Hussain2009-03-081-0/+60
|/
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-03-041-221/+221
|\
| * core.presencemanager: Convert Windows line endings to UNIXWaqas Hussain2009-03-041-221/+221
* | Let global modules add disco features for all hostsWaqas Hussain2009-03-041-0/+8
* | Allow global modules to hook stanza handlersWaqas Hussain2009-03-041-0/+1
|/
* 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