Irc

Latest version: v20.5.0

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

Scan your dependencies

Page 15 of 19

4.0

===

* Removed deprecated arguments to ServerConnection.connect. See notes on the

3.6.1

=====

* Filter out disconnected sockets when processing input.

3.6

===

* Created two new exceptions in `irc.client`: `MessageTooLong` and
`InvalidCharacters`.
* Use explicit exceptions instead of ValueError when sending data.

3.5

===

* SingleServerIRCBot now accepts keyword arguments which are passed through
to the `ServerConnection.connect` method. One can use this to use SSL for
connections::

factory = irc.connection.Factory(wrapper=ssl.wrap_socket)
bot = irc.bot.SingleServerIRCBot(..., connect_factory = factory)

3.4.2

=====

* Issue 6: Fix AttributeError when legacy parameters are passed to
`ServerConnection.connect`.
* Issue 7: Fix TypeError on `iter(LineBuffer)`.

3.4.1

=====

Page 15 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.