From d16ee121e50fb6568f95ec4967851a9d4725b695 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 28 Jan 2021 16:10:05 -0500 Subject: Add Repology links to README LibreTLS in particular is gaining traction in packaging, so point to Repology pages to make users' lives easier. --- README.7 | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'README.7') diff --git a/README.7 b/README.7 index a67ec77..f15cfa9 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd January 25, 2021 +.Dd January 28, 2021 .Dt README 7 .Os "Causal Agency" .\" To view this file, run: man ./README.7 @@ -98,9 +98,18 @@ provided by either .Lk https://git.causal.agency/libretls/about LibreTLS (for OpenSSL) or by LibreSSL. +.Nm +and +.Sy libtls +may be packaged for your system. +Check the Repology pages for +.Lk https://repology.org/project/catgirl/versions catgirl +and +.Lk https://repology.org/project/libretls/versions libretls . . .Pp -It targets +.Nm +targets .Fx , .Ox , macOS -- cgit 1.4.1 value='switch'/> IRC client
summary refs log tree commit diff
path: root/ui.c (unfollow)
Commit message (Collapse)Author
2020-02-10Only make windows hotterJune McEnroe
A warm message shouldn't clear a window's hotness.
2020-02-10Always increase unreadLinesJune McEnroe
So that if you switch to a window and some new activity happens before you press M-u, it'll still jump to the right place.
2020-02-10Move scroll marker on resizeJune McEnroe
2020-02-10Update line count for words longer than linesJune McEnroe
2020-02-10Simplify mark, heat, unread trackingJune McEnroe
2020-02-10Update prompt when own nick changesJune McEnroe
2020-02-10Match URLs surrounded by parenthesesJune McEnroe
But include a pair of parentheses in the URL itself.
2020-02-10Fix M-a so it properly cycles back to where it startedJune McEnroe
2020-02-09Add M-lJune McEnroe
2020-02-09Add /whoisJune McEnroe
2020-02-09Add /msgJune McEnroe