| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fire global events using prosody.events | Waqas Hussain | 2009-06-20 | 1 | -0/+8 |
|/ |
|
* | 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 |
* | | | util.pluginloader: Initial commit - a plugin resource loader | Waqas Hussain | 2009-06-14 | 1 | -0/+33 |
* | | | 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 |
* | | | mod_roster: Removed references to presencemanager and core_route_stanza | Waqas Hussain | 2009-06-14 | 1 | -2/+0 |
* | | | mod_roster: Using core_post_stanza in place of core.presencemanager.handle_pr... | Waqas Hussain | 2009-06-14 | 1 | -4/+3 |
* | | | util.muc: Relaxed top-level routing checks to allow node-less rooms, and remo... | Waqas Hussain | 2009-06-14 | 1 | -7/+3 |
* | | | util.muc, mod_muc: Commented rewriting of vCard requests' recipients' JID fro... | Waqas Hussain | 2009-06-14 | 2 | -2/+2 |
* | | | mod_muc: Don't reply with an error in response to unacceptable result stanzas | Waqas Hussain | 2009-06-14 | 1 | -1/+1 |
* | | | util.muc: Don't reply with an error in response to unacceptable result stanzas | Waqas Hussain | 2009-06-14 | 1 | -1/+1 |
* | | | util.muc: Fixed error occuring on room leave | Waqas Hussain | 2009-06-14 | 1 | -1/+1 |
* | | | 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 |
|/ |
|
* | mod_console: Redirect print() to console session when executing commands in g... | Matthew Wild | 2009-06-12 | 1 | -1/+7 |
* | mod_console: Fix syntax error | Matthew Wild | 2009-06-12 | 1 | -1/+1 |
* | mod_console: Add s2s:close() to close s2s sessions between two hosts | Matthew Wild | 2009-06-12 | 1 | -0/+42 |
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-06-12 | 1 | -1/+1 |
|\ |
|
| * | mod_dialback: Change FIXME comment to COMPAT | Matthew Wild | 2009-06-12 | 1 | -1/+1 |
* | | mod_pep: Add pubsub#publsih disco feature to host | Waqas Hussain | 2009-06-12 | 1 | -0/+1 |
|/ |
|
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-06-12 | 1 | -4/+5 |
|\ |
|
| * | net.http: (Re-)add url[en|de]code functions | Matthew Wild | 2009-06-12 | 1 | -4/+5 |
* | | mod_pep: Add host identity pubsub/pep | Waqas Hussain | 2009-06-12 | 1 | -0/+2 |
* | | modulemanager: Added function add_identity(category, type) to the modules API | Waqas Hussain | 2009-06-12 | 1 | -0/+21 |
* | | Merge | Waqas Hussain | 2009-06-12 | 3 | -1/+21 |
|\| |
|
| * | modulemanager: Use module_name in log entry to fix 'error initialising module... | Matthew Wild | 2009-06-08 | 1 | -1/+1 |
| * | mod_message: Require stanza lib to prevent traceback on error replies | Matthew Wild | 2009-06-07 | 1 | -0/+1 |
| * | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-06-07 | 2 | -0/+19 |
| |\ |
|
| | * | mod_console: Show total incoming/outgoing s2s connections | Matthew Wild | 2009-06-06 | 1 | -0/+8 |
| | * | 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 |
* | | | mod_pep: Fix a nil index bug | Waqas Hussain | 2009-06-12 | 1 | -1/+1 |
|/ / |
|
* | | mod_pep: Give the presence handler a higher than default priority | Waqas Hussain | 2009-06-07 | 1 | -1/+1 |
* | | modulemanager: Allow setting a priority while adding an event handler via the... | Waqas Hussain | 2009-06-07 | 1 | -2/+2 |
* | | mod_pep: Send items to contacts coming online | Waqas Hussain | 2009-06-07 | 1 | -0/+27 |
* | | mod_pep: Fix undefined global access | Waqas Hussain | 2009-06-07 | 1 | -1/+1 |
* | | mod_pep: Maintain user nodes for delayed delivery | Waqas Hussain | 2009-06-06 | 1 | -1/+9 |
|/ |
|
* | mod_console: Allow running code in the global environment by prefixing with '>' | Matthew Wild | 2009-06-05 | 1 | -1/+9 |
* | mod_console: Some "improvements" to the useless server:reload() command :) | Matthew Wild | 2009-06-05 | 1 | -0/+2 |
* | mod_console: Much improved module load/unload/reload commands | Matthew Wild | 2009-06-05 | 1 | -16/+79 |
* | prosody: prosody_reload_config => prosody.reload_config (guess I accidentally... | Matthew Wild | 2009-06-05 | 1 | -1/+1 |