aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* core.loggingmanager: Reinstating global log() functionMatthew Wild2009-04-231-0/+2
* core.loggingmanager: Refactoring, converted to a module. Now possible to regi...Matthew Wild2009-04-221-89/+101
* core.loggingmanager: Add default logging settings (to console) and fill out c...Matthew Wild2009-04-211-3/+11
* core.loggingmanager: Filled out most code, and cleaned upMatthew Wild2009-04-211-21/+136
* 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
* 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 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