aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/backend (follow)
Commit message (Expand)AuthorAgeLines
* Branding: improve decorator nameGravatar kwzrd2024-11-23-3/+3
* Branding: do not invoke calendar after refreshGravatar kwzrd2024-11-23-2/+0
* Branding: retry GitHub server errorsGravatar kwzrd2024-11-23-8/+35
* Branding: handle repo errors in cogGravatar kwzrd2024-11-23-28/+36
* Use new itertool.batched instead of more_itertools.chunkedGravatar wookie1842024-06-11-3/+3
* Support events that span from one year to another (#3065)Gravatar wookie1842024-05-23-1/+11
* Move from sentry_sdk.push_scope to sentry_sdk.new_scopeGravatar Joe Banks2024-05-13-2/+2
* Correct type hint in the syncer cog.Gravatar Chris Lovering2024-04-01-1/+1
* Also sync the user's display_name in the user syncerGravatar Chris Lovering2024-04-01-0/+2
* Wait 10 seconds before syncing the guild & usersGravatar Chris Lovering2024-04-01-7/+14
* Make help showable through button on command error message. (#2439)Gravatar wookie1842024-03-25-12/+47
* Replace aliased errors with TimeoutErrorGravatar Chris Lovering2024-02-02-1/+1
* Handle adding reactions to messages from users who have blocked the bot (#2580)Gravatar TizzySaurus2024-01-29-1/+7
* Use async context manager for asyncio timeoutGravatar Chris Lovering2023-11-27-1/+1
* Replace usage of async_timeout with asyncio.timeoutGravatar Chris Lovering2023-11-25-2/+1
* Centralise error handling for commands invoked from error handler (#2436)Gravatar wookie1842023-09-19-24/+26
* Fix some test warnings (#2675)Gravatar wookie1842023-07-09-1/+1
* Migrate code style to ruffGravatar Chris Lovering2023-04-11-59/+59
* Merge #2408: Scaffold server config via a bootstrapping scriptGravatar Amrou Bellalouna2023-03-09-3/+3
* Merge branch 'main' into migration/tagGravatar wookie1842023-02-27-6/+13
|\
| * Fix timeit commands with backticks after command nameGravatar wookie1842023-02-25-6/+13
* | Implement reviewsGravatar Ibrahim2023-02-26-32/+18
* | Upadte docstring for `ErrorHandler()._can_run`Gravatar Ibrahim2023-02-23-1/+2
* | Implement all reviewsGravatar Ibrahim2023-02-23-14/+26
* | Update tests for `/tag` as of migration to slash commandsGravatar Ibrahim2750mi2023-02-14-8/+14
|/
* Update botcore module nameGravatar Chris Lovering2022-11-26-4/+4
* Move Security cog to backend extensionGravatar mbaruh2022-10-22-0/+30
* Merge branch 'main' into update-autoreview-systemGravatar wookie1842022-10-19-1/+9
|\
| * Return None instead of False in try_get_tagGravatar wookie1842022-09-19-1/+1
| * Check for commands being None in try_get_tag and try_silenceGravatar wookie1842022-09-10-1/+9
* | Merge branch 'main' into update-autoreview-systemGravatar wookie1842022-09-19-2/+2
|\|
| * noqa false-positive B023 instancesGravatar Chris Lovering2022-08-14-2/+2
* | Fix testsGravatar wookie1842022-08-07-1/+1
* | Fix enabling/disabling of task loopGravatar wookie1842022-08-07-1/+1
|/
* Add Explicit Namespaces To Branding CachesGravatar Hassan Abouelela2022-06-03-4/+2
* Use MappingProxyType For Asset MapGravatar Hassan Abouelela2022-06-03-2/+3
* Merge branch 'main' into multiple-bannersGravatar Hassan Abouelela2022-06-03-2/+32
|\
| * Merge branch 'main' into fix-eval-backticksGravatar wookie1842022-05-29-2/+5
| |\
| | * Use existing ResponseCodeError attrs rather than fetch againGravatar Chris Lovering2022-05-22-2/+5
| * | Copy message instead of modifying originalGravatar wookie1842022-05-28-5/+5
| * | Add special handling for eval command followed by backticks.Gravatar wookie1842022-05-28-0/+27
| |/
| * Bump malformed API response from debug to error log (#2175)Gravatar wookie1842022-05-21-1/+1
* | Merge branch 'main' into multiple-bannersGravatar Hassan Abouelela2022-05-07-11/+15
|\|
| * Manually chunk guild if not chunked 30s after startupGravatar Chris Lovering2022-04-26-11/+15
* | Remove Explicit Support For Standalone BannersGravatar Hassan Abouelela2022-04-28-10/+5
* | Add Support For Multiple BannersGravatar Hassan Abouelela2022-04-27-71/+76
|/
* Add Timeout To The Sync CogGravatar Hassan Abouelela2022-04-25-2/+10
* Speed Up Sync Cog LoadingGravatar Hassan Abouelela2022-04-23-2/+17
* Remove async stats and site api wrapperGravatar Chris Lovering2022-04-18-3/+3
* Move to async cog loadingGravatar Chris Lovering2022-04-18-19/+16