| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-04-05 | Convert back to datetime as Embed.timestamp doesn't support Arrow | -1/+2 | ||
| 2021-04-05 | Output stream command confimation in embed for automatic tz conversion | -4/+14 | ||
| 2021-04-05 | Minor test changes for the !user embed | -10/+6 | ||
| 2021-04-05 | Migrate GHCR_TOKEN -> GITHUB_TOKEN in Docker build action | -1/+1 | ||
| GITHUB_TOKEN has now enough permissions to be used for pushing to GHCR, so we don't need PAT anymore. | ||||
| 2021-04-05 | chore: don't create an instance of intents before calling its classmethod | -1/+1 | ||
| 2021-04-04 | Update information tests for new embed color logic | -6/+8 | ||
| 2021-04-04 | Use Member.colour rather than a list comprehension for !user | -3/+1 | ||
| 2021-04-04 | Ignore colourless roles in !user embed | -1/+3 | ||
| 2021-04-04 | Blacklist staff_info for duckpond | -0/+2 | ||
| 2021-04-03 | Remove redundant conversion to Arrow datetime in Stream cog | -1/+1 | ||
| 2021-04-01 | Mention user when upgrading streaming permissions to permanent | -1/+1 | ||
| 2021-04-01 | Ensure duration is always tz-aware | -2/+7 | ||
| 2021-04-01 | Reword logging and docstrings to different mood | -2/+2 | ||
| Co-authored-by: Mark <[email protected]> | ||||
| 2021-04-01 | Use tz aware timestamps and refactor for readibility - Stream cog | -5/+3 | ||
| 2021-04-01 | Update schedule_at() to work with tz aware date times | -2/+6 | ||
| 2021-04-01 | Remove redundant traceback log in log.exception | -2/+2 | ||
| 2021-04-01 | Only convert to naive when sending to scheduler, general refactor&comments | -11/+20 | ||
| 2021-04-01 | Convert to arrow for datetime management | -4/+6 | ||
| 2021-04-01 | Remove unnecessary wrapper variable | -2/+3 | ||
| 2021-04-01 | Change references to user's in Stream cog to members | -40/+42 | ||
| 2021-04-01 | Fix spelling errors in logging statements - Stream cog | -2/+2 | ||
| Co-authored-by: Shivansh-007 <[email protected]> | ||||
| 2021-04-01 | Rename function in stream cog for consistancy | -4/+4 | ||
| 2021-04-01 | Describe redis cache var better in stream cog | -1/+1 | ||
| 2021-04-01 | Update policy documents | -122/+8 | ||
| 2021-04-01 | Sprinkle some logging into the Stream cog | -4/+15 | ||
| 2021-04-01 | Stream cog docstring updates | -3/+4 | ||
| 2021-04-01 | function sig formatting, function ordering and remove unnessisary function | -28/+10 | ||
| 2021-03-31 | Remove empty test for stream cog | -20/+0 | ||
| 2021-03-31 | Atempt to get member from cache first, and handle errors from API member call | -1/+19 | ||
| 2021-03-31 | Refactor code to match prevailing style, and reword some output in streaming cog | -8/+10 | ||
| 2021-03-31 | Remove unnessisary functions in stream cog | -6/+2 | ||
| 2021-03-31 | Simplify name of function param in stream cog | -3/+3 | ||
| 2021-03-31 | Branding: log after successful fetch | -0/+4 | ||
| Co-authored-by: Shivansh-007 <[email protected]> Co-authored-by: Joe Banks <[email protected]> | ||||
| 2021-03-31 | Branding: apply documentation improvements after review | -8/+8 | ||
| No code changes in this commit. Co-authored-by: Shivansh-007 <[email protected]> Co-authored-by: Joe Banks <[email protected]> | ||||
| 2021-03-31 | Branding: target 'main' branch | -2/+2 | ||
| With the branding-side PR merged, we can now target the production branch. | ||||
| 2021-03-30 | Use deleted reason if help channel is closed due to being empty | -1/+2 | ||
| 2021-03-30 | Fix copy & paste error in closing reason enum | -1/+1 | ||
| 2021-03-30 | Removed user event announcements from the config. | -4/+0 | ||
| 2021-03-30 | Change to an Enum for possible closing reasons | -20/+32 | ||
| 2021-03-30 | Gracefully handle failure to upload to hastebin in `!dmrelay`. | -0/+5 | ||
| 2021-03-30 | Replace usage of `textwrap.dedent` with a cleaner method. | -5/+4 | ||
| 2021-03-30 | Remove `dm_log` from channels and webhooks in the config. | -4/+0 | ||
| 2021-03-30 | Enumerate all possible values for closed_on in docstring | -1/+4 | ||
| 2021-03-30 | HelpChannels: refactor get_closing_time | -43/+43 | ||
| 2021-03-30 | HelpChannels: use aware datetimes everywhere | -27/+34 | ||
| Fix issues converting timestamps to datetimes and vice-versa. The main culprit id `datetime.timestamp()`, which always assumes naïve objects are in local time. That behaviour conflicts with discord.py, which returns naïve objects in UTC rather than local time. Switching from `utcfromtimestamp` to `fromtimestamp` was incorrect since the latter also assumes the timestamp is in local time. | ||||
| 2021-03-30 | Update arrow to 1.0.3 | -267/+336 | ||
| It has some API changes, so it's best to update now before the project starts using the library more. | ||||
| 2021-03-30 | Increase the total number of help channels to 42 | -1/+1 | ||
| We've seen an increase in help channel activity and we're running out of help channels frequently. That's why we're increasing the number of help channels from 38 to 42. Note that the old configuration said 32, but we had more channels in actual rotation due to a race condition we had in the past. The system will never delete channels that were already in rotation, meaning that those that were added over the limit in the past still existed. | ||||
| 2021-03-30 | Alphabetize configuration | -5/+5 | ||
| 2021-03-28 | Add myself to CODEOWNERS (#1489) | -9/+9 | ||
| 2021-03-28 | Update bot/exts/info/information.py | -1/+1 | ||
| Co-authored-by: Joe Banks <[email protected]> | ||||