| Commit message (Expand) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | | | | | | | | | * | | Change f-string to normal string | 2022-09-19 | -1/+1 | ||
| | | | | | | | | | | | * | | Fix tests | 2022-08-07 | -4/+3 | ||
| | | | | | | | | | | | * | | Fix enabling/disabling of task loop | 2022-08-07 | -8/+23 | ||
| | | | | | | | | | | | * | | Write tests for reviewer | 2022-08-07 | -0/+153 | ||
| | | | | | | | | | | | * | | Fix message detection and remove unused parameter | 2022-08-07 | -9/+6 | ||
| | | | | | | | | | | | * | | Dont await tasks.loop methods | 2022-08-06 | -3/+3 | ||
| | | | | | | | | | | | * | | Make handling of reviews over multiple messages more robust | 2022-08-06 | -3/+8 | ||
| | | | | | | | | | | | * | | Remove now unused scheduler from talentpool | 2022-08-06 | -66/+4 | ||
| | | | | | | | | | | | * | | Implement new autoreview system. | 2022-08-06 | -16/+111 | ||
| | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #2240 from python-discord/2238-purge-cmd | 2022-08-03 | -2/+8 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Improved `purge` help message | 2022-08-03 | -1/+1 | ||
| | * | | | | | | | | | | | Removed unused import | 2022-08-03 | -1/+1 | ||
| | * | | | | | | | | | | | Updated `purge` to require >1 users | 2022-08-03 | -3/+9 | ||
| |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge pull request #2224 from python-discord/sid/feature/tags/print-return | 2022-07-24 | -0/+9 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into sid/feature/tags/print-return | 2022-07-24 | -8/+9 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #2220 from python-discord/fix-bot-2168 | 2022-07-23 | -8/+9 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into fix-bot-2168 | 2022-07-23 | -181/+1397 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Update `!modpings off` confirmation to use a discord timestamp. | 2022-07-23 | -8/+9 | ||
| | | * | | | | | | | | | | | Merge branch 'main' into sid/feature/tags/print-return | 2022-07-21 | -28/+28 | ||
| | | |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #2225 from python-discord/snekbox-snags | 2022-07-21 | -28/+28 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | Start 3.11 snekbox container by default | 2022-07-21 | -2/+2 | ||
| | * | | | | | | | | | | | | | Update snekbox tests to expect new output | 2022-07-21 | -11/+13 | ||
| | * | | | | | | | | | | | | | Include what version of Python was used in snekbox output. | 2022-07-21 | -6/+6 | ||
| | * | | | | | | | | | | | | | Use the view clear on timeout feature from bot-core in snekbox | 2022-07-21 | -9/+7 | ||
| |/ / / / / / / / / / / / / | |||||
| | | * | | | | | | | | | | | fix(tags/print-return): use the raw GitHub URL for the GIF | 2022-07-17 | -1/+1 | ||
| | | * | | | | | | | | | | | chore(tags/print-return): add the GIF to the repo | 2022-07-17 | -0/+0 | ||
| | | * | | | | | | | | | | | style(tags/print-return): set the `title` property instead of using bolded text | 2022-07-17 | -2/+1 | ||
| | | * | | | | | | | | | | | feat(tags): add print-return tag | 2022-07-17 | -0/+10 | ||
| | |/ / / / / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #2218 from python-discord/3.11-snekbox | 2022-07-16 | -161/+1364 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Use interaction.defer for snekbox version switch button | 2022-07-16 | -5/+11 | ||
| | * | | | | | | | | | | | Move snekbox lock error handling to a try/except | 2022-07-16 | -2/+9 | ||
| | * | | | | | | | | | | | Infer the snekbox invoker from context | 2022-07-16 | -4/+3 | ||
| | * | | | | | | | | | | | Use generic views from bot0core for snekbox | 2022-07-16 | -135/+1192 | ||
| | * | | | | | | | | | | | Update snekbox tests to reflect current behaviour | 2022-07-16 | -23/+37 | ||
| | * | | | | | | | | | | | Allow users to eval code in either 3.11 or 3.10 | 2022-07-16 | -29/+135 | ||
| | * | | | | | | | | | | | Add required config and constants for snekbox 3.11 | 2022-07-16 | -0/+14 | ||
| |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge pull request #2215 from python-discord/revival-of-code-role | 2022-07-12 | -0/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Add revival of code role to self-assignable | 2022-07-12 | -0/+3 | ||
| |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge pull request #2214 from python-discord/mbaruh/regex-tag-fix | 2022-07-12 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Fix wrong var name in regex tag | 2022-07-12 | -2/+2 | ||
| |/ / / / / / / / / / / | |||||
| * / / / / / / / / / / | Add Aliases for Tags Support (#2213) | 2022-07-11 | -1/+11 | ||
| |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Limit the ext cog to 1 action at a time (#2205) | 2022-07-10 | -15/+26 | ||
| * | | | | | | | | | | Bump urllib3 from 1.24.3 to 1.26.5 (#2210) | 2022-07-09 | -18/+10 | ||
| * | | | | | | | | | | Bump lxml from 4.8.0 to 4.9.1 (#2208) | 2022-07-09 | -1236/+100 | ||
| * | | | | | | | | | | Bump requests from 2.15.1 to 2.20.0 (#2202) | 2022-07-09 | -14/+32 | ||
| * | | | | | | | | | | Merge pull request #2209 from python-discord/tag-dashmpip | 2022-07-09 | -0/+11 | ||
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Add tag to use `python -m pip` to install packages | 2022-07-08 | -0/+11 | ||
| |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Merge pull request #2207 from python-discord/shenanigansd-patch-1 | 2022-07-04 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Capitalize the "D" in "Discord" | 2022-07-04 | -1/+1 | ||
| |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Merge pull request #2201 from Numerlor/timeit_setup_help | 2022-07-03 | -2/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ | |||||