source: code/trunk/README.md@ 90

Last change on this file since 90 was 86, checked in by contact, 5 years ago

schema: make User.password NOT NULL

File size: 614 bytes
RevLine 
[2]1# jounce
2
[53]3A 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
[86]14 go run ./cmd/jouncectl create-user jounce
[78]15 go run ./cmd/jounce
16
[53]17## Contributing
18
19Send patches on the [mailing list], report bugs on the [issue tracker].
20
[2]21## License
22
[52]23AGPLv3, see LICENSE.
24
25Copyright (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.