log mod_muc_limits/mod_muc_limits.lua @ 1580:63571115302f

age author description
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)