From c29b1ebe548e0f35b2142862f291e1cf115f5460 Mon Sep 17 00:00:00 2001 From: contact Date: Mon, 17 Feb 2020 11:19:27 +0000 Subject: [PATCH] readme: add some high-level goals, add contributing links git-svn-id: file:///srv/svn/repo/suika/trunk@53 f0ae65fe-ee39-954e-97ec-027ff2717ef4 --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 845f16e..11a5ee4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,22 @@ # jounce -An IRC bouncer. +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 + +## Contributing + +Send patches on the [mailing list], report bugs on the [issue tracker]. ## License AGPLv3, see LICENSE. Copyright (C) 2020 Simon Ser + +[mailing list]: https://lists.sr.ht/~emersion/public-inbox +[issue tracker]: https://todo.sr.ht/~emersion/jounce