log mod_muc_limits/mod_muc_limits.lua @ 4662:a357c3e3bd32

age author description
2020-04-03 Matthew Wild mod_muc_limits: Add config option to limit to join stanzas only
2020-04-03 Matthew Wild mod_muc_limits: Add [luacheck] annotation to silence unused loop variable warning
2019-01-18 Kim Alvefur mod_muc_limits: Fix being unload on trunk
2018-12-23 Kim Alvefur mod_muc_limits: Simplify bypass for affiliated users
2018-12-23 Kim Alvefur mod_muc_limits: Add support for new MUC API in Prosody 0.11
2018-12-11 Kim Alvefur mod_muc_limits: Document brokenness with 0.11.x
2018-07-18 Kim Alvefur Backed out parts of changeset a81456a13797
2018-06-03 Jonas Wielicki mod_client_proxy: a Jabber Address Translation implementation
2015-06-18 Kim Alvefur mod_muc_limits: Update to work with both the new and the old MUC API
2014-06-01 Vadim Misbakh-Soloviov mod_muc_limits: Make compatible with new MUC API
2013-10-06 Kim Alvefur mod_muc_limits: Just drop error stanzas instead of bouncing them with more error stanzas
2013-06-08 Matthew Wild mod_muc_limits: Fix traceback on presence sent to the room's bare JID
2013-06-07 Matthew Wild mod_muc_limits: Abort loading on non-MUC hosts (thanks Ge0rG)
2013-06-03 Matthew Wild mod_muc_limits: Allow stanzas from affiliated users even if they are not in the room
2013-06-01 Matthew Wild mod_muc_limits: Increase hook priority
2013-06-01 Matthew Wild mod_muc_limits: Condense multiple dropped stanzas into a single log message every 5 seconds
2013-06-01 Matthew Wild mod_muc_limits: Add muc_max_nick_length option, defaulting to 23 (bytes)
2013-06-01 Matthew Wild mod_muc_limits: Import util.jid
2012-01-15 Matthew Wild mod_muc_limits: Echo any MUC <x> or <body> in the error reply (required to make Gajim display the error)
2012-01-15 Matthew Wild mod_muc_limits: Remove throttle object from all rooms on unload (to make sure new settings are applied on reload)
2012-01-15 Matthew Wild mod_muc_limits: Don't limit room leaving
2012-01-15 Matthew Wild mod_muc_limits: New module to impose overall rate-limits on a MUC (not on individual users)