bnc
bnc copied to clipboard
a simple irc bouncer written in go
This makes sense for us to implement. We can look at doing echo-message when we support labeled-response as well, but the above is quick and gets us working fine.
So there are two sides of authentication, clients connecting into the bouncer, and then the bouncer authenticating to networks. This issue roughly goes over the ways clients should be able...
Most indepth logging level can include full raw log output
It makes sense for new Listeners to be aware of the modes they already have upon connecting.
This is a bit silly. We should prevent these requests if the given ServerConnection is already joined to that channel.
There are `Listeners` which listen for incoming connections which then passes the connection of to a `Listener`. 2 different thing with the same name which is confusing. Consider renaming the...
When you reconnect, you should receive a notice saying you're already opered-up and all.
There's so much that we can prolly use in here...