koizumi.aoi a125e80bd0 Use vanity module path
Signed-off-by: Aoi K <koizumi.aoi@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/suika/trunk@807 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2023-03-21 23:43:07 +00:00
2023-03-21 23:43:07 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 03:16:08 +00:00
2023-03-21 03:06:55 +00:00
2023-03-21 03:06:55 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 04:54:42 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 23:43:07 +00:00
2022-03-03 08:00:36 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 04:45:19 +00:00
2020-02-07 16:41:51 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 03:00:04 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 23:43:07 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 04:45:19 +00:00
2023-03-21 04:45:19 +00:00

suika

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
  • a C89 compiler (for SQLite)
  • scdoc (optional, for man pages)

For end users, a Makefile is provided:

make
doas make install

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

To link with the system libsqlite3, set GOFLAGS="-tags=libsqlite3".

License

AGPLv3, see LICENSE.

Copyright (C) 2020 The soju Contributors Copyright (C) 2023-present Aoi K.

Description
Languages
Go 99.1%
Makefile 0.5%
Shell 0.4%