42wim / matterircd

Connect to your mattermost or slack using your IRC-client of choice.
MIT License
294 stars 60 forks source link

Include additional info such as channel, msgid, and msg line # in OOTRACE #446

Closed hloeung closed 2 years ago

hloeung commented 3 years ago

Useful for debugging out-of-order messages in https://github.com/42wim/matterircd/issues/426

hloeung commented 3 years ago

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.

hloeung commented 2 years ago

445 closed so closing this one off too.