mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Chat client for https://twitch.tv
b010d90689
What needs more work: - Make sure popup is gone if you click away - Add timeouts etc and make them work (relies on Channel being able to send messages) |
||
---|---|---|
forms | ||
images | ||
lib | ||
logging | ||
messages | ||
qss | ||
widgets | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
account.cpp | ||
account.h | ||
asyncexec.h | ||
channel.cpp | ||
channel.h | ||
channels.cpp | ||
channels.h | ||
chatterino.pro | ||
clangformat.txt | ||
colorscheme.cpp | ||
colorscheme.h | ||
common.h | ||
common.h.cpp | ||
concurrentmap.h | ||
emojidata.txt | ||
emojis.cpp | ||
emojis.h | ||
emotes.cpp | ||
emotes.h | ||
fonts.cpp | ||
fonts.h | ||
ircmanager.cpp | ||
ircmanager.h | ||
main.cpp | ||
README.md | ||
resources.cpp | ||
resources.h | ||
resources.qrc | ||
setting.h | ||
settings.cpp | ||
settings.h | ||
settingssnapshot.h | ||
twitchemotevalue.h | ||
windows.cpp | ||
windows.h |
chatterino 2
Chatterino 2 is the second installment of my twitch chat client series "Chatterino". For now you can check out chatterino 1 at chatterino.com.
requirements
- download the boost library and extract it to
C:\local\boost
- download binaries for OpenSSL >= 1.0.2 or compile it from source. example download
- Place libeay32.dll and ssleay32.dll from OpenSSL in a directory in PATH.
code style
The code is normally formated using clang format in qt creator. clangformat.txt contains the style file for clang format.