| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | Suppress response code errors on tag reinvoke. | 2019-08-05 | -1/+3 | ||
| | | | | |||||
| | * | | Finalize error handling. | 2019-08-05 | -12/+15 | ||
| | | | | |||||
| | * | | Update code to make use of the new `ResponseCodeError`. | 2019-08-05 | -18/+22 | ||
| | | | | |||||
| | * | | Raise specific exception for non-200s. | 2019-08-04 | -9/+21 | ||
| | | | | |||||
| | * | | Handle more API status codes. | 2019-07-28 | -1/+5 | ||
| | | | | |||||
| | * | | Move error handling to more descriptive `ErrorHandler` cog. | 2019-07-28 | -18/+14 | ||
| | | | | |||||
| | * | | Drop user updating from `events` cog. | 2019-07-28 | -203/+0 | ||
| | | | | |||||
| | * | | Revert 4d35f8f7137edb97e1124fa9087bd86399398047. | 2019-07-28 | -0/+286 | ||
| |/ / | |||||
| * | | Merge pull request #386 from python-discord/django-merge | 2019-07-21 | -2766/+1635 | ||
| |\ \ | | | | | | | Django Merge | ||||
| | * | | Remove unused import | 2019-07-16 | -1/+0 | ||
| | | | | |||||
| | * | | Merge remote-tracking branch 'origin/master' into django-merge | 2019-07-16 | -13/+11 | ||
| | |\| | | | | | | | | | | Merge user-event whitelists and special character support for off topic names. | ||||
| | | * | Whitelisting the kivy discord server from our filters | 2019-07-06 | -0/+1 | ||
| | | | | |||||
| | | * | Update off_topic_names.py | 2019-06-23 | -2/+2 | ||
| | | | | |||||
| | | * | Merge pull request #373 from python-discord/off-topic-convert | 2019-06-23 | -6/+6 | ||
| | | |\ | | | | | | | | | Accept uppercase and punctuation for off-topic names | ||||
| | | | * | Merge branch 'master' into off-topic-convert | 2019-06-22 | -7/+5 | ||
| | | | |\ | | | |/ | | |/| | |||||
| | | * | | Anti-spam should use the same whitelist as Filters | 2019-06-22 | -7/+2 | ||
| | | | | | |||||
| | | * | | add user events announcements to the constants.py class | 2019-06-22 | -0/+1 | ||
| | | | | | |||||
| | | * | | Adding user-event-announcements to the spamfilter whitelist | 2019-06-22 | -0/+2 | ||
| | | | | | |||||
| | | | * | Merge branch 'master' into off-topic-convert | 2019-06-22 | -0/+1 | ||
| | | | |\ | | | |/ | | |/| | |||||
| | | * | | Add Discord Hack Week server to Whitelist (#375) | 2019-06-22 | -0/+1 | ||
| | | |\ \ | | | | | | | | | | | Add Discord Hack Week server to Whitelist | ||||
| | | | * | | Add Discord Hack Week server to Whitelist | 2019-06-21 | -0/+1 | ||
| | | |/ / | |||||
| | | | * | Accept uppercase and punctuation for off-topic names | 2019-06-14 | -6/+6 | ||
| | | |/ | | | | | | | | | | Resolves #369 | ||||
| | * | | Merge remote-tracking branch 'origin/django' into django-merge | 2019-07-16 | -785/+927 | ||
| | |\ \ | |/ / |/| | | | | | | | | Merge in RMQ removal, Snekbox changes, and watch channel rework, among other minor things. | ||||
| * | | | Merge pull request #376 from python-discord/django-watchchannels | 2019-07-16 | -399/+772 | ||
| |\ \ \ | | | | | | | | | BigBrother/TalentPool/WatchChannel submodule | ||||
| | * | | | Apply suggestions from code review | 2019-07-05 | -2/+2 | ||
| | | | | | | | | | | | | | Co-Authored-By: Mark <[email protected]> | ||||
| | * | | | Changing class-level docstring of TalentPool class to be consistent with the ↵ | 2019-07-04 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | BigBrother class | ||||
| | * | | | Adding correct docstring to TalentPool edit group method; adding periods to ↵ | 2019-07-04 | -5/+5 | ||
| | | | | | | | | | | | | | | | | | docstrings in the WatchChannel ABC | ||||
| | * | | | Applying docstring suggestions | 2019-07-04 | -8/+8 | ||
| | | | | | | | | | | | | | Co-Authored-By: Mark <[email protected]> | ||||
| | * | | | Replacing BigBrother by TalentPool in TalentPool docstrings | 2019-07-04 | -4/+4 | ||
| | | | | | |||||
| | * | | | Removing unused import | 2019-07-04 | -1/+1 | ||
| | | | | | |||||
| | * | | | Fixing bug with misnamed MessageHistory attribute message_count in if-statement | 2019-07-04 | -1/+1 | ||
| | | | | | |||||
| | * | | | Merge branch 'django-watchchannels' of github.com:python-discord/bot into ↵ | 2019-07-04 | -5/+5 | ||
| | |\ \ \ | | | | | | | | | | | | | | | | django-watchchannels | ||||
| | | * | | | Removing redundant self.__class__.__name__ occurrences | 2019-07-03 | -4/+4 | ||
| | | | | | | | | | | | | | | | | Co-Authored-By: Mark <[email protected]> | ||||
| | | * | | | Update bot/cogs/watchchannels/watchchannel.py | 2019-07-03 | -1/+1 | ||
| | | | | | | | | | | | | | | | | Co-Authored-By: Mark <[email protected]> | ||||
| | * | | | | Removing the iter/unpacking support on dataclass in favour of multiline if | 2019-07-04 | -5/+5 | ||
| | |/ / / | |||||
| | * | | | Removing last embed responses and unused imports | 2019-07-03 | -11/+3 | ||
| | | | | | |||||
| | * | | | Merge branch 'django-watchchannels' of github.com:python-discord/bot into ↵ | 2019-07-03 | -2/+2 | ||
| | |\ \ \ | | | | | | | | | | | | | | | | django-watchchannels | ||||
| | | * | | | Apply docstring and logging message suggestions | 2019-07-01 | -2/+2 | ||
| | | | | | | | | | | | | | | | | Co-Authored-By: Mark <[email protected]> | ||||
| | * | | | | Change end nomination API endpoint to PATCH endpoint | 2019-07-03 | -4/+3 | ||
| | | | | | | |||||
| | * | | | | Applied the following changes requested by reviews: | 2019-07-03 | -91/+50 | ||
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bot responses are now plain messages instead of embeds; - The message history in the WatchChannel cog is now stored using a new dataclass, MessageHistory; - Removed the truncation option from the modified name field in logging; - bigbrother now provides user feedback when watching fails due to failing cache update; - Changed the lay-out of the mod_log alert and set ping_everyone to True; - Changed the function signature of `post_infraction` utility function to the one-parameter-per-line style; - Moved the declaration of File within bot/utils/messages.py to before the if/else to make things DRY. | ||||
| | * | | | Applying changes requested in the reviews. | 2019-06-29 | -109/+99 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Somewhat major changes include: - Reworked the start_watchchannel retry logic; - Updated docstrings; - Removed/changed Tetris-style argument lists to one-per-line or all on one line. | ||||
| | * | | | Making sure a watch/unwatch reason is required when using the alias as well | 2019-06-29 | -12/+4 | ||
| | | | | | |||||
| | * | | | Changing 'return await ctx.send' to return on next line for correct return ↵ | 2019-06-28 | -19/+30 | ||
| | | | | | | | | | | | | | | | | | value annotation | ||||
| | * | | | force child to set parameters via __init__; return value annotations; ↵ | 2019-06-28 | -49/+46 | ||
| | | | | | | | | | | | | | | | | | correcting spelling mistakes; + small fixes | ||||
| | * | | | Updating constants to include talent-pool | 2019-06-28 | -0/+2 | ||
| | | | | | |||||
| | * | | | Removing the old talentpool/bigbrother files + changing the extension loader | 2019-06-27 | -379/+1 | ||
| | | | | | |||||
| | * | | | Truncating long names that misalign logs + adding 3 chars to account for ↵ | 2019-06-27 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | watchchannels | ||||
| | * | | | Adding Webhooks to constants | 2019-06-27 | -0/+12 | ||
| | | | | | |||||
| | * | | | Tweaking aliases to use the correct converters | 2019-06-27 | -8/+30 | ||
| | | | | | |||||
| | * | | | Adding TalentPool to the watchchannels | 2019-06-27 | -2/+272 | ||
| | | | | | |||||