index
:
bot
copilot/fix-dm-closed-error-handling
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
jb3/3.14-upgrade
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
Commit message (
Expand
)
Author
Age
Lines
*
Update arrow to 1.0.3
MarkKoz
2021-03-30
-267
/
+336
*
Switch to datetime.fromtimestamp() to avoid over-compensation
Chris
2021-03-26
-3
/
+3
*
Use correct constant for each type of help session user
Chris
2021-03-26
-5
/
+5
*
Add 1 second due to POSIX timestamps being lower resolution than datetime obj...
Chris
2021-03-26
-3
/
+5
*
Fix error when converting non claimant message
Chris
2021-03-26
-7
/
+10
*
Convert to timestamp before posting to redis
Chris
2021-03-25
-2
/
+2
*
Reset a channel's non-claimant cache on claim, to indicate that the session h...
Chris
2021-03-25
-7
/
+9
*
Refactor if block within help channel system to be more readable
Chris
2021-03-25
-6
/
+7
*
Refactor help channel update message cache function for clearer flow
Chris
2021-03-25
-9
/
+8
*
Create utc datetime objects from timestamps
Chris
2021-03-25
-4
/
+4
*
Change help channel caching logic to use timezone naive stamps
Chris
2021-03-25
-3
/
+3
*
Only fetch claimant id once
Chris
2021-03-25
-2
/
+3
*
update help channel on_message docstring to reflect unchanged responsibility
Chris
2021-03-25
-6
/
+1
*
Schedule channels just opened using claimant configured idle time
Chris
2021-03-25
-1
/
+1
*
Check for close on command explictly.
Chris
2021-03-25
-1
/
+1
*
Remove unneeded cache clearing
Chris
2021-03-25
-8
/
+0
*
Change help channel logic to use timezone naive stamps
Chris
2021-03-25
-8
/
+6
*
Don't prepend command closes with auto
Chris
2021-03-25
-2
/
+3
*
Add back seperation whitespace
Chris
2021-03-24
-0
/
+1
*
Use claiment idle time as default idle minutes.
Chris
2021-03-24
-1
/
+1
*
Use fallback behaviour during cog init
Chris
2021-03-24
-5
/
+8
*
Merge pull request #1476 from laundmo/help-channel-closing-delay-changes
ChrisJL
2021-03-20
-27
/
+45
|
\
|
*
run precommit with all deps
laundmo
2021-03-20
-1
/
+1
|
*
passing pre-commit
laundmo
2021-03-20
-4
/
+11
|
*
reset cache on bot start, stats for different close reasons
laundmo
2021-03-19
-28
/
+39
|
/
*
More descriptive comment for when an if block is entered
Chris
2021-03-18
-1
/
+1
*
Determine closing time from last message if either cache is empty, rather tha...
Chris
2021-03-18
-2
/
+2
*
If the channel is empty, determine closing time based on last message.
Chris
2021-03-18
-4
/
+5
*
Move return behaviour comments to in-line rather than docstring.
Chris
2021-03-18
-8
/
+4
*
Delete cached claimant message time.
Chris
2021-03-18
-0
/
+1
*
Update function name to describe new behaviour.
Chris
2021-03-18
-3
/
+3
*
Repurpose unanswered cache for storing non-claimant last message times
Chris
2021-03-18
-59
/
+48
*
Improve docs strings and variable names within the help channel system
Chris
2021-03-17
-20
/
+20
*
Improve availible channel embed footer
Chris
2021-03-17
-1
/
+1
*
Improve trace message.
Chris
2021-03-16
-1
/
+1
*
Extend close time logic to differentiate between the claimant and other users.
Chris
2021-03-16
-29
/
+75
*
Update help availible footer
Chris
2021-03-16
-1
/
+1
*
Set a reasonable default for `idle_minutes_others`.
Chris
2021-03-16
-1
/
+1
*
Split out help channel idle time constants
Chris
2021-03-16
-3
/
+8
*
Merge pull request #1468 from python-discord/bug/info/bot-xk/defcon-threshold...
Matteo Bertucci
2021-03-16
-3
/
+4
|
\
|
*
Info: account for defcon threshold being None
MarkKoz
2021-03-15
-1
/
+2
|
*
Defcon: fix naming conflict between threshold cmd and attribute
MarkKoz
2021-03-15
-2
/
+2
|
/
*
Merge pull request #1465 from python-discord/gitattributes
Dennis Pham
2021-03-14
-2
/
+1
|
\
|
*
Use .gitattributes to normalise line endings on check-in
MarkKoz
2021-03-13
-2
/
+1
|
/
*
master => main
Joe Banks
2021-03-13
-22
/
+22
*
Update help channel names from chemical elements to fruit
Joe Banks
2021-03-13
-126
/
+59
*
Merge pull request #1461 from python-discord/simplify-pypi
ks129
2021-03-13
-21
/
+12
|
\
|
*
Added '_' to allowed chars, shortened embed.
xithrius
2021-03-12
-21
/
+12
|
/
*
Merge pull request #1455 from python-discord/many-snowflakes
Matteo Bertucci
2021-03-12
-11
/
+16
|
\
|
*
Merge branch 'master' into many-snowflakes
Xithrius
2021-03-12
-262
/
+248
|
|
\
|
|
/
|
/
|
[next]