From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7FB3C13835B for ; Wed, 5 May 2021 08:33:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F0ABE086D; Wed, 5 May 2021 08:33:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88B6AE086D for ; Wed, 5 May 2021 08:33:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78065340D6C for ; Wed, 5 May 2021 08:33:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A373E74F for ; Wed, 5 May 2021 08:33:50 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1620199972.6b9e0a8b32f34fb3ef6680963e92f4d15c106b87.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/fizz/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/fizz/metadata.xml X-VCS-Directories: dev-cpp/fizz/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6b9e0a8b32f34fb3ef6680963e92f4d15c106b87 X-VCS-Branch: master Date: Wed, 5 May 2021 08:33:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8f4f516c-ac0f-48cf-b70e-7174c76685c3 X-Archives-Hash: 7401f68fb7be04f6482d2dd91012873e commit: 6b9e0a8b32f34fb3ef6680963e92f4d15c106b87 Author: Alessandro Barbieri gmail com> AuthorDate: Wed May 5 07:25:41 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed May 5 07:32:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b9e0a8b dev-cpp/fizz: comaintainers welcome Signed-off-by: Alessandro Barbieri gmail.com> dev-cpp/fizz/metadata.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-cpp/fizz/metadata.xml b/dev-cpp/fizz/metadata.xml index 4bdd21df7..44dd63454 100644 --- a/dev-cpp/fizz/metadata.xml +++ b/dev-cpp/fizz/metadata.xml @@ -1,6 +1,10 @@ + + lssndrbarbieri@gmail.com + Alessandro Barbieri + The core protocol implementations are in ClientProtocol and ServerProtocol. FizzClientContext and FizzServerContext provide configuration options. FizzClient and FizzServer (which both inherit from FizzBase) provide applications with an interface to interact with the state machine. FizzClient/FizzServer receives events from the application layer, invokes the correct event handler, and invokes the application ActionVisitor to process the actions.