soju/README.md

31 lines
673 B
Markdown
Raw Normal View History

2020-03-13 13:13:03 -04:00
# soju
2020-02-04 04:50:28 -05: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 13:13:03 -04:00
sqlite3 soju.db <schema.sql
go run ./cmd/sojuctl create-user soju
go run ./cmd/soju
2020-03-13 13:13:03 -04:00
Then connect with username `soju@chat.freenode.net` and join `#soju`.
2020-03-12 16:28:09 -04:00
## Contributing
Send patches on the [mailing list], report bugs on the [issue tracker].
2020-02-04 04:50:28 -05:00
## License
2020-02-07 11:41:51 -05:00
AGPLv3, see LICENSE.
Copyright (C) 2020 Simon Ser
[mailing list]: https://lists.sr.ht/~emersion/public-inbox
2020-03-13 13:13:03 -04:00
[issue tracker]: https://todo.sr.ht/~emersion/soju