Pmxbot

Latest version: v1122.17.0

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

Scan your dependencies

Page 12 of 23

1116.0

======

* Handler functions no longer solicit positional arguments
but instead should solicit whatever parameters they
require. Functions using the following names will
continue to work as before::

def handler(client, event, channel, nick, rest)

But handlers not needing all of those parameters should
remove the unused names, e.g.::

pmxbot.command
def handler(nick):
return "Hello, " + nick

* RSS support has been moved to the
`pmxbot.rss <https://pypi.org/project/pmxbot.rss>`_
plugin.

1115.5

======

* Add a pluggable filter system. Now any library can
expose any number of "pmxbot_filters" entry points,
each pointing to a callable accepting
``(channel, message)``. If any filter returns
anything other than a truthy value, the message will
not be transmitted.

1115.4.1

========

* Re-release for improper tag/merge.

1115.4

======

* 47: !password now generates more secure passwords.

1115.3

======

* Add ``delete`` support to quotes command (currently
only for MongoDB storage).

1115.2.1

========

* Fix bug in log viewer startup.

Page 12 of 23

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.