aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc/mod_muc.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* | | mod_muc: Fix use of undefined global. Fixes #431.Matthew Wild2014-08-051-1/+2
| | |
* | | plugins/muc/mod_muc: fix wrong event for persistencedaurnimator2014-06-111-1/+1
| | |
* | | plugins/muc/mod_muc: Get rid of room global; use module:shared to get itdaurnimator2014-05-191-1/+0
| | |
* | | plugins/muc/mod_muc: Place adhoc section into own scopedaurnimator2014-04-301-33/+33
| | |
* | | plugins/muc/mod_muc: Don't use rooms object directory in adhoc sectiondaurnimator2014-04-301-2/+1
| | |
* | | plugins/muc/mod_muc.lua: Add "each_room" function to iterate over rooms ↵daurnimator2014-04-301-5/+9
| | | | | | | | | | | | (instead of accessing directly)
* | | plugins/muc/mod_muc: Remove attempt_room_creation and create_room function. ↵daurnimator2014-04-291-24/+19
| | | | | | | | | | | | Instead have a 'track_room' function called from the end of the pre-create hook, and just create an un-tracked room object when we get a presence
* | | plugins/muc/mod_muc: Move `restrict_room_creation` into own area. now uses ↵daurnimator2014-04-291-19/+21
| | | | | | | | | | | | pre-create hook
* | | plugins/muc/mod_muc: Use module:shared instead of save/restoredaurnimator2014-04-291-25/+6
| | |
* | | plugins/muc: Move 'module:get_option_number("max_history_messages")' from ↵daurnimator2014-04-291-2/+0
| | | | | | | | | | | | mod_muc into history lib; remove from muclib exports
* | | plugins/muc/mod_muc: Remove support for `host_session.muc`daurnimator2014-04-291-3/+0
| | |
* | | plugins/muc/mod_muc: Move room persistence to own blockdaurnimator2014-04-291-48/+56
| | |
* | | plugins/muc: Add room:has_occupant() methoddaurnimator2014-04-291-1/+1
| | |
* | | plugins/muc/mod_muc: No need to treat the host room speciallydaurnimator2014-04-281-6/+0
| | |
* | | plugins/muc/mod_muc: Use get_option_string instead of get_option and checkingdaurnimator2014-04-281-3/+1
| | |
* | | plugins/muc/mod_muc: Move affiliation monkey patch into own scopedaurnimator2014-04-281-10/+13
| | |
* | | plugins/muc: Move persistent room configuration to own moduledaurnimator2014-04-151-3/+5
| | |
* | | plugins/muc: Move locking to seperate moduledaurnimator2014-04-021-16/+1
| | |
* | | plugins/muc/mod_muc: Move room locking into hookdaurnimator2014-04-021-4/+8
| | |
* | | plugins/muc: Massive refactordaurnimator2014-03-271-16/+3
| | | | | | | | | | | | | | | | | | We now have occupant objects; you grab them, modify them, save them. New presence handling code. Modify all presence sending to go via new functions.
* | | plugins/muc: Rename admin query hookdaurnimator2014-03-271-4/+4
| | |
* | | plugins/muc: Have utility methods for locking the roomdaurnimator2014-03-201-2/+2
| | |
* | | plugins/muc: Provide a reasonable default `route_stanza`daurnimator2014-03-191-3/+0
| | |
* | | plugins/muc/mod_muc: host sessions have a .send these daysdaurnimator2014-03-181-7/+0
| | |
* | | plugins/muc/mod_muc: Refactor to use new methods availabledaurnimator2014-03-181-38/+72
| | |
* | | plugins/muc/mod_muc: Move Xep-0307 MUC unique to seperate filedaurnimator2014-02-181-21/+10
|/ /
* | Merge 0.9->0.10Matthew Wild2014-01-211-0/+1
|\|
| * MUC: Fire muc-room-destroyed event when the last participant leaves a ↵Kim Alvefur2014-01-181-0/+1
| | | | | | | | non-persistent room
| * mod_muc: Remove extra parenthesis (thanks janhouse)Kim Alvefur2013-12-141-1/+1
| |
* | MUC: Expose room metatable on moduleKim Alvefur2014-01-181-2/+3
| |
* | mod_muc: Remove extra parenthesis (thanks janhouse)Kim Alvefur2013-12-141-1/+1
| |
* | Merge 0.9->0.10Matthew Wild2013-12-131-1/+1
|\|
| * mod_muc: Allow admins to always bypass restrict_room_creation (thanks Chris B)Matthew Wild2013-12-131-1/+1
| |
* | mod_muc: Support for locking newly-created rooms until they are configured ↵Matthew Wild2013-08-301-0/+13
| | | | | | | | (enabled with muc_room_locking = true)
* | mod_muc: Import util.arrayMatthew Wild2013-08-301-0/+1
| |
* | Remove all trailing whitespaceFlorian Zeitz2013-08-091-2/+2
| |
* | mod_muc: Add Ad-Hoc command to destroy MUC roomsFlorian Zeitz2013-06-051-0/+36
| |
* | mod_muc: Utilize mod_disco, instead of reimplementing disco handlingFlorian Zeitz2013-06-051-14/+9
| |
* | mod_muc: Include status code 332 on service shutdown (thanks mathieui)Matthew Wild2013-06-081-1/+2
| |
* | mod_muc: Refactor config form handling, and allow for clients to submit ↵Matthew Wild2013-05-161-1/+1
|/ | | | incomplete forms. Fixes #246
* mod_muc: Fire muc-room-created and muc-room-destroyed events (thanks nik)Matthew Wild2013-05-141-0/+1
|
* mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, ↵Kim Alvefur2013-04-191-7/+8
| | | | mod_register, mod_vcard, mod_muc: Use module:open_store()
* MUC: Access prosody.hosts instead of the old global hostsKim Alvefur2013-03-231-1/+1
|
* MUC: Always return <service-unavailable/> when a node is present in service ↵Waqas Hussain2013-02-261-2/+3
| | | | discovery requests.
* MUC: Expose create_room(jid).Waqas Hussain2012-11-301-12/+11
|
* muc: Make max_history_messages simply a service-wide config option, and ↵Matthew Wild2012-11-221-11/+4
| | | | don't store it per-room (rooms still have their own history_message, but this is a global limit)
* mod_muc: Fix syntax error (thanks Florob)Matthew Wild2012-08-011-1/+1
|
* MUC: Give host and server admins "owner" affiliation in all rooms.Waqas Hussain2012-08-011-1/+13
|
* MUC: Send unavailable presence when the component or server is shutting down.Waqas Hussain2012-08-011-0/+27
|
* MUC: Return <item-not-found/> on message and iq to non-existent rooms ↵Waqas Hussain2012-08-011-0/+4
| | | | (thanks Maranda).