Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement global blocklist #83

Merged
merged 42 commits into from
May 8, 2024
Merged

Implement global blocklist #83

merged 42 commits into from
May 8, 2024

Commits on Jan 30, 2024

  1. Implement time converters from R. Danny

    This is done to reduce the amount of time that I need to figure out how to do this, and as Modmail does this already (for example, https://github.com/modmail-dev/Modmail/blob/master/core/time.py#L177C1-L281C22), it's just fine to rip it off
    No767 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    af59d9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ec2401 View commit details
    Browse the repository at this point in the history
  3. Add blacklist migrations

    No767 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ba0568b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Merge from main

    No767 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a4783ff View commit details
    Browse the repository at this point in the history
  2. Include blacklist migrations

    No767 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    1d1d40f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    e52adce View commit details
    Browse the repository at this point in the history
  2. Include timer migrations

    No767 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    3a8c4bc View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Add timer schema

    No767 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    43220c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Merge from main

    No767 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    6661c8a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    34be2bb View commit details
    Browse the repository at this point in the history
  2. merge from main

    No767 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    281f4d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Add blocklist

    No767 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ef2ae2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42f6905 View commit details
    Browse the repository at this point in the history
  3. fix time

    No767 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    08c5802 View commit details
    Browse the repository at this point in the history
  4. Implement self checks

    No767 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c923189 View commit details
    Browse the repository at this point in the history
  5. Fix pyright errors

    No767 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    bad9d52 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Rewrite checks

    No767 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1c33b73 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    87f8a2c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    d614023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdfd4f0 View commit details
    Browse the repository at this point in the history
  3. Rework blocklist commands

    No767 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3f864ad View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Finalize blocklist schema

    No767 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f3f23e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. merge from main

    No767 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    bc953df View commit details
    Browse the repository at this point in the history
  2. add new deps

    No767 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    3173d8c View commit details
    Browse the repository at this point in the history
  3. merge from main again

    No767 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    e714abd View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Merge from main

    No767 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    26070d9 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    bf1d9f8 View commit details
    Browse the repository at this point in the history
  2. Finish blocklist commands

    No767 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2fc219a View commit details
    Browse the repository at this point in the history
  3. Remove unused methods

    No767 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    6106dfd View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Remove R. Danny time converters

    In favor of a custom time converter based off of R. Danny's but is made to use with arrow
    No767 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    84fef3f View commit details
    Browse the repository at this point in the history
  2. merge from main

    No767 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4254d58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3834ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cfa39b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf22bd8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ff0a19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fff4dcc View commit details
    Browse the repository at this point in the history
  8. Do not ship unused libs

    No767 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d5abe06 View commit details
    Browse the repository at this point in the history
  9. Update relevant documentation

    No767 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    422a9b6 View commit details
    Browse the repository at this point in the history
  10. Add locked tag for setup

    No767 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    079b504 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a753dda View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4a55eb1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3ff3742 View commit details
    Browse the repository at this point in the history