2020-02-04 09:50:28 +00:00
|
|
|
# jounce
|
|
|
|
|
2020-02-17 11:19:27 +00:00
|
|
|
A user-friendly IRC bouncer.
|
|
|
|
|
|
|
|
- Multi-user
|
|
|
|
- Support multiple clients for a single user, with proper backlog
|
|
|
|
synchronization
|
|
|
|
- Support connecting to multiple upstream servers via a single IRC connection
|
|
|
|
to the bouncer
|
|
|
|
|
2020-03-04 17:27:33 +00:00
|
|
|
## Usage
|
|
|
|
|
2020-03-04 19:13:20 +00:00
|
|
|
sqlite3 jounce.db <schema.sql
|
2020-03-12 14:23:46 +00:00
|
|
|
go run ./cmd/jouncectl create-user jounce
|
2020-03-04 17:27:33 +00:00
|
|
|
go run ./cmd/jounce
|
|
|
|
|
2020-03-12 20:28:09 +00:00
|
|
|
Then connect with username `jounce@chat.freenode.net` and join `#jounce`.
|
|
|
|
|
2020-02-17 11:19:27 +00:00
|
|
|
## Contributing
|
|
|
|
|
|
|
|
Send patches on the [mailing list], report bugs on the [issue tracker].
|
2020-02-04 09:50:28 +00:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
2020-02-07 16:41:51 +00:00
|
|
|
AGPLv3, see LICENSE.
|
|
|
|
|
|
|
|
Copyright (C) 2020 Simon Ser
|
2020-02-17 11:19:27 +00:00
|
|
|
|
|
|
|
[mailing list]: https://lists.sr.ht/~emersion/public-inbox
|
|
|
|
[issue tracker]: https://todo.sr.ht/~emersion/jounce
|