rline: native regex engine (thompson nfa, no backtracking) + RLINE regex bans (registration/enforce/stats R/matchonnickchange)

This commit is contained in:
Jean Chevronnet 2026-08-10 21:48:52 +00:00
parent b76fbfdb79
commit 56d3774647
8 changed files with 786 additions and 1 deletions

View file

@ -26,6 +26,7 @@ pub mod mode;
pub mod module;
pub mod modules;
pub mod numeric;
pub mod regex;
pub mod resolver;
pub mod server;
pub mod socketengine;