componentmanager: Remove dependency on eventmanager
|
Matthew Wild |
2010-08-03 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
componentmanager: Use certmanager for creating contexts
|
Matthew Wild |
2010-02-13 |
componentmanager: Add dialback_secret to components to allow s2s to work (thanks Flo)
|
Matthew Wild |
2010-01-11 |
componentmanager: Set ssl_ctx[_in] for components correctly, and use global SSL context if available
|
Matthew Wild |
2009-12-04 |
componentmanager: Improved logging for stanzas being bounced for unavailable components.
|
Waqas Hussain |
2009-11-12 |
componentmanager: Added a FIXME comment.
|
Waqas Hussain |
2009-10-17 |
componentmanager: Unload mod_tls for components before removing them.
|
Waqas Hussain |
2009-10-17 |
componentmanager: Let the default component handler handle stanzas if a component handler isn't available.
|
Waqas Hussain |
2009-10-17 |
componentmanager: Handle missing prosody object (helps us pass some tests)
|
Matthew Wild |
2009-10-17 |
componentmanager: Auto-load mod_tls for components #hack
|
Matthew Wild |
2009-10-08 |
componentmanager: Remove FIXME
|
Matthew Wild |
2009-10-08 |
componentmanager: Fix oops in pattern for matching subdomain
|
Matthew Wild |
2009-10-08 |
componentmanager: Use ssl_ctx of 'parent' host (should fix TLS for components)
|
Matthew Wild |
2009-10-08 |
Merge with 0.5
|
Matthew Wild |
2009-09-30 |
componentmanager: Preserve existing events table (if any) when registering a component
|
Matthew Wild |
2009-09-30 |
componentmanager: Fire event on component activation
|
Matthew Wild |
2009-09-30 |
componentmanager: Use create_component for, er, creating components
|
Matthew Wild |
2009-09-30 |
ComponentManager: Removed unused variable.
|
Waqas Hussain |
2009-09-11 |
ComponentManager: Removed dependency on core_route_stanza. The default component handler now replies using origin.send().
|
Waqas Hussain |
2009-09-11 |
ComponentManager: Fixed: Default handler sent error replies on result stanzas.
|
Waqas Hussain |
2009-09-11 |
ComponentManager: Fixed a bit of logging.
|
Waqas Hussain |
2009-09-11 |
componentmanager: Removed disco#items hook, and reference to core.discomanager
|
Waqas Hussain |
2009-08-18 |
componentmanager: Added function to get a list of children for a given hostname
|
Waqas Hussain |
2009-08-18 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
Serialize unknown stanza before logging.
|
nolan |
2009-06-28 |
Log stanza if stanza.to isn't set for some component errors.
|
nolan |
2009-06-28 |
componentmanager: Using prosody.events instead of core.eventmanager
|
Waqas Hussain |
2009-06-20 |
componentmanager: Create events object for configured hosts, and carry it over to a new component if one is registered with no events object
|
Matthew Wild |
2009-06-01 |