index
:
bot
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
path:
root
/
tests
/
test_api.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2019-11-11
Do not cut off text arbitrarily but at last sentence to make sure no unfinish...
Numerlor
-1
/
+1
2019-11-11
clear renamed symbols on inventory refresh
Numerlor
-0
/
+1
2019-11-10
Move signatures definition
Numerlor
-1
/
+1
2019-11-10
Add a command for refreshing inventories
Numerlor
-0
/
+22
2019-11-10
Move paragraph search to not cut off long starting paragraphs
Numerlor
-1
/
+1
2019-11-10
Cut off description at 1000 chars if paragraph is not found
Numerlor
-0
/
+2
2019-11-10
Add a newline after signatures for readability
Numerlor
-1
/
+1
2019-11-10
fix signatures and descriptions not being found when present
Numerlor
-4
/
+4
2019-11-03
Make sure only signatures belonging to the symbol are fetched
Numerlor
-3
/
+4
2019-11-03
Comment grammar
Numerlor
-2
/
+2
2019-11-03
Fix case for the python package name in `NO_OVERRIDE_PACKAGES`
Numerlor
-1
/
+1
2019-11-03
Handle exceptions when fetching inventories
Numerlor
-31
/
+57
2019-11-02
Improve module description searching
Numerlor
-7
/
+35
2019-11-02
Get up to 3 signatures of a symbol
Numerlor
-16
/
+14
2019-11-02
Get symbol description by searching for a dd tag instead of traversing the si...
Numerlor
-1
/
+1
2019-11-02
Do not cut off description in code blocks
Numerlor
-1
/
+7
2019-10-21
Grammar check comment
Numerlor
-1
/
+1
2019-10-21
Allow embeds to not include signatures in case the symbol is a module
Numerlor
-11
/
+14
2019-10-21
Don't include a signature and only get first paragraphs when scraping when sy...
Numerlor
-10
/
+18
2019-10-20
remove "function" from NO_OVERRIDE_GROUPS
Numerlor
-1
/
+0
2019-10-20
Auto delete messages when docs are not found
Numerlor
-2
/
+8
2019-10-20
show renamed duplicates in embed footer
Numerlor
-8
/
+13
2019-10-20
add handling for duplicate symbols in docs inventories
Numerlor
-4
/
+35
2019-10-12
Raise `ValueError` on negative `max_units`.
Johannes Christ
-3
/
+9
2019-10-11
Get the prefix from the config for the periodic ping message
MarkKoz
-2
/
+2
2019-10-12
Bump the site PostgreSQL version to 12.
Johannes Christ
-1
/
+1
2019-10-11
Check that the periodic ping author is the bot
MarkKoz
-1
/
+1
2019-10-11
Revise comments and the doctsring for the periodic ping function
MarkKoz
-7
/
+10
2019-10-11
Cancel the periodic ping task when the verification cog is unloaded
MarkKoz
-0
/
+4
2019-10-11
Better check way of checking timelaps
kraktus
-11
/
+13
2019-10-11
Add typehints.
Johannes Christ
-3
/
+2
2019-10-11
Implement test cases suggested by @MarkKoz.
Johannes Christ
-0
/
+11
2019-10-11
Log member_ban event to #user-log
kosayoda
-3
/
+2
2019-10-09
Resolve #458: support exact timestamps as args for mod commands
MarkKoz
-22
/
+43
2019-10-09
Resolve #357: show ban reason and bb watch status in unban mod log
MarkKoz
-1
/
+18
2019-10-09
Fix #346: display infraction count after giving an infraction
MarkKoz
-3
/
+10
2019-10-09
Show help when ext load/unload are invoked without arguments
MarkKoz
-0
/
+8
2019-10-08
Expand token detection regex character exclusion
sco1
-5
/
+5
2019-10-08
Ensure display name changes are logged
Sebastiaan Zeeff
-1
/
+6
2019-10-08
Show infraction reason when the bot is the actor
Sebastiaan Zeeff
-1
/
+5
2019-10-08
Set bot as actor of antispam infractions
Sebastiaan Zeeff
-1
/
+3
2019-10-07
Only allow members currently in the guild to be warned
MarkKoz
-1
/
+1
2019-10-07
Update the nickname policy URL
Mark
-1
/
+1
2019-10-07
Escape asterisks in extensions docstrings
MarkKoz
-7
/
+7
2019-10-07
Support wildcards and multiple extensions for load and unload commands
MarkKoz
-36
/
+48
2019-10-07
Use quotes instead of back ticks around asterisk in docstrings
MarkKoz
-4
/
+4
2019-10-07
Add missing awaits and call bot as attribut
Jens
-14
/
+14
2019-10-06
Update max threshold for attachments
Derek
-1
/
+1
2019-10-05
Requested changes
kraktus
-7
/
+14
2019-10-05
Added a new `periodic_ping` to fix #320
kraktus
-0
/
+20
[next]