mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-28 13:36:37 +02:00
a999b305a5
not picked up by any other IRCd. The 005 tokens KNOCK MAP USERIP are now used instead. We do not announce STARTTLS in 005 anymore as this is way too late (post-handshake, sensitive info already sent and/or received). Not to mention STARTTLS is not the preferred method to setup a secure connection in the first place. Module coders: this means CommandAdd() with M_ANNOUNCE should no longer be used. If a 3rd party module does use it, then UnrealIRCd will now raise a warning. In a later UnrealIRCd version the flag is likely to be removed completely so would cause a compile error. (I doubt any module uses this anyway... but still..)