ergochat / ergo

A modern IRC server (daemon/ircd) written in Go.
https://ergo.chat/
MIT License
2.21k stars 176 forks source link

fix #1997 #2088

Closed slingamn closed 10 months ago

slingamn commented 10 months ago

Provide blacklist-regex-file for a more easily rewritten / reloaded list of blacklisted email addresses.

Also make regexes case-insensitive.

slingamn commented 10 months ago

This is now a config compatibility break. Operators who were previously using blacklist-regexes should:

  1. Rename blacklist-regexes to address-blacklist
  2. Set address-blacklist-syntax: "regex"
slingamn commented 10 months ago

Another item to changelog: the blacklist is becoming case-insensitive