From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Bone Baboon Newsgroups: gmane.emacs.devel Subject: Re: Cleaning up rcirc Date: Sun, 06 Jun 2021 13:53:32 -0400 Message-ID: <87eede98wz.fsf@disroot.org> References: <874kedu0cm.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14315"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 06 19:56:15 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lpx0Q-0003PH-9W for ged-emacs-devel@m.gmane-mx.org; Sun, 06 Jun 2021 19:56:14 +0200 Original-Received: from localhost ([::1]:50276 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lpx0P-0001Wk-9a for ged-emacs-devel@m.gmane-mx.org; Sun, 06 Jun 2021 13:56:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48334) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lpwzq-0000aF-5w for emacs-devel@gnu.org; Sun, 06 Jun 2021 13:55:38 -0400 Original-Received: from knopi.disroot.org ([178.21.23.139]:44966) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lpwzn-0005kf-WE for emacs-devel@gnu.org; Sun, 06 Jun 2021 13:55:37 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 664255BDB3; Sun, 6 Jun 2021 19:55:32 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Original-Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fhohtWHeud6M; Sun, 6 Jun 2021 19:55:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1623002131; bh=0XETJDvXYnIXAfIQkdz2SSePHhOSPQyFYd9sRgcSdbU=; h=References:From:To:Cc:Subject:In-reply-to:Date; b=J0PehkFBp4TWrM7ptsMtpuyPeDtzdfptTfXZPDDq0Tk3gpvyx92dX6CDMbfCk5mnE v7Rkvir15MRTcQiZOxOfHV1bhDDhb2YHXu5P4aNGrstPAdiF2kxACvypbN7JMBWQsR ndIFWLagJnXSGtt6XXjgBtZJGg4Pb85IdwMwm7FH11ZQuEp32ovk2fwwj4pm27E3pN BC3yuMy32hkLInL9ICtUcjyCIZcmmVMGFrs28GjC+7TGrb3kmoJHDADR7+G4euk8e6 z7717UcudHG1lrgLnrqWHX4oK+sb2DAa11tw9i3sCsJ8pdOQb3TNnmtFQCUn6tKJRp i5TjSMBDf2Mhg== In-reply-to: <874kedu0cm.fsf@posteo.net> Received-SPF: pass client-ip=178.21.23.139; envelope-from=bone.baboon@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:270489 Archived-At: Philip Kaludercic writes: > I attach a series of patches suggesting a few improvements and things > that can be cleaned up. The background is that I am planning to > implement support for IRCv3, and these are issues I noticed while > reading through the code. I was happily using rcirc then I ran into a SASL authentication error. I ended up switching from rcirc to Circe. I could help with testing rcirc's SASL authentication if someone works on it. This is a thread I started about rcirc and do SASL authentication. jess one of the staff volunteer (then at Freenode) offered to help explain SASL to to a rcirc developer. jess can now be found on Libera in `#libera@irc.libera.chat`.