| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2022-08-07 | Fix enabling/disabling of task loop | -8/+23 | ||
| 2022-08-07 | Write tests for reviewer | -0/+153 | ||
| 2022-08-07 | Fix message detection and remove unused parameter | -9/+6 | ||
| 2022-08-06 | Dont await tasks.loop methods | -3/+3 | ||
| 2022-08-06 | Make handling of reviews over multiple messages more robust | -3/+8 | ||
| 2022-08-06 | Remove now unused scheduler from talentpool | -66/+4 | ||
| 2022-08-06 | Implement new autoreview system. | -16/+111 | ||
| Now supports: - limiting number of active reviews - limiting minimum time between reviews Order of review is based on number of nomination entries, and age of nomination. | ||||
| 2022-08-03 | Improved `purge` help message | -1/+1 | ||
| 2022-08-03 | Removed unused import | -1/+1 | ||
| 2022-08-03 | Updated `purge` to require >1 users | -3/+9 | ||
| 2022-07-23 | Update `!modpings off` confirmation to use a discord timestamp. | -8/+9 | ||
| 2022-07-21 | Start 3.11 snekbox container by default | -2/+2 | ||
| Since snekbox uses 3.11 by default, it makes sense for this one to be started by default, and the 3.10 container to be opt-in. | ||||
| 2022-07-21 | Update snekbox tests to expect new output | -11/+13 | ||
| 2022-07-21 | Include what version of Python was used in snekbox output. | -6/+6 | ||
| 2022-07-21 | Use the view clear on timeout feature from bot-core in snekbox | -9/+7 | ||
| This will mean the buttons will be cleared from the response on interaction timeout. | ||||
| 2022-07-17 | fix(tags/print-return): use the raw GitHub URL for the GIF | -1/+1 | ||
| As mentioned in the previous commit, using the raw GitHub URL would be more reliable than a Discord CDN URL. | ||||