index
:
bot
copilot/update-pytest-and-fix-tests
dependabot/uv/pytest-9.0.0
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
main
mbaruh/fix-modpings-schedule
mbaruh/modlog_fix
pastebin-auto-upload
wookie/lower-warning-to-info
wookie184/fix-mentions-reply-resolving
A mirrored copy of the python-discord/bot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2021-03-26
Switch to datetime.fromtimestamp() to avoid over-compensation
Chris
-3
/
+3
2021-03-26
Use correct constant for each type of help session user
Chris
-5
/
+5
2021-03-26
Add 1 second due to POSIX timestamps being lower resolution than datetime obj...
Chris
-3
/
+5
2021-03-26
Fix error when converting non claimant message
Chris
-7
/
+10
2021-03-25
Convert to timestamp before posting to redis
Chris
-2
/
+2
2021-03-25
Reset a channel's non-claimant cache on claim, to indicate that the session h...
Chris
-7
/
+9
2021-03-25
Refactor if block within help channel system to be more readable
Chris
-6
/
+7
2021-03-25
Refactor help channel update message cache function for clearer flow
Chris
-9
/
+8
2021-03-25
Create utc datetime objects from timestamps
Chris
-4
/
+4
2021-03-25
Change help channel caching logic to use timezone naive stamps
Chris
-3
/
+3
2021-03-25
Only fetch claimant id once
Chris
-2
/
+3
2021-03-25
update help channel on_message docstring to reflect unchanged responsibility
Chris
-6
/
+1
2021-03-25
Schedule channels just opened using claimant configured idle time
Chris
-1
/
+1
2021-03-25
Check for close on command explictly.
Chris
-1
/
+1
2021-03-25
Remove unneeded cache clearing
Chris
-8
/
+0
2021-03-25
Change help channel logic to use timezone naive stamps
Chris
-8
/
+6
2021-03-25
Don't prepend command closes with auto
Chris
-2
/
+3
2021-03-24
Add back seperation whitespace
Chris
-0
/
+1
2021-03-24
Use claiment idle time as default idle minutes.
Chris
-1
/
+1
2021-03-24
Use fallback behaviour during cog init
Chris
-5
/
+8
2021-03-20
run precommit with all deps
laundmo
-1
/
+1
2021-03-20
passing pre-commit
laundmo
-4
/
+11
2021-03-19
reset cache on bot start, stats for different close reasons
laundmo
-28
/
+39
2021-03-18
More descriptive comment for when an if block is entered
Chris
-1
/
+1
2021-03-18
Determine closing time from last message if either cache is empty, rather tha...
Chris
-2
/
+2
2021-03-18
If the channel is empty, determine closing time based on last message.
Chris
-4
/
+5
2021-03-18
Move return behaviour comments to in-line rather than docstring.
Chris
-8
/
+4
2021-03-18
Delete cached claimant message time.
Chris
-0
/
+1
2021-03-18
Update function name to describe new behaviour.
Chris
-3
/
+3
2021-03-18
Repurpose unanswered cache for storing non-claimant last message times
Chris
-59
/
+48
2021-03-17
Improve docs strings and variable names within the help channel system
Chris
-20
/
+20
2021-03-17
Improve availible channel embed footer
Chris
-1
/
+1
2021-03-16
Improve trace message.
Chris
-1
/
+1
2021-03-16
Extend close time logic to differentiate between the claimant and other users.
Chris
-29
/
+75
2021-03-16
Update help availible footer
Chris
-1
/
+1
2021-03-16
Set a reasonable default for `idle_minutes_others`.
Chris
-1
/
+1
2021-03-16
Split out help channel idle time constants
Chris
-3
/
+8
2021-03-15
Info: account for defcon threshold being None
MarkKoz
-1
/
+2
2021-03-15
Defcon: fix naming conflict between threshold cmd and attribute
MarkKoz
-2
/
+2
2021-03-13
Use .gitattributes to normalise line endings on check-in
MarkKoz
-2
/
+1
2021-03-13
master => main
Joe Banks
-22
/
+22
2021-03-13
Update help channel names from chemical elements to fruit
Joe Banks
-126
/
+59
2021-03-12
Added '_' to allowed chars, shortened embed.
xithrius
-21
/
+12
2021-03-12
Fix typo in the token remover
Matteo Bertucci
-1
/
+1
2021-03-11
Remove invoked command and message after failure.
xithrius
-27
/
+35
2021-03-12
Compose: read all environment variables from '.env'
kwzrd
-4
/
+2
2021-03-11
Compose: read GitHub API key from '.env'
kwzrd
-0
/
+1
2021-03-09
Delete repo specific FUNDING.yml file in favour of org one in python-discord/...
Joe Banks
-2
/
+0
2021-03-09
Fix typo in stars.json
Matteo Bertucci
-1
/
+1
2021-03-09
DevOps team reviews for bot deployments
Joe Banks
-0
/
+1
[next]