Pydle

Latest version: v1.0.1

Safety actively analyzes 619231 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.0.1

What's Changed
* [Docs] Document Dropping of 3.5 by Rixxan in https://github.com/Shizmob/pydle/pull/179
* Adjust python version inequality string for Poetry by txtsd in https://github.com/Shizmob/pydle/pull/182
* bump version to 1.0.1 by theunkn0wn1 in https://github.com/Shizmob/pydle/pull/183

New Contributors
* txtsd made their first contribution in https://github.com/Shizmob/pydle/pull/182

**Full Changelog**: https://github.com/Shizmob/pydle/compare/v1.0.0...v1.0.1

1.0.0

Major changes
- 144
- API change, `monitor` and `unmonitor` are now `async def` functions
- 165
- Drop support for Python < 3.5

Bug Fixes
- 149
- 152
- 161
- Backward compatable as the interface did not effectively change.
- 164
- Some internal methods were made async. As these methods are internal, they are not covered by SEMVER.
- 170

Features
- 156
- 165


Misc
- 150 - Typo
- 171 - Update supported versions documentation
- 168 - Updates to the test library

0.9.4

Fixes:
131 - `on_part` will now be called prior to channel / user destruction
139 - disconnecting client pools should work again


New features:
138 Add optional support for `REPL_WHOISHOST`, an UnrealIRCd feature.

0.9.4rc1

Fixes:
129 ping timeout bugs
84 fixes towards broken TLS verify. closes 132
134 fix for client/server parting channel exceptions

New features
130 Handling of IRCv3 tags

0.9.3

Bug fixes:
-------------
51 Added ping check to read timeout monitoring, refactored the monitoring task entirely
- The ping timeout task has been replaced with a timeout on the connection's `.read()` method
- the client will now send the server a `PING` command when it times out reading from the socket
- only if this command times out does the client disconnect.

Hopefully this resolves the reported random disconnect behavior some users have been reporting.

Deprecated fields
----------
126
`pydle.BasicClient.PING_TIMEOUT` is now deprecated and has been replaced with` pydle.BasicClient.READ_TIMEOUT` to the same effect.
- a proxy read-write property `pydle.BasicClient.PING_TIMEOUT` has been added to preserve reverse compatibility, however may be removed in a later release.

0.9.2

Bug fixes:
--------------------

87 Resolved some missing await calls in registration
118 Resolved some issues in the CTCP implementation
113 Resolved incompatibility with non-compliant hostmasks.

Documentation
------------------

115 Added authentication documentation

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.