| Commit message (Expand) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | | | | | | * | | | | | | | | | | | Make small wording and style changes | 2022-05-29 | -7/+8 | ||
| | | | | | | | | * | | | | | | | | | | | Raise ValueError if max_length greater than allowed by paste service | 2022-05-29 | -3/+11 | ||
| | | | | | | | | * | | | | | | | | | | | Ensure error uses correct maximum size | 2022-05-22 | -3/+4 | ||
| | | | | | | | | * | | | | | | | | | | | Fix tests | 2022-05-02 | -10/+17 | ||
| | | | | | | | | * | | | | | | | | | | | Update functions using send_to_paste_service util | 2022-05-02 | -28/+51 | ||
| | | | | | | | | * | | | | | | | | | | | Add contents length validation to send_to_paste_service util | 2022-05-02 | -6/+24 | ||
| | |_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | Added Messages Content to the `!intents` tag (#2159) | 2022-05-01 | -1/+1 | ||
| * | | | | | | | | | | | | | | | | | | Merge pull request #2145 from python-discord/mbaruh/modpings-cache | 2022-05-01 | -2/+14 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into mbaruh/modpings-cache | 2022-05-01 | -33/+80 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | Merge pull request #2152 from python-discord/chunnk-guild-if-not-chunked | 2022-05-01 | -11/+15 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | Merge branch 'main' into chunnk-guild-if-not-chunked | 2022-05-01 | -12/+32 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | Merge pull request #2129 from python-discord/improve-thread-bump | 2022-04-30 | -11/+30 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into improve-thread-bump | 2022-04-30 | -100/+86 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #2160 from python-discord/2128 | 2022-04-29 | -0/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | Update wording for or-gotcha tag | 2022-04-29 | -0/+1 | ||
| |/ / / / / / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | | | | | Merge pull request #2155 from python-discord/use-async-with-typing | 2022-04-28 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | Use async with Messageable.typing() everywhere | 2022-04-28 | -1/+1 | ||
| |/ / / / / / / / / / / / / / / / / / | |||||
| | * | | | | | | | | | | | | | | | | | Only suppress 404s from site when checking for bumped threads | 2022-04-20 | -4/+6 | ||
| | * | | | | | | | | | | | | | | | | | Only call unarchive threads if there are threads to send | 2022-04-20 | -1/+2 | ||
| | * | | | | | | | | | | | | | | | | | Use site api over redis for thread bumps | 2022-04-20 | -9/+25 | ||
| | * | | | | | | | | | | | | | | | | | Output max 10 bumped threads on list | 2022-04-20 | -1/+1 | ||
| | | * | | | | | | | | | | | | | | | | Manually chunk guild if not chunked 30s after startup | 2022-04-26 | -11/+15 | ||
| | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Merge pull request #2151 from python-discord/bump-bot-base | 2022-04-26 | -7/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | Bump d.py and bot-core | 2022-04-26 | -7/+7 | ||
| | * | | | | | | | | | | | | | | | | | Bump bot base so a real statsd client is actually created | 2022-04-26 | -4/+4 | ||
| |/ / / / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | | | Merge pull request #2148 from python-discord/speedup-syncing | 2022-04-25 | -4/+27 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into speedup-syncing | 2022-04-25 | -9/+9 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #2144 from python-discord/mbaruh/ext_fix | 2022-04-25 | -9/+9 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into mbaruh/ext_fix | 2022-04-25 | -2/+2 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | Make extension management async | 2022-04-22 | -9/+9 | ||
| | | * | | | | | | | | | | | | | | | | | Add Timeout To The Sync Cog | 2022-04-25 | -2/+10 | ||
| | | * | | | | | | | | | | | | | | | | | Speed Up Sync Cog Loading | 2022-04-23 | -3/+18 | ||
| | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | Add support for BIG SOLIDUS unicode characters in off topic names (#2146) | 2022-04-21 | -2/+2 | ||
| |/ / / / / / / / / / / / / / / / / | |||||
| | | * / / / / / / / / / / / / / / | Make modpings rescheduling robust to unfilled cache | 2022-04-22 | -2/+14 | ||
| | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | Merge pull request #2133 from python-discord/slowmode/add-better-thread-support | 2022-04-22 | -4/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into slowmode/add-better-thread-support | 2022-04-22 | -1960/+1416 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Merge pull request #2143 from python-discord/bump-bot-core | 2022-04-21 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into bump-bot-core | 2022-04-21 | -3/+10 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #2134 from novialriptide/0s-slowmode | 2022-04-21 | -3/+10 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into 0s-slowmode | 2022-04-21 | -1957/+1406 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | Linting | 2022-04-19 | -4/+8 | ||
| | * | | | | | | | | | | | | | | | | | | Rewrote set_slowmode() changes | 2022-04-18 | -7/+5 | ||
| | * | | | | | | | | | | | | | | | | | | Added an option to use 0s as an argument | 2022-04-18 | -3/+8 | ||
| | | * | | | | | | | | | | | | | | | | | Bump bot-core | 2022-04-21 | -3/+3 | ||
| | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #2138 from python-discord/Use-bot-core-extensions | 2022-04-21 | -49/+12 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | | Update CODEOWNERS | 2022-04-21 | -2/+0 | ||
| | * | | | | | | | | | | | | | | | | | | Bump bot-core which has unqualify in the utils namespace | 2022-04-21 | -5/+5 | ||
| | * | | | | | | | | | | | | | | | | | | Use the extensions list & util from bot-core | 2022-04-21 | -43/+8 | ||
| |/ / / / / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #2137 from python-discord/dont-use-modlog-for-defcon | 2022-04-21 | -23/+10 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into dont-use-modlog-for-defcon | 2022-04-21 | -1/+4 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |||||