Log

plugins/muc/muc.lib.lua @ 6131:8dd0c6145603

description author age
plugins/muc/muc.lib: Add decline event for parity with invite daurnimator 2014-03-20
plugins/muc/muc.lib: Add route_to_occupant function to send a stanza to all occupant sessions daurnimator 2014-03-20
plugins/muc: Have utility methods for locking the room daurnimator 2014-03-20
plugins/muc/muc.lib: Use occupant jids when whois == "moderators" daurnimator 2014-03-19
plugins/muc/muc.lib: Allow users with affiliations to invite while not in room themselves daurnimator 2014-03-19
plugins/muc/muc.lib: Use `get_role` in `handle_admin_item_get_command`. Removed a TODO that's already done daurnimator 2014-03-19
plugins/muc/muc.lib: Send invite out from event: removes '-prepared' from event name daurnimator 2014-03-19
plugins/muc/muc.lib: Check role instead of current_nick daurnimator 2014-03-19
plugins/muc/muc.lib: Remove `payload` argument from `handle_mediated_*`; extract it from inside. daurnimator 2014-03-19
plugins/muc/muc.lib: Fix wrong variable in `construct_stanza_id` block daurnimator 2014-03-19
plugins/muc/muc.lib: Add muc-invite-prepared event; Use it for granting affiliations in members only rooms daurnimator 2014-03-19
plugins/muc/muc.lib: Don't get same variable twice..... daurnimator 2014-03-19
plugins/muc/muc.lib: Use `get_occupant_jid` method instead of indexing _jid_nick daurnimator 2014-03-19
plugins/muc/muc.lib: Fetch config via accessors instead of using `_data` daurnimator 2014-03-19
plugins/muc/muc.lib: In `_route_stanza` access occupant data less often daurnimator 2014-03-19
plugins/muc/muc.lib: Tidy up `get_filtered_presence` daurnimator 2014-03-19
plugins/muc/muc.lib: Tidy up is_kickable_error: it didn't need to return the condition. daurnimator 2014-03-19
plugins/muc/muc.lib: Use module.host where `muc_domain` was previously daurnimator 2014-03-19
plugins/muc/muc.lib: Remove unused methods (breaks api) daurnimator 2014-03-19
plugins/muc/muc.lib: Use more modern stanza methods daurnimator 2014-03-19
plugins/muc: Provide a reasonable default `route_stanza` daurnimator 2014-03-19
plugins/muc/muc: Add 'muc-occupant-left' event daurnimator 2014-03-18
plugins/muc/muc: Only call get_password once in invite creation daurnimator 2014-03-18
plugins/muc/muc: When there's no history; return an empty iterator daurnimator 2014-03-18
plugins/muc/muc: Support mediated declines daurnimator 2014-03-18
plugins/muc/muc: Rename `handle_invite_to_room` to `handle_mediated_invite`; clean up logic daurnimator 2014-03-18
plugins/muc/muc: Check for mediated invites in a smarter way daurnimator 2014-03-18
plugins/muc/muc: Add copyright for daurnimator daurnimator 2014-03-18
plugins/muc/muc.lib: Add disco iq handlers with compatible argument signature daurnimator 2014-02-22
plugins/muc/muc.lib: Move all kick code into one place daurnimator 2014-02-21
plugins/muc/muc.lib: Make use of return values to send service-unavailable errors daurnimator 2014-02-21
plugins/muc/muc.lib: Add some missing return values daurnimator 2014-02-21
plugins/muc/muc.lib: Move (de)construct_stanza_id into `handle_iq_to_occupant` daurnimator 2014-02-21
plugins/muc/muc.lib: Refactor _to_occupant handlers daurnimator 2014-02-21
plugins/muc/muc.lib: Split out the room iq handler into functions daurnimator 2014-02-21
plugins/muc/muc.lib: Factor `handle_to_occupant` out into many functions daurnimator 2014-02-20
plugins/muc/muc.lib: Split up `handle_to_room` into smaller handlers (thanks sysko) daurnimator 2014-02-20
plugins/muc/muc.lib: Split out `send_history` into `parse_history` and `get_history` daurnimator 2014-02-19
Merge 0.9->0.10 Matthew Wild 2014-04-02
MUC: Fixed traceback when a JID not in a room requested a role change for an occupant. Waqas Hussain 2014-04-01
MUC: Tag PMs with <x>, like presence stanzas Kim Alvefur 2014-01-28
MUC: Split out sending of the topic into method separate from sending history Kim Alvefur 2014-01-18
MUC: Split saving to history into a separate method Kim Alvefur 2014-01-18
Merge 0.9->0.10 Matthew Wild 2013-10-05
muc.lib.lua: Fix Spark jabber client not displaying conference room lists, seemingly due to a missing value tag for the room description if the description has not been set Paul 2013-10-05
mod_muc: Support for locking newly-created rooms until they are configured (enabled with muc_room_locking = true) Matthew Wild 2013-08-30
Remove all trailing whitespace Florian Zeitz 2013-08-09
Merge 0.9->trunk Matthew Wild 2013-06-13
mod_muc: Fix incorrect variable name Matthew Wild 2013-05-21
mod_muc: Remove some old TODO comments Matthew Wild 2013-05-21
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
MUC: Use util.dataforms to generate forms Kim Alvefur 2010-10-12
MUC: fix timezone support when sending history Kim Alvefur 2010-10-12
MUC: Make the room node be the default room name (thanks Zash). Waqas Hussain 2010-09-28
Merge with trunk. Waqas Hussain 2010-09-27
MUC: Added a 'Description' property (muc#roomconfig_roomdesc) Kim Alvefur 2010-09-26
MUC: Added a 'Name' property (muc#roomconfig_roomname) Kim Alvefur 2010-09-24
MUC: Fixed traceback on presence errors lacking a condition. Waqas Hussain 2010-09-27
MUC: Fixed: Unavilable presence was not being broadcasted for banned users in some cases (thanks Zash). Waqas Hussain 2010-08-03
MUC: Return correct error to non-members attempting to enter a members-only room. Waqas Hussain 2010-08-03
MUC: Store the nick (full room JID) which set the subject, and send subject to occupants from that JID. Waqas Hussain 2010-07-20
MUC: Fixed a traceback introduced in hg:bdc325ce9fbc. Waqas Hussain 2010-07-14
MUC: Make number of stored history messages configurable with option max_history_messages (thanks michal and others who requested) Matthew Wild 2010-07-06
MUC: A little modification to improve code analysis. Waqas Hussain 2010-06-19
MUC: Updated room:set_role() to use room:can_set_role(). Waqas Hussain 2010-06-19