index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
muc
/
mod_muc.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
MUC: Don't default component admins to being room owners
Matthew Wild
2024-06-18
1
-1
/
+1
*
MUC: Add per-room PM restriction functionality (thanks Wirlaburla)
Matthew Wild
2024-05-23
1
-0
/
+8
*
mod_muc: Switch to module:could() for some implicit access control checks
Matthew Wild
2023-11-07
1
-2
/
+2
*
mod_muc: Allow guest users to list rooms by default
Matthew Wild
2023-11-07
1
-0
/
+3
*
mod_muc: Add :list-rooms permission
Matthew Wild
2023-11-07
1
-1
/
+5
*
mod_muc: Use enum config API for 'restrict_room_creation'
Kim Alvefur
2023-07-21
1
-1
/
+1
*
plugins: Use boolean config method in some places
Kim Alvefur
2023-07-18
1
-4
/
+2
*
mod_muc: Use enum option method for 'muc_room_default_presence_broadcast'
Kim Alvefur
2023-07-18
1
-1
/
+2
*
plugins: Use integer config API with interval specification where sensible
Kim Alvefur
2023-07-17
1
-3
/
+3
*
plugins: Switch to :get_option_period() for time range options
Kim Alvefur
2023-07-16
1
-1
/
+1
*
core, plugins: Split prosody:user role into prosody:{guest,registered,member}
Matthew Wild
2023-06-29
1
-1
/
+1
*
plugins: Prefix module imports with prosody namespace
Kim Alvefur
2023-03-24
1
-9
/
+9
*
MUC: Add note about non-existant room method
Kim Alvefur
2023-01-20
1
-1
/
+1
*
mod_muc: Better map restrict_room_creation to role permissions (behaviour cha...
Matthew Wild
2022-09-29
1
-21
/
+8
*
Switch to a new role-based authorization framework, removing is_admin()
Matthew Wild
2022-06-15
1
-8
/
+11
*
MUC: Add method for getting the occupant id salt to allow reuse
Kim Alvefur
2021-10-05
1
-0
/
+1
*
MUC: Allow modules a chance to act prior to room destruction
Kim Alvefur
2021-12-05
1
-3
/
+7
*
MUC: Report number of live rooms to statsmanager
Kim Alvefur
2021-03-28
1
-0
/
+5
*
MUC: Merge mod_muc_occupant_id into a sub-module (thanks pep.!)
Matthew Wild
2020-11-24
1
-0
/
+2
*
MUC: Don't default room name to JID localpart (API breaking change)
Kim Alvefur
2020-08-29
1
-3
/
+13
*
MUC: Add ad-hoc command setting affiliation in a room (fixes #1174)
Kim Alvefur
2020-03-21
1
-0
/
+43
*
MUC: Add initial hats support (broadcast only)
Matthew Wild
2020-03-18
1
-0
/
+1
*
Merge 0.11->trunk
Matthew Wild
2020-02-13
1
-1
/
+2
|
\
|
*
mod_muc: Allow control over the server-admins-are-room-owners feature (see #1...
Matthew Wild
2020-02-13
1
-1
/
+2
*
|
MUC: Indicate the component as origin of various errors where there's no room
Kim Alvefur
2019-11-26
1
-6
/
+6
*
|
MUC: Indicate that the room is the origin of various errors where 'from' is a...
Kim Alvefur
2019-11-25
1
-1
/
+1
*
|
MUC: Strictly validate room JID on creation
Kim Alvefur
2019-11-01
1
-0
/
+8
*
|
MUC: Add controls for whose presence is broadcast (closes #1335)
Lance Stout
2019-10-20
1
-0
/
+7
*
|
MUC: Move check for explicit room join earlier in room creation flow
Kim Alvefur
2018-11-27
1
-1
/
+1
|
/
*
MUC: Use defaults from config in create_room() if no config provided
Matthew Wild
2018-11-15
1
-12
/
+18
*
MUC: Add support for registering with a MUC, including reserving a nickname a...
Matthew Wild
2018-09-03
1
-0
/
+6
*
MUC: Add support for storing additional data with MUC affiliations
Matthew Wild
2018-09-03
1
-2
/
+2
*
MUC: Normalize indentation
Kim Alvefur
2018-08-22
1
-3
/
+3
*
MUC: Fix traceback when failing to restore a room
Matthew Wild
2018-08-17
1
-0
/
+3
*
MUC: Pass missing argument to log message
Kim Alvefur
2018-08-17
1
-1
/
+1
*
MUC: Allow destruction of tombstones (eg via telnet or adhoc command)
Kim Alvefur
2018-08-03
1
-0
/
+3
*
MUC: Split long lines [luacheck strict]
Kim Alvefur
2018-08-03
1
-4
/
+8
*
mod_muc: Fire event when room is (and about to be) restored
Matthew Wild
2018-08-03
1
-0
/
+4
*
mod_muc: Add comment
Matthew Wild
2018-08-03
1
-0
/
+1
*
MUC: Add some comments clarifying methods
Matthew Wild
2018-07-17
1
-0
/
+2
*
MUC: Add new iteration methods, all_rooms/live_rooms to eventually replace ea...
Matthew Wild
2018-07-17
1
-10
/
+20
*
MUC: Rename variable for consistency with other code that uses the term 'live'
Matthew Wild
2018-07-17
1
-3
/
+3
*
MUC: Return 'gone' error for destroyed rooms in other cases than attempted join
Kim Alvefur
2018-07-16
1
-7
/
+7
*
MUC: Add sections in room config form
Matthew Wild
2018-07-13
1
-0
/
+2
*
MUC: Include redirect in 'gone' error for destroyed rooms
Kim Alvefur
2018-07-11
1
-0
/
+4
*
MUC: Send an 'gone' error instead of unavailable + <destroyed>
Kim Alvefur
2018-07-11
1
-5
/
+1
*
MUC: Allow an admin to recreate destroyed rooms
Kim Alvefur
2018-07-11
1
-2
/
+2
*
MUC: Add support for storing a tombstone for destroyed rooms (#1182)
Kim Alvefur
2018-07-11
1
-0
/
+42
*
MUC: Remove room state on successful restoration from disk
Kim Alvefur
2018-07-11
1
-1
/
+6
*
MUC: Purge saved room state when deleting a room
Kim Alvefur
2018-07-11
1
-0
/
+1
[next]