Last change
on this file since 263 was 255, checked in by contact, 5 years ago |
Set up DB migration infrastructure
The database is now initialized automatically on first run. The schema
version is stored in SQLite's user_version special field. Migrations are
stored in an array and applied based on the schema version.
|
File size:
797 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 |
|
---|
[100] | 13 | go run ./cmd/sojuctl create-user <username>
|
---|
[98] | 14 | go run ./cmd/soju
|
---|
[78] | 15 |
|
---|
[189] | 16 | Then connect with username `<username>/chat.freenode.net` and join `#soju`.
|
---|
[91] | 17 |
|
---|
[123] | 18 | See the man page at `soju.1.scd` for more information.
|
---|
| 19 |
|
---|
[53] | 20 | ## Contributing
|
---|
| 21 |
|
---|
[123] | 22 | Send patches on the [mailing list] or on [GitHub], report bugs on the
|
---|
[130] | 23 | [issue tracker]. Discuss in #soju on Freenode.
|
---|
[53] | 24 |
|
---|
[2] | 25 | ## License
|
---|
| 26 |
|
---|
[52] | 27 | AGPLv3, see LICENSE.
|
---|
| 28 |
|
---|
| 29 | Copyright (C) 2020 Simon Ser
|
---|
[53] | 30 |
|
---|
| 31 | [mailing list]: https://lists.sr.ht/~emersion/public-inbox
|
---|
[123] | 32 | [GitHub]: https://github.com/emersion/soju
|
---|
[98] | 33 | [issue tracker]: https://todo.sr.ht/~emersion/soju
|
---|
Note:
See
TracBrowser
for help on using the repository browser.