Last change
on this file since 80 was 80, checked in by contact, 5 years ago |
readme: pipe commands into sqlite3 instead of using -init
This makes it so sqlite3 exits after executing the file.
|
File size:
619 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 |
|
---|
[80] | 13 | sqlite3 jounce.db <schema.sql
|
---|
[78] | 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.