| Commit message (Collapse) | Author | Lines |
|
|
|
|
|
Additionally fixes the nickname filter not using the right object to take action and report.
|
|
|
|
This doesn't work at the moment with the new filtering and a proper fix will be made later
|
|
|
|
|
|
|
|
|
|
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 2.13.7 to 2.15.0.
- [Release notes](https://github.com/maxbachmann/RapidFuzz/releases)
- [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v2.13.7...v2.15.0)
---
updated-dependencies:
- dependency-name: rapidfuzz
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
|
|
|
|
This is to make sure that the unique constraint always compares between dicts instead of sometimes dealing with nulls.
|
|
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.18.0 to 1.19.1.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/1.18.0...1.19.1)
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.2.1...v3.2.2)
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
Also changes the alert to use the full domain instead of the filter content.
|
|
This shouldn't happen in production, but just in case
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously, the message from the bot requesting that new helpers answer off-topic questions did not cause a ping. Solved by this commit.
|
|
|
|
Namely just seeing if there's a question mark in it that isn't part of a URL.
|
|
It may occasionally be confusing why the bot thinks people need to "help" if there's a false positive (ie if the message is not a question).
|