index
:
bot
dependabot/github_actions/astral-sh/setup-uv-7
dependabot/pip/pip-5e502e9552
dependabot/uv/regex-2025.9.18
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
/
bot
/
cogs
/
sync
/
syncers.py
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Move extensions into sub-directories
MarkKoz
2020-08-13
-347
/
+0
*
Allow role pings in Syncers and help_channels.py
Leon Sandøy
2020-07-12
-1
/
+6
*
Remove all sending of avatar_hash.
Leon Sandøy
2020-05-27
-2
/
+1
*
(Syncers): Fixed wrong except statement
ks129
2020-04-09
-1
/
+2
*
Increase syncer logging level
S. Co1
2020-03-28
-1
/
+1
*
Logging severity pass from review
S. Co1
2020-03-28
-1
/
+1
*
Move syncer confirmation reaction check out of finally clause
S. Co1
2020-03-01
-11
/
+11
*
Fix mismatched constant names in syncer tests
S. Co1
2020-02-25
-4
/
+4
*
Sync: code style refactoring
MarkKoz
2020-02-23
-5
/
+6
*
Sync: add confirmation timeout and max diff to config
MarkKoz
2020-02-19
-14
/
+11
*
Sync tests: ignore coverage for abstract methods
MarkKoz
2020-02-12
-3
/
+3
*
Sync: create a separate function to get the confirmation result
MarkKoz
2020-02-12
-9
/
+32
*
Sync: fix precedence of conditional expression in _reaction_check
MarkKoz
2020-02-12
-1
/
+1
*
Sync: make the reaction check an instance method instead of nested
MarkKoz
2020-02-12
-13
/
+28
*
Sync: handle API errors gracefully
MarkKoz
2020-02-12
-10
/
+21
*
Sync: mention core devs when results are shown & fix missing space
MarkKoz
2020-02-12
-6
/
+8
*
Sync: split _confirm() into two functions
MarkKoz
2020-02-12
-10
/
+32
*
Sync: keep the mention for all edits of the confirmation prompt
MarkKoz
2020-02-12
-4
/
+6
*
Sync: add trace and debug logging
MarkKoz
2020-02-12
-1
/
+16
*
Sync: fix confirmation reaction check
MarkKoz
2020-02-12
-5
/
+10
*
Sync: remove author mention from confirm prompt
MarkKoz
2020-02-12
-2
/
+2
*
Sync: fix overwriting message with None after editing it
MarkKoz
2020-02-12
-1
/
+1
*
Sync: fix passing context instead of message to _confirm()
MarkKoz
2020-02-12
-4
/
+5
*
Sync: fix missing await for fetch_channel
MarkKoz
2020-02-12
-1
/
+1
*
Sync: allow for None values in Diffs
MarkKoz
2020-02-12
-4
/
+4
*
Sync: make Role, User, and Diff private
MarkKoz
2020-02-12
-15
/
+15
*
Sync: remove generic type from Diff
MarkKoz
2020-02-12
-19
/
+10
*
Sync: move sync logic into Syncer base class
MarkKoz
2020-02-12
-61
/
+47
*
Sync: prompt to confirm when diff is greater than 10
MarkKoz
2020-02-12
-24
/
+146
*
Sync: create classes for syncers
MarkKoz
2020-02-12
-224
/
+138
*
Change all Bot imports to use the subclass
MarkKoz
2019-12-07
-3
/
+4
*
Apply suggestions from code review
S. Co1
2019-09-22
-1
/
+1
*
Docstring linting chunk 5
sco1
2019-09-10
-6
/
+1
*
Incorporating Mark's feedback on return annotations
Sebastiaan Zeeff
2019-08-16
-11
/
+15
*
Kaizen: Change all string concats to f-strings
Sebastiaan Zeeff
2019-08-16
-3
/
+3
*
Adding missing function annotations
Sebastiaan Zeeff
2019-08-16
-2
/
+2
*
Adding support for storing role positions and deleting roles
Sebastiaan Zeeff
2019-08-15
-9
/
+17
*
Move diff logging to cog, add manual sync commands.
Johannes Christ
2019-01-03
-10
/
+14
*
Add documentation strings and comments.
Johannes Christ
2019-01-03
-10
/
+71
*
Remove obsolete `user is None` check.
Johannes Christ
2019-01-03
-3
/
+0
*
Respect immutability.
Johannes Christ
2019-01-03
-2
/
+2
*
Create or update roles as needed.
Johannes Christ
2019-01-03
-4
/
+21
*
Update users who joined and left.
Johannes Christ
2019-01-03
-3
/
+27
*
Remove useless `chunk_by` function.
Johannes Christ
2019-01-03
-7
/
+0
*
Sync updated users since last boot.
Johannes Christ
2019-01-03
-19
/
+18
*
Send users one by one.
Johannes Christ
2019-01-01
-17
/
+14
*
Implement basic member syncing.
Johannes Christ
2019-01-01
-19
/
+95
*
Factor out sync cog to package.
Johannes Christ
2019-01-01
-0
/
+59