source: code/trunk/README.md@ 93

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

Auto-save IRC networks

File size: 689 bytes
Line 
1# jounce
2
3A user-friendly IRC bouncer.
4
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
11## Usage
12
13 sqlite3 jounce.db <schema.sql
14 go run ./cmd/jouncectl create-user jounce
15 go run ./cmd/jounce
16
17Then connect with username `jounce@chat.freenode.net` and join `#jounce`.
18
19## Contributing
20
21Send patches on the [mailing list], report bugs on the [issue tracker].
22
23## License
24
25AGPLv3, see LICENSE.
26
27Copyright (C) 2020 Simon Ser
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.