suika/README.md
yakumo.izuru bb1a214ab8 See you in Hell, scdoc!
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/suika/trunk@817 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2023-05-02 23:49:50 +00:00

1.0 KiB

suika

Go Documentation

A user-friendly IRC bouncer. Hard-fork of the 0.3 series of soju, named after Suika Ibuki from Touhou 7.5: Immaterial and Missing Power

  • 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

Building and installing

Dependencies:

  • Go
  • BSD or GNU make

For end users, a Makefile is provided:

make
doas make install

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

License

AGPLv3, see LICENSE.

  • Copyright (C) 2020 The soju Contributors
  • Copyright (C) 2023-present Izuru Yakumo

The code for version.go is stolen verbatim from one of @prologic's projects. It's probably under MIT