aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/main' into discord-2.0Gravatar Matteo Bertucci2021-10-17-323/+420
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #1875 from python-discord/ks123/bugfix/reapply-infractionGravatar ChrisJL2021-10-16-5/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not try to calculate expiry if infraction is permanent on reapply
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into ks123/bugfix/reapply-infractionGravatar ChrisJL2021-10-16-333/+429
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Do not try to calculate expiry if infraction is permanent on reapplyGravatar ks1292021-10-16-5/+9
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge branch 'main' into discord-2.0Gravatar Matteo Bertucci2021-10-15-242/+282
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Voice gate: set tzinfo to None in author.joined_atGravatar Matteo Bertucci2021-10-15-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Defcon: remove tzinfo from member.created_atGravatar Matteo Bertucci2021-10-15-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge branch 'main' into discord-2.0Gravatar Matteo Bertucci2021-10-13-38/+32
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into discord-2.0Gravatar Matteo Bertucci2021-10-10-245/+541
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Test incidents: correct avatar referenceGravatar Matteo Bertucci2021-10-05-1/+1
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Defcon: ignore create thread permsGravatar Matteo Bertucci2021-10-05-4/+0
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | avatar.url -> display_avatar.urlGravatar Matteo Bertucci2021-10-05-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | avatar can apparently be none, which means traceback and a very sad akarys
| | * | | | | | | | | | | | | | | Modlog: change thread logging to past-tenseGravatar Matteo Bertucci2021-09-21-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Bluenix <[email protected]>
| | * | | | | | | | | | | | | | | Bot: remove inaccurate docstringsGravatar Matteo Bertucci2021-09-19-1/+0
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Bot: update comment on joining threadsGravatar Matteo Bertucci2021-09-19-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Bluenix <[email protected]>
| | * | | | | | | | | | | | | | | Modlog: reuse logic for the message blacklistGravatar Matteo Bertucci2021-09-19-13/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Bluenix <[email protected]>
| | * | | | | | | | | | | | | | | Modlog: thread supportGravatar Matteo Bertucci2021-09-15-0/+58
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Defcon: add thread perms to (un)shutdownGravatar Matteo Bertucci2021-09-15-2/+16
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Silence tests: use thread permsGravatar Matteo Bertucci2021-09-15-10/+54
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Silence: remove thread related permissionsGravatar Matteo Bertucci2021-09-12-2/+16
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Modlog: respect blacklist with threadsGravatar Matteo Bertucci2021-09-12-19/+36
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Silence: forbid threads from being silencedGravatar Matteo Bertucci2021-09-06-1/+7
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Make the bot auto-join threadsGravatar Matteo Bertucci2021-09-06-1/+17
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Migrate to Discord.py 2.0a0Gravatar Matteo Bertucci2021-09-06-139/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the Discord.py repository has been archived, we can switch to the latest commit of 2.0a0, knowing no breaking change will occur (still pinned to the commit just in case). This commits fixes any problem related to the migration: - New avatar interface - TZ aware datetimes - Various inernal API changes
| | | | | * | | | | | | | | | | | Raise for status to prevent parsing of invalid pagesGravatar Numerlor2021-08-31-1/+1
| | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | Delete stale item counters when clearing doc cacheGravatar Numerlor2021-08-30-0/+13
| | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | Prevent erroneous symbols from always raising stale warningsGravatar Numerlor2021-08-30-7/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some doc symbols are improperly generated and never exist on the doc page the inventory file defines them in, causing the stale warning to get raised every time the page is parsed (at a maximum every week because of the redis expire). This can be prevented by keeping a counter in redis for the items which were stale, every time the item is warned for the counter is incremented and set to expire in 3 weeks. Then a warning is only raised when the counter is below 3, resulting in the unpreventable warning only being raised twice until it is fixed by the maintainers after it expires in 3 weeks after the last increment.
| | | | | * | | | | | | | | | | | create a helper function to get the redis key of a doc itemGravatar Numerlor2021-08-30-12/+5
| | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | Update infraction DM tests to reflect new outputGravatar Chris Lovering2021-09-24-10/+10
| | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | Direct users to the appeals server when bannedGravatar Chris Lovering2021-09-24-10/+10
| | | | | | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a new appeals process we are trialing. Users who get banned join this server and DM a modmail bot, who relays the message to the main server for mods to discuss. I have updated the shortening logic to allow for extra information to be included at the end of the embed, while still staying under the limit.
| | | | | | | | | | | | | | * | Fix bugs when scheduling from cacheGravatar Shivansh-0072021-07-12-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Dict was missing .items() method, causing TypeError. 2. Timestamp wasn't converted to float before passing to dt.fromtimestamp(), was stored as a joined string with work_time.
| | | | | | | | | | | | | | * | (modpings): Make flake8 happy!Gravatar Shivansh-0072021-06-13-2/+1
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | (modpings): Add a day to datetime if already passedGravatar Shivansh-0072021-06-13-1/+9
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | (modpings): Add subcommand to delete your modpings scheduleGravatar Shivansh-0072021-06-13-1/+13
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | (modpings): 16 hours is the maximum schedule limitGravatar Shivansh-0072021-06-13-7/+7
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | (modpings): Use scheduling.create_task wrapperGravatar Shivansh-0072021-06-13-9/+9
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | (modpings): Use 24 hour formatGravatar Shivansh-0072021-06-13-1/+1
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | Merge branch 'main' into modpings-scheduleGravatar Shivansh-0072021-06-13-20/+121
| | | | | | | | | | | | | | |\ \
| | | | | | | | | | | | | | * | | (modpings): Cancel scheduler and tasks on cog unloadGravatar Shivansh-0072021-06-11-0/+3
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | | Merge branch 'main' into modpings-scheduleGravatar Shivansh-0072021-06-11-3/+3
| | | | | | | | | | | | | | |\ \ \
| | | | | | | | | | | | | | * | | | (modpings): Make flake8 happy!Gravatar Shivansh-0072021-06-11-3/+8
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | | | (modpings): Use separate scheduler for modpings scheduleGravatar Shivansh-0072021-06-11-7/+8
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | | | (modpings): Cancel the task before scheduling it againGravatar Shivansh-0072021-06-11-0/+3
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | | | Add modpings schedule featureGravatar Shivansh-0072021-06-10-1/+81
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | * Merge remote-tracking branch 'upstream/main' into tag-groupsGravatar Numerlor2021-11-09-850/+1274
| | | | | | | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # bot/converters.py # bot/exts/info/tags.py # tests/bot/test_converters.py
* | | | | | | | | | | | | | | | | | Merge pull request #1872 from python-discord/experiments/isortGravatar ChrisJL2021-10-16-333/+429
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | Experiment: add Isort to our toolchain
| * | | | | | | | | | | | | | | | | Isort: set atomic to trueGravatar Matteo Bertucci2021-10-15-0/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/main' into experiments/isortGravatar Matteo Bertucci2021-10-15-235/+277
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #1874 from python-discord/fix-bot-1869Gravatar Matteo Bertucci2021-10-15-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix community/staff members not being able to mention users in `!remind`
| * | | | | | | | | | | | | | | | | | Update `isinstance` checkGravatar TizzySaurus2021-10-14-1/+1
|/ / / / / / / / / / / / / / / / / /