| Commit message (Expand) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | | | | | Silence tests: add a test for deletion from the time cache | 2020-08-17 | -0/+5 | ||
| | * | | | | | | | | Silence tests: add tests for scheduling tasks | 2020-08-17 | -0/+12 | ||
| | * | | | | | | | | Silence tests: add a test for caching permanent times | 2020-08-17 | -0/+6 | ||
| | * | | | | | | | | Silence tests: add a test for the time cache | 2020-08-17 | -0/+15 | ||
| | * | | | | | | | | Silence tests: fix mock for _init_task | 2020-08-17 | -2/+4 | ||
| | * | | | | | | | | Silence tests: create channel and overwrite in setUp for silence tests | 2020-08-17 | -29/+17 | ||
| | * | | | | | | | | Silence tests: merge unsilence fixture into setUp | 2020-08-17 | -32/+20 | ||
| | * | | | | | | | | Silence tests: autospec _reschedule and SilenceNotifier for cog tests | 2020-08-17 | -4/+10 | ||
| | * | | | | | | | | Silence tests: separate test cases; refactor names & docstrings | 2020-08-17 | -71/+95 | ||
| | * | | | | | | | | Silence tests: fix tests for _unsilence | 2020-08-17 | -30/+45 | ||
| | * | | | | | | | | Silence tests: fix test_unsilence_private_removed_notifier | 2020-08-17 | -2/+5 | ||
| | * | | | | | | | | Silence tests: fix overwrite preservation test for silences | 2020-08-17 | -11/+15 | ||
| | * | | | | | | | | Silence tests: fix command message tests | 2020-08-17 | -15/+10 | ||
| | * | | | | | | | | Silence tests: fix test_silence_private_for_false | 2020-08-17 | -4/+13 | ||
| | * | | | | | | | | Silence tests: fix test_silence_private_silenced_channel | 2020-08-17 | -3/+10 | ||
| | * | | | | | | | | Silence tests: fix test_silence_private_notifier | 2020-08-17 | -0/+3 | ||
| | * | | | | | | | | Silence tests: fix test_unsilence_private_for_false | 2020-08-17 | -1/+4 | ||
| | * | | | | | | | | Silence tests: fix silence cache test for overwrites | 2020-08-17 | -5/+8 | ||
| | * | | | | | | | | Silence tests: replace obsolete cog_unload tests | 2020-08-17 | -13/+4 | ||
| | * | | | | | | | | Silence tests: rename test_instance_vars to test_init_cog | 2020-08-17 | -5/+5 | ||
| | * | | | | | | | | Silence tests: mock RedisCaches | 2020-08-17 | -3/+2 | ||
| | * | | | | | | | | Tests: optionally prevent autospec helper from passing mocks | 2020-08-17 | -19/+66 | ||
| | * | | | | | | | | Silence: rename _get_instance_vars to _init_cog | 2020-08-16 | -4/+4 | ||
| * | | | | | | | | | EH tests: Fix InWhitelistCheckFailure import path | 2020-09-27 | -1/+1 | ||
| * | | | | | | | | | EH Tests: Fix order of imports | 2020-09-27 | -2/+2 | ||
| * | | | | | | | | | Merge remote-tracking branch 'upstream/master' into error-handler-test | 2020-09-27 | -988/+2712 | ||
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||||
| | * | | | | | | | | Merge pull request #1161 from bast0006/feature-bast-user-token-notify | 2020-09-25 | -26/+124 | ||
| | |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||||
| | | * | | | | | | | Remove redundant is_valid_userid function | 2020-09-25 | -19/+26 | ||
| | | * | | | | | | | Change the mod alert message component for the user token detection | 2020-09-24 | -37/+14 | ||
| | | * | | | | | | | Add BOT vs USER token detection, properly handling bot tokens for bots in the... | 2020-09-24 | -8/+38 | ||
| | | * | | | | | | | Implement review-suggested changes | 2020-09-24 | -33/+54 | ||
| | | * | | | | | | | Merge branch 'master' into feature-bast-user-token-notify | 2020-09-21 | -101/+462 | ||
| | | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | Make token_remover check basic HMAC validity (not low entropy) | 2020-09-19 | -5/+35 | ||
| | | * | | | | | | | | Add feature to token_remover: log detected user ID, and ping if it's a user i... | 2020-09-19 | -6/+39 | ||
| | | | |_|_|_|_|_|/ | | |/| | | | | | | |||||
| | * | | | | | | | | Merge branch 'master' into feat/info/1125/user-cmd-whitelist-modmail | 2020-09-22 | -989/+599 | ||
| | |\ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ | Merge branch 'master' into feat/frontend/533/mod-log-names | 2020-09-22 | -1019/+652 | ||
| | | |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | | | |||||
| | | | * | | | | | | | Merge branch 'master' into sebastiaan/features/use-async-rediscache-package | 2020-09-22 | -672/+491 | ||
| | | | |\ \ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ \ | Merge branch 'master' into sebastiaan/bugs/duckpond | 2020-09-21 | -124/+491 | ||
| | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | * \ \ \ \ \ \ | Merge pull request #1167 from Numerlor/eval-escape-paste | 2020-09-21 | -2/+2 | ||
| | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | * | | | | | | | Accommodate new upload behaviour in tests | 2020-09-21 | -2/+2 | ||
| | | | | | * | | | | | | | | Fix conflicts caused by #1103 | 2020-09-21 | -133/+538 | ||
| | | | | | |\ \ \ \ \ \ \ \ | | | | | | | |_|/ / / / / | | | | | | |/| | | | | | | |||||
| | | | | | | * | | | | | | | Fix mod utils tests patch locations | 2020-09-21 | -4/+4 | ||
| | | | | | | * | | | | | | | Fix import order of mod utils tests | 2020-09-21 | -1/+1 | ||
| | | | | | | * | | | | | | | Fix import path of mod utils | 2020-09-21 | -1/+1 | ||
| | | | | | | * | | | | | | | Fix end of file of mod utils tests | 2020-09-21 | -1/+1 | ||
| | | | | | | * | | | | | | | Merge branch 'master' into mod-utils-tests | 2020-09-21 | -352/+1807 | ||
| | | | | | | |\| | | | | | | |||||
| | | | | | | | * | | | | | | Merge branch 'master' into feat/backend/160/cog-subdirs | 2020-09-21 | -82/+157 | ||
| | | | | | | | |\| | | | | | |||||
| | | | | | | | * | | | | | | Categorise most of the uncategorised extensions | 2020-08-19 | -5/+5 | ||
| | | | | | | | * | | | | | | Rename "cogs" directory to "exts" | 2020-08-14 | -97/+98 | ||
| | | | | | | | * | | | | | | Fix ModLog imports | 2020-08-14 | -1/+1 | ||