aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* core.loggingmanager: A new manager (yay!) to manage log outputMatthew Wild2009-04-211-0/+49
|
* core.s2smanager: Buffer data sent before connectionMatthew Wild2009-04-201-0/+31
|
* core.s2smanager: Logging improvementsMatthew Wild2009-04-201-1/+9
|
* componentmanager: Set host.connected = nil when deregistering a component so ↵Matthew Wild2009-04-181-0/+1
| | | | that we fully restore it when we reload
* core.xmlhandlers: expat is the XML parser, not us. Don't reject valid XML.Matthew Wild2009-04-181-2/+2
|
* core.configmanager: Fire event when (re)loading config fileMatthew Wild2009-04-171-0/+5
|
* core.s2smanager: Don't initiate dialback if we don't have a connection yetMatthew Wild2009-04-121-1/+1
|
* componentmanager: Set core_route_stanza after stanza_router is loadedMatthew Wild2009-04-111-0/+1
|
* 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 ↵Matthew Wild2009-04-081-1/+1
| | | | | | | | back to normal.
* | 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 ↵Matthew Wild2009-04-052-0/+10
| | | | client closes stream
* core.sessionmanager: Hop out of <status> tag so that MUC doesn't insert into ↵Matthew Wild2009-04-031-1/+1
| | | | the wrong level
* core.componentmanager: Fix global set, causing problems with multiple ↵Matthew Wild2009-03-311-1/+1
| | | | components. Fixes #82.
* Added: componentmanager: Automatically add component.host.name to the disco ↵Waqas Hussain2009-03-301-1/+20
| | | | items list of host.name
* 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
| | | | issue #57)
* Fixed: sessionmanager: Apply nameprep on hostname passed in stream tag (part ↵Waqas Hussain2009-03-301-0/+2
| | | | of issue #57)
* Fixed: modulemanager: IQs with extended elements in the default namespace ↵Waqas Hussain2009-03-301-1/+1
| | | | could cause backtraces (related to issue #74)
* Fixed: rostermanager: Create new roster item if one doesn't exist on ↵Waqas Hussain2009-03-301-0/+4
| | | | subscription approval (fixes issue #77)
* 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 ↵Matthew Wild2009-03-221-3/+5
| | | | none specified
* 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
|