Irc

Latest version: v20.4.0

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

Scan your dependencies

Page 11 of 18

8.5

===

* ``irc.client.NickMask`` is now a Unicode object on Python 2. Fixes issue
reported in pull request 19.
* Issue 24: Added `DCCConnection.send_bytes` for transmitting binary data.
`privmsg` remains to support transmitting text.

8.4

===

* Code base now runs natively on Python 2 and Python 3, but requires `six
<https://pypi.python.org/pypi/six>`_ to be installed.
* Issue 25: Rate-limiting has been updated to be finer grained (preventing
bursts exceeding the limit following idle periods).

8.3.2

=====

* Issue 22: Catch error in bot.py on NAMREPLY when nick is not in any visible
channel.

8.3.1

=====

* Fixed encoding errors in server on Python 3.

8.3

===

* Added a ``set_keepalive`` method to the ServerConnection. Sends a periodic
PING message every indicated interval.

8.2

===

* Added support for throttling send_raw messages via the ServerConnection
object. For example, on any connection object:

connection.set_rate_limit(30)

That would set the rate limit to 30 Hz (30 per second). Thanks to Jason
Kendall for the suggestion and bug fixes.

Page 11 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.