mod_muc: Fix incorrect variable name
|
Matthew Wild |
2013-05-21 |
mod_muc: Remove unused variable
|
Matthew Wild |
2013-05-21 |
mod_muc: Use stanza:maptags() instead of custom filtering functions, 7 insertions, 19 deletions!
|
Matthew Wild |
2013-05-21 |
mod_muc: Replace getText() with get_child_text(), 1 insertion, 12 deletions!
|
Matthew Wild |
2013-05-21 |
mod_muc: Pass actor (requesting JID) when generating the config form, and to the muc-config-form event handler
|
Matthew Wild |
2013-05-18 |
mod_muc: Add getter/setter for 'whois' (fixes traceback)
|
Matthew Wild |
2013-05-18 |
mod_muc: Refactor config form handling, and allow for clients to submit incomplete forms. Fixes #246
|
Matthew Wild |
2013-05-16 |
mod_muc: Fire muc-room-created and muc-room-destroyed events (thanks nik)
|
Matthew Wild |
2013-05-14 |
MUC: Allow actor == true to set roles (like affiliations)
|
Matthew Wild |
2013-04-29 |
MUC: Allow plugins to add and handle options in the MUC config form
|
Matthew Wild |
2013-04-29 |
MUC: add __tostring on room metatable
|
Matthew Wild |
2013-04-25 |
mod_muc/muc.lib: Don't add messages without a body (such as chat state notifications) to the room history (thanks louiz’, Link Mauve, poezio and all its users)
|
Matthew Wild |
2013-03-28 |
MUC: Always return <service-unavailable/> when a node is present in service discovery requests.
|
Waqas Hussain |
2013-02-26 |
MUC: Fix affiliation check for admins, and bring it in line with the spec (thanks Maranda).
|
Waqas Hussain |
2013-02-26 |
MUC: Don't reply to errors (thanks iron)
|
Kim Alvefur |
2013-01-09 |
MUC: Support invite messages when stanza type is explicitly set to "normal" or to an unknown value.
|
Waqas Hussain |
2012-12-15 |
muc: Make max_history_messages simply a service-wide config option, and don't store it per-room (rooms still have their own history_message, but this is a global limit)
|
Matthew Wild |
2012-11-22 |
MUC: Fix traceback caused by faulty logic precedence. (thanks waqas, nulani)
|
Kim Alvefur |
2012-09-25 |
MUC: Fix a traceback caused by private IQ result and error stanzas where the encoded id can't be processed.
|
Waqas Hussain |
2012-08-09 |
MUC: Fix private IQ results and errors for non-vcard queries.
|
Waqas Hussain |
2012-08-04 |
MUC: Expose room metatable in the MUC lib.
|
Waqas Hussain |
2012-07-31 |
MUC: Fix private IQ and message routing.
|
Waqas Hussain |
2012-07-31 |
mod_muc: Fix a couple of cases of 'forbidden' stanza error being sent with type 'cancel' - fixes #303
|
Matthew Wild |
2012-07-24 |
muc.lib: room:set_historylength(): Condense code, and don't store length when equal to default
|
Matthew Wild |
2012-05-13 |
MUC: Fix check for history length update.
|
Waqas Hussain |
2012-05-13 |
muc.lib: Fix for traceback when no history length is set for the room
|
Matthew Wild |
2012-05-13 |
muc.lib: return feature-not-implemented when a foregoing discovery node is specified in a disco#info request.
|
Marco Cirillo |
2012-05-10 |
mod_muc/muc.lib: Fall back to default_history_length if no length in config
|
Matthew Wild |
2012-04-28 |
mod_muc/muc.lib.lua: Remove unused imports and variables
|
Matthew Wild |
2012-04-28 |
muc - implement per channel history limits
|
Markus Kötter |
2012-04-13 |
MUC: Fix a possible stack overflow (when a local component joins a room, then disconnects, an unavailble-error presence cycle can occur).
|
Waqas Hussain |
2011-11-21 |
MUC: Allow affiliation change when argument actor==true in room:set_affiliation().
|
Waqas Hussain |
2011-08-25 |
MUC: Change error type of badly-formatted stanza from 'auth' to 'modify' (thanks Andrew)
|
Matthew Wild |
2011-06-27 |
MUC: Include occupant count in room disco#info response.
|
Waqas Hussain |
2011-05-07 |
MUC: Don't limit affiliation changes to owners, and allow owners to remove themselves if they are not the last owner.
|
Waqas Hussain |
2011-02-24 |
MUC: Add a textual error message when the user isn't allowed to get/set config form.
|
Waqas Hussain |
2011-02-24 |
MUC: Add option to allow participants to change the subject.
|
Kim Alvefur |
2011-01-14 |
MUC: Fix a pair of missing :up()
|
Kim Alvefur |
2011-01-03 |
MUC: Include the user's current presence contents when broadcasting a role change.
|
Waqas Hussain |
2010-11-18 |
MUC: Include the user's current presence contents when broadcasting an affiliation change.
|
Waqas Hussain |
2010-11-18 |
MUC: Change room name and description properly
|
Kim Alvefur |
2010-11-17 |
MUC: Grant membership when inviteing someone into a members-only room.
|
Kim Alvefur |
2010-11-10 |
MUC: Only send status code 110 (entering non-anonymous room) to the occupant themselves, not to other occupants.
|
Waqas Hussain |
2010-11-10 |
MUC: Added some more missing :up()s to the stanza building for presence broadcasts (thanks again Zash).
|
Waqas Hussain |
2010-11-10 |
MUC: Parse submitted form with util.dataforms
|
Kim Alvefur |
2010-11-10 |
MUC: Added a missing :up() to the stanza building for presence broadcast (thanks Zash).
|
Waqas Hussain |
2010-11-10 |
MUC: Handle missing <value/> for <field type='boolean'/> in config form submissions.
|
Waqas Hussain |
2010-11-09 |
Monster whitespace commit (beware the whitespace monster).
|
Waqas Hussain |
2010-10-16 |