| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_console: server:version() and server:uptime() commands | Matthew Wild | 2009-07-08 | 1 | -0/+18 |
* | mod_uptime: Use time of server start rather than module load | Matthew Wild | 2009-07-08 | 1 | -1/+1 |
* | mod_uptime: Convert to unix line endings | Matthew Wild | 2009-07-08 | 1 | -24/+24 |
* | mod_console: Add c2s:close() command | Matthew Wild | 2009-07-08 | 1 | -0/+11 |
* | Merged with trunk | Waqas Hussain | 2009-07-06 | 2 | -3/+15 |
|\ |
|
| * | Merge with main branch. | Tobias Markmann | 2009-07-05 | 4 | -128/+153 |
| |\ |
|
| | * | mod_console: Allow customisation/suppression of the banner | Matthew Wild | 2009-07-05 | 1 | -0/+13 |
| * | | Remove to-unicode conversion because it's done in sasl.lua now. | Tobias Markmann | 2009-07-05 | 1 | -2/+1 |
| * | | Fixed decoding of parameters. | Tobias Markmann | 2009-07-05 | 1 | -1/+1 |
* | | | mod_presence: Fixed: Presence probe replies now get sent to the full JID of t... | Waqas Hussain | 2009-07-06 | 1 | -1/+1 |
| |/
|/| |
|
* | | mod_presence: Send unavailable presence to resources from non-available resou... | Waqas Hussain | 2009-07-05 | 1 | -0/+9 |
* | | Moved automatic unavailable presence generation on disconnect from sessionman... | Waqas Hussain | 2009-07-05 | 1 | -0/+11 |
* | | mod_presence: Broadcast presence to resources before contacts | Waqas Hussain | 2009-07-05 | 1 | -6/+6 |
* | | mod_presence: Prevented normal presence from non-interested resources from be... | Waqas Hussain | 2009-07-05 | 1 | -70/+66 |
* | | mod_presence: Changed handle_normal_presence to use a local roster rather tha... | Waqas Hussain | 2009-07-05 | 1 | -6/+7 |
* | | mod_presence: Simplified roster iteration | Waqas Hussain | 2009-07-05 | 1 | -6/+4 |
* | | mod_presence: Eliminated a jid_split | Waqas Hussain | 2009-07-05 | 1 | -1/+1 |
* | | mod_presence: Removed some unnecessary code | Waqas Hussain | 2009-07-05 | 1 | -3/+0 |
* | | mod_presence: Declare t_insert, fixes a potential traceback | Matthew Wild | 2009-07-03 | 1 | -1/+1 |
* | | mod_presence: Removed dead code | Waqas Hussain | 2009-07-02 | 1 | -48/+0 |
* | | mod_pep: Escape + in pattern | Matthew Wild | 2009-07-02 | 1 | -1/+1 |
* | | mod_pep: Pass origin/session to publish_all() | Matthew Wild | 2009-07-02 | 1 | -1/+1 |
* | | mod_offline: Initial commit | Waqas Hussain | 2009-07-02 | 1 | -0/+47 |
* | | Merged with trunk | Waqas Hussain | 2009-07-02 | 1 | -1/+2 |
|\| |
|
| * | Making sure the node is in unicode when passing it to password lookup function. | Tobias Markmann | 2009-07-01 | 1 | -1/+2 |
* | | mod_pep: Fixed boolean indexing error while casting all messages for a user | Waqas Hussain | 2009-07-02 | 1 | -2/+3 |
|/ |
|
* | mod_pep: Fixed a nil access error | Waqas Hussain | 2009-06-28 | 1 | -2/+4 |
* | mod_pep: Use cached caps | Waqas Hussain | 2009-06-28 | 1 | -14/+23 |
* | Merged with trunk | Waqas Hussain | 2009-06-28 | 2 | -4/+7 |
|\ |
|
| * | mod_console: Reload/unload a module on a component host if it is loaded there | Matthew Wild | 2009-06-28 | 1 | -4/+5 |
| * | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-06-27 | 1 | -0/+2 |
| |\ |
|
| | * | mod_message: Advertise offline message support as per XEP-0160 (thanks nolan) | Matthew Wild | 2009-06-26 | 1 | -0/+2 |
* | | | mod_pep: Entity capabilities | Waqas Hussain | 2009-06-28 | 1 | -11/+84 |
|/ / |
|
* | | mod_pep: Broadcast only to available recipients with caps | Waqas Hussain | 2009-06-26 | 1 | -19/+14 |
* | | mod_pep: Ignore presence subscriptions when extractng hash information | Waqas Hussain | 2009-06-26 | 1 | -2/+5 |
* | | mod_pep: Added function get_caps_hash_from_presence | Waqas Hussain | 2009-06-26 | 1 | -0/+17 |
* | | 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 |
* | 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 |