Last change
on this file since 78 was 78, checked in by contact, 5 years ago |
readme: add instructions to initialize database
|
File size:
624 bytes
|
Rev | Line | |
---|
[2] | 1 | # jounce
|
---|
| 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 |
|
---|
| 13 | sqlite3 -init schema.sql jounce.db
|
---|
| 14 | # Insert users, networks, channels to database
|
---|
| 15 | go run ./cmd/jounce
|
---|
| 16 |
|
---|
[53] | 17 | ## Contributing
|
---|
| 18 |
|
---|
| 19 | Send patches on the [mailing list], report bugs on the [issue tracker].
|
---|
| 20 |
|
---|
[2] | 21 | ## License
|
---|
| 22 |
|
---|
[52] | 23 | AGPLv3, see LICENSE.
|
---|
| 24 |
|
---|
| 25 | Copyright (C) 2020 Simon Ser
|
---|
[53] | 26 |
|
---|
| 27 | [mailing list]: https://lists.sr.ht/~emersion/public-inbox
|
---|
| 28 | [issue tracker]: https://todo.sr.ht/~emersion/jounce
|
---|
Note:
See
TracBrowser
for help on using the repository browser.