index
:
bot
copilot/fix-dm-closed-error-handling
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
/
scripts
/
deploy-azure.sh
(
unfollow
)
Commit message (
Collapse
)
Author
Lines
2019-01-06
Move by-reason infraction search to Django API backend.
Johannes Christ
-13
/
+3
2019-01-06
Move by-user infraction search to Django API backend.
Johannes Christ
-24
/
+12
2019-01-04
Use guild ID from configuration file.
Johannes Christ
-3
/
+4
2019-01-04
Handle member leave in sync cog.
Johannes Christ
-0
/
+13
2019-01-04
Handle member join in sync cog.
Johannes Christ
-11
/
+49
2019-01-04
Send permission / colour value as required.
Johannes Christ
-5
/
+5
2019-01-04
Handle role deletion in sync cog.
Johannes Christ
-0
/
+9
2019-01-04
Handle role creation in sync cog.
Johannes Christ
-0
/
+11
2019-01-04
Handle role updates in sync cog.
Johannes Christ
-1
/
+17
2019-01-04
Handle member updates in sync cog.
Johannes Christ
-1
/
+20
2019-01-03
Move diff logging to cog, add manual sync commands.
Johannes Christ
-12
/
+53
2019-01-03
Add test case for deduplication of `in_guild` field update.
Johannes Christ
-0
/
+7
2019-01-03
Add documentation strings and comments.
Johannes Christ
-10
/
+71
2019-01-03
Remove obsolete `user is None` check.
Johannes Christ
-3
/
+0
2019-01-03
Add testing step to CI.
Johannes Christ
-0
/
+3
2019-01-03
Add `pytest` dev dependency.
Johannes Christ
-168
/
+215
2019-01-03
Add role and user differ unit tests.
Johannes Christ
-0
/
+125
2019-01-03
Respect immutability.
Johannes Christ
-2
/
+2
2019-01-03
Create or update roles as needed.
Johannes Christ
-4
/
+21
2019-01-03
Update users who joined and left.
Johannes Christ
-3
/
+27
2019-01-03
Remove useless `chunk_by` function.
Johannes Christ
-7
/
+0
2019-01-03
Sync updated users since last boot.
Johannes Christ
-19
/
+24
2019-01-01
Add `PUT` support in API client.
Johannes Christ
-0
/
+4
2019-01-01
Send users one by one.
Johannes Christ
-17
/
+14
2019-01-01
Implement basic member syncing.
Johannes Christ
-19
/
+96
2019-01-01
Factor out sync cog to package.
Johannes Christ
-30
/
+42
2019-01-01
Fix another merge conflict that was leftover.
Johannes Christ
-3
/
+0
2019-01-01
Cast int to str, correct buffer align, re-add trailing space
scragly
-1
/
+1
2018-12-29
Remove the cursed trailing whitespace
sco1
-2
/
+2
2018-12-29
Remove invite filter deblanking
sco1
-9
/
+6
Clarify inline help/comments
2018-12-29
Add mod log event for member warn & shadowwarn
sco1
-0
/
+30
2018-12-28
Expand in_channel check to accept multi-channels, bypass roles.
scragly
-33
/
+53
2018-12-28
Simplify regex pattern
Mark
-1
/
+1
Co-Authored-By: scragly <
[email protected]
>
2018-12-27
invite filter: remove redundant channel None check
MarkKoz
-8
/
+6
2018-12-27
Disallow Group DM invites from the invite filter
Joseph Banks
-1
/
+9
2018-12-27
Ping mod on infr notify failure in modlog.
scragly
-0
/
+30
2018-12-27
Add content kwarg to modlog messages.
scragly
-5
/
+7
2018-12-27
Add charinfo command.
scragly
-1
/
+46
2018-12-27
Add DM emoji indicator for infr notify success.
scragly
-40
/
+49
2018-12-24
Add linebreak
sco1
-0
/
+1
2018-12-24
Remove reason check
sco1
-6
/
+1
2018-12-24
CommandNotFound exceptions will attempt tofind a valid tag before silently ↵
Tagptroll1
-3
/
+12
ignoring
2018-12-20
Realigned emoji groupings
sco1
-6
/
+6
2018-12-20
Update config-default.yml
Mark
-1
/
+1
Co-Authored-By: sco1 <
[email protected]
>
2018-12-20
Fix initial emoji config
sco1
-1
/
+1
Resolves #220
2018-12-18
Make reason a required input to bb watch
sco1
-5
/
+9
Resolves #218
2018-12-18
Update README.md
Leon Sandøy
-1
/
+1
2018-12-05
Remove superfluous `self.headers` setting.
Johannes Christ
-1
/
+0
2018-12-05
Adding git to the base dockerfile
Leon Sandøy
-0
/
+1
2018-12-05
Update bot/cogs/alias.py
scragly
-1
/
+1
Co-Authored-By: heavysaturn <
[email protected]
>
[next]