bnc icon indicating copy to clipboard operation
bnc copied to clipboard

a simple irc bouncer written in go

Results 28 bnc issues
Sort by recently updated
recently updated
newest added

And what else? *x files sound*

.. or store the topic in a channel instance and replay it

take stock of this, how we store whether users are admin or not, making sure there's always one admin user available, etc. maybe we should have a cli command that...

The SQLite logger is awesome, because it lets you replay messages from the beginning of time. However, I do wonder whether it'd become burdensome eventually, after storing say several months...

This is useful because, for instance, I could have an in-memory message-logger that simply retains the last X messages for replay purposes (mimicking ZNC's default behaviour), and at the same...

Currently user IDs are just the user names. Connections do not have an ID but the name is being used as an identifier. To bring everything inline and easier to...

For example, ZNC stops reading if 4096 chars have gone by without a `\r\n`. We should have some similar sort of limit so we don't just continue growing forever in...

As it stands, only some of the fields have key names specified and they are all lower case. The other fields end up being capitalised in the JSON. ~~~ [{"Host":"irc.server.com","Port":6667,"use-tls":false,"verify-tls":false}]...

enhancement
necessary

For most servers/networks we can just plainly, and easily, store+playback the original 005 lines. If we get updated 005 lines (such as Unreal does when someone opers), we should switch...

When I'm trying to investigate supported caps, the fact that ZNC needs to fake the capabilities messes me up. It's a pretty niche thing, but a small `capls`/`showcaps` command or...

enhancement