aboutsummaryrefslogtreecommitdiffstats
path: root/core/componentmanager.lua
Commit message (Expand)AuthorAgeFilesLines
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| * componentmanager: Set ssl_ctx[_in] for components correctly, and use global S...Matthew Wild2009-12-041-5/+12
* | componentmanager: Use certmanager for creating contextsMatthew Wild2010-02-131-3/+4
* | componentmanager: Add dialback_secret to components to allow s2s to work (tha...Matthew Wild2010-01-111-3/+9
* | componentmanager: Set ssl_ctx[_in] for components correctly, and use global S...Matthew Wild2009-12-041-5/+12
|/
* componentmanager: Improved logging for stanzas being bounced for unavailable ...Waqas Hussain2009-11-121-1/+1
* componentmanager: Added a FIXME comment.Waqas Hussain2009-10-181-1/+1
* componentmanager: Unload mod_tls for components before removing them.Waqas Hussain2009-10-181-0/+1
* componentmanager: Let the default component handler handle stanzas if a compo...Waqas Hussain2009-10-181-0/+1
* componentmanager: Handle missing prosody object (helps us pass some tests)Matthew Wild2009-10-171-2/+4
* componentmanager: Auto-load mod_tls for components #hackMatthew Wild2009-10-091-0/+1
* componentmanager: Remove FIXMEMatthew Wild2009-10-091-1/+0
* componentmanager: Fix oops in pattern for matching subdomainMatthew Wild2009-10-091-1/+1
* componentmanager: Use ssl_ctx of 'parent' host (should fix TLS for components)Matthew Wild2009-10-081-1/+12
* Merge with 0.5Matthew Wild2009-09-301-4/+7
|\
| * componentmanager: Preserve existing events table (if any) when registering a ...Matthew Wild2009-09-301-3/+3
| * componentmanager: Fire event on component activationMatthew Wild2009-09-301-0/+2
| * componentmanager: Use create_component for, er, creating componentsMatthew Wild2009-09-301-1/+2
* | ComponentManager: Removed unused variable.Waqas Hussain2009-09-111-1/+0
* | ComponentManager: Removed dependency on core_route_stanza. The default compon...Waqas Hussain2009-09-111-4/+1
* | ComponentManager: Fixed: Default handler sent error replies on result stanzas.Waqas Hussain2009-09-111-1/+1
* | ComponentManager: Fixed a bit of logging.Waqas Hussain2009-09-111-2/+1
* | componentmanager: Removed disco#items hook, and reference to core.discomanagerWaqas Hussain2009-08-181-10/+0
* | componentmanager: Added function to get a list of children for a given hostnameWaqas Hussain2009-08-181-0/+4
|/
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* Serialize unknown stanza before logging.nolan2009-06-281-1/+2
* Log stanza if stanza.to isn't set for some component errors.nolan2009-06-281-1/+1
* componentmanager: Using prosody.events instead of core.eventmanagerWaqas Hussain2009-06-201-4/+3
* componentmanager: Create events object for configured hosts, and carry it ove...Matthew Wild2009-06-011-2/+4
* componentmanager: Add events object to registered components if they don't al...Matthew Wild2009-05-311-0/+6
* core: hosts[*].eventsWaqas Hussain2009-05-201-1/+2
* componentmanager: Don't error on stanzas to bare component JIDMatthew Wild2009-05-161-2/+4
* Dropped support for resource based componentsWaqas Hussain2009-05-161-1/+0
* Merge with 0.4Matthew Wild2009-05-031-2/+2
|\
| * componentmanager: Reduce log output at startup to 'debug'Matthew Wild2009-05-021-2/+2
* | Merge with 0.4Matthew Wild2009-04-291-1/+1
|\|
| * core.componentmanager: Really fix marking components as disconnected when unr...Matthew Wild2009-04-291-1/+1
* | core.componentmanager: Fix global accessMatthew Wild2009-04-221-2/+1
|/
* componentmanager: Set host.connected = nil when deregistering a component so ...Matthew Wild2009-04-181-0/+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
* sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!)Matthew Wild2009-04-081-3/+3
* componentmanager: Reply with service-unavailable for unconnected componentsMatthew Wild2009-04-081-1/+17
* 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
* 0.3->0.4Matthew Wild2009-03-201-1/+1