net.httpserver: Revert commit eccd3c87d717 which has since been fixed in a better way
[prosody.git] / plugins / mod_component.lua
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...