echo/testing
Jean 172e50c748
Skip registering passwords too long for one IRC line
The irctest controller's registerUser sends NickServ REGISTER as a single
PRIVMSG, so a password that overflows the 512-byte line limit gets
truncated on the wire and can never match a later SASL login. Raise
NotImplementedByController for those, like the reference services
controllers, so such cases skip instead of failing spuriously.
2026-07-12 00:52:56 +00:00
..
fedserv_services.py Skip registering passwords too long for one IRC line 2026-07-12 00:52:56 +00:00