From 43e41cdfa58eb80e79f3908dd425f24ecb700a3b Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 3 Jan 2023 18:43:21 -0800 Subject: [PATCH] PyLink 3.1.0 Update README links and mark the project as discontinued. --- README.md | 16 ++++++++-------- RELNOTES.md | 15 +++++++++++++++ VERSION | 2 +- 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f0aa53f..b62320a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # PyLink IRC Services -## PyLink is LOOKING FOR NEW MAINTAINERS: Please see my [latest dev update](https://jlu5.com/blog/the-trouble-with-pylink) for more context. +## END OF LIFE NOTICE: This project is no longer maintained. So long and thanks for all the fish. -[![Latest stable release](https://img.shields.io/github/v/tag/jlu5/pylink?label=stable&color=1a1)](https://github.com/jlu5/PyLink/tree/master) + PyLink is an extensible, plugin-based IRC services framework written in Python. It aims to be: @@ -21,9 +23,7 @@ PyLink is licensed under the Mozilla Public License, version 2.0 ([LICENSE.MPL2] **When upgrading between major versions, remember to read the [release notes](RELNOTES.md) for any breaking changes!** -Please report any bugs you find to the [issue tracker](https://github.com/jlu5/PyLink/issues). Pull requests are likewise welcome. - -There is also an IRC channel available: `#pylink @ irc.libera.chat` +Please report any bugs you find to the [issue tracker](https://github.com/PyLink/PyLink/issues). Pull requests are likewise welcome. ## Installation @@ -44,7 +44,7 @@ If you are a developer and want to help make PyLink more portable, patches are w * *For Unicode support in Relay*: unidecode (`pip3 install Unidecode`) * *For extended PID file tracking (i.e. removing stale PID files after a crash)*: psutil (`pip3 install psutil`) -2) Clone the repository: `git clone https://github.com/jlu5/PyLink && cd PyLink` +2) Clone the repository: `git clone https://github.com/PyLink/PyLink && cd PyLink` - Previously there was a *devel* branch for testing versions of PyLink - this practice has since been discontinued. 3) Install PyLink using `python3 setup.py install` (global install) or `python3 setup.py install --user` (local install) @@ -73,7 +73,7 @@ $ docker run -v $HOME/pylink:/pylink jlu5/pylink 2) Run `pip3 install pylinkirc` to download and install PyLink. pip will automatically resolve dependencies. -3) Download or copy https://github.com/jlu5/PyLink/blob/master/example-conf.yml for an example configuration. +3) Download or copy https://github.com/PyLink/PyLink/blob/master/example-conf.yml for an example configuration. ## Configuration @@ -138,4 +138,4 @@ PyLink supports connecting to IRCds as a relay bot and forwarding users back as For Relay to work properly with Clientbot, be sure to load the `relay_clientbot` plugin in conjunction with `relay`. -Note: **Clientbot links can only be used as a leaf for Relay links - they CANNOT be used to host channels!** This means that Relay does not support having all your networks be Clientbot - in those cases you are better off using a classic relayer bot, like [RelayNext for Limnoria](https://github.com/jlu5/SupyPlugins/tree/master/RelayNext). +Note: **Clientbot links can only be used as a leaf for Relay links - they CANNOT be used to host channels!** This means that Relay does not support having all your networks be Clientbot - in those cases you are better off using a classic relay bot, like [RelayNext for Limnoria](https://github.com/jlu5/SupyPlugins/tree/master/RelayNext). diff --git a/RELNOTES.md b/RELNOTES.md index 47a1547..2a3ab37 100644 --- a/RELNOTES.md +++ b/RELNOTES.md @@ -1,3 +1,18 @@ +# PyLink 3.1.0 (2023-01-03) + +This will be my (**@jlu5**'s) last release. + +Changes since 3.1-beta1: + +### Feature changes + +- Allow loading a custom CA certificate via a ssl_cafile option (#677). Thanks to **@paigeadelethompson** for contributing + +### Bug fixes + +- relay: strip slashes (/) from idents +- raw: fix permission check logic + # PyLink 3.1-beta1 (2021-12-30) ### Feature changes diff --git a/VERSION b/VERSION index afb4381..fd2a018 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1-beta1 +3.1.0