| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | util.muc: Fixed incorrect parameters for a function call | Waqas Hussain | 2009-06-26 | 1 | -1/+1 |
* | | mod_pep: Removed some YODO comments | Waqas Hussain | 2009-06-26 | 1 | -2/+2 |
* | | mod_pep: Added handler for disco responses | Waqas Hussain | 2009-06-26 | 1 | -0/+13 |
|/ |
|
* | mod_iq: Change sub-event names for IQ errors and results to use stanza IDs | Waqas Hussain | 2009-06-26 | 1 | -2/+2 |
* | util.stanza: Add stanza:get_text() to retrieve all child text nodes #api | Matthew Wild | 2009-06-26 | 1 | -0/+6 |
* | stanza_router: Fire events also for stanzas to components | Matthew Wild | 2009-06-26 | 1 | -2/+2 |
* | mod_message, mod_presence: Maintain list of top resources. Less work in routi... | Waqas Hussain | 2009-06-26 | 2 | -23/+34 |
* | util.events: Replaced ipairs with slightly faster numeric for loop - #optimiz... | Waqas Hussain | 2009-06-26 | 1 | -4/+4 |
* | util.stanza: Rewrote stanza_mt.__tostring. 20-30% faster stanza serialization... | Waqas Hussain | 2009-06-25 | 1 | -32/+18 |
* | util.stanza: Remove numeric attributes while deserializing | Waqas Hussain | 2009-06-25 | 1 | -0/+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 |
* | mod_component: Rewrite jabber:client stanzas to jabber:component:accept, than... | Matthew Wild | 2009-06-25 | 1 | -1/+6 |
* | mod_pep: Use new style events | Waqas Hussain | 2009-06-24 | 1 | -2/+2 |
* | mod_iq: Fire sub-events for IQ results and errors | Waqas Hussain | 2009-06-24 | 1 | -2/+4 |
* | mod_pep: Broadcast from the user's bare JID, not full JID | Waqas Hussain | 2009-06-24 | 1 | -2/+2 |
* | mod_pep: Remove data when a user disables a node | Waqas Hussain | 2009-06-24 | 1 | -2/+9 |
* | mod_pep: Added some comments | Waqas Hussain | 2009-06-24 | 1 | -3/+3 |
* | mod_pep: Fixed detection of contact presence changes | Waqas Hussain | 2009-06-24 | 1 | -2/+2 |
* | mod_muc: Now based on util.muc | Waqas Hussain | 2009-06-24 | 1 | -396/+36 |
* | 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 |