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 autolearn=no autolearn_force=no version=3.4.6 Received: from localhost.localdomain (unknown [182.253.183.184]) by gnuweeb.org (Postfix) with ESMTPSA id B67DC7E5F8; Sun, 8 Jan 2023 08:34:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1673166896; bh=pxTNhY86yyMuxj/z133uWkSw98InYxT3hrJSHIkxkwg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jHVBaxTiCiBna+ZBddCrpDuBBA0JkkEKF5mlJUROCCNFsHquulJqni9WS7pM9jWK+ av3rs37i0AvmDCXcPixlvTzlnkALLalXDQYvU0DMaP3Ev2tFbc1qLnsD5mNXln3kLP RVioxixIBLFksMfQbSBXTzm1N12Wm/z4M8p9Vwrkgbw9+EFiBHBXaKVSbe/6TYayd+ 1+OvsfOeUeuQ0uBFg2f/5wZZc6gc559eZNyLc5pa3wSjzSG6B8HBeF7EpBz8MdxaSI /Jjqwdzho1ZD0zrmFTMpDgcet+6awFce+vlCBDuCd0fMfa6oh3BLz70Gnm0qqkk+Eg gmAdOn3LMo64w== From: Ammar Faizi To: Muhammad Rizki Cc: Ammar Faizi , GNU/Weeb Mailing List , Alviro Iskandar Setiawan Subject: Re: [PATCH v3 00/11] Improvements, refactors, and features Date: Sun, 8 Jan 2023 15:34:45 +0700 Message-Id: <167316682559.766254.8171902332643473936.b4-ty@biznet-home.integral.gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230108080741.1914-1-kiizuha@gnuweeb.org> References: <20230108080741.1914-1-kiizuha@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-Id: From: Ammar Faizi On Sun, 8 Jan 2023 15:07:30 +0700, Muhammad Rizki wrote: > Hir sir, > This is v3 of improvements, refactors, and features. This series is to > add more `except` block for both Discord and Telegram, and fix some > grammatical errors in the commit messages. > > In the last series, I didn't care so much with the Discord > implementation. So, I forget to add a reconnect MySQL method for the > Discord bot. In this series, I've added it and implement it in the > listener.py exactly in the handle_db_error(). > > [...] Applied, thanks! [01/11] discord: Remove unnecessary try/except block commit: e6ee5d8bc329e5f38d240f0677e9fa2e4b09245f [02/11] telegram: Perform graceful exit when interrupted by a signal commit: 41109f4b8a1d3a79a1baadcd39a64e373de40acb [03/11] Add DaemonException() class commit: 22c27fe3390dad7dbba1e883d7c2cf658ca38316 [04/11] telegram: Refactor report_err() and move to the DaemonClient() class commit: 2e291fdeac69a5f262d5871290c3aaff6f655e41 [05/11] telegram: Implement the DaemonException() and refactor report_err() commit: fcc88f5df7cfa887a03458ab79baa6a218426ffc [06/11] telegram: listener: Remove unnecessary try/except block commit: 3610759d92213436ff2c089afc5992ec1c33c29f [07/11] discord: add report_err() for the Discord bot commit: deb93bc9c701f0bdaf5764f5955d0734a3772982 [08/11] discord: Implement the report_err() and DaemonException() error class commit: 4e260bcd7fd9046b3fa390b15c4fc692ec20d6f6 [09/11] discord: database: Add ping() method for reconnect MySQL commit: 61f26a6a15e28627466fd38d754fdc655ec2b511 [10/11] discord: listener: Add handle_db_error to handle the MySQL errors commit: 9302239c8e0c7c1b19b1a2aacc69df496801ba6c [11/11] telegram: Rename the Telegram bot custom client commit: 2a538e96d90102cdee075a8c31e48316b3659b9e Best regards, -- Ammar Faizi