Irc3

Latest version: v1.1.10

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

Scan your dependencies

Page 6 of 9

0.8.4

==================

- added basic support for IRCv3.2 tags

- fixed 78: plugin can be old style classes

- fixed 75: Ensure we send the PING and PONG data as trailing

- fixed 71: need to pass host and ip to dcc

0.8.3

==================

- fix wheel metadata

- public command was not public if you're using a guard

0.8.2

==================

- Added !help nonexistant error message

- Allow to hide commands from !help

- Don't reject commands with trailing spaces

- Allow to use coroutine guards

- Make commands case insensitive

- Add basic casefolding plugin

- Prevent keyerror when setting keys that don't exist in cache.

0.8.1

==================

- Fixes bug in userlist plugin `59 <https://github.com/gawel/irc3/pull/59>`_

- Strip out self.context.config.cmd from !help arg. Allow to use !help !cmd
`57 <https://github.com/gawel/irc3/pull/57>`_

0.8.0

==================

- Added dcc send/get/chat implementation

- Improved storage: can now test the existence of a key

- irc.plugins.storage: `db['foo']` now will raise a `KeyError` if the key does
not exist to match dictionary behaviour. This will **break** existing
implementations that make use of this.

- irc.plugins.storage now supports `db.get(key)` that will return either `None`
or the value of an optional `default` argument.

- irc3.plugins.feeds is now full async

0.7.1

==================

- Storage plugin documentation

- Support python 3.4.1 again

Page 6 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.