From 531a9551578092381157cd3eb88166e2aecf4ebd Mon Sep 17 00:00:00 2001 From: Cordelya Sharpe Date: Sun, 24 Dec 2023 16:27:46 -0500 Subject: [PATCH 1/2] Update irc.md add extra info about localhost IRC connections --- wiki/source/irc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/source/irc.md b/wiki/source/irc.md index 3720ed8..7a8f8ae 100644 --- a/wiki/source/irc.md +++ b/wiki/source/irc.md @@ -17,7 +17,7 @@ server. try launching [tmux](tmux.html), [byobu](https://superuser.com/a/423397) or [screen](screen.html) to keep your chat session running. other clients like irssi are available as well! just connect to localhost on -port 6667 and `/join #club`. +port 6667 and `/join #club`. If your client defaults to enabling TLS, you'll need to specify that it shouldn't use TLS. feel free to use Newnet's [webchat](https://web.newnet.net/?join=club) if you prefer. From ddb0688d51ff430b7486b8337567e9a915e3b7e8 Mon Sep 17 00:00:00 2001 From: Cordelya Sharpe Date: Sun, 24 Dec 2023 22:53:14 -0500 Subject: [PATCH 2/2] Update tin.md update date of last tin release --- wiki/source/tin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/source/tin.md b/wiki/source/tin.md index c3c1c5d..6692f32 100644 --- a/wiki/source/tin.md +++ b/wiki/source/tin.md @@ -7,6 +7,6 @@ tin is a threaded NNTP and spool based [UseNet](usenet-news.html) newsreader for [http://www.tin.org/](http://www.tin.org/) -it's under active development, with a last release on October 3, 2014. It is installed on ``tilde.club``, and should be invoked as `tin -r` to read from the remote news spool. Use to go to the next unread article and `w` to write a new article. +it's under active development, with a last release on December 24, 2023. It is installed on ``tilde.club``, and should be invoked as `tin -r` to read from the remote news spool. Use to go to the next unread article and `w` to write a new article. if you have `tin` on your local box and can do [[ssh port forwarding]], you can read news using it. (details forthcoming).