AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to verssion 0.9.4rc1 Bug fixes: * Ping timeout bugs * Fixes towards broken TLS verify * Client/server parting channel exceptions New features: * Handling of IRCv3 tags Changes from 0.9.2 to 0.9.3: * 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.
- Update to version 0.9.2 Bug fixes: * Resolved some missing await calls in registration * Resolved some issues in the CTCP implementation * Resolved incompatibility with non-compliant hostmasks.
- Update to version 0.9.1 Breaking: * pydle.async library removed in its entirety. replaced by asyncio components where appropriate. Major: * Pydle now uses Asyncio as its async framework. Tornado is no longer a dependency nor is it supported. * All pydle event callbacks are proper coroutines, and must be awaited. * Minimum Python version increased to 3.5 Features: * Python 3.7 support * Added IRCv3.2 account-tag , message-tag echo_message and invite-notify support. * added IRCv3.3 message-tags support * added SASL-External authentication * raw irc messages are now logged at level logging.DEBUG Fixes: * Fixed various reconnection issues * Fixed any tornado-related issues by removing the tornado from the house. * Pydle will once again connect to password-protected servers. * Resolve deadlock issues relating to .whois and other blocking IRC methods
- Update to version 0.8.5 * Python 3.7 support * Removal of pydle.async entirely - pydle.coroutine and pydle.Future are now just forward-references to asyncio.coroutine and asyncio.Future
- Remove superfluous devel dependency for noarch package
- Update to version 0.8.4 * Explicit dependency on python-tornado 4.5.3 -- Future versions of pydle will use asyncio instead, hence no effort is being made to support newer versions of Tornado. * Normalize everything related to whois/whowas * Fix typo where self.channels was using the self.users dict * Fix reconnecting
- Init, v0.8.3