index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
componentmanager.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 0.6->0.7
Matthew Wild
2010-03-22
1
-2
/
+2
|
\
|
*
Update copyright headers for 2010
Matthew Wild
2010-03-22
1
-2
/
+2
|
*
componentmanager: Set ssl_ctx[_in] for components correctly, and use global S...
Matthew Wild
2009-12-04
1
-5
/
+12
*
|
componentmanager: Use certmanager for creating contexts
Matthew Wild
2010-02-13
1
-3
/
+4
*
|
componentmanager: Add dialback_secret to components to allow s2s to work (tha...
Matthew Wild
2010-01-11
1
-3
/
+9
*
|
componentmanager: Set ssl_ctx[_in] for components correctly, and use global S...
Matthew Wild
2009-12-04
1
-5
/
+12
|
/
*
componentmanager: Improved logging for stanzas being bounced for unavailable ...
Waqas Hussain
2009-11-12
1
-1
/
+1
*
componentmanager: Added a FIXME comment.
Waqas Hussain
2009-10-18
1
-1
/
+1
*
componentmanager: Unload mod_tls for components before removing them.
Waqas Hussain
2009-10-18
1
-0
/
+1
*
componentmanager: Let the default component handler handle stanzas if a compo...
Waqas Hussain
2009-10-18
1
-0
/
+1
*
componentmanager: Handle missing prosody object (helps us pass some tests)
Matthew Wild
2009-10-17
1
-2
/
+4
*
componentmanager: Auto-load mod_tls for components #hack
Matthew Wild
2009-10-09
1
-0
/
+1
*
componentmanager: Remove FIXME
Matthew Wild
2009-10-09
1
-1
/
+0
*
componentmanager: Fix oops in pattern for matching subdomain
Matthew Wild
2009-10-09
1
-1
/
+1
*
componentmanager: Use ssl_ctx of 'parent' host (should fix TLS for components)
Matthew Wild
2009-10-08
1
-1
/
+12
*
Merge with 0.5
Matthew Wild
2009-09-30
1
-4
/
+7
|
\
|
*
componentmanager: Preserve existing events table (if any) when registering a ...
Matthew Wild
2009-09-30
1
-3
/
+3
|
*
componentmanager: Fire event on component activation
Matthew Wild
2009-09-30
1
-0
/
+2
|
*
componentmanager: Use create_component for, er, creating components
Matthew Wild
2009-09-30
1
-1
/
+2
*
|
ComponentManager: Removed unused variable.
Waqas Hussain
2009-09-11
1
-1
/
+0
*
|
ComponentManager: Removed dependency on core_route_stanza. The default compon...
Waqas Hussain
2009-09-11
1
-4
/
+1
*
|
ComponentManager: Fixed: Default handler sent error replies on result stanzas.
Waqas Hussain
2009-09-11
1
-1
/
+1
*
|
ComponentManager: Fixed a bit of logging.
Waqas Hussain
2009-09-11
1
-2
/
+1
*
|
componentmanager: Removed disco#items hook, and reference to core.discomanager
Waqas Hussain
2009-08-18
1
-10
/
+0
*
|
componentmanager: Added function to get a list of children for a given hostname
Waqas Hussain
2009-08-18
1
-0
/
+4
|
/
*
Remove version number from copyright headers
Matthew Wild
2009-07-10
1
-1
/
+1
*
Serialize unknown stanza before logging.
nolan
2009-06-28
1
-1
/
+2
*
Log stanza if stanza.to isn't set for some component errors.
nolan
2009-06-28
1
-1
/
+1
*
componentmanager: Using prosody.events instead of core.eventmanager
Waqas Hussain
2009-06-20
1
-4
/
+3
*
componentmanager: Create events object for configured hosts, and carry it ove...
Matthew Wild
2009-06-01
1
-2
/
+4
*
componentmanager: Add events object to registered components if they don't al...
Matthew Wild
2009-05-31
1
-0
/
+6
*
core: hosts[*].events
Waqas Hussain
2009-05-20
1
-1
/
+2
*
componentmanager: Don't error on stanzas to bare component JID
Matthew Wild
2009-05-16
1
-2
/
+4
*
Dropped support for resource based components
Waqas Hussain
2009-05-16
1
-1
/
+0
*
Merge with 0.4
Matthew Wild
2009-05-03
1
-2
/
+2
|
\
|
*
componentmanager: Reduce log output at startup to 'debug'
Matthew Wild
2009-05-02
1
-2
/
+2
*
|
Merge with 0.4
Matthew Wild
2009-04-29
1
-1
/
+1
|
\
|
|
*
core.componentmanager: Really fix marking components as disconnected when unr...
Matthew Wild
2009-04-29
1
-1
/
+1
*
|
core.componentmanager: Fix global access
Matthew Wild
2009-04-22
1
-2
/
+1
|
/
*
componentmanager: Set host.connected = nil when deregistering a component so ...
Matthew Wild
2009-04-18
1
-0
/
+1
*
componentmanager: Set core_route_stanza after stanza_router is loaded
Matthew Wild
2009-04-11
1
-0
/
+1
*
componentmanager: Use core_route_stanza to reply in the default component
Matthew Wild
2009-04-11
1
-2
/
+3
*
componentmanager: Restore default component when unregistering
Matthew Wild
2009-04-11
1
-3
/
+4
*
componentmanager: Small logging fix
Matthew Wild
2009-04-11
1
-1
/
+1
*
componentmanager: Improve default component stanza handler
Matthew Wild
2009-04-11
1
-1
/
+5
*
sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!)
Matthew Wild
2009-04-08
1
-3
/
+3
*
componentmanager: Reply with service-unavailable for unconnected components
Matthew Wild
2009-04-08
1
-1
/
+17
*
core.componentmanager: Fix global set, causing problems with multiple compone...
Matthew Wild
2009-03-31
1
-1
/
+1
*
Added: componentmanager: Automatically add component.host.name to the disco i...
Waqas Hussain
2009-03-30
1
-1
/
+20
*
0.3->0.4
Matthew Wild
2009-03-20
1
-1
/
+1
[next]