mod_component: Fire 'component-disconnected' event on host, to maintain consistency - sessions with no host never authenticated. Fixes #737
|
Matthew Wild |
2016-09-12 |
Update every link to the documentation to use HTTPS
|
Emmanuel Gil Peyrot |
2016-04-16 |
mod_component: Some cleanup [luacheck]
|
Matthew Wild |
2016-03-18 |
mod_component: Fire event when component disconnects
|
Matthew Wild |
2016-03-18 |
mod_component: Add config option for deciding what happens if a component connects while already connected (fixes #525)
|
Kim Alvefur |
2015-10-20 |
Merge 0.9->0.10
|
Kim Alvefur |
2015-08-10 |
mod_component: Fire an event on successful component authentication (For Goffi)
|
Kim Alvefur |
2015-08-10 |
Merge 0.9->0.10
|
Kim Alvefur |
2014-09-02 |
net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet, mod_net_multiplex: Add ondetach to release connection from 'sessions' table (or equivalent)
|
Matthew Wild |
2014-08-29 |
mod_c2s, mod_s2s, mod_component, util.xmppstream: Move all session:open_stream() functions to util.xmppstream
|
Kim Alvefur |
2014-04-10 |
Merge 0.9->0.10
|
Kim Alvefur |
2013-12-18 |
mod_component: Enable TCP keepalives on component streams
|
Kim Alvefur |
2013-12-18 |
mod_component: Decrease priority of component auth hook
|
Kim Alvefur |
2013-12-18 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
mod_component: Local imports for some functions, including xpcall
|
Matthew Wild |
2013-07-08 |
mod_component: xpcall() stanza processing, as per other listeners, preventing potentially harmful 'top-level errors'
|
Matthew Wild |
2013-07-08 |
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 |
mod_component: Read validate_from_addresses option from the config
|
Matthew Wild |
2010-07-04 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
mod_component: Cleaned up unused variables.
|
Waqas Hussain |
2010-01-24 |
mod_component: Fix name of config option in error message (thanks nulani!)
|
Matthew Wild |
2010-01-23 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
mod_component: Rewrite jabber:client stanzas to jabber:component:accept, thanks JaredH!
|
Matthew Wild |
2009-06-25 |
mod_component: Vastly reduce the code, having split most of it to where it should be, xmppcomponent_listener
|
Matthew Wild |
2009-05-04 |
mod_*: Fix a load of global accesses
|
Matthew Wild |
2009-04-22 |
mod_component: Deregister component on disconnect
|
Matthew Wild |
2009-04-11 |
mod_component: Update for new net_activate_ports
|
Matthew Wild |
2009-04-10 |
sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when client closes stream
|
Matthew Wild |
2009-04-05 |
mod_component: Remove some commented code
|
Matthew Wild |
2009-03-22 |
mod_component: Use net_activate_ports to start port listener based on config
|
Matthew Wild |
2009-03-22 |