Chat client for https://twitch.tv
Go to file
2017-02-06 11:38:26 +01:00
images updated settingsdialog 2017-01-22 12:46:35 +01:00
lib asd 2017-01-03 21:19:33 +01:00
messages make sure scrollbar doesn't request messages out of scope 2017-02-06 11:38:26 +01:00
qss fixed settings color 2017-02-02 00:25:57 +01:00
widgets make sure scrollbar doesn't request messages out of scope 2017-02-06 11:38:26 +01:00
.gitignore Initial commit 2016-12-29 17:18:13 +01:00
.gitmodules asd 2017-01-03 21:19:33 +01:00
account.cpp added namespaces 2017-01-18 21:30:23 +01:00
account.h added namespaces 2017-01-18 21:30:23 +01:00
asyncexec.h added namespaces 2017-01-18 21:30:23 +01:00
channel.cpp fixed having the same chat open multiple times 2017-02-02 23:51:02 +01:00
channel.h fixed having the same chat open multiple times 2017-02-02 23:51:02 +01:00
channels.cpp fixed having the same chat open multiple times 2017-02-02 23:51:02 +01:00
channels.h made channels shared_pointers 2017-01-30 19:14:25 +01:00
chatterino.pro added another level of unneeded abstraction 2017-02-02 22:15:09 +01:00
colorscheme.cpp added settings for theme and theme hue 2017-02-02 01:23:26 +01:00
colorscheme.h added settings for theme and theme hue 2017-02-02 01:23:26 +01:00
common.h juicy compiler error 2017-01-11 18:52:09 +01:00
common.h.cpp added spicy new segfaults 2017-01-11 01:08:20 +01:00
concurrentmap.h remove unused include from concurrentmap.h 2017-01-29 19:14:50 +01:00
emojidata.txt added messages 2017-01-07 20:43:55 +01:00
emojis.cpp added namespaces 2017-01-18 21:30:23 +01:00
emojis.h added namespaces 2017-01-18 21:30:23 +01:00
emotes.cpp added channel bttv and ffz emotes 2017-01-26 18:22:04 +01:00
emotes.h added channel bttv and ffz emotes 2017-01-26 18:22:04 +01:00
fonts.cpp added namespaces 2017-01-18 21:30:23 +01:00
fonts.h added namespaces 2017-01-18 21:30:23 +01:00
ircmanager.cpp join channels when IrcChonnection started 2017-01-30 20:13:53 +01:00
ircmanager.h made ircmanager::connection a shared_pointer 2017-01-30 19:43:17 +01:00
logging.cpp added stuff 2017-01-29 13:23:22 +01:00
logging.h added stuff 2017-01-29 13:23:22 +01:00
main.cpp added settings for theme and theme hue 2017-02-02 01:23:26 +01:00
README.md fix ssl download link 2017-01-26 11:17:29 +01:00
resources.cpp added namespaces 2017-01-18 21:30:23 +01:00
resources.h added namespaces 2017-01-18 21:30:23 +01:00
resources.qrc updated settingsdialog 2017-01-22 12:46:35 +01:00
setting.h added settingsdialog cancel 2017-01-24 19:51:57 +01:00
settings.cpp added settings for modifying tabs 2017-02-02 02:46:33 +01:00
settings.h added settings for modifying tabs 2017-02-02 02:46:33 +01:00
settingssnapshot.h added settingsdialog cancel 2017-01-24 19:51:57 +01:00
twitchemotevalue.h added namespaces 2017-01-18 21:30:23 +01:00
windows.cpp added settings for theme and theme hue 2017-02-02 01:23:26 +01:00
windows.h added settings for theme and theme hue 2017-02-02 01:23:26 +01:00

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

  1. download the boost library and extract it to C:\local\boost
  2. download binaries for OpenSSL >= 1.0.2 or compile it from source. example download
  3. Place libeay32.dll and ssleay32.dll from OpenSSL in a directory in PATH.