Find a file
2020-03-13 18:14:14 +01:00
cmd Rename project to soju 2020-03-13 18:13:03 +01:00
config Rename project to soju 2020-03-13 18:13:03 +01:00
.gitignore Add sojuctl to .gitignore 2020-03-13 18:14:14 +01:00
bridge.go Rename project to soju 2020-03-13 18:13:03 +01:00
db.go Rename project to soju 2020-03-13 18:13:03 +01:00
downstream.go Rename project to soju 2020-03-13 18:13:03 +01:00
go.mod Rename project to soju 2020-03-13 18:13:03 +01:00
go.sum Update dependencies 2020-03-13 16:18:53 +01:00
irc.go Rename project to soju 2020-03-13 18:13:03 +01:00
LICENSE Switch license to AGPLv3 2020-02-07 17:41:51 +01:00
README.md Rename project to soju 2020-03-13 18:13:03 +01:00
ring.go Rename project to soju 2020-03-13 18:13:03 +01:00
schema.sql Add support for SASL authentication 2020-03-13 15:12:44 +01:00
server.go Rename project to soju 2020-03-13 18:13:03 +01:00
upstream.go Rename project to soju 2020-03-13 18:13:03 +01:00

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

sqlite3 soju.db <schema.sql
go run ./cmd/sojuctl create-user soju
go run ./cmd/soju

Then connect with username soju@chat.freenode.net and join #soju.

Contributing

Send patches on the mailing list, report bugs on the issue tracker.

License

AGPLv3, see LICENSE.

Copyright (C) 2020 Simon Ser