| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved automatic unavailable presence generation on disconnect from sessionman... | Waqas Hussain | 2009-07-05 | 1 | -8/+0 |
* | sessionmanager: Replace raw session by an event data table for resource bind/... | Waqas Hussain | 2009-07-05 | 1 | -2/+2 |
* | sessionmanager: Reset bare_sessions[user] after resource conflict resolution.... | Matthew Wild | 2009-07-03 | 1 | -0/+1 |
* | sessionmanager: Newly created sessions shouldn't have a priority. Fixes one o... | Matthew Wild | 2009-07-03 | 1 | -1/+1 |
* | s2smanager: Log the hostname and address when s2s connection fails instantly | Matthew Wild | 2009-07-03 | 1 | -1/+1 |
* | hostmanager: Add disallow_s2s to config, defaults to false unless anonymous_l... | Matthew Wild | 2009-07-03 | 1 | -1/+6 |
* | stanza_router: Check host.disallow_s2s before routing over s2sout. you can ha... | Matthew Wild | 2009-07-03 | 1 | -6/+10 |
* | Send xml:lang in stream headers, fixes #78 | Matthew Wild | 2009-07-01 | 2 | -2/+2 |
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-06-29 | 1 | -1/+2 |
|\ |
|
| * | Serialize unknown stanza before logging. | nolan | 2009-06-28 | 1 | -1/+2 |
* | | modulemanager: Don't close stream on stream:error with unsupported-stanza-typ... | Waqas Hussain | 2009-06-29 | 1 | -1/+1 |
* | | stanza_router: Removed unnecessary xmlns check | Waqas Hussain | 2009-06-29 | 1 | -1/+1 |
* | | stanza_router: Don't fire preprocessing events if stanza is not from full JID | Waqas Hussain | 2009-06-29 | 1 | -1/+1 |
|/ |
|
* | Log stanza if stanza.to isn't set for some component errors. | nolan | 2009-06-28 | 1 | -1/+1 |
* | stanza_router: Fire events also for stanzas to components | Matthew Wild | 2009-06-26 | 1 | -2/+2 |
* | xmlhandlers: Remove numeric attributes | Waqas Hussain | 2009-06-25 | 1 | -2/+3 |
* | stanza_router: Remove unused variables and code | Waqas Hussain | 2009-06-25 | 1 | -16/+1 |
* | stanza_router: A little refactoring | Waqas Hussain | 2009-06-25 | 1 | -2/+1 |
* | stanza_router: Remove unused variables | Waqas Hussain | 2009-06-25 | 1 | -6/+2 |
* | stanza_router: Remove even more old routing code | Waqas Hussain | 2009-06-25 | 1 | -12/+0 |
* | stanza_router: Remove some more old routing code | Waqas Hussain | 2009-06-25 | 1 | -16/+5 |
* | stanza_router: Call core_post_stanza from core_route_stanza in place of old r... | Waqas Hussain | 2009-06-25 | 1 | -0/+1 |
* | stanza_router: Removed unused function: select_best_resources | Waqas Hussain | 2009-06-25 | 1 | -19/+0 |
* | stanza_router: Removed old routing code | Waqas Hussain | 2009-06-25 | 1 | -82/+1 |
* | sessionmanager: Fire event on resource unbind | Waqas Hussain | 2009-06-23 | 1 | -0/+2 |
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-06-23 | 3 | -4/+19 |
|\ |
|
| * | modulemanager: Expose api table to allow others to extend the module API | Matthew Wild | 2009-06-23 | 1 | -1/+2 |
| * | modulemanager: Fix copy/paste error, should be name instead of module_name | Matthew Wild | 2009-06-22 | 1 | -1/+1 |
| * | rostermanager: Fire event on roster load | Matthew Wild | 2009-06-22 | 1 | -2/+7 |
| * | sessionmanager: Fire event on resource bind | Matthew Wild | 2009-06-22 | 1 | -0/+2 |
| * | modulemanager: Call 'load' method when loading a module | Matthew Wild | 2009-06-22 | 1 | -0/+7 |
* | | modulemanager: Enabled access to the module API from plugin libraries | Waqas Hussain | 2009-06-23 | 1 | -0/+1 |
* | | modulemanager: Added simple module:require implementation | Waqas Hussain | 2009-06-21 | 1 | -1/+10 |
|/ |
|
* | stanza_router: Skip prepping 'to' in many common cases - #optimization | Waqas Hussain | 2009-06-20 | 1 | -9/+13 |
* | stanza_router: Skip prepping 'from' on c2s origins - #optimization | Waqas Hussain | 2009-06-20 | 1 | -1/+1 |
* | stanza_router: Fixed a corner case where processing could continue after an e... | Waqas Hussain | 2009-06-20 | 1 | -0/+1 |
* | stanza_router: A little refactoring | Waqas Hussain | 2009-06-20 | 1 | -8/+8 |
* | componentmanager: Using prosody.events instead of core.eventmanager | Waqas Hussain | 2009-06-20 | 1 | -4/+3 |
* | 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 |
|/ |
|