Last change
on this file since 98 was 98, checked in by contact, 5 years ago |
Rename project to soju
|
File size:
673 bytes
|
Rev | Line | |
---|
[98] | 1 | # soju
|
---|
[2] | 2 |
|
---|
[53] | 3 | A user-friendly IRC bouncer.
|
---|
[2] | 4 |
|
---|
[53] | 5 | - Multi-user
|
---|
| 6 | - Support multiple clients for a single user, with proper backlog
|
---|
| 7 | synchronization
|
---|
| 8 | - Support connecting to multiple upstream servers via a single IRC connection
|
---|
| 9 | to the bouncer
|
---|
| 10 |
|
---|
[78] | 11 | ## Usage
|
---|
| 12 |
|
---|
[98] | 13 | sqlite3 soju.db <schema.sql
|
---|
| 14 | go run ./cmd/sojuctl create-user soju
|
---|
| 15 | go run ./cmd/soju
|
---|
[78] | 16 |
|
---|
[98] | 17 | Then connect with username `soju@chat.freenode.net` and join `#soju`.
|
---|
[91] | 18 |
|
---|
[53] | 19 | ## Contributing
|
---|
| 20 |
|
---|
| 21 | Send patches on the [mailing list], report bugs on the [issue tracker].
|
---|
| 22 |
|
---|
[2] | 23 | ## License
|
---|
| 24 |
|
---|
[52] | 25 | AGPLv3, see LICENSE.
|
---|
| 26 |
|
---|
| 27 | Copyright (C) 2020 Simon Ser
|
---|
[53] | 28 |
|
---|
| 29 | [mailing list]: https://lists.sr.ht/~emersion/public-inbox
|
---|
[98] | 30 | [issue tracker]: https://todo.sr.ht/~emersion/soju
|
---|
Note:
See
TracBrowser
for help on using the repository browser.