index
:
bot-core
add-message-utils
bootstrap-paginator
check-rerun-job-util
dependabot/pip/pydantic-2.10.3
dependabot/pip/ruff-0.8.2
dependabot/pip/sphinx-autodoc-typehints-2.5.0
dependabot/pip/taskipy-1.14.1
dependabot/pip/tomli-2.2.1
docs
dont-read-response-for-204-codes
fixup-commit-blocker
main
port-constants
redis_relay
A mirrored copy of the python-discord/bot-core repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
*
Reconnect to redis session on setup if it is closed
Chris Lovering
2022-04-18
-2
/
+10
*
Bump version number and log change
v5.0.2
Chris Lovering
2022-04-08
-1
/
+8
*
Create a dummy AsyncstatsdClient before connecting to the real url
Chris Lovering
2022-04-08
-2
/
+7
*
Move the creation of BotBase._guild_available to within the setup hook
Chris Lovering
2022-04-08
-1
/
+3
*
Merge pull request #57 from python-discord/dependabot/pip/furo-2022.4.7
ChrisJL
2022-04-08
-5
/
+5
|
\
|
*
Bump furo from 2022.3.4 to 2022.4.7
dependabot[bot]
2022-04-08
-5
/
+5
|
/
*
Merge pull request #55 from python-discord/dependabot/pip/pre-commit-2.18.1
ChrisJL
2022-04-08
-6
/
+7
|
\
|
*
Bump pre-commit from 2.17.0 to 2.18.1
dependabot[bot]
2022-04-04
-6
/
+7
|
/
*
Merge pull request #52 from python-discord/add-api-test
ChrisJL
2022-04-02
-0
/
+69
|
\
|
*
Merge branch 'main' into add-api-test
ChrisJL
2022-04-02
-7
/
+10
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #54 from python-discord/move-creation-of-AsyncResolver
v5.0.1
ChrisJL
2022-04-02
-7
/
+10
|
\
\
|
*
|
Move the creation of BotBase's AsyncResolver to async setup
Chris Lovering
2022-04-02
-7
/
+10
|
/
/
|
*
Migrate site_api tests from bot
Chris Lovering
2022-04-02
-0
/
+69
|
/
*
Merge pull request #50 from python-discord/update-all-deps
ChrisJL
2022-04-02
-29
/
+32
|
\
|
*
Add ignore for typing.Any in flake8
Chris Lovering
2022-04-02
-1
/
+1
|
*
Bump all dev deps to latest versions
Chris Lovering
2022-04-02
-28
/
+31
|
/
*
Merge pull request #49 from python-discord/5.0.0-changelog
v5.0.0
ChrisJL
2022-04-02
-1
/
+7
|
\
|
*
Bump version to 5.0.0
Chris Lovering
2022-04-02
-1
/
+1
|
*
Update changelog with latest changes
Chris Lovering
2022-04-02
-0
/
+6
|
/
*
Merge pull request #42 from python-discord/bump-d.py-and-add-BotBase
ChrisJL
2022-04-02
-70
/
+701
|
\
|
*
Use imperative mood in docstrings
ChrisJL
2022-04-02
-1
/
+1
|
*
Install optional deps during CI
Chris Lovering
2022-03-31
-2
/
+4
|
*
Remove BotBase.closing_tasks
Chris Lovering
2022-03-31
-7
/
+0
|
*
Add __all__ attrs to async_stats and site_api modules
Chris Lovering
2022-03-31
-0
/
+6
|
*
Remove inappropriate abstractmethod tags
Chris Lovering
2022-03-31
-3
/
+0
|
*
Mark async-rediscache as an optional extra dependency
Chris Lovering
2022-03-31
-22
/
+37
|
*
Comment on what nitpick_ignore_regex does in conf.py
Chris Lovering
2022-03-24
-0
/
+2
|
*
Provide a bot.all_extensions instance attribute
Chris Lovering
2022-03-24
-6
/
+13
|
*
Remove unneeded kwargs in BotBase
Chris Lovering
2022-03-24
-6
/
+0
|
*
Add BotBase that will act as a base for all our bots
Chris Lovering
2022-03-24
-8
/
+280
|
*
Add async_stats subclass of statsd
Chris Lovering
2022-03-24
-1
/
+57
|
*
Bump d.py version and add new requirements for utils
Chris Lovering
2022-03-23
-60
/
+347
|
/
*
Merge pull request #39 from python-discord/revert-disnake
v4.0.0
Hassan Abouelela
2022-03-15
-54
/
+56
|
\
|
*
Bump version and document breaking change
Chris Lovering
2022-03-15
-1
/
+4
|
*
Change all instance of disnake to discord
Chris Lovering
2022-03-15
-32
/
+32
|
*
Revert back to discord.py
Chris Lovering
2022-03-15
-21
/
+20
|
/
*
Merge pull request #37 from python-discord/fix/trace-logging
v3.0.1
ChrisJL
2022-03-05
-2
/
+11
|
\
|
*
fix: Set the logger class in botcore.utils.logging.py to the CustomLogger class
ToxicKidz
2022-03-05
-2
/
+11
|
/
*
Merge pull request #35 from python-discord/monkey-patch-in-util-namespace
v3.0.0
ChrisJL
2022-03-03
-18
/
+30
|
\
|
*
Document breaking monkey patch change
Chris Lovering
2022-03-03
-2
/
+5
|
*
Don't break if functions are directly in module init files
Chris Lovering
2022-03-03
-1
/
+4
|
*
Surface apply_monkey_patches directly in the util namespace
Chris Lovering
2022-03-03
-15
/
+21
|
/
*
Merge pull request #34 from python-discord/feat/site-api-wrapper
v2.1.0
ToxicKidz
2022-02-27
-2
/
+160
|
\
|
*
feat: Port the Site API wrapper from the bot repo
ToxicKidz
2022-02-25
-2
/
+160
|
/
*
Merge pull request #32 from python-discord/disnake-migration
v2.0.0
ChrisJL
2022-02-25
-156
/
+343
|
\
|
*
Custom css to de-bold index page
Chris Lovering
2022-02-24
-2
/
+11
|
*
Migrate to using disnake over Discord.py 2.0a0
Chris Lovering
2022-02-24
-35
/
+38
|
*
Add disnake monkey patches
Chris Lovering
2022-02-24
-1
/
+85
|
*
Change discord API wrapper to disnake
Chris Lovering
2022-02-24
-122
/
+213
|
/
*
Merge pull request #29 from python-discord/port-utilities
Hassan Abouelela
2022-02-24
-212
/
+706
|
\
[next]