MUC: Fix incorrect nesting of status codes when room config changes (fixes #579)
[prosody.git] / plugins / muc / muc.lib.lua
2015-12-16 Matthew WildMUC: Fix incorrect nesting of status codes when room...
2015-11-17 Matthew Wildmuc.lib: Fix pattern so that it doesn't match hashes...
2014-04-01 Matthew WildMerge
2014-04-01 Waqas HussainMUC: Fixed traceback when a JID not in a room requested...
2013-10-05 Paulmuc.lib.lua: Fix Spark jabber client not displaying...
2013-05-21 Matthew Wildmod_muc: Fix incorrect variable name
2013-05-14 Matthew Wildmod_muc: Fire muc-room-created and muc-room-destroyed...
2013-05-01 Matthew WildMerge with Florob
2013-04-29 Matthew WildMUC: Allow actor == true to set roles (like affiliations)
2013-04-29 Matthew WildMUC: Allow plugins to add and handle options in the...
2013-04-25 Matthew WildMUC: add __tostring on room metatable
2013-03-28 Matthew Wildmod_muc/muc.lib: Don't add messages without a body...
2013-03-10 Matthew WildMerge 0.9->trunk
2013-02-26 Waqas HussainMUC: Always return <service-unavailable/> when a node...
2013-02-26 Waqas HussainMUC: Fix affiliation check for admins, and bring it...
2013-01-22 Waqas HussainMerge 0.9->trunk
2013-01-09 Kim AlvefurMUC: Don't reply to errors (thanks iron)
2012-12-15 Waqas HussainMerge 0.9->trunk
2012-12-15 Waqas HussainMUC: Support invite messages when stanza type is explic...
2012-11-22 Matthew WildMerge 0.9->trunk
2012-11-22 Matthew Wildmuc: Make max_history_messages simply a service-wide...
2012-09-28 Kim AlvefurMerge 0.9 -> trunk (like this?)
2012-09-25 Kim AlvefurMUC: Fix traceback caused by faulty logic precedence...
2012-08-09 Waqas HussainMUC: Fix a traceback caused by private IQ result and...
2012-08-04 Waqas HussainMUC: Fix private IQ results and errors for non-vcard...
2012-07-31 Waqas HussainMUC: Expose room metatable in the MUC lib.
2012-07-31 Waqas HussainMUC: Fix private IQ and message routing.
2012-07-24 Matthew Wildmod_muc: Fix a couple of cases of 'forbidden' stanza...
2012-05-13 Matthew Wildmuc.lib: room:set_historylength(): Condense code, and...
2012-05-13 Waqas HussainMUC: Fix check for history length update.
2012-05-13 Matthew Wildmuc.lib: Fix for traceback when no history length is...
2012-05-11 Matthew WildMerge with backout
2012-05-11 Matthew WildMerge with Maranda
2012-05-11 Matthew WildMerge with backout
2012-05-11 Matthew WildMerge with backout
2012-05-11 Matthew WildMerge with backout
2012-05-10 Marco Cirillomuc.lib: return feature-not-implemented when a foregoin...
2012-04-28 Matthew Wildmod_muc/muc.lib: Fall back to default_history_length...
2012-04-28 Matthew Wildmod_muc/muc.lib.lua: Remove unused imports and variables
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-04-24 Matthew WildMerge with Markus K?tter
2012-04-13 Markus K?ttermuc - implement per channel history limits
2012-01-22 Matthew WildMerge with trunk
2011-11-21 Waqas HussainMUC: Fix a possible stack overflow (when a local compon...
2011-08-25 Waqas HussainMUC: Allow affiliation change when argument actor=...
2011-06-27 Matthew WildMUC: Change error type of badly-formatted stanza from...
2011-06-02 Matthew WildMerge 0.8->trunk
2011-06-02 Matthew WildMerge 0.7->0.8
2011-06-02 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.8->trunk
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.8->trunk
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.6->0.7
2011-05-07 Waqas HussainMUC: Include occupant count in room disco#info response.
2011-02-24 Waqas HussainMerge 0.8->trunk.
2011-02-24 Waqas HussainMUC: Don't limit affiliation changes to owners, and...
2011-02-24 Waqas HussainMUC: Add a textual error message when the user isn...
2011-01-14 Kim AlvefurMUC: Add option to allow participants to change the...
2011-01-03 Kim AlvefurMUC: Fix a pair of missing :up()
2011-01-03 Kim AlvefurMUC: Fix a pair of missing :up()
2010-11-18 Waqas HussainMUC: Include the user's current presence contents when...
2010-11-18 Waqas HussainMUC: Include the user's current presence contents when...
2010-11-17 Kim AlvefurMUC: Change room name and description properly
2010-11-10 Kim AlvefurMUC: Grant membership when inviteing someone into a...
2010-11-10 Waqas HussainMUC: Only send status code 110 (entering non-anonymous...
2010-11-10 Waqas HussainMUC: Added some more missing :up()s to the stanza build...
2010-11-10 Kim AlvefurMUC: Parse submitted form with util.dataforms
2010-11-10 Waqas HussainMUC: Added a missing :up() to the stanza building for...
2010-11-09 Waqas HussainMUC: Handle missing <value/> for <field type='boolean...
2010-10-16 Waqas HussainMonster whitespace commit (beware the whitespace monster).
2010-10-12 Kim AlvefurMUC: Use util.dataforms to generate forms
2010-10-12 Kim AlvefurMUC: fix timezone support when sending history
2010-09-28 Waqas HussainMUC: Make the room node be the default room name (thank...
2010-09-27 Waqas HussainMerge with trunk.
2010-09-27 Waqas HussainMUC: Fixed traceback on presence errors lacking a condi...
2010-09-26 Kim AlvefurMUC: Added a 'Description' property (muc#roomconfig_roo...
2010-09-24 Kim AlvefurMUC: Added a 'Name' property (muc#roomconfig_roomname)
2010-08-03 Waqas HussainMUC: Fixed: Unavilable presence was not being broadcast...
2010-08-03 Waqas HussainMUC: Return correct error to non-members attempting...
2010-07-20 Waqas HussainMUC: Store the nick (full room JID) which set the subje...
2010-07-14 Waqas HussainMUC: Fixed a traceback introduced in hg:bdc325ce9fbc.
2010-07-06 Matthew WildMUC: Make number of stored history messages configurabl...
2010-06-29 Matthew WildMerge backout
2010-06-19 Waqas HussainMUC: A little modification to improve code analysis.
2010-06-19 Waqas HussainMUC: Updated room:set_role() to use room:can_set_role().
2010-06-19 Waqas HussainMUC: Added room:can_set_role().
2010-06-13 Waqas HussainMUC: Added disco#info features to advertise room's...
2010-06-13 Waqas HussainMUC: Added disco#info features to advertise room's...
2010-06-13 Waqas HussainMUC: Updated code to use :set_hidden() and :is_hidden().
2010-06-13 Waqas HussainMUC: Added room:set_hidden(boolean) and room:is_hidden().
2010-06-13 Waqas HussainMUC: Added disco#info features to advertise room's...
2010-06-13 Waqas HussainMUC: Replaced direct access of room's internal persiste...
2010-06-13 Waqas HussainMUC: Added room:set_persistent(boolean) and room:is_per...
2010-06-13 Waqas HussainMUC: Added disco#info features to advertise room's...
2010-06-13 Waqas HussainMUC: Added a 'Make Room Members-Only?' field to the...
2010-06-13 Waqas HussainMUC: Updated room:get_default_role() to not assign...
2010-06-13 Waqas HussainMUC: Added room:set_members_only(boolean) and room...
2010-06-13 Waqas HussainMUC: Added disco#info features to advertise room's...
next