soju/README.md

36 lines
973 B
Markdown
Raw Normal View History

2020-03-13 10:13:03 -07:00
# soju
2020-02-04 01:50:28 -08:00
2020-05-01 12:58:29 -07:00
[![builds.sr.ht status](https://builds.sr.ht/~emersion/soju/.build.yml.svg)](https://builds.sr.ht/~emersion/soju/.build.yml?)
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
go run ./cmd/sojuctl create-user <username> -admin
go run ./cmd/soju -listen irc+insecure://127.0.0.1:6667
Then connect with username `<username>/chat.freenode.net` and join `#soju`.
2020-03-12 13:28:09 -07:00
2020-04-16 09:55:21 -07:00
See the man page at `doc/soju.1.scd` for more information.
## Contributing
Send patches on the [mailing list] or on [GitHub], report bugs on the
2020-03-20 02:42:17 -07:00
[issue tracker]. Discuss in #soju on Freenode.
2020-02-04 01:50:28 -08:00
## License
2020-02-07 08:41:51 -08:00
AGPLv3, see LICENSE.
Copyright (C) 2020 Simon Ser
[mailing list]: https://lists.sr.ht/~emersion/public-inbox
[GitHub]: https://github.com/emersion/soju
2020-03-13 10:13:03 -07:00
[issue tracker]: https://todo.sr.ht/~emersion/soju