]> git.localhorst.tv Git - ffmpeg-test.git/commit
basic twitch chat connection
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 13 Oct 2024 15:47:58 +0000 (17:47 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 13 Oct 2024 15:47:58 +0000 (17:47 +0200)
commit040709bdb4c4b14410e1e87bb73bf9cf14d23057
tree00265acc19f4b9cacddcb3342283bd0348cd4fa8
parentff500be2c838875e6df7e57713e3c77ef94ad88e
basic twitch chat connection
14 files changed:
.gitignore
src/app/Application.h
src/sys/Promise.h [new file with mode: 0644]
src/twitch/IRCMessage.cpp [new file with mode: 0644]
src/twitch/IRCMessage.h [new file with mode: 0644]
src/twitch/LoginToken.cpp [new file with mode: 0644]
src/twitch/LoginToken.h [new file with mode: 0644]
src/ws/Connection.cpp
src/ws/Connection.h [deleted file]
src/ws/Context.h
src/ws/HttpsConnection.h [new file with mode: 0644]
src/ws/PusherConnection.h [new file with mode: 0644]
src/ws/TwitchConnection.h [new file with mode: 0644]
src/ws/io.h