From 930443f4cd969d8c75047b84a61965ed3a3a65b6 Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 19 Dec 2016 22:29:25 -0800 Subject: [PATCH] PyLink 1.0.4 --- RELNOTES.md | 20 ++++++++++++++++++-- VERSION | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/RELNOTES.md b/RELNOTES.md index 978196d..7ee34fe 100644 --- a/RELNOTES.md +++ b/RELNOTES.md @@ -1,5 +1,21 @@ -# PyLink 1.0.3 -Tagged as **1.0.3** by [GLolol](https://github.com/GLolol) +# PyLink 1.0.4 +Tagged as **1.0.4** by [GLolol](https://github.com/GLolol) + +The "Bonfire" release. + +#### Bug fixes +- protocols: implement basic nick collision detection in UID handlers. This fixes users potentially going missing on UnrealIRCd networks, if the remote IRCd introduces a user of the same nick *after* PyLink does. Thanks to kevin for reporting! +- relay: strip underscores (`_`) from hosts on ts6 and ratbox, fixing possible invalid user@host errors +- Backported fixes from 1.1.x / devel: + - Demote "unknown user" warnings in mode handling to DEBUG, suppressing warnings when old services like Anope 1.8 set modes on users as they quit. + - Fix `irc.matchHost()` confusing the `realhost` boolean to be the same as `ip`. + - changehost: add missing permissions check to `applyhosts`; it now requires the `changehost.applyhost` permission. + +#### Misc changes +- networks: update help for `disconnect` to reflect how it now always disables autoconnect. + +# [PyLink 1.0.3](https://github.com/GLolol/PyLink/releases/tag/1.0.3) +Tagged as **1.0.3** by [GLolol](https://github.com/GLolol) on 2016-11-20T04:51:11Z The "Buoyant" release. diff --git a/VERSION b/VERSION index 21e8796..ee90284 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.3 +1.0.4