index
:
bot
copilot/update-pytest-and-fix-tests
dependabot/uv/pytest-9.0.1
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
2020-03-22
HelpChannels: remove permission overwrites completely
MarkKoz
-1
/
+1
2020-03-22
HelpChannels: use constant for command prefix in notification
MarkKoz
-1
/
+1
2020-03-22
HelpChannels: fix unawaited coro warning for set_permissions
MarkKoz
-0
/
+4
2020-03-22
HelpChannels: fix unawaited coro warning
MarkKoz
-6
/
+13
2020-03-22
HelpChannels: remove name attribute access for channels in logs
MarkKoz
-23
/
+23
2020-03-22
HelpChannels: make category checks direct & efficient
MarkKoz
-9
/
+15
2020-03-22
HelpChannels: include info about claim cooldowns in available message
MarkKoz
-0
/
+3
2020-03-22
HelpChannels: reset send permissions
MarkKoz
-0
/
+10
2020-03-22
HelpChannels: allow users to claim a new channel every 15 minutes
MarkKoz
-0
/
+24
2020-03-22
HelpChannels: create generic way to schedule any awaitable
MarkKoz
-13
/
+13
2020-03-22
HelpChannels: prevent cog load if config is invalid
MarkKoz
-7
/
+28
2020-03-22
HelpChannels: initialise available channels after moving idle ones
MarkKoz
-2
/
+2
2020-03-22
HelpChannels: disable the dormant command until cog is ready
MarkKoz
-2
/
+8
2020-03-22
Scheduler: fix dict size changing while cancelling all tasks
MarkKoz
-5
/
+10
2020-03-22
HelpChannels: fix last notification time not being set
MarkKoz
-1
/
+3
2020-03-22
HelpChannels: fix task cancelling itself
MarkKoz
-2
/
+0
2020-03-22
Scheduler: fix incorrect task id in error log
MarkKoz
-1
/
+1
2020-03-22
HelpChannels: cancel existing task in the dormant command
MarkKoz
-0
/
+1
2020-03-22
HelpChannels: fix candidate channel not being returned after waiting
MarkKoz
-1
/
+1
2020-03-22
HelpChannels: remove loop arg from schedule_task calls
MarkKoz
-2
/
+2
2020-03-22
HelpChannels: explicitly specify if a task should be cancelled
MarkKoz
-4
/
+5
2020-03-22
Scheduler: add a method to cancel all tasks
MarkKoz
-4
/
+9
2020-03-22
HelpChannels: rename elements dict to name_positions
MarkKoz
-3
/
+3
2020-03-22
HelpChannels: prefix channel names after reading from file
MarkKoz
-15
/
+19
2020-03-22
HelpChannels: cancel channel queue tasks on cog unload
MarkKoz
-1
/
+22
2020-03-22
HelpChannels: add trace logging for notifications
MarkKoz
-0
/
+5
2020-03-22
HelpChannels: move newest in-use channel to the top
MarkKoz
-0
/
+1
2020-03-22
BotCog: determine if a help channel by checking its category
MarkKoz
-10
/
+7
2020-03-22
Constants: remove old help channel constants
MarkKoz
-18
/
+0
2020-03-22
HelpChannels: handle potential notification exceptions locally
MarkKoz
-1
/
+7
2020-03-22
HelpChannels: notify configured list of roles instead of helpers only
MarkKoz
-7
/
+12
2020-03-22
Constants: add a roles list constant for help channel notifications
MarkKoz
-1
/
+5
2020-03-22
Constants: add a channel constant for help channel notifications
MarkKoz
-6
/
+11
2020-03-22
Constants: rename HelpChannels.notify_helpers to notify
MarkKoz
-4
/
+4
2020-03-22
HelpChannels: adjust the helper notification message
MarkKoz
-3
/
+3
2020-03-22
HelpChannels: add a minimum interval between helper notifications
MarkKoz
-9
/
+32
2020-03-22
HelpChannels: log previous position when getting alphabetical position
MarkKoz
-1
/
+5
2020-03-22
HelpChannels: notify helpers if out of channels
MarkKoz
-0
/
+13
2020-03-22
HelpChannels: add a function to get a channel's alphabetical position
MarkKoz
-4
/
+23
2020-03-22
HelpChannels: add a warning if more than 50 channels exist
MarkKoz
-0
/
+6
2020-03-22
HelpChannels: sort dormant channels alphabetically
MarkKoz
-4
/
+6
2020-03-22
HelpChannels: warn if too many help channels will be possible
MarkKoz
-0
/
+9
2020-03-22
HelpChannels: return elements as a truncated dict of names
MarkKoz
-5
/
+7
2020-03-22
HelpChannels: move reading of element names to a function
MarkKoz
-6
/
+11
2020-03-22
Constants: add constant for max total help channels
MarkKoz
-0
/
+5
2020-03-22
Resources: map element names to alphabetic indices
MarkKoz
-120
/
+120
2020-03-22
HelpChannels: use more specific type hints for queues
MarkKoz
-2
/
+2
2020-03-22
HelpChannels: limit channels to a total of 50
MarkKoz
-1
/
+3
2020-03-22
HelpChannels: explain the system in the cog docstring
MarkKoz
-1
/
+30
2020-03-22
HelpChannels: cancel the task in _scheduled_task
MarkKoz
-0
/
+2
[next]