log mod_muc_rtbl/mod_muc_rtbl.lua @ 5467:1c78a97a1091

age author description
21 months ago Matthew Wild mod_muc_rtbl: Use correct occupant object
22 months ago Kim Alvefur mod_muc_rtbl: Handle node purge
23 months ago Jonas Schäfer mod_muc_rtbl: fix more incorrect more references to "event"
23 months ago Jonas Schäfer mod_muc_rtbl: ignore blocklist for affiliated users for messages
23 months ago Jonas Schäfer mod_muc_rtbl: fix traceback because of scoping error
23 months ago Jonas Schäfer mod_muc_rtbl: move use of "private" attributes to single function
23 months ago Jonas Schäfer mod_muc_rtbl: also filter messages
2021-12-06 Kim Alvefur mod_muc_rtbl: Optimize case with zero hashes
2021-12-06 Matthew Wild mod_muc_rtbl: Check joining user's host against RTBL
2021-12-06 Matthew Wild mod_muc_rtbl: Fix typo in variable name in previous commit (thanks luacheck)
2021-12-06 Matthew Wild mod_muc_rtbl: Skip check if user has any explicit affiliation with the MUC
2021-12-06 Matthew Wild mod_muc_rtbl: Fix to hook server-started globally, to fetch entries at startup (thanks mirux)
2021-12-06 Matthew Wild mod_muc_rtbl: Sync existing list entries when first loaded
2021-12-05 Matthew Wild mod_muc_rtbl: Real-time blocklist checks for MUC services