mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-27 07:46:38 +02:00
cda145b62a
from https://ircv3.net/specs/extensions/chathistory Current status of the module in UnrealIRCd: * A significant part of this is done and working * Currently in modules.optional.conf to get test exposure, not yet loaded by default. * CHATHISTORY subcommands implemented: BEFORE, AFTER, LATEST, AROUND * It does not implement the subcommand "BETWEEN" yet * It does not announce or recognize the (draft) CAP's yet * It does not announce the ISUPPORT token CHATHISTORY=xx yet * Testcases need to be written to validate everything * There will be bugs, now, and also while implementing the rest in the days to come.