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

PyLink 2.0.1

This commit is contained in:
James Lu 2018-10-06 00:39:12 -07:00
parent 97603fe169
commit 724a71e1b2
2 changed files with 4 additions and 4 deletions

View File

@ -3,13 +3,13 @@
Changes since 2.0.0:
#### Feature changes
- Slashes (`/`) in hosts is now supported on UnrealIRCd
- Added an `ignore_ts_errors` server option to suppress bogus TS warnings
- Slashes (`/`) in hosts is now supported on UnrealIRCd.
- Added an `ignore_ts_errors` server option to suppress bogus TS warnings.
#### Bug fixes
- clientbot: fix desync when the bot is told to kick itself ([issue#377](https://github.com/jlu5/PyLink/issues/377))
- launcher: fix PID files not being read if psutil isn't installed
- relay_clientbot no longer relays list modes being set when a server bursts ([issue#627](https://github.com/jlu5/PyLink/issues/627))
- relay_clientbot no longer relays list modes set during a server burst ([issue#627](https://github.com/jlu5/PyLink/issues/627))
- Fixed stray "bogus TS 0" warnings on some UnrealIRCd mode commands
#### Internal improvements

View File

@ -1 +1 @@
2.0.0
2.0.1