From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.6 Received: from integral2.. (unknown [125.160.109.29]) by gnuweeb.org (Postfix) with ESMTPSA id 1C4D97E804; Fri, 22 Jul 2022 10:57:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1658487480; bh=DtKWDMbcnGc8VceITlCTlUlVz65urIVQvEj16pcq7Zo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KZDNtqAnLzoUzuWRd2mgP3M/GUThZY/2kX4W++GMlRbPoiGPbNFC4zQN0AOG2y1Op 4ve2BobSVQBmPAKoEfYP4gvIfdQDCMmba5J28WcKpgKLhCMn+SztjYW3Mw3UcDw3eE aFiwirhpqQTDKEsiuaNRotaGENHXfeSy+hs22NrZ500gZFR4FJkPO4ithDkGk3pWmz EgpQxxLwmnLpauSCiDnQXfAbNXvrhJkPrwiAXno9sCi4sHJuCnM7rISQErnw+/G22d 4+oATXZlRjHKH/ZiWhe37BQ59xRKpbA+hwGAcHOjfim0Zd+0QvEIF0lN70NfSTqSAx AK6E0hvwPUmpQ== From: Ammar Faizi To: Muhammad Rizki Cc: Ammar Faizi , GNU/Weeb Mailing List Subject: Re: [PATCH v3 00/17] Code improvements Date: Fri, 22 Jul 2022 17:57:45 +0700 Message-Id: <165848686493.811017.11215660496003056194.b4-ty@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220721232938.503-1-kiizuha@gnuweeb.org> References: <20220721232938.503-1-kiizuha@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-Id: On Fri, 22 Jul 2022 06:29:21 +0700, Muhammad Rizki wrote: > Morning sir, > > In this series I just want to improve some codes like adding type in > @handle_flood and replace some codes that already created with a good > one. > > There are 17 patches in this series: > > [...] Applied, thanks! [01/17] daemon: Fix __send_patch_msg function parameter commit: 932f7bc8796758c0c219c59e571a32a3f7f08fd3 [02/17] daemon: Fix import problem commit: b15b476b912a20f1178adc859646e5c51febc25b [03/17] daemon: Add default temporary directory commit: 80b999ed1ffd9c0974919e92c7a332fdf92e5450 [04/17] daemon: Move the Telegram bot session into the storage directory commit: bf230f9713587775a85fa4f96a197de48ff958b0 [05/17] daemon: Fix raw lore URL on the inline keyboard button commit: ac6ecf882c445d9a1a94f0c98b2f321283f68ccb [06/17] daemon: Use traceback.format_exc() to get the error detail commit: af63fb0b198a96d538b60d8b30c1c84108a63a3e [07/17] daemon: Re-design send email message to Telegram commit: 310c084fba8f4302a557fecea8c15f8c95f9058a [08/17] daemon: Move ____send_patch_msg commit: 7bbe44635d86e70f0692e16dc72d0282ee66667c [09/17] daemon: Move prepare for patch and clean up patch functions commit: 59d20af68a05a177fda6e3492b452f26052a5534 [10/17] daemon: Create fix_utf8_chars function commit: 6bae9f5e55e9f05529c78756bc194e71f8e6f7a5 [11/17] daemon: Remove whitespace commit: 08b423a82744a84b704a87c36ed524bfea9d64dc [12/17] daemon: Remove prepare patch and clean up patch commit: c3acb8465f1dc8cc8e71bdc0c9f8a7fe5a12c561 [13/17] daemon: Add @handle_flood decorator and remove some functions commit: 9827fd22d17a80f7957ca82ecfc7509090a79987 [14/17] daemon: Remove __send_patch_msg() commit: 29262d303926f6ee138698f8eed009d7dc961e7d [15/17] daemon: Remove unused imports commit: a98ca7e776a3a03eb929205c6b72783fdf99406f [16/17] daemon: Replace send email functions commit: 91f2f491e4a3a0071973c28dfa304164739c462a [17/17] daemon: Add typing in decorator commit: ba02aa3376a49afe142fe2c2b77b45ad358d1fe0 Best regards, -- Ammar Faizi