soju forked to be LESS SHIT
Go to file
Simon Ser 009bc29e09 Refactor generateWHOXReply
Isolate the field letter -> value logic into a separate function.
2022-02-09 15:16:54 +01:00
cmd Fix incorrect listen addr in error message 2022-01-19 22:38:13 +01:00
config
contrib contrib/clients: Add information about emacs irc clients 2022-01-13 16:06:54 +01:00
doc service: make name arg optional for network commands 2022-02-07 21:33:16 +01:00
.build.yml
.editorconfig
.gitignore
bridge.go Don't send RPL_NOTOPIC on JOIN 2022-01-10 10:37:55 +01:00
certfp.go
config.in
conn.go Add context to {conn,upstreamConn}.SendMessage 2021-12-08 18:03:40 +01:00
db_postgres_test.go
db_postgres.go db_postgres: use enum for sasl_mechanism 2022-02-08 15:38:41 +01:00
db_sqlite_test.go
db_sqlite.go
db.go
downstream.go Drop user.forEachNetwork 2022-02-04 14:01:27 +01:00
go.mod bump required go version to 1.15 2022-01-03 21:01:44 +01:00
go.sum
ident.go Retry on temporary net.Listener failure 2022-01-19 22:35:46 +01:00
irc.go Refactor generateWHOXReply 2022-02-09 15:16:54 +01:00
LICENSE
Makefile makefile: switch to BSD/GNU make 2022-02-08 16:10:19 +01:00
msgstore_fs.go
msgstore_memory.go
msgstore.go
net_go113.go
net_go116.go
rate.go
README.md makefile: switch to BSD/GNU make 2022-02-08 16:10:19 +01:00
server_test.go
server.go Retry on temporary net.Listener failure 2022-01-19 22:35:46 +01:00
service_test.go
service.go service: make name arg optional for network commands 2022-02-07 21:33:16 +01:00
upstream.go Add context to upstreamConn.register 2022-02-08 16:38:34 +01:00
user.go Add context to upstreamConn.register 2022-02-08 16:38:34 +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