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

feat: Add initial EventSub Helix support #4962

Draft
wants to merge 24 commits into
base: master
Choose a base branch
from
Draft

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    33ab614 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8b9870 View commit details
    Browse the repository at this point in the history
  3. Add dev changelog entry

    pajlada committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4982f65 View commit details
    Browse the repository at this point in the history
  4. Add eventsub class that uses the eventsub library

    this isn't a submodule yet xd
    pajlada committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    30fee9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f08890 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7d9a48 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9399d4b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41214cd View commit details
    Browse the repository at this point in the history
  9. Add support for channel.ban v1 to replace pubsub

    downside is it's broadcaster only, so it's not a good replacement yet
    pajlada committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    d183f11 View commit details
    Browse the repository at this point in the history
  10. Add eventsub logging category

    pajlada committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    f7b12a9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8bb9be0 View commit details
    Browse the repository at this point in the history
  12. Fix date.h license link

    Co-authored-by: Wissididom <30803034+Wissididom@users.noreply.github.com>
    pajlada and Wissididom committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    da79753 View commit details
    Browse the repository at this point in the history
  13. fix for application changes

    pajlada committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    9bf5cfe View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2db096d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    71bd1ed View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    23d4fb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. fix: use header-only boost

    Co-Authored-By: nerix <nero.9@hotmail.de>
    pajlada and Nerixyz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    aa16d87 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    5616dc4 View commit details
    Browse the repository at this point in the history
  2. nit: remove const in return value of ChannelChatters::getUserColor

    UNRELATED CHANGE :-)
    pajlada committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    08d8d26 View commit details
    Browse the repository at this point in the history
  3. clang-tidy: unused ctx param

    pajlada committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    7d2e817 View commit details
    Browse the repository at this point in the history
  4. remove todo comment

    pajlada committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    b7a3215 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ec40f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38560ba View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. fix(eventsub): compilation issues (#5212)

    * fix(eventsub): support all compilers and stuff
    
    * fix: awaitable
    
    * fix: qualify `value_to`
    
    This is the run
    Nerixyz committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    0e9c193 View commit details
    Browse the repository at this point in the history