| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-11-05 | Changed ```python to ```py | -1/+1 | ||
| 2020-11-01 | Actually fix the issue @kwzrd pointed out | -3/+3 | ||
| 2020-11-01 | Correct 404 error message in voice gate command | -2/+2 | ||
| 2020-11-01 | Reinsert python-repl in PY_LANG_CODES | -1/+1 | ||
| 2020-11-01 | Updated langs to include python-repl | -1/+1 | ||
| 2020-11-01 | Correct activity block config name in voice gate extension | -1/+1 | ||
| 2020-11-01 | Indent inline comment by two spaces in config-default.yml | -1/+1 | ||
| 2020-11-01 | Change wording of failure message and re-add trailing comma | -1/+1 | ||
| 2020-11-01 | Remove full stop | -1/+1 | ||
| 2020-10-31 | Add activity blocks threshold to voice gate | -1/+4 | ||
| 2020-10-31 | Add new activity block constant | -0/+2 | ||
| 2020-10-27 | Fix incorrect argument for _send_log when filtering evals | -1/+1 | ||
| Fixes BOT-AN | ||||
| 2020-10-27 | "see here" -> "check this out" | -1/+1 | ||
| 2020-10-26 | link to a page about finding the backtick key on different layouts. | -1/+1 | ||
| 2020-10-26 | Made the message significantly shorter | -13/+3 | ||
| 2020-10-22 | Swapped individual channel ids for category id. | -8/+4 | ||
| Signed-off-by: Daniel Brown <[email protected]> | ||||
| 2020-10-22 | Update config-default.yml | -1/+1 | ||
| Changing a hyphen to an underscore in the config Co-authored-by: kwzrd <[email protected]> | ||||
| 2020-10-22 | Added voice_chat to eval list | -1/+9 | ||
| Signed-off-by: Daniel Brown <[email protected]> | ||||
| 2020-10-22 | Update Python Discord badge to 100k members. | -1/+1 | ||
| 2020-10-22 | Use FetchedMember for user annotation | -6/+7 | ||
| 2020-10-22 | Add handling of off-server users to user command | -16/+23 | ||
| 2020-10-21 | Silence tests: update docstrings in notifier tests | -2/+2 | ||
| 2020-10-21 | Relay python-dev to mailing lists channel | -0/+1 | ||
| 2020-10-21 | Remove unnecessary getLogger call | -1/+0 | ||
| 2020-10-18 | Reminders: rename namespace constant | -4/+4 | ||
| It's better to have a self-documenting name than a comment, which, by the way, was using the old name for the decorator. | ||||
| 2020-10-18 | Silence: add locks to commands | -1/+9 | ||
| 2020-10-18 | Silence: rename function to reduce ambiguity | -10/+10 | ||
| 2020-10-19 | Set logging level for async-rediscache to warning | -0/+1 | ||
| 2020-10-19 | Instruct to reconnect to voice channel if connected on verification. | -0/+4 | ||
| If a user is already connected to a voice channel at the time of getting verified through voice gate, they won't have their permissions actually apply to their current session. This change adds information on verifying so they know they must reconnect to have the changes apply. | ||||
| 2020-10-19 | Address a grammar error in failed reasons. | -1/+1 | ||
| An overlooked grammatical error occurred in exactly 1 (one) of the possible failure reasons when being verified for the voice gate system. This was unacceptable to the masses, so a swift correction has been added to address it, adding 1 (one) additional word to the listed reason. | ||||
| 2020-10-19 | Ensure verified users can see verified message. | -4/+8 | ||
| When verified users get their role, they cannot see the voice-verification channel anymore, so I've added a 3 second delay for granting the role in order to ensure there's some time for them to see the response. I've also moved the DM message to only be sent if the DM message succeeds, and to not mention them in-channel to avoid distracting them from the DM notification unnecessarily, as I'm sure they'll see a near-instant response to their command usage in that channel. | ||||
| 2020-10-19 | Disconnect users on voiceban. | -0/+2 | ||
| On voiceban, a users effective permissions will change to not allow speaking, however this permission isn't effective until rejoining. To ensure a voiceban is immediately in effect, the user will be disconnected from any voice channels. | ||||
| 2020-10-19 | Send response in verification if DM fails. | -2/+8 | ||
| At the moment, the bot will attempt to DM the verification result for a member which is reliant on privacy settings allowing member DMs. This commit should add a suitable fallback of sending the response in the voice-verification channel instead. | ||||
| 2020-10-18 | Use "failed" instead "not passed" for feedback embed of voice gate fail | -1/+1 | ||
| Co-authored-by: Joe Banks <[email protected]> | ||||
| 2020-10-18 | Fix grammar of voice unban embed description | -1/+1 | ||
| Co-authored-by: Joe Banks <[email protected]> | ||||
| 2020-10-18 | Fix grammar of voice verification config comments | -2/+2 | ||
| Co-authored-by: Joe Banks <[email protected]> | ||||
| 2020-10-18 | Use bullet points instead of - for voice verify failing reasons | -1/+1 | ||
| Co-authored-by: Joe Banks <[email protected]> | ||||
| 2020-10-18 | Remove too much aliases for voice verify command | -1/+1 | ||
| Co-authored-by: Joe Banks <[email protected]> | ||||
| 2020-10-18 | Remove test for case when user don't have VV for voice ban | -8/+0 | ||
| 2020-10-18 | Fix too long lines for Voice Gate | -2/+9 | ||
| 2020-10-18 | Use .title() instead of .capitalize() | -1/+1 | ||
| 2020-10-18 | Update formatting of voice gate failing embed | -7/+4 | ||
| 2020-10-18 | Fix grammar of fail messages of Voice Gate | -2/+2 | ||
| 2020-10-18 | Remove _ from infraction type when sending back result | -6/+6 | ||
| 2020-10-18 | Remove checking does user have voice verified role for voice ban | -4/+0 | ||
| Co-authored-by: Joe Banks <[email protected]> | ||||
| 2020-10-18 | Fix grammar and wording of Voice Gate + Voice Ban | -7/+7 | ||
| Co-authored-by: Joe Banks <[email protected]> | ||||
| 2020-10-18 | Change message that say to user that he get response to DM | -1/+1 | ||
| 2020-10-18 | Rework how voice gate do checks | -24/+18 | ||
| 2020-10-18 | Fix voice ban command name in test | -1/+1 | ||
| 2020-10-18 | Use embeds instead of normal messages and send to DM instead | -10/+27 | ||