| Commit message (Expand) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | Merge branch 'main' into 2302-activity-in-reviews | 2023-04-09 | -4217/+7866 | ||
| | |\ \ | |/ / |/| | | |||||
| * | | | Merge pull request #2517 from python-discord/thread_filter | 2023-04-08 | -37/+64 | ||
| |\ \ \ | |||||
| | * \ \ | Merge branch 'main' into thread_filter | 2023-04-08 | -64/+76 | ||
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge pull request #2504 from python-discord/swfarnsworth/ping-on-thread-close | 2023-04-08 | -5/+16 | ||
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'main' into swfarnsworth/ping-on-thread-close | 2023-04-08 | -4178/+7434 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #2518 from python-discord/dependabot/pip/coverage-7.2.3 | 2023-04-07 | -54/+54 | ||
| |\ \ \ \ \ | |||||
| | * | | | | | Bump coverage from 7.2.2 to 7.2.3 | 2023-04-07 | -54/+54 | ||
| |/ / / / / | |||||
| * | | | | | Merge pull request #2521 from python-discord/dependabot/pip/beautifulsoup4-4.... | 2023-04-07 | -5/+5 | ||
| |\ \ \ \ \ | |||||
| | * | | | | | Bump beautifulsoup4 from 4.12.0 to 4.12.2 | 2023-04-07 | -5/+5 | ||
| |/ / / / / | |||||
| * | | | | | Merge pull request #2519 from python-discord/fix_modlog | 2023-04-07 | -1/+2 | ||
| |\ \ \ \ \ | |||||
| | * | | | | | Correct log upload | 2023-04-07 | -1/+2 | ||
| |/ / / / / | |||||
| | * | | | | Increase search history from 10 messages to 100. | 2023-04-07 | -2/+2 | ||
| | * | | | | Add warning not to pip install unrelated packages. | 2023-04-04 | -3/+3 | ||
| | * | | | | Ping help thread owner if thread closes without engagement. | 2023-04-01 | -2/+13 | ||
| | | * | | | Use correct method for nickname filter | 2023-04-07 | -1/+1 | ||
| | | * | | | Handle archival task of deleted post | 2023-04-07 | -0/+6 | ||
| | | * | | | Remove cooldown when post is deleted | 2023-04-07 | -1/+5 | ||
| | | * | | | Add thread name filtering | 2023-04-07 | -35/+52 | ||
| | |/ / / |/| | | | |||||
| * | | | | Merge pull request #2516 from python-discord/infr_emoji | 2023-04-07 | -1/+1 | ||
| |\ \ \ \ | |||||
| | * | | | | Change the infractions button emoji to a notepad | 2023-04-07 | -1/+1 | ||
| |/ / / / | |||||
| * | | | | Merge pull request #2515 from python-discord/disable_name_check | 2023-04-06 | -2/+2 | ||
| |\ \ \ \ | |||||
| | * | | | | Temporarily disable help post name check | 2023-04-06 | -2/+2 | ||
| |/ / / / | |||||
| * | | | | Merge pull request #2514 from python-discord/fix_filters | 2023-04-06 | -6/+6 | ||
| |\ \ \ \ | |||||
| | * | | | | Use the right variables in antispam | 2023-04-06 | -6/+6 | ||
| |/ / / / | |||||
| * | | | | Merge pull request #2390 from python-discord/new-filters | 2023-04-06 | -3782/+7265 | ||
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'main' into new-filters | 2023-04-06 | -100/+101 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Bump rapidfuzz from 2.13.7 to 2.15.0 (#2507) | 2023-04-06 | -92/+92 | ||
| * | | | | | Bump sentry-sdk from 1.18.0 to 1.19.1 (#2511) | 2023-04-05 | -5/+6 | ||
| * | | | | | Bump pre-commit from 3.2.1 to 3.2.2 (#2509) | 2023-04-05 | -5/+5 | ||
| | * | | | | Clarify comment | 2023-04-06 | -1/+1 | ||
| | * | | | | .__origin__ -> get_origin | 2023-04-06 | -12/+21 | ||
| | * | | | | Add in_guild attribute to FilterContext | 2023-04-06 | -4/+8 | ||
| | * | | | | Don't notify the user for filters triggered in DMs. | 2023-04-06 | -4/+9 | ||
| | * | | | | Fix settings parser to work when no description and template first | 2023-04-06 | -1/+1 | ||
| | * | | | | Adjust to site using dicts in additional_settings instead of JSON strings | 2023-04-06 | -8/+6 | ||
| | * | | | | Fix test | 2023-04-05 | -1/+1 | ||
| | * | | | | Fix infraction duration display for filter lists | 2023-04-05 | -1/+1 | ||
| | * | | | | Specify edited setting name in confirmation message | 2023-04-05 | -4/+8 | ||
| | * | | | | Escape markdown in alert matches | 2023-04-05 | -1/+1 | ||
| | * | | | | `domain/subdomains` -> `domain/only_subdomains` for clarity | 2023-04-05 | -6/+6 | ||
| | * | | | | Handle infracted user not being on the server | 2023-04-05 | -0/+7 | ||
| | * | | | | Handle server possibly not having an icon | 2023-04-05 | -1/+2 | ||
| | * | | | | Properly format alert when there's no file extension | 2023-04-05 | -1/+1 | ||
| | * | | | | Code style and clarifications | 2023-04-05 | -18/+17 | ||
| | * | | | | Merge branch 'main' into new-filters | 2023-04-05 | -418/+505 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #2506 from python-discord/new-helpers-end | 2023-04-02 | -224/+1 | ||
| |\ \ \ \ \ | |||||
| | * | | | | | Remove self-assignable helpers functionality | 2023-04-02 | -224/+1 | ||
| |/ / / / / | |||||
| * | | | | | Merge pull request #2489 from shtlrs/shtlrs/get-rid-of-site-config-var | 2023-04-01 | -16/+10 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| | * | | | | Merge branch 'main' into shtlrs/get-rid-of-site-config-var | 2023-04-01 | -3/+3 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #2503 from python-discord/update_ping_cooldown | 2023-04-01 | -3/+3 | ||
| |\ \ \ \ \ | |||||