source: code/trunk/README.md@ 821

Last change on this file since 821 was 817, checked in by yakumo.izuru, 2 years ago

See you in Hell, scdoc!

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 1.0 KB
Line 
1# suika
2
3[![Go Documentation](https://godocs.io/marisa.chaotic.ninja/suika?status.svg)](https://godocs.io/marisa.chaotic.ninja/suika)
4
5A user-friendly IRC bouncer. Hard-fork of the 0.3 series of [soju](https://soju.im), named after [Suika Ibuki](https://en.touhouwiki.net/wiki/Suika_Ibuki) from [Touhou 7.5: Immaterial and Missing Power](https://en.touhouwiki.net/wiki/Immaterial_and_Missing_Power)
6
7- Multi-user
8- Support multiple clients for a single user, with proper backlog
9 synchronization
10- Support connecting to multiple upstream servers via a single IRC connection
11 to the bouncer
12
13## Building and installing
14
15Dependencies:
16
17- Go
18- BSD or GNU make
19
20For end users, a `Makefile` is provided:
21
22 make
23 doas make install
24
25For development, you can use `go run ./cmd/suika` as usual.
26
27## License
28AGPLv3, see [LICENSE](LICENSE).
29
30* Copyright (C) 2020 The soju Contributors
31* Copyright (C) 2023-present Izuru Yakumo
32
33The code for `version.go` is stolen verbatim from one of [@prologic](https://git.mills.io/prologic)'s projects. It's probably under MIT
Note: See TracBrowser for help on using the repository browser.