| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | | | * | | | Error to load settings will send the traceback to the channel | 2021-02-19 | -0/+2 | ||
| | | | | | | | | | |||||
| | | | | | * | | | Threshold has false-y value when set to 0 | 2021-02-17 | -15/+20 | ||
| | | | | | | | | | |||||
| | | | | | * | | | Error loading settings will also ping devops role | 2021-02-17 | -1/+5 | ||
| | | | | | | | | | |||||
| | | | | | * | | | Gave more meaningful name and description to the cache | 2021-02-17 | -5/+8 | ||
| | | | | | | | | | |||||
| | | | | | * | | | Changed server command to work with new defcon cog | 2021-02-17 | -6/+7 | ||
| | | | | | | | | | |||||
| | | | | | * | | | Renamed _defcon_action to _update_threshold and updated docstring | 2021-02-14 | -4/+4 | ||
| | | | | | | | | | |||||
| | | | | | * | | | Removed cog check, shutdown restricted to admins | 2021-02-14 | -4/+5 | ||
| | | | | | | | | | |||||
| | | | | | * | | | _update_channel_topic not longer needs to be awaited | 2021-02-14 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's important to note that it's appropriate for the sync and action methods to have a lock between them, because if an action is made before syncing is complete it gets screwed and starts throwing excpetion for every command. | ||||
| | | | | | * | | | Prevent channel description edit from locking commands | 2021-02-13 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because some parts are defined as atomic transaction, we can't use them with channel description edits which are heavily rate limited. Description edits are now run in a separate task. | ||||
| | | | | | * | | | Status command displays verification level | 2021-02-13 | -0/+1 | ||
| | | | | | | | | | |||||
| | | | | | * | | | Fixed on_message | 2021-02-13 | -8/+11 | ||
| | | | | | | | | | |||||
| | | | | | * | | | Add option to schedule threshold reset | 2021-02-13 | -16/+46 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added optional argument to defcon threshold to specify for how long it should be on. The notifier will now run only when there is no expiry date specified. | ||||
| | | | | | * | | | Defcon days is now defcon threshold with DurationDelta | 2021-02-13 | -41/+84 | ||
| | | | | | | | | | |||||
| | | | | | * | | | Added cog check to only allow mods in the defcon channel | 2021-02-13 | -5/+4 | ||
| | | | | | | | | | |||||
| | | | | | * | | | Removed _build_defcon_message method | 2021-02-13 | -24/+15 | ||
| | | | | | | | | | |||||
| | | | | | * | | | Added server shutdown and reopen commands | 2021-02-13 | -2/+24 | ||
| | | | | | | | | | |||||
| | | | | | * | | | Reordered methods | 2021-02-13 | -18/+18 | ||
| | | | | | | | | | |||||
| | | | | | * | | | Removed enabling and switched to redis | 2021-02-13 | -132/+65 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing self.enable and the defon & defoff commands. Defcon will now just be always 'on' and we can set the days threshold to 0 to turn it off. Switched from postgres to redis - if the data gets lost we should just reconfigure defcon again, it should not depend on the site. | ||||
| | | | | | * | | | Defon doesn't reset the number of days | 2021-01-26 | -1/+1 | ||
| | | | | | | | | | |||||
| | | | | | * | | | Merge branch 'mbaruh/defcon' of https://github.com/python-discord/bot into ↵ | 2021-01-26 | -3222/+4337 | ||
| | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | mbaruh/defcon | ||||
| | | | | | | * \ \ | Merge branch 'master' into mbaruh/defcon | 2021-01-26 | -3222/+4337 | ||
| | | | | | | |\ \ \ | | | | |_|_|/ / / | | | |/| | | | | | |||||
| | | | | | * | | | | Added cog unloader to cancel notifier | 2021-01-26 | -0/+8 | ||
| | | | | | | | | | | |||||
| | | | | | * | | | | Moved channel topic change to _defcon_action | 2021-01-26 | -3/+1 | ||
| | | | | | | | | | | |||||
| | | | | | * | | | | Moved self.enabled update to _defcon_action | 2021-01-26 | -9/+6 | ||
| | | | | | | | | | | |||||
| | | | | | * | | | | Make the cog update even if write to DB fails | 2021-01-26 | -3/+3 | ||
| | | | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | The defcon cog should be functional even if there is some issue with writing to the DB for some reason. The functionality should have retention across restarts, but it shouldn't be its failing point. If necessary, it should be able to work with no DB at all | ||||
| | | | | | * | | | Added defcon status notifier | 2020-10-30 | -1/+22 | ||
| | | | | | | | | | |||||
| | | | | | | * | | Grammar | 2021-01-31 | -1/+1 | ||
| | | | | | | | | | |||||
| | | | | | | * | | return true when tag is on cd | 2021-01-31 | -3/+4 | ||
| | | | | | | | | | |||||
| | | | | | | | * | Remove compatibility-none returns from filters | 2021-02-24 | -27/+24 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This doesn't look good to have just None returns, so made changes so if function don't return tuple, then reason is automatically None. | ||||
| | | | | | | | * | Move reason for guild filtering to footer | 2021-02-20 | -3/+2 | ||
| | | | | | | | | | |||||
| | | | | | | | * | Add comments about returning blacklist entry reasons to filters | 2021-02-17 | -3/+18 | ||
| | | | | | | | | | |||||
| | | | | | | | * | Rename filter trigger reason from entry command to reason | 2021-02-17 | -2/+2 | ||
| | | | | | | | | | |||||
| | | | | | | | * | Add missing None reason returns of filters | 2021-02-17 | -3/+3 | ||
| | | | | | | | | | |||||
| | | | | | | | * | Implement showing filterlist entry comment in alerts | 2021-02-06 | -23/+40 | ||
| | | |_|_|_|_|/ | |/| | | | | | |||||
| | * | | | | | | Merge pull request #1397 from python-discord/feat/1280/deleted-jumplink | 2021-02-05 | -0/+2 | ||
| | |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | Add jumplink to deleted messages | ||||
| | | * | | | | | Add jumplink to deleted messages | 2021-02-05 | -0/+2 | ||
| | |/ / / / / | |||||
| * | | | | | | Modifies Silence Tests | 2021-02-05 | -15/+28 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a missing test assertion, and seperates the voice and text components of a test. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | | | | | | Modifies Silence Tests | 2021-02-05 | -4/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a missing test assertion, and seperates the voice and text components of a test. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | | | | | | Separates Voice Overwrite Tests | 2021-02-04 | -9/+19 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | | | | | | Adds Move To Failure Tests | 2021-02-04 | -0/+26 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | | | | | | Merge remote-tracking branch 'origin/voicechannel-mute' into voicechannel-mute | 2021-02-04 | -1/+1 | ||
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Modifies Channel Creation Reason | 2021-02-04 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Matteo Bertucci <[email protected]> | ||||
| * | | | | | | | Updates Voice Kick Restriction Tests | 2021-02-04 | -11/+19 | ||
| |/ / / / / / | |||||
| * | | | | | | Restricts Voice Silence Skip To Mod Roles | 2021-02-04 | -8/+11 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Raises the permission required to not be muted during a voice silence to moderation roles. | ||||
| * | | | | | | Updates Voice Channel Config | 2021-02-04 | -12/+17 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the new voice and text channels to the default config, and renames all affected channels in the config and constants to match the new names. | ||||
| * | | | | | | Merge branch 'master' into voicechannel-mute | 2021-02-04 | -1414/+1799 | ||
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # bot/constants.py | ||||
| | * | | | | | Merge pull request #1378 from PH-KDX/patch-1 | 2021-02-03 | -0/+3 | ||
| | |\ \ \ \ \ | | | | | | | | | | | | | | | Create voice.md | ||||
| | | * \ \ \ \ | Merge branch 'master' into patch-1 | 2021-02-03 | -349/+444 | ||
| | | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | * | | | | | | Merge pull request #1313 from HassanAbouelela/fix-voiceban-member-bug | 2021-02-03 | -14/+52 | ||
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Adds Member Checks Before Changing Voice | ||||
| | | * | | | | | | Updates Apply Infraction Docstring | 2021-01-21 | -0/+1 | ||
| | | | | | | | | | |||||