| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-08-16 | Incorporating Mark's feedback on return annotations | -11/+15 | ||
| 2019-08-16 | Kaizen: Change all string concats to f-strings | -7/+7 | ||
| 2019-08-16 | Adding missing function annotations | -14/+14 | ||
| 2019-08-15 | Updating role sync tests for position and adding tests for deletion detection | -21/+60 | ||
| 2019-08-15 | Adding support for storing role positions and deleting roles | -27/+51 | ||
| 2019-08-14 | Add a site logging handler. | -2/+80 | ||
| 2019-08-14 | Remove fun cog | -54/+0 | ||
| 2019-08-05 | Blame Mark. | -1/+1 | ||
| 2019-08-05 | Be more helpful. | -0/+1 | ||
| 2019-08-05 | Fix typo in bot/cogs/error_handler.py. | -1/+1 | ||
| Originally authored by @MarkKoz. Co-Authored-By: Mark <[email protected]> | ||||
| 2019-08-05 | Suppress response code errors on tag reinvoke. | -1/+3 | ||
| 2019-08-05 | Finalize error handling. | -12/+15 | ||
| 2019-08-05 | Update code to make use of the new `ResponseCodeError`. | -18/+22 | ||
| 2019-08-04 | Raise specific exception for non-200s. | -9/+21 | ||
| 2019-07-28 | Handle more API status codes. | -1/+5 | ||
| 2019-07-28 | Move error handling to more descriptive `ErrorHandler` cog. | -18/+14 | ||
| 2019-07-28 | Drop user updating from `events` cog. | -203/+0 | ||
| 2019-07-28 | Revert 4d35f8f7137edb97e1124fa9087bd86399398047. | -0/+286 | ||
| 2019-07-16 | Remove unused import | -1/+0 | ||
| 2019-07-06 | moving over the communities to whitelist from master. | -0/+7 | ||
| 2019-07-06 | Whitelisting the kivy discord server from our filters | -0/+1 | ||
| 2019-07-05 | Apply suggestions from code review | -2/+2 | ||
| Co-Authored-By: Mark <[email protected]> | ||||
| 2019-07-04 | Changing class-level docstring of TalentPool class to be consistent with the ↵ | -1/+1 | ||
| BigBrother class | ||||
| 2019-07-04 | Adding correct docstring to TalentPool edit group method; adding periods to ↵ | -5/+5 | ||
| docstrings in the WatchChannel ABC | ||||
| 2019-07-04 | Applying docstring suggestions | -8/+8 | ||
| Co-Authored-By: Mark <[email protected]> | ||||
| 2019-07-04 | Replacing BigBrother by TalentPool in TalentPool docstrings | -4/+4 | ||
| 2019-07-04 | Removing unused import | -1/+1 | ||
| 2019-07-04 | Fixing bug with misnamed MessageHistory attribute message_count in if-statement | -1/+1 | ||
| 2019-07-04 | Removing the iter/unpacking support on dataclass in favour of multiline if | -5/+5 | ||
| 2019-07-03 | Removing redundant self.__class__.__name__ occurrences | -4/+4 | ||
| Co-Authored-By: Mark <[email protected]> | ||||
| 2019-07-03 | Update bot/cogs/watchchannels/watchchannel.py | -1/+1 | ||
| Co-Authored-By: Mark <[email protected]> | ||||
| 2019-07-03 | Removing last embed responses and unused imports | -11/+3 | ||
| 2019-07-03 | Change end nomination API endpoint to PATCH endpoint | -4/+3 | ||
| 2019-07-03 | Applied the following changes requested by reviews: | -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. | ||||
| 2019-07-01 | Apply docstring and logging message suggestions | -2/+2 | ||
| Co-Authored-By: Mark <[email protected]> | ||||
| 2019-06-29 | Applying changes requested in the reviews. | -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. | ||||
| 2019-06-29 | Making sure a watch/unwatch reason is required when using the alias as well | -12/+4 | ||
| 2019-06-28 | Changing 'return await ctx.send' to return on next line for correct return ↵ | -19/+30 | ||
| value annotation | ||||
| 2019-06-28 | force child to set parameters via __init__; return value annotations; ↵ | -49/+46 | ||
| correcting spelling mistakes; + small fixes | ||||
| 2019-06-28 | Updating constants to include talent-pool | -0/+2 | ||
| 2019-06-27 | Removing the old talentpool/bigbrother files + changing the extension loader | -379/+1 | ||
| 2019-06-27 | Truncating long names that misalign logs + adding 3 chars to account for ↵ | -1/+1 | ||
| watchchannels | ||||
| 2019-06-27 | Adding Webhooks to constants | -0/+12 | ||
| 2019-06-27 | Tweaking aliases to use the correct converters | -8/+30 | ||
| 2019-06-27 | Adding TalentPool to the watchchannels | -2/+272 | ||
| 2019-06-27 | Adding proxy_user to type hints, adding anti-bot watch, and tweaking user ↵ | -20/+23 | ||
| feedback | ||||
| 2019-06-27 | Adding proxy channel + improved methods to watchchannel | -48/+69 | ||
| 2019-06-27 | Cleaning up debug functions and unnecessary imports | -7/+1 | ||
| 2019-06-27 | Adding the BigBrother watchchannel class | -0/+131 | ||
| 2019-06-27 | Adding support to the 'active' parameter when posting an infraction | -3/+4 | ||