3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-24 03:29:28 +01:00

PyLink 2.0.3

This commit is contained in:
James Lu 2019-10-11 10:18:43 -07:00
parent d57b121600
commit 2c53ce0682
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,19 @@
# PyLink 2.0.3 (2019-10-11)
Changes since 2.0.2:
#### Feature changes
- Switch to more secure password hashing defaults, using pbkdf2-sha256 as the default hash method
- Introduce a `login::cryptcontext_settings` option to further tweak passlib settings if desired
#### Bug fixes
- **SECURITY**: Only allow the defined `login:user` to take all permissions when legacy accounts are enabled
- clientbot: fix /names handling on networks with colours in hostnames
- clientbot: fix crash when MODES is defined in ISUPPORT but given no value (affects connections to Oragono)
- changehost: only send a host change if new host != original
- relay: fix inconsistent handling of the hideoper setting. [issue#629](https://github.com/jlu5/PyLink/issues/629)
- unreal: work around a potential race when sending kills on join
# PyLink 2.0.2 (2019-03-31)
Changes since 2.0.1:

View File

@ -1 +1 @@
2.0.2
2.0.3