| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2022-12-20 | Refactor snekbox tests to module | -0/+0 | ||
| 2022-12-20 | Improve RE_ANSI match cases | -1/+1 | ||
| 2022-12-20 | Add discord file name normalization | -0/+22 | ||
| 2022-12-20 | Add markdown mention escape for file error str | -0/+5 | ||
| 2022-12-20 | Rename method get_failed_files_str | -3/+3 | ||
| 2022-12-17 | Add unit tests for EvalResult.files_error_str | -1/+22 | ||
| 2022-12-17 | Add unit test for files_error_message | -1/+28 | ||
| 2022-12-17 | Revert newline format for msg | -3/+3 | ||
| 2022-12-17 | Update unit tests for EvalResult message change | -7/+16 | ||
| 2022-12-17 | Split get_message errors to other properties | -27/+58 | ||
| 2022-12-17 | sizeof_fmt uses 0 d.p. for integrals | -3/+6 | ||
| 2022-12-14 | Add FILE_COUNT_LIMIT and error messages | -9/+24 | ||
| 2022-12-14 | Rename attribute `failed_files` | -4/+4 | ||
| 2022-12-14 | Refactor to move snekbox to module | -129/+152 | ||
| 2022-12-14 | Update `prepare_timeit_input` docstring | -1/+1 | ||
| 2022-12-14 | Update test_post_job to use 3.10 snekbox | -1/+1 | ||
| 2022-12-14 | Update function name `get_message` | -5/+5 | ||
| 2022-12-14 | Update file size limit comment | -2/+3 | ||
| 2022-12-14 | Suppress HTTPException for redo emoji | -1/+2 | ||
| 2022-12-14 | Update bot/exts/utils/snekbox.py | -4/+3 | ||
| Co-authored-by: Mark <[email protected]> | ||||
| 2022-12-14 | Revert typo | -1/+1 | ||
| 2022-12-14 | Fix test_post_job unit test | -2/+2 | ||
| 2022-12-09 | Bump certifi from 2022.9.24 to 2022.12.7 | -3/+3 | ||
| Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> | ||||
| 2022-12-07 | Move thread logging to message change log | -2/+4 | ||
| 2022-12-07 | Remove thread creation logging | -17/+0 | ||
| 2022-12-04 | Fix help channels with no content not opening properly | -1/+1 | ||
| Chanels that just contained one or more images as an exampole would have the message.content equal to the empty string which != None, so the current check never got hit. Closes #2355 Closes BOT-3BW | ||||
| 2022-12-01 | Fix send_job return type | -1/+1 | ||
| 2022-11-30 | Don't count bot messages as an answer in a thread | -2/+2 | ||
| 2022-11-30 | Reorder imports | -3/+3 | ||
| 2022-11-30 | Update unit tests for snekbox | -54/+57 | ||
| 2022-11-30 | Refactors for EvalResult and EvalJob dataclasses | -175/+185 | ||
| 2022-11-29 | Rename print-return to return-gif | -0/+1 | ||
| Adds the previous name as an alias as well | ||||
| 2022-11-28 | Use the old stat slugs in new help system | -5/+6 | ||
| 2022-11-27 | Update return.md (#2325) | -11/+8 | ||
| Made the tag more brief without any substantial changes to its overall approach. Co-authored-by: wookie184 <[email protected]> | ||||
| 2022-11-27 | include Thread & PrivateChannel in get_or_fetch_channel return types | -1/+3 | ||
| 2022-11-27 | Fetch active nominations from the API for !server command | -3/+3 | ||
| The nomination cache was recently removed, so accessing that no longer works. | ||||
| 2022-11-27 | Typehint bot.get_cog calls in information cog | -7/+15 | ||
| 2022-11-27 | Don't close already closed posts | -0/+6 | ||
| 2022-11-26 | Catch case where starter message is deleted before pinning | -2/+4 | ||
| 2022-11-26 | Update CODEOWNERS | -1/+0 | ||
| 2022-11-26 | Ensure constants.Channels.help_system_forum is a forum channel on load | -1/+3 | ||
| 2022-11-26 | Listen for thread starter on_message rather than thread_create | -10/+19 | ||
| thread_create events are triggered before the thread's starter message is available, so listening for starter messages with on_message instead ensures we have a message object to use. | ||||
| 2022-11-26 | Auto archive help forum posts after inactivity | -1/+78 | ||
| I decided to keep the archive logic simple, and just go for 30 minutes since last message, rather than the hybrid of 30 mins + 10 depending on who sent the last message. The reason for using the hybrid approach previously was due to us running out of channels frequently Since this is no longer a problem, I decided to keep the logic simple. | ||||
| 2022-11-26 | Don't load the help channel cog if disabled | -0/+7 | ||
| 2022-11-26 | Consistantly refer to help posts as posts, not threads | -47/+47 | ||
| 2022-11-26 | Get, and store, the help forum channel object on cog load | -4/+9 | ||
| 2022-11-26 | Ignore Discord errors when clearing snekbox reactions | -2/+3 | ||
| These errors can be caused by the message being deleted, or the message being in an archived thread | ||||
| 2022-11-26 | Update botcore module name | -59/+59 | ||
| 2022-11-26 | Bump all deps to latest | -403/+303 | ||
| 2022-11-26 | Bump bot-core version | -232/+236 | ||