2020-03-13 17:13:03 +00:00
|
|
|
# soju
|
2020-02-04 09:50:28 +00:00
|
|
|
|
2020-02-17 11:19:27 +00: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
|
|
|
|
|
2020-03-04 17:27:33 +00:00
|
|
|
## Usage
|
|
|
|
|
2020-03-16 08:32:18 +00:00
|
|
|
go run ./cmd/sojuctl create-user <username>
|
2020-03-13 17:13:03 +00:00
|
|
|
go run ./cmd/soju
|
2020-03-04 17:27:33 +00:00
|
|
|
|
2020-03-31 16:41:14 +00:00
|
|
|
Then connect with username `<username>/chat.freenode.net` and join `#soju`.
|
2020-03-12 20:28:09 +00:00
|
|
|
|
2020-04-16 16:55:21 +00:00
|
|
|
See the man page at `doc/soju.1.scd` for more information.
|
2020-03-19 13:33:49 +00:00
|
|
|
|
2020-02-17 11:19:27 +00:00
|
|
|
## Contributing
|
|
|
|
|
2020-03-19 13:33:49 +00:00
|
|
|
Send patches on the [mailing list] or on [GitHub], report bugs on the
|
2020-03-20 09:42:17 +00:00
|
|
|
[issue tracker]. Discuss in #soju on Freenode.
|
2020-02-04 09:50:28 +00:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
2020-02-07 16:41:51 +00:00
|
|
|
AGPLv3, see LICENSE.
|
|
|
|
|
|
|
|
Copyright (C) 2020 Simon Ser
|
2020-02-17 11:19:27 +00:00
|
|
|
|
|
|
|
[mailing list]: https://lists.sr.ht/~emersion/public-inbox
|
2020-03-19 13:33:49 +00:00
|
|
|
[GitHub]: https://github.com/emersion/soju
|
2020-03-13 17:13:03 +00:00
|
|
|
[issue tracker]: https://todo.sr.ht/~emersion/soju
|