a simple IRC bouncer
Rust 100.0%
2 1 0

Clone this repository

https://tangled.org/brwr.dev/boing
git@tangled.org:brwr.dev/boing

For self-hosted knots, clone URLs may differ based on your setup.

README.md

boing#

a simple IRC bouncer

I've never used IRC before. why not mess around and make a bouncer?

TODO:

  • maintain connection after user disconnects
    • handle pings?
    • persist message backlog
  • custom commands
    • client -> bouncer latency?
  • multi-server support
  • auth
  • CLI for control, stats, etc