soju forked to be LESS SHIT
c88700ef18
Previously, we only considered channel modes in the modes of a MODE messages, which means channel membership changes were ignored. This resulted in bugs where users channel memberships would not be properly updated and cached with wrong values. Further, mode arguments representing entities were not properly marshaled. This adds support for correctly parsing and updating channel memberships when processing MODE messages. Mode arguments corresponding to channel memberships updates are now also properly marshaled. MODE messages can't be easily sent from history because marshaling these messages require knowing about the upstream available channel types and channel membership types, which is currently only possible when connected. For now this is not an issue since we do not send MODE messages in history. |
||
---|---|---|
cmd | ||
config | ||
doc | ||
.build.yml | ||
.gitignore | ||
bridge.go | ||
conn.go | ||
db.go | ||
downstream.go | ||
go.mod | ||
go.sum | ||
irc.go | ||
LICENSE | ||
logger.go | ||
Makefile | ||
README.md | ||
ring.go | ||
server.go | ||
service.go | ||
upstream.go | ||
user.go |
soju
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
Usage
go run ./cmd/sojuctl create-user <username>
go run ./cmd/soju
Then connect with username <username>/chat.freenode.net
and join #soju
.
See the man page at doc/soju.1.scd
for more information.
Contributing
Send patches on the mailing list or on GitHub, report bugs on the issue tracker. Discuss in #soju on Freenode.
License
AGPLv3, see LICENSE.
Copyright (C) 2020 Simon Ser