Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

users should be able to diagnose issues with sending IRC messages #8

Open
flavorjones opened this issue Dec 12, 2018 · 1 comment
Open

Comments

@flavorjones
Copy link
Owner

A few potential problem that users have no insight into:

  • debug info
    • what the resource is doing on the IRC-level (for this Elemental-IRCd/irc has a property irc.Debug we can set)
    • what the resource is doing on the business-logic level (ordinary debug trace)
  • diagnostic info
    • if any of the socket writes fail, the resource isn't checking the irc error channel so we won't know
    • if the IRC server responds with an error message (e.g. "you're not privileged"), the resource isn't looking at the events generated by irc.readLoop()

I've created this issue to address these shortcomings.

flavorjones added a commit that referenced this issue Dec 20, 2018
flavorjones added a commit that referenced this issue Dec 20, 2018
@flavorjones
Copy link
Owner Author

Debug trace was added in f90434b

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant