mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-17 14:01:03 +01:00
Merge branch 'master' into devel
Conflicts: RELNOTES.md VERSION
This commit is contained in:
commit
ca8b025f9a
20
RELNOTES.md
20
RELNOTES.md
@ -27,6 +27,22 @@ The "Crunchy" release. This release includes all bug fixes from PyLink 1.0.4, al
|
||||
#### Misc. changes
|
||||
- Documentation updates: add a permissions reference, document advanced relay config, etc.
|
||||
|
||||
# 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.1-alpha1
|
||||
|
||||
The "Candescent" release.
|
||||
@ -86,8 +102,8 @@ The "Candescent" release.
|
||||
- exec: Drop `raw` text logging to DEBUG to prevent information leakage (e.g. passwords on Clientbot)
|
||||
- Removed `update.sh` (my convenience script for locally building + running PyLink)
|
||||
|
||||
# PyLink 1.0.3
|
||||
Tagged as **1.0.3** by [GLolol](https://github.com/GLolol)
|
||||
# [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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user