soju forked to be LESS SHIT
9a93c56cdf
- RingConsumer is now used directly in the goroutine responsible for writing downstream messages. This allows the ring buffer not to be consumed on write error. - RingConsumer now has a channel attached. This allows PRIVMSG messages to always use RingConsumer, instead of also directly pushing messages to all downstream connections. - Multiple clients with the same history name are now supported. - Ring is now protected by a mutex |
||
---|---|---|
cmd/jounce | ||
.gitignore | ||
bridge.go | ||
downstream.go | ||
go.mod | ||
go.sum | ||
irc.go | ||
LICENSE | ||
README.md | ||
ring.go | ||
server.go | ||
upstream.go |
jounce
A user-friendly IRC bouncer.
- Multi-user
- Support multiple clients for a single user, with proper backlog synchronization
- Support connecting to multiple upstream servers via a single IRC connection to the bouncer
Contributing
Send patches on the mailing list, report bugs on the issue tracker.
License
AGPLv3, see LICENSE.
Copyright (C) 2020 Simon Ser