| Commit message (Expand) | Author | Age | Files | Lines |
* | MUC: Fix a traceback caused by private IQ result and error stanzas where the ... | Waqas Hussain | 2012-08-09 | 1 | -2/+6 |
* | MUC: Fix private IQ results and errors for non-vcard queries. | Waqas Hussain | 2012-08-04 | 1 | -1/+5 |
* | mod_muc: Fix syntax error (thanks Florob) | Matthew Wild | 2012-08-01 | 1 | -1/+1 |
* | MUC: Give host and server admins "owner" affiliation in all rooms. | Waqas Hussain | 2012-08-01 | 1 | -1/+13 |
* | MUC: Expose room metatable in the MUC lib. | Waqas Hussain | 2012-08-01 | 1 | -0/+2 |
* | MUC: Send unavailable presence when the component or server is shutting down. | Waqas Hussain | 2012-08-01 | 1 | -0/+27 |
* | MUC: Fix private IQ and message routing. | Waqas Hussain | 2012-08-01 | 1 | -27/+45 |
* | MUC: Return <item-not-found/> on message and iq to non-existent rooms (thanks... | Waqas Hussain | 2012-08-01 | 1 | -0/+4 |
* | mod_muc: Remove unused variable and pull hosts into a local | Kim Alvefur | 2012-07-26 | 1 | -3/+3 |
* | mod_muc: Use module:send() instead of core_*_stanza() | Kim Alvefur | 2012-07-26 | 1 | -2/+2 |
* | mod_muc: Fix a couple of cases of 'forbidden' stanza error being sent with ty... | Matthew Wild | 2012-07-24 | 1 | -2/+2 |
* | MUC: Handle missing persistent room data. | Waqas Hussain | 2012-06-12 | 1 | -10/+18 |
* | muc.lib: room:set_historylength(): Condense code, and don't store length when... | Matthew Wild | 2012-05-13 | 1 | -7/+3 |
* | MUC: Fix check for history length update. | Waqas Hussain | 2012-05-14 | 1 | -2/+2 |
* | muc.lib: Fix for traceback when no history length is set for the room | Matthew Wild | 2012-05-13 | 1 | -1/+1 |
* | muc.lib: return feature-not-implemented when a foregoing discovery node is sp... | Marco Cirillo | 2012-05-10 | 1 | -1/+5 |
* | 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 | 2 | -7/+35 |
* | MUC: Fix a possible stack overflow (when a local component joins a room, then... | Waqas Hussain | 2011-11-21 | 1 | -1/+1 |
* | MUC: A little cleanup. | Waqas Hussain | 2011-08-31 | 1 | -33/+27 |
* | 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 |
* | mod_muc: Remove room from memory when it is made non-persistent and is empty | Matthew Wild | 2011-05-04 | 1 | -0/+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: Give stanza handlers a negative priority, to allow mod_iq to process the... | Waqas Hussain | 2010-12-02 | 1 | -9/+9 |
* | 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: Fixed: Variable referencing the host session wasn't initialized. | Waqas Hussain | 2010-11-17 | 1 | -1/+1 |
* | MUC: Grant membership when inviteing someone into a members-only room. | Kim Alvefur | 2010-11-11 | 1 | -0/+4 |
* | prosody: Removed all references to componentmanager from Prosody, except the ... | Waqas Hussain | 2010-11-10 | 1 | -7/+1 |
* | 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: Return true from the stanza handler to suppress error responses. | Waqas Hussain | 2010-11-10 | 1 | -1/+2 |
* | MUC: Handle missing <value/> for <field type='boolean'/> in config form submi... | Waqas Hussain | 2010-11-10 | 1 | -2/+6 |
* | MUC: Preserve the global rooms table through reloads. | Waqas Hussain | 2010-11-09 | 1 | -1/+0 |
* | MUC: Expose the rooms table as a global 'rooms'. | Waqas Hussain | 2010-11-09 | 1 | -1/+2 |
* | MUC: Allow restricting room creation to local JIDs (thanks thomas.mangin). | Waqas Hussain | 2010-11-08 | 1 | -3/+10 |
* | MUC: Use events for hooking stanzas instead of the component stanza handler. | Waqas Hussain | 2010-11-04 | 1 | -2/+14 |
* | 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 | 2 | -3/+3 |