net.server_event: Check the buffer *length*, not the buffer itself (Fixes 100% cpu...
[prosody.git] / plugins / mod_component.lua
2015-08-10 Kim Alvefurmod_component: Fire an event on successful component...
2014-08-29 Matthew Wildnet.http, net.http.server, mod_c2s, mod_s2s, mod_compon...
2013-12-18 Kim Alvefurmod_component: Enable TCP keepalives on component streams
2013-12-18 Kim Alvefurmod_component: Decrease priority of component auth...
2013-07-08 Matthew Wildmod_component: Local imports for some functions, includ...
2013-07-08 Matthew Wildmod_component: xpcall() stanza processing, as per other...
2013-05-01 Matthew WildMerge with Florob
2013-03-23 Kim Alvefurmod_announce, mod_auth_anonymous, mod_c2s, mod_c2s...
2013-02-03 Kim AlvefurMerge 0.9->trunk
2013-01-27 Kim Alvefurmod_component: Look for the correct xmlns (thanks NebuK)
2013-01-23 Kim Alvefurs2smanager: Generate session names used for logging...
2013-01-22 Waqas HussainMerge 0.9->trunk
2013-01-17 Kim Alvefurmod_component: Make listener private (thanks Ge0rG)
2012-09-12 Waqas Hussainmod_{admin_telnet,c2s,component,http,net_multiplex...
2012-07-31 Waqas Hussainmod_component: For disconnected external components...
2012-07-26 Kim Alvefurmod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s...
2012-07-23 Matthew WildHopefully inert commit to clean up logging across a...
2012-05-11 Matthew WildMerge with backout
2012-04-30 Matthew Wildmod_component: Allow unauthenticated components to...
2012-04-30 Matthew Wildmod_component: Components start out as component_unauth...
2012-04-29 Matthew Wildmod_component: Send <?xml on initial stream (thanks...
2012-04-28 Matthew Wildmod_component: Remove unused variable
2012-04-27 Matthew Wildmod_component: Return true after denying a second compo...
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-04-22 Matthew WildMerge with Zash
2012-04-22 Matthew Wildmod_component: Handle component connecting to non-exist...
2012-04-21 Matthew Wildmod_component: Make a shared module, and move the xmppc...
2012-01-06 Marco Cirillomod_component: removed unused variable reference, added...
2011-06-18 Matthew Wildmod_component: Clearer log message when bouncing a...
2011-06-03 Matthew Wildmod_component: Small code clarity fix
2011-06-02 Matthew WildMerge 0.7->0.8
2011-06-02 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.6->0.7
2010-12-02 Waqas Hussainmod_component: Give stanza handlers a negative priority...
2010-11-12 Waqas Hussainmod_component: Logging tweaks.
2010-11-12 Waqas Hussainmod_component: Use module:get_option() instead of confi...
2010-11-12 Waqas Hussainmod_component: Rearranged the code a little.
2010-11-12 Waqas Hussainmod_component: Return true from stanza handler to indic...
2010-11-10 Waqas Hussainprosody: Removed all references to componentmanager...
2010-11-09 Waqas Hussaincomponentmanager, hostmanager, modulemanager, mod_compo...
2010-11-09 Waqas Hussainmod_component: Updated to use events for hooking stanza...
2010-11-09 Waqas Hussainmod_component: Send back a <conflict/> stream error...
2010-10-16 Waqas HussainMonster whitespace commit (beware the whitespace monster).
2010-10-16 Waqas Hussainmod_component: Updated to use the new events API.
2010-09-21 Waqas Hussainnet.xmppcomponent_listener, mod_component: Removed...
2010-07-04 Matthew Wildmod_component: Read validate_from_addresses option...
2010-05-21 Matthew WildMerge with backout
2010-05-05 Matthew WildMerge Tobias's fancy SASL branch->trunk
2010-03-24 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildMerge 0.7->trunk
2010-03-22 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildUpdate copyright headers for 2010
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-02-25 Matthew WildMerge with 0.6
2010-02-05 Matthew WildMerge with backout
2010-01-24 Waqas Hussainmod_component: Cleaned up unused variables.
2010-01-23 Matthew Wildmod_component: Fix name of config option in error messa...
2010-01-23 Matthew Wildmod_component: Fix name of config option in error messa...
2009-07-10 Matthew WildRemove version number from copyright headers
2009-06-25 Matthew Wildmod_component: Rewrite jabber:client stanzas to jabber...
2009-05-04 Matthew WildMerge with 0.4
2009-04-29 Matthew Wildmod_*: Fix many unnecessary global accesses in modules...
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-22 Matthew Wildmod_*: Fix a load of global accesses
2009-05-04 Matthew Wildmod_component: Vastly reduce the code, having split...
2009-04-11 Matthew Wildmod_component: Deregister component on disconnect
2009-04-10 Matthew Wildmod_component: Update for new net_activate_ports
2009-04-05 Matthew Wildsessionmanager, s2smanager, mod_component: Send reply...
2009-03-22 Matthew Wildmod_component: Remove some commented code
2009-03-22 Matthew Wildmod_component: Use net_activate_ports to start port...
2009-03-22 Matthew Wildmod_component: Set default listening interface to 127...
2009-03-21 Matthew WildAdd initial mod_component for XEP-0114 support. Albert...