source: code/trunk/README.md@ 809

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

Rename to suika

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

File size: 914 bytes
RevLine 
[801]1# suika
[2]2
[801]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)
[290]4
[53]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
[504]11## Building and installing
[366]12
[567]13Dependencies:
14
15- Go
[775]16- BSD or GNU make
[576]17- a C89 compiler (for SQLite)
[567]18- scdoc (optional, for man pages)
19
[504]20For end users, a `Makefile` is provided:
[366]21
[504]22 make
[801]23 doas make install
[504]24
[801]25For development, you can use `go run ./cmd/suika` as usual.
[504]26
[775]27To link with the system libsqlite3, set `GOFLAGS="-tags=libsqlite3"`.
[593]28
[2]29## License
30
[52]31AGPLv3, see LICENSE.
32
[337]33Copyright (C) 2020 The soju Contributors
[801]34Copyright (C) 2023-present Aoi K.
[53]35
Note: See TracBrowser for help on using the repository browser.