summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-09-14 13:11:20 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-09-14 13:11:20 +0100
commite546de81cbecac2b02d29a02d6c6fd7d0785d739 (patch)
treee6afd5fcf595d43cae9df0417c112e537991b1d0 /TODO
parent5ea442d5b8d0b9101737c7c4b7ff7cb89a1f7821 (diff)
Handle ignoring replay messages from before we launched better to avoid misleading error messages going to clients.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index d20e4f7..f0071c3 100644
--- a/TODO
+++ b/TODO
@@ -4,10 +4,6 @@ Support arrays or similar in the configuration file (for nick(s), connectcommand
All the TODOs sprinkled throughout the code!
-PM replay chat in a channel (or perhaps a random channel?) e.g. replay on 06/09/2019 at 17:05 from 13:49 in #insomnia - maybe a client thing.
-
-Ensure replayed lines don't exceed IRC message maximum length due to inserted time/datestamp.
-
Is there a way to log nick changes to the normal log despite not tracking nicks in each channel? (We do track channel names themselves.)
Log QUIT messages in channels if the quitting user was in them - requires tracking users in channels.