Version 1.0.1 of package Rcirc-Sqlite has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
Rcirc-Sqlite describes itself as: ======================= rcirc logging in SQLite ======================= More at https://elpa.gnu.org/packages/rcirc-sqlite.html ## Summary: 1 rcirc-sqlite: rcirc logging in SQLite ═══════════════════════════════════════ Find here the source for `rcirc-sqlite.el', that stores the logging from `rcirc' into a SQLite database. `rcirc' is a default, simple IRC client in Emacs. rcirc can be enabled to log the IRC chats, it logs to files. This minor mode, when activated, diverts the rcirc logs to a SQLite database. 2 Installation and activation ═════════════════════════════ 2.1 Installation ──────────────── 2.2 Install from GNU ELPA ───────────────────────── The GNU ELPA package name is: `rcirc-sqlite' To install the package: • `M-x package-refresh-contents' • `M-x package-install' and search for `rcirc-sqlite'. Or use `use-package' ## Recent NEWS: Version 1.0.1 - 2024-04-22 * New custom option: rcirc-sqlite-register Register to store messages (default: register `r'). * Quickly change the view of the logs When exploring your logs, change the view with just one key: - Show all the logs of a channel for a single day or two days. - Show all the logs of a channel from a specific nick for a single day. * Collect individual messages with just one key: - Select and copy a message nicely formatted to the kill-ring. - Collect one or more messages in a register. Version 1.0.0 - 2024-04-16 * Narrow queries to time range Use completion to narrow queries to last 90 days, 60 days, 30 days, 7 days or a manually selected time range. * Show logs from a specific nick New command: M-x rcirc-sqlite-logs-from-nick Show the logs from a specific nick
