3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 09:19:23 +01:00

PyLink 1.0.4

This commit is contained in:
James Lu 2016-12-19 22:29:25 -08:00
parent 3595e5fdbf
commit 930443f4cd
2 changed files with 19 additions and 3 deletions

View File

@ -1,5 +1,21 @@
# PyLink 1.0.3 # PyLink 1.0.4
Tagged as **1.0.3** by [GLolol](https://github.com/GLolol) 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. The "Buoyant" release.

View File

@ -1 +1 @@
1.0.3 1.0.4