source: code/trunk/README.md@ 92

Last change on this file since 92 was 91, checked in by contact, 5 years ago

Auto-save IRC networks

File size: 689 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
[91]17Then connect with username `jounce@chat.freenode.net` and join `#jounce`.
18
[53]19## Contributing
20
21Send patches on the [mailing list], report bugs on the [issue tracker].
22
[2]23## License
24
[52]25AGPLv3, see LICENSE.
26
27Copyright (C) 2020 Simon Ser
[53]28
29[mailing list]: https://lists.sr.ht/~emersion/public-inbox
30[issue tracker]: https://todo.sr.ht/~emersion/jounce
Note: See TracBrowser for help on using the repository browser.