| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | | | | | | Merge pull request #1494 from python-discord/policy-documents | 2021-04-01 | -122/+8 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Update our policy documents | ||||
| | * | | | | | | Update policy documents | 2021-04-01 | -122/+8 | ||
| |/ / / / / / | |||||
| | * | | | | | Use deleted reason if help channel is closed due to being empty | 2021-03-30 | -1/+2 | ||
| | | | | | | | |||||
| | | * | | | | Alphabetize configuration | 2021-03-30 | -5/+5 | ||
| | | | | | | | |||||
| | | * | | | | Merge branch 'main' into allow-poll-to-leads | 2021-03-30 | -211/+627 | ||
| | | |\ \ \ \ | |||||
| | | * | | | | | Allow the !poll command to leads | 2021-03-13 | -2/+2 | ||
| | | | | | | | | |||||
| | | * | | | | | Add leads to the constants | 2021-03-13 | -0/+4 | ||
| | | | | | | | | |||||
| | | | | | * | | Add a comment to _reload_tasks_from_redis() in the Stream cog. | 2021-04-06 | -0/+2 | ||
| | | | | | | | | |||||
| | | | | | * | | Convert back to datetime as Embed.timestamp doesn't support Arrow | 2021-04-05 | -1/+2 | ||
| | | | | | | | | |||||
| | | | | | * | | Output stream command confimation in embed for automatic tz conversion | 2021-04-05 | -4/+14 | ||
| | | | | | | | | |||||
| | | | | | * | | Remove redundant conversion to Arrow datetime in Stream cog | 2021-04-03 | -1/+1 | ||
| | | | | | | | | |||||
| | | | | | * | | Merge branch 'stream-and-revokestream-commands' of ↵ | 2021-04-01 | -2/+2 | ||
| | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | github.com:python-discord/bot into stream-and-revokestream-commands | ||||
| | | | | | | * | | Reword logging and docstrings to different mood | 2021-04-01 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | | | | | * | | | Mention user when upgrading streaming permissions to permanent | 2021-04-01 | -1/+1 | ||
| | | | | | | | | | |||||
| | | | | | * | | | Ensure duration is always tz-aware | 2021-04-01 | -2/+7 | ||
| | | | | | |/ / | |||||
| | | | | | * | | Use tz aware timestamps and refactor for readibility - Stream cog | 2021-04-01 | -5/+3 | ||
| | | | | | | | | |||||
| | | | | | * | | Update schedule_at() to work with tz aware date times | 2021-04-01 | -2/+6 | ||
| | | | | | | | | |||||
| | | | | | * | | Remove redundant traceback log in log.exception | 2021-04-01 | -2/+2 | ||
| | | | | | | | | |||||
| | | | | | * | | Only convert to naive when sending to scheduler, general refactor&comments | 2021-04-01 | -11/+20 | ||
| | | | | | | | | |||||
| | | | | | * | | Convert to arrow for datetime management | 2021-04-01 | -4/+6 | ||
| | | | | | | | | |||||
| | | | | | * | | Remove unnecessary wrapper variable | 2021-04-01 | -2/+3 | ||
| | | | | | | | | |||||
| | | | | | * | | Change references to user's in Stream cog to members | 2021-04-01 | -40/+42 | ||
| | | | | | | | | |||||
| | | | | | * | | Merge branch 'stream-and-revokestream-commands' of ↵ | 2021-04-01 | -2/+2 | ||
| | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | github.com:python-discord/bot into stream-and-revokestream-commands | ||||
| | | | | | | * | | Fix spelling errors in logging statements - Stream cog | 2021-04-01 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]> | ||||
| | | | | | * | | | Rename function in stream cog for consistancy | 2021-04-01 | -4/+4 | ||
| | | | | | | | | | |||||
| | | | | | * | | | Describe redis cache var better in stream cog | 2021-04-01 | -1/+1 | ||
| | | | | | |/ / | |||||
| | | | | | * | | Sprinkle some logging into the Stream cog | 2021-04-01 | -4/+15 | ||
| | | | | | | | | |||||
| | | | | | * | | Stream cog docstring updates | 2021-04-01 | -3/+4 | ||
| | | | | | | | | |||||
| | | | | | * | | function sig formatting, function ordering and remove unnessisary function | 2021-04-01 | -28/+10 | ||
| | | | | | | | | |||||
| | | | | | * | | Remove empty test for stream cog | 2021-03-31 | -20/+0 | ||
| | | | | | | | | |||||
| | | | | | * | | Atempt to get member from cache first, and handle errors from API member call | 2021-03-31 | -1/+19 | ||
| | | | | | | | | |||||
| | | | | | * | | Refactor code to match prevailing style, and reword some output in streaming cog | 2021-03-31 | -8/+10 | ||
| | | | | | | | | |||||
| | | | | | * | | Remove unnessisary functions in stream cog | 2021-03-31 | -6/+2 | ||
| | | | | | | | | |||||
| | | | | | * | | Simplify name of function param in stream cog | 2021-03-31 | -3/+3 | ||
| | | | | | | | | |||||
| | | | | | * | | Merge branch 'main' into stream-and-revokestream-commands | 2021-03-31 | -3531/+5360 | ||
| | | | | | |\ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | | Merge pull request #1463 from kwzrd/kwzrd/branding | 2021-03-31 | -669/+766 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | Branding: log after successful fetch | 2021-03-31 | -0/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]> Co-authored-by: Joe Banks <[email protected]> | ||||
| | * | | | | | | Branding: apply documentation improvements after review | 2021-03-31 | -8/+8 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No code changes in this commit. Co-authored-by: Shivansh-007 <[email protected]> Co-authored-by: Joe Banks <[email protected]> | ||||
| | * | | | | | | Branding: target 'main' branch | 2021-03-31 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the branding-side PR merged, we can now target the production branch. | ||||
| | * | | | | | | Merge: changes from 'upstream/main' | 2021-03-31 | -272/+282 | ||
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | Lockfile conflict resolved by re-locking on the merged Pipfile. | ||||
| * | | | | | | | Merge pull request #1491 from python-discord/fix/dmrelay | 2021-03-30 | -13/+9 | ||
| |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'main' into fix/dmrelay | 2021-03-30 | -345/+490 | ||
| | |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | | Merge pull request #1470 from python-discord/help-channel-closing-delay-changes | 2021-03-30 | -345/+490 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Extend close time logic to differentiate between the claimant and other users | ||||
| | * | | | | | | | | Fix copy & paste error in closing reason enum | 2021-03-30 | -1/+1 | ||
| | | | | | | | | | | |||||
| | * | | | | | | | | Change to an Enum for possible closing reasons | 2021-03-30 | -20/+32 | ||
| | | | | | | | | | | |||||
| | * | | | | | | | | Enumerate all possible values for closed_on in docstring | 2021-03-30 | -1/+4 | ||
| | | | | | | | | | | |||||
| | * | | | | | | | | HelpChannels: refactor get_closing_time | 2021-03-30 | -43/+43 | ||
| | | | | | | | | | | |||||
| | * | | | | | | | | HelpChannels: use aware datetimes everywhere | 2021-03-30 | -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. | ||||
| | * | | | | | | | | Update arrow to 1.0.3 | 2021-03-30 | -267/+336 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has some API changes, so it's best to update now before the project starts using the library more. | ||||
| | * | | | | | | | | Switch to datetime.fromtimestamp() to avoid over-compensation | 2021-03-26 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we were using `utcfromtimestamp()` which would compensate the timestamp when converting to UTC even though the timestamp itself was in UTC: >>> datetime.utcnow() datetime.datetime(2021, 3, 26, 22, 8, 47, 441603) >>> a = datetime.utcnow().timestamp() 1616821624.207364 >>> a = datetime.utcfromtimestamp(a) datetime.datetime(2021, 3, 27, 5, 7, 4, 207364) By switching to `fromtimestamp()` this avoids that behaviour. | ||||