42wim / matterircd

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

Add ootrace option to help debug out of order #445

Closed 42wim closed 2 years ago

42wim commented 3 years ago

Add ootrace=true (same way as trace=true) in your matterircd.toml You don't need to run with full --debug, it'll show timestamps of every (multiline) message going to the eventchan and received from the eventchan on the irc side.

42wim commented 2 years ago

Out of order should be fixed with #482