source: code/trunk/README.md@ 806

Last change on this file since 806 was 801, checked in by koizumi.aoi, 2 years ago

Rename to suika

Signed-off-by: Aoi K <koizumi.aoi@…>

File size: 914 bytes
Line 
1# suika
2
3A 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)
4
5- Multi-user
6- Support multiple clients for a single user, with proper backlog
7 synchronization
8- Support connecting to multiple upstream servers via a single IRC connection
9 to the bouncer
10
11## Building and installing
12
13Dependencies:
14
15- Go
16- BSD or GNU make
17- a C89 compiler (for SQLite)
18- scdoc (optional, for man pages)
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
27To link with the system libsqlite3, set `GOFLAGS="-tags=libsqlite3"`.
28
29## License
30
31AGPLv3, see LICENSE.
32
33Copyright (C) 2020 The soju Contributors
34Copyright (C) 2023-present Aoi K.
35
Note: See TracBrowser for help on using the repository browser.