mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals
|
Kim Alvefur |
2013-03-23 |
mod_component: Look for the correct xmlns (thanks NebuK)
|
Kim Alvefur |
2013-01-27 |
s2smanager: Generate session names used for logging the same way everywhere
|
Kim Alvefur |
2013-01-23 |
mod_component: Make listener private (thanks Ge0rG)
|
Kim Alvefur |
2013-01-17 |
mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item().
|
Waqas Hussain |
2012-09-12 |
mod_component: For disconnected external components, if a name is specified in config, return it in disco#info replies.
|
Waqas Hussain |
2012-07-31 |
mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table.
|
Kim Alvefur |
2012-07-26 |
Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages
|
Matthew Wild |
2012-07-23 |
mod_component: Allow unauthenticated components to authenticate (thanks Maranda)
|
Matthew Wild |
2012-04-30 |
mod_component: Components start out as component_unauthed until successful authentication (thanks xnyhps)
|
Matthew Wild |
2012-04-30 |
mod_component: Send <?xml on initial stream (thanks xnyhps)
|
Matthew Wild |
2012-04-29 |
mod_component: Remove unused variable
|
Matthew Wild |
2012-04-28 |
mod_component: Return true after denying a second component connection for a host (thanks xnyhps)
|
Matthew Wild |
2012-04-27 |
mod_component: Handle component connecting to non-existent host
|
Matthew Wild |
2012-04-22 |
mod_component: Make a shared module, and move the xmppcomponent_listener into it ('port'ing over to portmanager). Ha ha.
|
Matthew Wild |
2012-04-21 |
mod_component: removed unused variable reference, added "flagging" to assert if a component is connected or not.
|
Marco Cirillo |
2012-01-06 |
mod_component: Clearer log message when bouncing a stanza from a component that is not connected (thanks MK)
|
Matthew Wild |
2011-06-18 |
mod_component: Small code clarity fix
|
Matthew Wild |
2011-06-03 |
mod_component: Give stanza handlers a negative priority, to allow mod_iq to process them first.
|
Waqas Hussain |
2010-12-02 |
mod_component: Logging tweaks.
|
Waqas Hussain |
2010-11-12 |
mod_component: Use module:get_option() instead of configmanager.
|
Waqas Hussain |
2010-11-12 |
mod_component: Rearranged the code a little.
|
Waqas Hussain |
2010-11-12 |
mod_component: Return true from stanza handler to indicate that we actually did handle the stanza.
|
Waqas Hussain |
2010-11-12 |
prosody: Removed all references to componentmanager from Prosody, except the main componentmanager file.
|
Waqas Hussain |
2010-11-10 |
componentmanager, hostmanager, modulemanager, mod_component: Got rid of the useless hosts[*].connected property.
|
Waqas Hussain |
2010-11-09 |
mod_component: Updated to use events for hooking stanzas instead of the component stanza handler, and the on_destroy callback.
|
Waqas Hussain |
2010-11-09 |
mod_component: Send back a <conflict/> stream error when multiple sessions attempt to bind.
|
Waqas Hussain |
2010-11-09 |
Monster whitespace commit (beware the whitespace monster).
|
Waqas Hussain |
2010-10-16 |
mod_component: Updated to use the new events API.
|
Waqas Hussain |
2010-10-16 |
net.xmppcomponent_listener, mod_component: Removed useless undocumented option 'component_address'.
|
Waqas Hussain |
2010-09-21 |