aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_component.lua
Commit message (Expand)AuthorAgeFilesLines
...
* mod_component: Give stanza handlers a negative priority, to allow mod_iq to p...Waqas Hussain2010-12-021-9/+9
* mod_component: Logging tweaks.Waqas Hussain2010-11-121-11/+6
* mod_component: Use module:get_option() instead of configmanager.Waqas Hussain2010-11-121-2/+1
* mod_component: Rearranged the code a little.Waqas Hussain2010-11-121-4/+1
* mod_component: Return true from stanza handler to indicate that we actually d...Waqas Hussain2010-11-121-0/+1
* prosody: Removed all references to componentmanager from Prosody, except the ...Waqas Hussain2010-11-101-4/+0
* componentmanager, hostmanager, modulemanager, mod_component: Got rid of the u...Waqas Hussain2010-11-101-2/+0
* mod_component: Updated to use events for hooking stanzas instead of the compo...Waqas Hussain2010-11-101-8/+41
* mod_component: Send back a <conflict/> stream error when multiple sessions at...Waqas Hussain2010-11-091-0/+2
* Monster whitespace commit (beware the whitespace monster).Waqas Hussain2010-10-161-1/+1
* mod_component: Updated to use the new events API.Waqas Hussain2010-10-161-5/+10
* net.xmppcomponent_listener, mod_component: Removed useless undocumented optio...Waqas Hussain2010-09-211-2/+2
* mod_component: Read validate_from_addresses option from the configMatthew Wild2010-07-041-0/+2
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| * mod_component: Fix name of config option in error message (thanks nulani!)Matthew Wild2010-01-231-1/+1
* | mod_component: Cleaned up unused variables.Waqas Hussain2010-01-241-12/+1
* | mod_component: Fix name of config option in error message (thanks nulani!)Matthew Wild2010-01-231-1/+1
|/
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* mod_component: Rewrite jabber:client stanzas to jabber:component:accept, than...Matthew Wild2009-06-251-1/+6
* mod_component: Vastly reduce the code, having split most of it to where it sh...Matthew Wild2009-05-041-152/+6
* mod_*: Fix many unnecessary global accesses in modules (already committed to ...Matthew Wild2009-04-291-3/+8
* mod_component: Deregister component on disconnectMatthew Wild2009-04-111-3/+4
* mod_component: Update for new net_activate_portsMatthew Wild2009-04-101-1/+1
* sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when c...Matthew Wild2009-04-051-0/+2
* mod_component: Remove some commented codeMatthew Wild2009-03-221-8/+0
* mod_component: Use net_activate_ports to start port listener based on configMatthew Wild2009-03-221-1/+8
* mod_component: Set default listening interface to 127.0.0.1Matthew Wild2009-03-221-1/+1
* Add initial mod_component for XEP-0114 support. Albert, where are you?Matthew Wild2009-03-211-0/+217