| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mod_iq: Change sub-event names for IQ errors and results to use stanza IDs | Waqas Hussain | 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 |
* | 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 |
* | mod_groups: Support for public groups, and extra logging | Matthew Wild | 2009-06-22 | 1 | -7/+21 |
* | 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 |
* | Adding a parameter for realm to the password_callback. | Tobias Markmann | 2009-06-20 | 1 | -4/+4 |
* | 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, mod_muc: Commented rewriting of vCard requests' recipients' JID fro... | Waqas Hussain | 2009-06-14 | 1 | -1/+1 |
* | mod_muc: Don't reply with an error in response to unacceptable result stanzas | Waqas Hussain | 2009-06-14 | 1 | -1/+1 |
* | 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 |
|/ |
|
* | mod_pep: Add host identity pubsub/pep | Waqas Hussain | 2009-06-12 | 1 | -0/+2 |
* | Merge | Waqas Hussain | 2009-06-12 | 2 | -0/+9 |
|\ |
|
| * | 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 | 1 | -0/+8 |
| |\ |
|
| | * | mod_console: Show total incoming/outgoing s2s connections | Matthew Wild | 2009-06-06 | 1 | -0/+8 |
* | | | 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 |
* | | 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 |
* | mod_version: Use version from prosody.version | Matthew Wild | 2009-06-05 | 1 | -2/+2 |
* | mod_privacy: Initial commit | Waqas Hussain | 2009-06-03 | 1 | -0/+23 |
* | mod_message: Fix global access | Waqas Hussain | 2009-06-02 | 1 | -0/+2 |
* | mod_iq: Limit sub-events to get and set IQs | Waqas Hussain | 2009-06-02 | 1 | -2/+2 |
* | mod_presence: Fix a global access | Waqas Hussain | 2009-06-02 | 1 | -1/+1 |
* | mod_presence: Check for nil 'to' attribute in all cases for outgoing stanzas | Waqas Hussain | 2009-06-02 | 1 | -14/+16 |
* | mod_presence: Check for nil 'to' attribute in all cases for incoming stanzas | Waqas Hussain | 2009-06-02 | 1 | -7/+7 |
* | mod_presence: return true from incoming presence handlers to prevent further ... | Waqas Hussain | 2009-06-02 | 1 | -0/+2 |
* | mod_presence: Handle non-subscription presence and routing | Waqas Hussain | 2009-06-02 | 1 | -0/+20 |
* | mod_presence: Handle subscriptions and probes | Waqas Hussain | 2009-06-02 | 1 | -2/+14 |