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
/
test_helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
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
2020-03-22
HelpChannels: use >= instead of > to determine if timed out
MarkKoz
-1
/
+1
2020-03-22
HelpChannels: compare contents to confirm message is a dormant message
MarkKoz
-1
/
+10
2020-03-22
HelpChannels: add a function to send or edit the available message
MarkKoz
-5
/
+16
2020-03-22
HelpChannels: add a function to get the last message in a channel
MarkKoz
-5
/
+15
2020-03-22
HelpChannels: put channels in the queue when they go dormant
MarkKoz
-0
/
+3
2020-03-22
HelpChannels: add missing units of time in messages
MarkKoz
-3
/
+3
2020-03-22
HelpChannels: fix acquisition of the on_message lock
MarkKoz
-1
/
+1
2020-03-22
HelpChannels: ignore messages sent by bots
MarkKoz
-0
/
+3
2020-03-22
Resources: make all element names lower cased
MarkKoz
-118
/
+118
2020-03-22
HelpChannels: fix creation of the init_cog task
MarkKoz
-1
/
+1
2020-03-22
Remove the free extension
MarkKoz
-104
/
+0
2020-03-22
Bot: load the help channels extension
MarkKoz
-0
/
+1
2020-03-22
HelpChannels: add logging
MarkKoz
-6
/
+83
2020-03-22
HelpChannels: use a lock to prevent a channel from being processed twice
MarkKoz
-5
/
+9
2020-03-22
HelpChannels: wait for cog to be initialised before processing messages
MarkKoz
-0
/
+2
2020-03-22
HelpChannels: implement _scheduled_task
MarkKoz
-0
/
+5
2020-03-22
HelpChannels: cancel an existing task before scheduling a new one
MarkKoz
-1
/
+9
2020-03-22
HelpChannels: cancel scheduled tasks when the cog unloads
MarkKoz
-2
/
+5
2020-03-22
HelpChannels: implement the on_message listener
MarkKoz
-0
/
+9
2020-03-22
HelpChannels: add a function to make channels in-use
MarkKoz
-0
/
+13
2020-03-22
HelpChannels: implement the !dormant command
MarkKoz
-1
/
+8
2020-03-22
HelpChannels: implement move_to_dormant
MarkKoz
-0
/
+8
2020-03-22
HelpChannels: implement move_to_available
MarkKoz
-0
/
+14
2020-03-22
HelpChannels: implement get_available_candidate
MarkKoz
-1
/
+15
2020-03-22
HelpChannels: implement create_dormant
MarkKoz
-2
/
+16
2020-03-22
HelpChannels: implement get_idle_time
MarkKoz
-3
/
+15
2020-03-22
HelpChannels: make move_idle_channels only handle a single channel
MarkKoz
-10
/
+11
2020-03-22
HelpChannels: fix creation of queues in init_cog
MarkKoz
-2
/
+2
2020-03-22
HelpChannels: implement move_idle_channels
MarkKoz
-1
/
+10
2020-03-22
Constants: add a named tuple for scheduled task data
MarkKoz
-2
/
+9
2020-03-22
Constants: implement init_available
MarkKoz
-0
/
+5
2020-03-22
Constants: add a help channel name prefix constant
MarkKoz
-1
/
+5
2020-03-22
HelpChannels: implement create_channel_queue
MarkKoz
-2
/
+15
2020-03-22
HelpChannels: only yield text channels from a category
MarkKoz
-2
/
+2
2020-03-22
HelpChannels: retrieve category channels more efficiently
MarkKoz
-7
/
+15
2020-03-22
HelpChannels: implement create_name_queue
MarkKoz
-1
/
+5
2020-03-22
HelpChannels: add a function to return used channel names
MarkKoz
-0
/
+13
2020-03-22
HelpChannels: set a ready event when cog initialisation completes
MarkKoz
-0
/
+3
2020-03-22
HelpChannels: cancel the init task when unloading the cog
MarkKoz
-1
/
+5
2020-03-22
HelpChannels: add a function to initialise the cog
MarkKoz
-0
/
+17
2020-03-22
HelpChannels: add a function to init the categories
MarkKoz
-0
/
+16
2020-03-22
HelpChannels: add a function to get a channel or fetch it from API
MarkKoz
-0
/
+8
2020-03-22
HelpChannels: add a logger
MarkKoz
-0
/
+3
2020-03-22
HelpChannels: add method stubs
MarkKoz
-1
/
+48
2020-03-22
Constants: add help category constants
MarkKoz
-3
/
+7
2020-03-22
HelpChannels: add constants for active/dormant messages
MarkKoz
-0
/
+24
[next]