| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mod_muc/muc.lib: Fall back to default_history_length if no length in config | Matthew Wild | 2012-04-28 | 1 | -1/+1 |
* | mod_muc/muc.lib.lua: Remove unused imports and variables | Matthew Wild | 2012-04-28 | 1 | -5/+0 |
* | muc - implement per channel history limits | Markus Kötter | 2012-04-13 | 1 | -3/+31 |
* | MUC: Fix a possible stack overflow (when a local component joins a room, then... | Waqas Hussain | 2011-11-21 | 1 | -1/+1 |
* | MUC: Allow affiliation change when argument actor==true in room:set_affiliati... | Waqas Hussain | 2011-08-25 | 1 | -14/+16 |
* | MUC: Change error type of badly-formatted stanza from 'auth' to 'modify' (tha... | Matthew Wild | 2011-06-27 | 1 | -1/+1 |
* | MUC: Include occupant count in room disco#info response. | Waqas Hussain | 2011-05-07 | 1 | -1/+3 |
* | MUC: Don't limit affiliation changes to owners, and allow owners to remove th... | Waqas Hussain | 2011-02-24 | 1 | -2/+17 |
* | MUC: Add a textual error message when the user isn't allowed to get/set confi... | Waqas Hussain | 2011-02-24 | 1 | -1/+1 |
* | MUC: Add option to allow participants to change the subject. | Kim Alvefur | 2011-01-14 | 1 | -1/+23 |
* | MUC: Fix a pair of missing :up() | Kim Alvefur | 2011-01-03 | 1 | -2/+2 |
* | MUC: Include the user's current presence contents when broadcasting a role ch... | Waqas Hussain | 2010-11-19 | 1 | -6/+16 |
* | MUC: Include the user's current presence contents when broadcasting an affili... | Waqas Hussain | 2010-11-19 | 1 | -9/+12 |
* | MUC: Change room name and description properly | Kim Alvefur | 2010-11-17 | 1 | -2/+2 |
* | MUC: Grant membership when inviteing someone into a members-only room. | Kim Alvefur | 2010-11-11 | 1 | -0/+4 |
* | MUC: Only send status code 110 (entering non-anonymous room) to the occupant ... | Waqas Hussain | 2010-11-10 | 1 | -9/+9 |
* | MUC: Added some more missing :up()s to the stanza building for presence broad... | Waqas Hussain | 2010-11-10 | 1 | -11/+11 |
* | MUC: Parse submitted form with util.dataforms | Kim Alvefur | 2010-11-10 | 1 | -26/+14 |
* | MUC: Added a missing :up() to the stanza building for presence broadcast (tha... | Waqas Hussain | 2010-11-10 | 1 | -1/+1 |
* | MUC: Handle missing <value/> for <field type='boolean'/> in config form submi... | Waqas Hussain | 2010-11-10 | 1 | -2/+6 |
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 1 | -2/+2 |
* | MUC: Use util.dataforms to generate forms | Kim Alvefur | 2010-10-12 | 1 | -42/+66 |
* | MUC: fix timezone support when sending history | Kim Alvefur | 2010-10-12 | 1 | -1/+1 |
* | MUC: Make the room node be the default room name (thanks Zash). | Waqas Hussain | 2010-09-28 | 1 | -2/+2 |
* | Merge with trunk. | Waqas Hussain | 2010-09-27 | 1 | -1/+45 |
|\ |
|
| * | MUC: Added a 'Description' property (muc#roomconfig_roomdesc) | Kim Alvefur | 2010-09-26 | 1 | -2/+28 |
| * | MUC: Added a 'Name' property (muc#roomconfig_roomname) | Kim Alvefur | 2010-09-24 | 1 | -1/+19 |
* | | MUC: Fixed traceback on presence errors lacking a condition. | Waqas Hussain | 2010-09-27 | 1 | -1/+1 |
|/ |
|
* | MUC: Fixed: Unavilable presence was not being broadcasted for banned users in... | Waqas Hussain | 2010-08-03 | 1 | -1/+1 |
* | MUC: Return correct error to non-members attempting to enter a members-only r... | Waqas Hussain | 2010-08-03 | 1 | -0/+4 |
* | MUC: Store the nick (full room JID) which set the subject, and send subject t... | Waqas Hussain | 2010-07-20 | 1 | -1/+2 |
* | MUC: Fixed a traceback introduced in hg:bdc325ce9fbc. | Waqas Hussain | 2010-07-14 | 1 | -2/+2 |
* | MUC: Make number of stored history messages configurable with option max_hist... | Matthew Wild | 2010-07-06 | 1 | -4/+5 |
* | MUC: A little modification to improve code analysis. | Waqas Hussain | 2010-06-19 | 1 | -1/+4 |
* | MUC: Updated room:set_role() to use room:can_set_role(). | Waqas Hussain | 2010-06-19 | 1 | -3/+2 |
* | MUC: Added room:can_set_role(). | Waqas Hussain | 2010-06-19 | 1 | -0/+17 |
* | MUC: Added disco#info features to advertise room's anonymity status (muc_semi... | Waqas Hussain | 2010-06-13 | 1 | -0/+1 |
* | MUC: Added disco#info features to advertise room's public status (muc_public ... | Waqas Hussain | 2010-06-13 | 1 | -0/+1 |
* | MUC: Updated code to use :set_hidden() and :is_hidden(). | Waqas Hussain | 2010-06-13 | 1 | -3/+3 |
* | MUC: Added room:set_hidden(boolean) and room:is_hidden(). | Waqas Hussain | 2010-06-13 | 1 | -0/+10 |
* | MUC: Added disco#info features to advertise room's persistence status (muc_pe... | Waqas Hussain | 2010-06-13 | 1 | -0/+1 |
* | MUC: Replaced direct access of room's internal persistence state with :set_pe... | Waqas Hussain | 2010-06-13 | 1 | -5/+4 |
* | MUC: Added room:set_persistent(boolean) and room:is_persistent(). | Waqas Hussain | 2010-06-13 | 1 | -0/+10 |
* | MUC: Added disco#info features to advertise room's members-only status (muc_m... | Waqas Hussain | 2010-06-13 | 1 | -0/+1 |
* | MUC: Added a 'Make Room Members-Only?' field to the room config dialog. | Waqas Hussain | 2010-06-13 | 1 | -0/+10 |
* | MUC: Updated room:get_default_role() to not assign unaffiliated occupants a r... | Waqas Hussain | 2010-06-13 | 1 | -1/+3 |
* | MUC: Added room:set_members_only(boolean) and room:is_members_only(). | Waqas Hussain | 2010-06-13 | 1 | -0/+10 |
* | MUC: Added disco#info features to advertise room's moderation status (muc_mod... | Waqas Hussain | 2010-06-13 | 1 | -0/+1 |
* | MUC: Added a 'Make Room Moderated?' field to the room config dialog. | Waqas Hussain | 2010-06-13 | 1 | -1/+11 |
* | MUC: Updated room:get_default_role() to assign unaffiliated occupants a "visi... | Waqas Hussain | 2010-06-13 | 1 | -1/+3 |