connectclass: per-class connection policy (allow/deny, localmax, password, maxchans, pingfreq, timeout, modes) + PASS

This commit is contained in:
Jean Chevronnet 2026-08-10 17:49:12 +00:00
parent 02b2061561
commit f5f888dbaa
9 changed files with 211 additions and 4 deletions

View file

@ -83,6 +83,7 @@ pub const RPL_ISUPPORT: u16 = 5;
pub const RPL_UMODEIS: u16 = 221;
pub const RPL_YOUREOPER: u16 = 381;
pub const ERR_PASSWDMISMATCH: u16 = 464;
pub const ERR_TOOMANYCHANNELS: u16 = 405;
pub const ERR_NOPRIVILEGES: u16 = 481;
pub const ERR_UMODEUNKNOWNFLAG: u16 = 501;
pub const RPL_LUSERCLIENT: u16 = 251;