Several notes: * This only checks on-JOIN (not on nick change, message, etc) for performance reasons * If the #channel in ~inherit:#channel also contains ~inherit entries then those are not processed (no recursion and no looping) * Only a limited number of ~inherit entries is permitted. This will be moved to set:: items in a future commit so you can set different amounts for +b/+e/+I ~inherit. * This is work in progress, UnrealIRCd or the entire world could explode * Documentation will follow later Developers: * Sadly, clean_ban_mask() needed to be changed to have two more parameters, 'ban_type' and 'channel' were added at different positions. This because the module needs the ban type (EXBTYPE_BAN, EXBTYPE_EXCEPT, EXBTYPE_INVEX) and channel because it rejects based on number of existing ~inherit entries in the channel... and while is_ok() is called for local clients and has all this information, for services clients is_ok() is not called so the only way to reject the +beI is through xxx_conv_param() which comes from clean_ban_mask().
About UnrealIRCd
UnrealIRCd is an Open Source IRC Server, serving thousands of networks since 1999. It runs on Linux, OS X and Windows and is currently the most widely deployed IRCd with a market share of 38%. UnrealIRCd is a highly advanced IRCd with a strong focus on modularity and security. It uses an advanced and highly configurable configuration file. Other key features include: full IRCv3 support, SSL/TLS, cloaking, advanced anti-flood and anti-spam systems, GeoIP, remote includes, and lots of other features. We are also particularly proud on our extensive online documentation.
Versions
- UnrealIRCd 6 is the stable series since December 2021. It is the only supported version.
- For full details of release scheduling and EOL dates, see UnrealIRCd releases on the wiki
How to get started
Follow the installation guide on the wiki. See:
Documentation & FAQ
You can find all documentation online at: https://www.unrealircd.org/docs/
We also have a good FAQ: https://www.unrealircd.org/docs/FAQ
Website, support, and other links
- https://www.unrealircd.org - Our main website
- https://forums.unrealircd.org - Support
- https://bugs.unrealircd.org - Bug tracker
- ircs://irc.unrealircd.org:6697/unreal-support - IRC support