soju/README.md

31 lines
685 B
Markdown
Raw Normal View History

2020-03-13 10:13:03 -07:00
# soju
2020-02-04 01:50:28 -08: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
2020-03-13 10:13:03 -07:00
sqlite3 soju.db <schema.sql
go run ./cmd/sojuctl create-user <username>
2020-03-13 10:13:03 -07:00
go run ./cmd/soju
Then connect with username `<username>@chat.freenode.net` and join `#soju`.
2020-03-12 13:28:09 -07:00
## Contributing
Send patches on the [mailing list], report bugs on the [issue tracker].
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
2020-03-13 10:13:03 -07:00
[issue tracker]: https://todo.sr.ht/~emersion/soju