| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Previously a message such as 'https://google.com hello! flask.request.method' would be
filtered due to us filtering the url shortener t.me. This commit changes to logic so
that we only check parts of the messages that matched the URL regex against our
blacklist, to avoid these false-positives.
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Now uses `>=` instead of `>`, as is meant to happen.
|
| | |_|_|_|_|_|/
|/| | | | | |
| | | | | | |
| | | | | | | |
Now explicitly states that the bot is unable to starify/kick/ban someone who's higher in the role hierarchy
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Add support for searching infractions by infraction id
Can now search by infraction id via `!infraction {id}`.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Reword botvar.md
Co-authored-by: Steele Farnsworth <[email protected]>
|
| |\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
CI: check for dependency licenses
|
| | |\ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| |\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
Allow dmrelay to only be used in mod channels.
|
| | |\ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
Prevent the usage of names and nicknames when issuing infractions.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Clarify what Discord usernames are and the usage of
the word "ambiguity".
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| |/ / / / / / |
|
| |/ / / / / |
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Added a new tag with the name bot_var
Co-authored-by: Bluenix <[email protected]>
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Add time units and example to docstring of `!remind` commands
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Use publicly available URL when outputting metabase share URL
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
In production we use the internal URL to call the metabase API, to avoid egress
but we still want to output the public url when giving the sharing link.
Making it a constant like this makes it easier to change/overwrite in future if needed.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Add message link support to `!user`
|
| |/ / / / / / |
|
| | | | | | | |
|
| |/ / / / /
| | | | |
| | | | |
| | | | | |
Supported time units and an example invocation are now displayed in the help message for `!remind` and `!remind new`
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Thanks to https://github.com/raimon49/pip-licenses/pull/109, we are now able to ignore spaces around the allow-only parameter. Rejoice!
|
| |/ / / /
| | | |
| | | |
| | | | |
Since our project is licensed under the MIT License, we can't be using any dependencies in our project. This commit adds a step to the CI lint phase that will use pip-licenses to verify that all the installed packages are part of an ALLOWED_LICENSE variable. This variable is currently set to be every license we currently use. We opted to use an allowlist instead of a denylist to make sure that new licenses are reviewed by hand and added to that variable.
|
| |\ \ \ \
| | | | |
| | | | | |
Fix antispam looking at wrong messages
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | | |
Add converter typehints
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Give partners and community members more access
|
| | | | | | | |
|
| | | | | | | |
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
community-partners-access
|
| | | |\ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Restrict internal eval command to bot owner when in debug mode
|
| | |\ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Update nomination messages to display user mention
|
| |/ / / / / / / / |
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Ignore bot mentions in antispam mentions rule
|
| | |\ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| | | | | | | | | | |
|