From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_DBL_BLOCKED_OPENDNS, URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=new2025; t=1753921789; bh=ti26iiv6eSQWcNYxZ7cfZs+sPh68w0w3PBNp/dhgWMw=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID: Date:From:Reply-To:Subject:To:Cc:In-Reply-To:References: Resent-Date:Resent-From:Resent-To:Resent-Cc:User-Agent: Content-Type:Content-Transfer-Encoding; b=um/5wLs+XOurRwXn99e3CTaSqOgBE3cQ9K3UCLEM357jpgEUMdRjzhx5V5cqg4rpu XpXTdBKIUGV/zh/Jugf2AcUF2j0btIuKN6aMSKlll0vZ5UFgA9uhutV7EzrT85zn/7 JAm0gXBD4ooeyPPNF0TPLH04+HONFxlMxQQwlnRUtbUddKii5GkWfz1xy/G/5DJRwz 0u42ZJs1g4D7Q1I07ys18Znp9pR7YmyGPb2TkWZeTc44f4F0Ot2rBuFx84uqAYaXsS Vv3zKy5F85qqDJ/tOnSZRYnZADElXxSA58t8oSI/SajrF7Qde/yZoaD+gJ1kQgFj1J 2T1RTTgzRJlFQ== Received: from integral2.. (unknown [182.253.126.229]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 8721D3126EE4; Thu, 31 Jul 2025 00:29:48 +0000 (UTC) From: Ammar Faizi To: Alviro Iskandar Setiawan Cc: Ammar Faizi , GNU/Weeb Mailing List Subject: Re: [PATCH gwproxy v1 0/2] Auth-file hot reload and show help message for invalid parameters Date: Thu, 31 Jul 2025 07:29:41 +0700 Message-Id: <175392175307.1820021.7036155738668233351@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250731002724.294967-1-alviro.iskandar@gnuweeb.org> References: <20250731002724.294967-1-alviro.iskandar@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-Id: On Thu, 31 Jul 2025 07:27:22 +0700, Alviro Iskandar Setiawan wrote: > Two patches for gwproxy this morning. My first time sending patches > for gwproxy today. This patch series adds support for hot reloading > the auth-file in io_uring and also adds a help message for invalid > parameters in gwproxy. > > [...] Applied, thanks! [1/2] io_uring: Add auth-file hot reload support commit: 1d1310a45f0279690a26bda37b15e28346d1fa00 [2/2] gwproxy: Show help on invalid parameter commit: f20ce1f68ba77662df2297c36c0affd256c6d704 Best regards, -- Ammar Faizi