log mod_anti_spam/mod_anti_spam.lua @ 6562:5da6fb562df9 default tip

age author description
Wed, 18 Feb 2026 17:01:42 +0000 Matthew Wild mod_anti_spam: Skip user existence check when no username (thanks Link Mauve)
Thu, 06 Feb 2025 10:23:08 +0000 Matthew Wild Backed out changeset 94399ad6b5ab
Thu, 06 Feb 2025 10:13:39 +0000 Matthew Wild mod_invites_register_api: Use set_password() for password resets
Fri, 17 Jan 2025 12:19:55 +0000 Matthew Wild mod_anti_spam: Fix generation of error bounce stanzas
Fri, 17 Jan 2025 11:19:05 +0000 Matthew Wild mod_anti_spam: Don't consider pre-approved contacts as strangers
Fri, 17 Jan 2025 11:02:02 +0000 Matthew Wild mod_anti_spam: Also consider not a stranger if we have a pending (out) sub request
Fri, 17 Jan 2025 10:32:34 +0000 Matthew Wild mod_anti_spam: Optimization to avoid needless string concatenation
Fri, 17 Jan 2025 10:31:41 +0000 Matthew Wild mod_anti_spam: Update definition of "stranger" to include sub to/from JID or domains
Fri, 17 Jan 2025 10:29:28 +0000 Matthew Wild mod_anti_spam: Allow customizing spam actions (drop/bounce), switching default to bounce
Sat, 04 Jan 2025 22:48:54 +0000 Matthew Wild Backed out changeset ffec70ddbffc
Sat, 04 Jan 2025 17:50:35 +0000 Matthew Wild mod_flags: trunk version backported to 0.12
Wed, 01 Jan 2025 11:48:19 +0000 Matthew Wild mod_anti_spam: Gracefully handle failure to parse CIDR in IP RTBL
Wed, 01 Jan 2025 09:57:31 +0000 Matthew Wild mod_anti_spam: Fix spam sender check in presence subscriptions (thanks mirux)
Tue, 31 Dec 2024 21:38:14 +0000 Matthew Wild mod_anti_spam: Fix stanza type check in presence handler
Tue, 31 Dec 2024 15:17:37 +0000 Matthew Wild mod_anti_spam: Skip content filtering for messages with no body (thanks Martin)
Mon, 30 Dec 2024 13:54:30 +0000 Matthew Wild mod_anti_spam: Improve error bounce text with actionable info
Mon, 30 Dec 2024 13:52:59 +0000 Matthew Wild mod_anti_spam: Fix luacheck warning
Mon, 30 Dec 2024 13:52:38 +0000 Matthew Wild mod_anti_spam: Add some debug logs
Mon, 30 Dec 2024 08:58:16 +0000 Matthew Wild mod_anti_spam: Prevent traceback when processing a message to an unknown host
Sun, 29 Dec 2024 11:49:36 +0000 Matthew Wild mod_anti_spam: Fix traceback when no anti-spam services defined in config (thanks mirux)
Sat, 28 Dec 2024 21:02:08 +0000 Matthew Wild mod_anti_spam: Fix another traceback for origin sessions without an IP
Sat, 28 Dec 2024 18:03:32 +0000 Matthew Wild mod_anti_spam: Fix traceback on missing/invalid session IP and log warning
Sat, 28 Dec 2024 16:00:25 +0000 Matthew Wild mod_anti_spam: Fix incorrect util.ip method name (thanks Martin)
Sat, 28 Dec 2024 15:25:33 +0000 Matthew Wild mod_anti_spam: Fix syntax of user_exists() check (thanks Martin/Zash)
Tue, 05 Mar 2024 18:26:29 +0000 Matthew Wild mod_anti_spam: New module for spam filtering (pre-alpha)