Log

plugins/muc/muc.lib.lua @ 6113:f535f7de44b6

description author age
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