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
...
*
mod_muc: Add support for muc_room_default_allow_member_invites
Matthew Wild
2018-07-06
1
-0
/
+1
*
MUC: Add config option to allow members to invite other members to the room (...
Matthew Wild
2018-07-06
1
-0
/
+2
*
MUC: Remove affiliation notify support, nothing uses it
Matthew Wild
2018-06-27
1
-2
/
+0
*
MUC: Measure cache hits and misses
Kim Alvefur
2018-06-23
1
-0
/
+4
*
MUC: Rename eviction hit rate measure
Kim Alvefur
2018-06-23
1
-2
/
+2
*
MUC: Expose method for creating a bare room object
Kim Alvefur
2018-06-06
1
-0
/
+1
*
MUC: Track rooms created via internal public API
Kim Alvefur
2018-06-06
1
-1
/
+1
*
MUC: Allow passing config to public create_room API
Kim Alvefur
2018-04-14
1
-2
/
+2
*
MUC: Fix Ooo (thanks pep.)
Kim Alvefur
2018-06-03
1
-6
/
+6
*
MUC: Make rooms hidden (non-public) by default for improved privacy
Kim Alvefur
2018-06-03
1
-1
/
+1
*
MUC: Use xml:lang from stanza that creates a room as default for language
Kim Alvefur
2018-06-03
1
-1
/
+1
*
MUC: Add support for setting MUC room defaults from the config file
Kim Alvefur
2018-06-03
1
-0
/
+12
*
MUC: Move voice request into its own lib
Kim Alvefur
2018-06-02
1
-0
/
+3
*
MUC: Add support for setting a room language (closes #1149)
Kim Alvefur
2018-05-30
1
-0
/
+4
*
MUC: Add support for an optional hard limit on number of rooms (fixes #766)
Kim Alvefur
2018-05-22
1
-1
/
+8
*
MUC: Catch and log error in case of storage failure in iterator over rooms
Kim Alvefur
2018-03-15
1
-1
/
+9
*
MUC: Override methods on broken rooms to return internal-server-error instead
Kim Alvefur
2018-03-22
1
-0
/
+8
*
MUC: Return error if unable to keep track of room due to storage failure
Kim Alvefur
2018-03-07
1
-2
/
+6
*
MUC: Log failure to load room state
Kim Alvefur
2018-03-16
1
-1
/
+4
*
MUC: Only fetch stored room state if room config is loaded without error
Kim Alvefur
2018-03-16
1
-1
/
+1
*
MUC: Prevent room eviction on storage failure
Kim Alvefur
2018-03-07
1
-9
/
+15
*
MUC: Produce an untracked, locked room on failure to read room from storage (...
Kim Alvefur
2018-03-12
1
-1
/
+5
*
MUC: Write down which functions are exposed and thus available to other modules
Kim Alvefur
2018-03-09
1
-0
/
+10
*
MUC: Cache names of public rooms on eviction
Kim Alvefur
2017-11-09
1
-0
/
+1
*
MUC: Measure rate of room eviction
Kim Alvefur
2017-11-09
1
-0
/
+2
*
MUC: Tweak debug log message
Kim Alvefur
2017-11-09
1
-1
/
+1
*
MUC: Include a human-readable message when denying room creation because of r...
Kim Alvefur
2017-07-06
1
-1
/
+1
*
MUC: Return item-not-found for eg messages to non-existant rooms (changed in ...
Kim Alvefur
2017-07-06
1
-1
/
+1
*
MUC: Log debug message when restoring a room from storage
Kim Alvefur
2017-07-06
1
-0
/
+1
*
MUC: Run component shutdown after mod_c2s has closed its sessions (prevents g...
Kim Alvefur
2016-10-15
1
-1
/
+1
*
Logging error if MUC room cache is full
Sam Whited
2016-09-02
1
-3
/
+3
*
MUC: Restore modern version of public create_room() function removed in dfaac...
Kim Alvefur
2016-08-30
1
-0
/
+12
*
MUC: Pass room JID instead of room itself to logger, fixes traceback (thanks ...
Kim Alvefur
2016-08-06
1
-1
/
+1
*
MUC: Lower priority of hook so plugins hooks run before
Kim Alvefur
2016-05-04
1
-1
/
+1
*
MUC: Separate config from live state
Kim Alvefur
2016-04-29
1
-2
/
+6
*
MUC: Separate force-save parameter from save-entire-state flag
Kim Alvefur
2016-04-29
1
-7
/
+7
*
MUC: Add event for when room is done being created
Kim Alvefur
2016-04-28
1
-1
/
+1
*
MUC: Split out handling of the room-creating presence into its own method
Kim Alvefur
2016-04-28
1
-0
/
+1
*
MUC: Use correct room name variable, fixes traceback (thanks mathieui)
Kim Alvefur
2016-04-27
1
-1
/
+1
*
MUC: Correctly iterate over suspended rooms while excluding live rooms
Kim Alvefur
2016-04-26
1
-1
/
+1
*
MUC: Store rooms on disk on shutdown
Kim Alvefur
2016-04-18
1
-3
/
+1
*
MUC: Cache public rooms and their names to speed up disco#items
Kim Alvefur
2016-04-18
1
-3
/
+15
*
MUC: Switch to util.cache for storing rooms, store rooms to disk on eviction
Kim Alvefur
2016-04-18
1
-36
/
+51
*
MUC: Move room deserialization to muc.lib
Kim Alvefur
2016-04-18
1
-3
/
+1
*
Merge with Link Mauve
Kim Alvefur
2016-04-17
1
-1
/
+1
|
\
|
*
Update every link to the documentation to use HTTPS
Emmanuel Gil Peyrot
2016-04-16
1
-1
/
+1
*
|
MUC: Move 'preserialization' step to muc.lib
Kim Alvefur
2016-04-17
1
-5
/
+1
|
/
*
MUC: Move history to room._history
Kim Alvefur
2016-04-12
1
-3
/
+0
*
MUC: Don't reply to error stanzas with more error stanzas (thanks woffs)
Kim Alvefur
2016-03-07
1
-1
/
+3
*
MUC: Rename variables to please luacheck
Kim Alvefur
2016-01-20
1
-5
/
+5
[prev]
[next]