diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-09-07 15:31:01 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-09-07 15:31:01 +0100 |
commit | 979b594b9a58059a5159f2a950e0a71c64f35e38 (patch) | |
tree | e395e679d08bb963d75a388fa723942b967cd1c3 /TODO | |
parent | c4e88bfe0c918604cb588ab8b3ce7d29b138cd0f (diff) |
Avoid non-existent users appearing in channels after they change nicks by replay logging nick changes.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,6 @@ Support arrays or similar in the configuration file (for nick(s), connectcommand All the TODOs sprinkled throughout the code! -(I think) replay log can cause non-existent user to appear in channel (e.g. ~19:00 on 12/08/2019 for me) - (I vaguely recall) some unwanted stuff (channel ban info?) was relayed to another client upon a client connecting. 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. @@ -13,3 +11,5 @@ PM replay chat in a channel (or perhaps a random channel?) e.g. replay on 06/09/ Ensure replayed lines don't exceed IRC message maximum length due to inserted time/datestamp. Log server messages to file. + +Is there a way to log nick changes to the normal log despite not tracking channels or nicks in each channel? |