matterircd
matterircd copied to clipboard
Include additional info such as channel, msgid, and msg line # in OOTRACE
Useful for debugging out-of-order messages in https://github.com/42wim/matterircd/issues/426
Thinking more about this, I think with the message line #, we can store it in a map (channel and message/thread ID) and then compare with the previous one and log when out of order detected. I'll try find some time to add that.
#445 closed so closing this one off too.