dnsbl on connect (m_dnsbl-style, ipv4+ipv6, own module), cache + parallelize resolver, group connect notices before cap
This commit is contained in:
parent
296d87726a
commit
e736188378
9 changed files with 440 additions and 47 deletions
|
|
@ -1,8 +1,11 @@
|
|||
//! Optional, pluggable modules — echoIRCd's answer to InspIRCd's `src/modules/`.
|
||||
//! Each hooks lifecycle events via the [`crate::module::Module`] trait.
|
||||
//! Most hook lifecycle events via the [`crate::module::Module`] trait; [`dnsbl`]
|
||||
//! is the exception — it's driven straight from the connection lifecycle rather
|
||||
//! than the hook bus, but lives here as its own self-contained unit.
|
||||
|
||||
pub mod antimixedutf8;
|
||||
pub mod cloak;
|
||||
pub mod dnsbl;
|
||||
pub mod flood;
|
||||
pub mod snoop;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue