soju/README.md

51 lines
1.1 KiB
Markdown
Raw Normal View History

2020-06-10 22:00:50 +01:00
# [soju]
2020-02-04 09:50:28 +00:00
2020-07-24 08:49:54 +01:00
[![builds.sr.ht status](https://builds.sr.ht/~emersion/soju/commits.svg)](https://builds.sr.ht/~emersion/soju/commits?)
2020-05-01 20:58:29 +01:00
A user-friendly IRC bouncer.
- 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
## Usage
* [Getting started]
* [Man page]
2020-06-12 13:06:15 +01:00
## Building and installing
2020-06-12 13:06:15 +01:00
2021-06-24 20:32:54 +01:00
Dependencies:
- Go
- a C89 compiler (for SQLite)
2021-06-24 20:32:54 +01:00
- scdoc (optional, for man pages)
For end users, a `Makefile` is provided:
make
sudo make install
For development, you can use `go run ./cmd/soju` as usual.
## Contributing
Send patches on the [mailing list] or on [GitHub], report bugs on the
2021-05-21 23:04:22 +01:00
[issue tracker]. Discuss in [#soju on Libera Chat][IRC channel].
2020-02-04 09:50:28 +00:00
## License
2020-02-07 16:41:51 +00:00
AGPLv3, see LICENSE.
Copyright (C) 2020 The soju Contributors
2020-06-10 22:00:50 +01:00
[soju]: https://soju.im
[Getting started]: doc/getting-started.md
2021-05-23 20:41:01 +01:00
[Man page]: https://soju.im/doc/soju.1.html
2020-07-24 08:49:54 +01:00
[mailing list]: https://lists.sr.ht/~emersion/soju-dev
[GitHub]: https://github.com/emersion/soju
2020-03-13 17:13:03 +00:00
[issue tracker]: https://todo.sr.ht/~emersion/soju
2021-05-21 23:04:22 +01:00
[IRC channel]: ircs://irc.libera.chat/#soju