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 |
componentmanager: Add events object to registered components if they don't already have one
|
Matthew Wild |
2009-05-31 |
core: hosts[*].events
|
Waqas Hussain |
2009-05-20 |
componentmanager: Don't error on stanzas to bare component JID
|
Matthew Wild |
2009-05-16 |
Dropped support for resource based components
|
Waqas Hussain |
2009-05-15 |
Merge with 0.4
|
Matthew Wild |
2009-05-03 |
componentmanager: Reduce log output at startup to 'debug'
|
Matthew Wild |
2009-05-02 |
Merge with 0.4
|
Matthew Wild |
2009-04-29 |
core.componentmanager: Really fix marking components as disconnected when unregistered
|
Matthew Wild |
2009-04-29 |
core.componentmanager: Fix global access
|
Matthew Wild |
2009-04-22 |
componentmanager: Set host.connected = nil when deregistering a component so that we fully restore it when we reload
|
Matthew Wild |
2009-04-18 |
componentmanager: Set core_route_stanza after stanza_router is loaded
|
Matthew Wild |
2009-04-11 |
componentmanager: Use core_route_stanza to reply in the default component
|
Matthew Wild |
2009-04-11 |
componentmanager: Restore default component when unregistering
|
Matthew Wild |
2009-04-11 |
componentmanager: Small logging fix
|
Matthew Wild |
2009-04-11 |
componentmanager: Improve default component stanza handler
|
Matthew Wild |
2009-04-11 |
sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!)
|
Matthew Wild |
2009-04-08 |
componentmanager: Reply with service-unavailable for unconnected components
|
Matthew Wild |
2009-04-08 |
core.componentmanager: Fix global set, causing problems with multiple components. Fixes #82.
|
Matthew Wild |
2009-03-31 |
Added: componentmanager: Automatically add component.host.name to the disco items list of host.name
|
Waqas Hussain |
2009-03-30 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
core.componentmanager: Refactor a little to make XEP-0114 plugin a little simpler
|
Matthew Wild |
2009-02-28 |
Component-host module loading code was breaking module reload, andduplicated older code. Changed to reuse older code.
|
Waqas Hussain |
2009-02-11 |
Update copyright notices for 2009
|
Matthew Wild |
2009-01-30 |
0.2->0.3
|
Matthew Wild |
2009-01-30 |
GPL->MIT!
|
Matthew Wild |
2009-01-30 |
componentmanager: Add support for loading components defined in the config
|
Matthew Wild |
2009-01-29 |
componentmanager: Removed unneeded parameter from componentmanager.deregister_component
|
Waqas Hussain |
2009-01-13 |
componentmanager: Added support for component deregistering
|
Waqas Hussain |
2009-01-07 |
Changed order of checking for component hosts to check the full and bare JIDs before the hostname
|
Waqas Hussain |
2008-12-24 |
0.1 -> 0.2
|
Matthew Wild |
2008-12-10 |
Enable dialback for components
|
Waqas Hussain |
2008-12-09 |
Insert copyright/license headers
|
Matthew Wild |
2008-12-03 |
Return registered host table when registering a component
|
Matthew Wild |
2008-11-15 |
Fix outgoing s2s from components. Fixes #16
|
Matthew Wild |
2008-11-14 |
Re-applying my changes to componentmanager. Sigh.
|
Matthew Wild |
2008-11-04 |
Internal component support
|
Waqas Hussain |
2008-11-04 |