simplematrixbotlib
simplematrixbotlib copied to clipboard
Development continued at https://codeberg.org/imbev/simplematrixbotlib
The bot kept crashing on me, and I finally tracked it down to this. Obviously, if the request fails, you should return, and not blindly continue.
Hi, I created a small bot using this lib. I needed to have the `fenced_code` markdown extension enabled. I do not see any reason not to enable it, so I...
Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.1 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Since nio already supports a proxy it was relatively simple to add support to communicate via a proxy which is really important behind coporate firewalls.
Fix a typo in the documentation.
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@wiredfool]...
This (breaking) change will change the behavior of adding and removing to allowlist and blocklist. Provided with en invalid regex to add/remove the library will no longer only print an...
I did refactor `send_markdown_message` along the way because it is almost identical to `send_text_message` and code reply and other would be doubled up otherwise. This should improve maintainability while staying...