| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_announce: Work with non-local admins | Waqas Hussain | 2009-06-23 | 1 | -2/+2 |
* | mod_announce: Use usermanager.is_admin to verify admin status | Waqas Hussain | 2009-06-23 | 1 | -1/+2 |
* | 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 | 11 | -13/+238 |
|\ |
|
| * | README: Update for new MUC address | Matthew Wild | 2009-06-23 | 1 | -1/+1 |
| * | prosodyctl: Allow commands to be implemented in modules | Matthew Wild | 2009-06-23 | 1 | -0/+37 |
| * | modulemanager: Expose api table to allow others to extend the module API | Matthew Wild | 2009-06-23 | 1 | -1/+2 |
| * | mod_groups: Support for public groups, and extra logging | Matthew Wild | 2009-06-22 | 1 | -7/+21 |
| * | util.pluginloader: Remove unnecessary return value suppressing the real load ... | Matthew Wild | 2009-06-22 | 1 | -1/+1 |
| * | modulemanager: Fix copy/paste error, should be name instead of module_name | Matthew Wild | 2009-06-22 | 1 | -1/+1 |
| * | mod_announce: New module to send a message to all online users | Matthew Wild | 2009-06-22 | 1 | -0/+37 |
| * | mod_httpserver: Allow configuration of ports and base path, like mod_bosh | Matthew Wild | 2009-06-22 | 1 | -1/+12 |
| * | mod_groups: Experimental shared roster support | Matthew Wild | 2009-06-22 | 1 | -0/+79 |
| * | prosody: Switch anonymous_login check to use the new datamanager callback syntax | Matthew Wild | 2009-06-22 | 1 | -2/+5 |
| * | util.datamanager: Allow multiple data storage callbacks, and allow them to mo... | Matthew Wild | 2009-06-22 | 1 | -4/+33 |
| * | 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 |
|/ |
|
* | Merge with Tobias | Matthew Wild | 2009-06-20 | 2 | -7/+8 |
|\ |
|
| * | Adjust PLAIN and DIGEST-MD5 mechanisms to new password_handler API. | Tobias Markmann | 2009-06-20 | 1 | -3/+3 |
| * | Adding a parameter for realm to the password_callback. | Tobias Markmann | 2009-06-20 | 1 | -4/+4 |
| * | Adding COMPAT comment. | Tobias Markmann | 2009-06-20 | 1 | -0/+1 |
* | | util.array: Add support for + operator to create a new array from two arrays ... | Matthew Wild | 2009-06-20 | 1 | -0/+5 |
* | | util.array: Make array:reverse() and array:shuffle() return the array to allo... | Matthew Wild | 2009-06-20 | 1 | -0/+2 |
* | | util.array: Add array:append() method, to append a new array to an existing one | Matthew Wild | 2009-06-20 | 1 | -0/+8 |
* | | 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 |
* | | Main: Don't use empty event data objects for some global events. Some handler... | Waqas Hussain | 2009-06-20 | 1 | -6/+6 |
* | | Main: removed some eventmanager references (replaced by prosody.events) | Waqas Hussain | 2009-06-20 | 1 | -5/+1 |
* | | 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 |