From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Matto Fransen Newsgroups: gmane.emacs.devel Subject: Propose to add rcirc-sqlite to ELPA Date: Wed, 07 Feb 2024 17:05:09 +0100 Message-ID: <86il308dl6.fsf@x201.tradesystem.nl> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5348"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Feb 07 17:06:45 2024 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 1rXkRf-00019d-TZ for ged-emacs-devel@m.gmane-mx.org; Wed, 07 Feb 2024 17:06:43 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rXkQi-0001xV-F9; Wed, 07 Feb 2024 11:05:44 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rXkQf-0001wN-K3 for emacs-devel@gnu.org; Wed, 07 Feb 2024 11:05:41 -0500 Original-Received: from 195-240-159-36.fixed.kpn.net ([195.240.159.36] helo=imap-server.tradesystem.nl) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rXkQd-0008C2-3J for emacs-devel@gnu.org; Wed, 07 Feb 2024 11:05:41 -0500 Original-Received: from x201.tradesystem.nl.tradesystem.nl (x201.tradesystem.nl [192.168.2.7]) by imap-server.tradesystem.nl (8.17.1/8.17.1) with ESMTPS id 417G59Lw022779 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Wed, 7 Feb 2024 17:05:09 +0100 (CET) (envelope-from matto@matto.nl) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; d=matto.nl; s=default; t=1707321909; bh=xO0KdJStbDU6sJxezSUyS51vNuY=; h=From:To:Subject:Date; b=e9EHV414dFZZhnwkfpSfQ6+xMcs0y/QHrz+KK1oKuFzDUb1muKqriyybMppg7OJKo H7HAW3Gcyfy7CMVRfnD5JIsgHBqs2yZzIURi5SPjc/xKdq47zG61ue6RI/chkxXeaH Xx0wIcZ0Y4gHS05ZGRHGSsNgQhG3MWFwu5v+85EU= Received-SPF: pass client-ip=195.240.159.36; envelope-from=matto@matto.nl; helo=imap-server.tradesystem.nl 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, RCVD_IN_SORBS_DUL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TVD_RCVD_IP=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:315981 Archived-At: Hi, I would like to propose to add the package `rcirc-sqlite' to ELPA. rcirc is a default, simple IRC client in Emacs. rcirc can be enabled to log to files. rcirc-sqlite diverts the rcirc logs to a SQLite database and offers some functionality to query this database. Please see: https://codeberg.org/mattof/rcirc-sqlite/ -- Best regards, Matto