| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mod_component: Logging tweaks. | Waqas Hussain | 2010-11-12 | 1 | -11/+6 |
* | mod_component: Use module:get_option() instead of configmanager. | Waqas Hussain | 2010-11-12 | 1 | -2/+1 |
* | mod_component: Rearranged the code a little. | Waqas Hussain | 2010-11-12 | 1 | -4/+1 |
* | mod_component: Return true from stanza handler to indicate that we actually d... | Waqas Hussain | 2010-11-12 | 1 | -0/+1 |
* | prosody: Removed all references to componentmanager from Prosody, except the ... | Waqas Hussain | 2010-11-10 | 1 | -4/+0 |
* | componentmanager, hostmanager, modulemanager, mod_component: Got rid of the u... | Waqas Hussain | 2010-11-10 | 1 | -2/+0 |
* | mod_component: Updated to use events for hooking stanzas instead of the compo... | Waqas Hussain | 2010-11-10 | 1 | -8/+41 |
* | mod_component: Send back a <conflict/> stream error when multiple sessions at... | Waqas Hussain | 2010-11-09 | 1 | -0/+2 |
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 1 | -1/+1 |
* | mod_component: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -5/+10 |
* | net.xmppcomponent_listener, mod_component: Removed useless undocumented optio... | Waqas Hussain | 2010-09-21 | 1 | -2/+2 |
* | mod_component: Read validate_from_addresses option from the config | Matthew Wild | 2010-07-04 | 1 | -0/+2 |
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
|\ |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| * | mod_component: Fix name of config option in error message (thanks nulani!) | Matthew Wild | 2010-01-23 | 1 | -1/+1 |
* | | mod_component: Cleaned up unused variables. | Waqas Hussain | 2010-01-24 | 1 | -12/+1 |
* | | mod_component: Fix name of config option in error message (thanks nulani!) | Matthew Wild | 2010-01-23 | 1 | -1/+1 |
|/ |
|
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | mod_component: Rewrite jabber:client stanzas to jabber:component:accept, than... | Matthew Wild | 2009-06-25 | 1 | -1/+6 |
* | mod_component: Vastly reduce the code, having split most of it to where it sh... | Matthew Wild | 2009-05-04 | 1 | -152/+6 |
* | mod_*: Fix many unnecessary global accesses in modules (already committed to ... | Matthew Wild | 2009-04-29 | 1 | -3/+8 |
* | mod_component: Deregister component on disconnect | Matthew Wild | 2009-04-11 | 1 | -3/+4 |
* | mod_component: Update for new net_activate_ports | Matthew Wild | 2009-04-10 | 1 | -1/+1 |
* | sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when c... | Matthew Wild | 2009-04-05 | 1 | -0/+2 |
* | mod_component: Remove some commented code | Matthew Wild | 2009-03-22 | 1 | -8/+0 |
* | mod_component: Use net_activate_ports to start port listener based on config | Matthew Wild | 2009-03-22 | 1 | -1/+8 |
* | mod_component: Set default listening interface to 127.0.0.1 | Matthew Wild | 2009-03-22 | 1 | -1/+1 |
* | Add initial mod_component for XEP-0114 support. Albert, where are you? | Matthew Wild | 2009-03-21 | 1 | -0/+217 |