log mod_muc_limits/mod_muc_limits.lua @ 3965:2b10e51d85a6

age author description
Fri, 03 Apr 2020 12:26:56 +0100 Matthew Wild mod_muc_limits: Add config option to limit to join stanzas only
Fri, 03 Apr 2020 12:24:54 +0100 Matthew Wild mod_muc_limits: Add [luacheck] annotation to silence unused loop variable warning
Fri, 18 Jan 2019 18:28:03 +0100 Kim Alvefur mod_muc_limits: Fix being unload on trunk
Sun, 23 Dec 2018 22:52:23 +0100 Kim Alvefur mod_muc_limits: Simplify bypass for affiliated users
Sun, 23 Dec 2018 21:46:06 +0100 Kim Alvefur mod_muc_limits: Add support for new MUC API in Prosody 0.11
Tue, 11 Dec 2018 18:27:40 +0100 Kim Alvefur mod_muc_limits: Document brokenness with 0.11.x
Wed, 18 Jul 2018 15:57:13 +0200 Kim Alvefur Backed out parts of changeset a81456a13797
Sun, 03 Jun 2018 13:55:10 +0200 Jonas Wielicki mod_client_proxy: a Jabber Address Translation implementation
Thu, 18 Jun 2015 19:15:55 +0200 Kim Alvefur mod_muc_limits: Update to work with both the new and the old MUC API
Sun, 01 Jun 2014 16:08:05 +0700 Vadim Misbakh-Soloviov mod_muc_limits: Make compatible with new MUC API
Sun, 06 Oct 2013 17:30:21 +0200 Kim Alvefur mod_muc_limits: Just drop error stanzas instead of bouncing them with more error stanzas
Sat, 08 Jun 2013 16:31:13 +0100 Matthew Wild mod_muc_limits: Fix traceback on presence sent to the room's bare JID
Fri, 07 Jun 2013 14:29:01 +0100 Matthew Wild mod_muc_limits: Abort loading on non-MUC hosts (thanks Ge0rG)
Mon, 03 Jun 2013 08:36:00 +0100 Matthew Wild mod_muc_limits: Allow stanzas from affiliated users even if they are not in the room
Sat, 01 Jun 2013 23:36:14 +0100 Matthew Wild mod_muc_limits: Increase hook priority
Sat, 01 Jun 2013 23:21:48 +0100 Matthew Wild mod_muc_limits: Condense multiple dropped stanzas into a single log message every 5 seconds
Sat, 01 Jun 2013 23:02:40 +0100 Matthew Wild mod_muc_limits: Add muc_max_nick_length option, defaulting to 23 (bytes)
Sat, 01 Jun 2013 22:47:55 +0100 Matthew Wild mod_muc_limits: Import util.jid
Sun, 15 Jan 2012 02:05:41 +0000 Matthew Wild mod_muc_limits: Echo any MUC <x> or <body> in the error reply (required to make Gajim display the error)
Sun, 15 Jan 2012 01:40:50 +0000 Matthew Wild mod_muc_limits: Remove throttle object from all rooms on unload (to make sure new settings are applied on reload)
Sun, 15 Jan 2012 01:36:11 +0000 Matthew Wild mod_muc_limits: Don't limit room leaving
Sun, 15 Jan 2012 01:08:15 +0000 Matthew Wild mod_muc_limits: New module to impose overall rate-limits on a MUC (not on individual users)