Find a file
Simon Ser 1ac895430a
contrib/znc-import: new utility
Allows populating the soju database from a ZNC config file.
2020-07-09 11:25:25 +02:00
cmd sojuctl: Add support for creating admin users 2020-06-08 22:30:09 +02:00
config Add support for WebSocket connections 2020-06-07 14:13:46 +02:00
contrib contrib/znc-import: new utility 2020-07-09 11:25:25 +02:00
doc Add support for upstream Unix socket connections 2020-07-06 17:31:11 +02:00
.build.yml ci: check scdoc is happy 2020-06-10 16:15:20 +02:00
.gitignore doc: document "network delete" 2020-04-01 17:38:09 +02:00
bridge.go Make length check clearer in sendNames 2020-07-06 10:59:34 +02:00
conn.go Add RemoteAddr to ircConn interface 2020-07-01 17:02:37 +02:00
db.go Fix deadlock in DB.Close 2020-07-09 11:23:51 +02:00
downstream.go Strip network name from nickname when auto-saving network 2020-07-06 18:13:40 +02:00
go.mod Add support for WebSocket connections 2020-06-07 14:13:46 +02:00
go.sum Add support for WebSocket connections 2020-06-07 14:13:46 +02:00
irc.go Sort and split JOIN messages 2020-07-06 11:06:20 +02:00
LICENSE Switch license to AGPLv3 2020-02-07 17:41:51 +01:00
logger.go Add support for downstream CHATHISTORY 2020-06-05 23:50:31 +02:00
Makefile Move man page to doc/ 2020-03-27 19:23:41 +01:00
README.md readme: extend copyright notice to all contributors 2020-06-12 14:37:43 +02:00
ring.go Remove Ring.consumers 2020-04-07 14:46:31 +02:00
server.go Accept "irc" WebSocket subprotocol 2020-07-02 11:05:49 +02:00
service.go Reply to WHO BouncerServ 2020-06-29 18:09:48 +02:00
upstream.go Broadcast unhandled messages to downstream connections 2020-07-08 18:21:52 +02:00
user.go Introduce User.Created 2020-06-08 11:59:03 +02: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

go run ./cmd/sojuctl create-user <username> -admin
go run ./cmd/soju -listen irc+insecure://127.0.0.1:6667

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 The soju Contributors