soju forked to be LESS SHIT
Go to file
2022-03-23 13:11:37 +01:00
cmd Fix build on systems without syscall.Rlimit 2022-03-21 09:39:54 +01:00
config
contrib
doc Add the soju.im/no-implicit-names extension 2022-03-22 21:03:20 +01:00
.build.yml
.editorconfig
.gitignore
bridge.go Add the soju.im/no-implicit-names extension 2022-03-22 21:03:20 +01:00
certfp.go
config.in
conn.go
db_postgres_test.go
db_postgres.go
db_sqlite_test.go
db_sqlite.go
db.go
downstream.go downstream: clarify "user not active" error message 2022-03-23 13:11:37 +01:00
go.mod
go.sum
ident.go
irc_test.go
irc.go upstream: don't populate time tag for numerics 2022-03-22 21:14:02 +01:00
LICENSE
Makefile
msgstore_fs.go
msgstore_memory.go
msgstore.go
net_go113.go
net_go116.go
rate.go
README.md
server_test.go
server.go
service_test.go
service.go Require an explicit * network suffix for multi-upstream 2022-03-21 09:56:20 +01:00
upstream.go upstream: don't populate time tag for numerics 2022-03-22 21:14:02 +01:00
user.go Add support for RPL_VISIBLEHOST 2022-03-21 16:09:45 +01:00

soju

builds.sr.ht status

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

Building and installing

Dependencies:

  • Go
  • BSD or GNU make
  • a C89 compiler (for SQLite)
  • scdoc (optional, for man pages)

For end users, a Makefile is provided:

make
sudo make install

For development, you can use go run ./cmd/soju as usual.

To link with the system libsqlite3, set GOFLAGS="-tags=libsqlite3".

Contributing

Send patches on the mailing list or on GitHub, report bugs on the issue tracker. Discuss in #soju on Libera Chat.

License

AGPLv3, see LICENSE.

Copyright (C) 2020 The soju Contributors