| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge with trunk | Waqas Hussain | 2009-06-20 | 2 | -1/+4 |
|\ |
|
| * | Merge with waqas via albert! | Matthew Wild | 2009-06-19 | 1 | -2/+2 |
| |\ |
|
| * | | s2smanager: Remove srv_hosts from session when connected, this fixes attempti... | Matthew Wild | 2009-06-19 | 1 | -0/+2 |
| * | | loggingmanager: Log timestamps when using default file logging | Matthew Wild | 2009-06-19 | 1 | -1/+1 |
| * | | loggingmanager: Enable debug level for default file logging when 'debug' mode... | Matthew Wild | 2009-06-19 | 1 | -1/+2 |
* | | | modulemanager: Removed unused function get_module_filename(name) | Waqas Hussain | 2009-06-14 | 1 | -6/+0 |
* | | | modulemanager: Changed to use util.pluginloader | Waqas Hussain | 2009-06-14 | 1 | -2/+3 |
* | | | stanza_router: Remove unused variables | Waqas Hussain | 2009-06-14 | 1 | -6/+0 |
* | | | Removed core.presencemanager. This has been superseded by mod_presence. | Waqas Hussain | 2009-06-14 | 1 | -233/+0 |
* | | | stanza_router: Remove all traces of presencemanager | Waqas Hussain | 2009-06-14 | 1 | -6/+2 |
* | | | stanza_router: Use stanza.attr.from's host instead of origin.host when routin... | Waqas Hussain | 2009-06-14 | 1 | -2/+2 |
| |/
|/| |
|
* | | modulemanager: Change the ideitity attribute typ to type | Waqas Hussain | 2009-06-13 | 1 | -2/+2 |
|/ |
|
* | modulemanager: Added function add_identity(category, type) to the modules API | Waqas Hussain | 2009-06-12 | 1 | -0/+21 |
* | modulemanager: Use module_name in log entry to fix 'error initialising module... | Matthew Wild | 2009-06-08 | 1 | -1/+1 |
* | modulemanager: Don't require xmlns to be non-nil | Matthew Wild | 2009-06-06 | 1 | -1/+1 |
* | modulemanager: module:log() -> self:log() fix | Matthew Wild | 2009-06-06 | 1 | -1/+1 |
* | modulemanager: Allow setting priority of stanza handlers | Matthew Wild | 2009-06-06 | 1 | -5/+5 |
* | modulemanager: Add module:hook([xmlns, ] name, handler) which uses new stanza... | Matthew Wild | 2009-06-06 | 1 | -0/+11 |
* | modulemanager: Load mod_message, mod_iq and mod_presence implicitly | Waqas Hussain | 2009-06-04 | 1 | -1/+6 |
* | s2smanager: Use a UUID as the dialback secret | Waqas Hussain | 2009-06-04 | 1 | -1/+1 |
* | stanza_router: Remove unused s2s dialback functions | Waqas Hussain | 2009-06-04 | 1 | -3/+0 |
* | sessionmanager: It really is username@host, not host@username :) | Waqas Hussain | 2009-06-04 | 1 | -1/+1 |
* | My merge!!!! | Waqas Hussain | 2009-06-04 | 1 | -1/+1 |
|\ |
|
| * | sessionmanager: It's username@host, not host@username :) | Matthew Wild | 2009-06-02 | 1 | -1/+1 |
* | | stanza_router: workaround for a Pidgin bug which sets 'to' to the SRV result | Waqas Hussain | 2009-06-03 | 1 | -0/+1 |
* | | stanza_router: Remove the 'to' attribute when it's value is the bare JID of t... | Waqas Hussain | 2009-06-03 | 1 | -0/+3 |
|/ |
|
* | stanza_router: Reply with an error on groupchat messages to bare JID | Waqas Hussain | 2009-06-01 | 1 | -1/+1 |
* | stanza_router: Don't reply with an error on invalid JIDs in error or result s... | Waqas Hussain | 2009-06-01 | 1 | -2/+6 |
* | stanza_router: Proper error for clients sending stanzas after auth but before... | Waqas Hussain | 2009-06-01 | 1 | -2/+3 |
* | componentmanager: Create events object for configured hosts, and carry it ove... | Matthew Wild | 2009-06-01 | 1 | -2/+4 |
* | Merge backout with following commits | Matthew Wild | 2009-06-01 | 1 | -3/+3 |
|\ |
|
| * | Backed out changeset 98f0e9eadf3b (better fix on the way) | Matthew Wild | 2009-06-01 | 1 | -3/+3 |
* | | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-06-01 | 2 | -6/+9 |
|\ \ |
|
| * | | stanza_router: Don't route before firing events... waqas, is this safe? | Matthew Wild | 2009-05-31 | 1 | -3/+0 |
| * | | componentmanager: Add events object to registered components if they don't al... | Matthew Wild | 2009-05-31 | 1 | -0/+6 |
| |/ |
|
| * | stanza_router: Fire global event if host doesn't have events, fixes #103 | Matthew Wild | 2009-05-31 | 1 | -3/+3 |
* | | modulemanager: Keep track of event handlers added by module:hook, and remove ... | Waqas Hussain | 2009-05-31 | 1 | -0/+9 |
|/ |
|
* | stanza_router: Fire events for non-jabber:client and pre-auth stanzas | Waqas Hussain | 2009-05-31 | 1 | -0/+14 |
* | modulemanager: Stopped using core.eventmanager in module:fire_event | Waqas Hussain | 2009-05-31 | 1 | -3/+1 |
* | modulemanager: module:fire_event now fires on the global and host-specific ev... | Waqas Hussain | 2009-05-31 | 1 | -0/+2 |
* | modulemanager: Made some code more concise | Waqas Hussain | 2009-05-31 | 1 | -5/+1 |
* | modulemanager: module:hook now allows global modules to hook events on the pr... | Waqas Hussain | 2009-05-31 | 1 | -1/+2 |
* | Removed core.eventmanager2 | Waqas Hussain | 2009-05-31 | 1 | -6/+0 |
* | stanza_router: Changed to use the prosody.events object directly, rather than... | Waqas Hussain | 2009-05-31 | 1 | -1/+1 |
* | core.eventmanager2: Now uses the new prosody.events object | Waqas Hussain | 2009-05-31 | 1 | -1/+1 |
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-05-30 | 1 | -2/+2 |
|\ |
|
| * | stanza_router: Fix syntax errors | Matthew Wild | 2009-05-29 | 1 | -2/+2 |
* | | modulemanager: Added hook(event, handler) to the plugin API | Waqas Hussain | 2009-05-30 | 1 | -0/+8 |
|/ |
|
* | stanza_router: Fire per-host stanza events | Waqas Hussain | 2009-05-30 | 1 | -0/+31 |
* | sessionmanager: Removed a redundant check | Waqas Hussain | 2009-05-29 | 1 | -4/+2 |