Chat client for https://twitch.tv
Go to file
2017-01-29 12:26:22 +01:00
images updated settingsdialog 2017-01-22 12:46:35 +01:00
lib asd 2017-01-03 21:19:33 +01:00
messages return references to the vectors in message.h 2017-01-28 20:35:58 +01:00
qss asd 2017-01-03 21:19:33 +01:00
widgets split layout is now saved too 2017-01-29 12:26:22 +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 added channel bttv and ffz emotes 2017-01-26 18:22:04 +01:00
channel.h added channel bttv and ffz emotes 2017-01-26 18:22:04 +01:00
channels.cpp added namespaces 2017-01-18 21:30:23 +01:00
channels.h added namespaces 2017-01-18 21:30:23 +01:00
chatterino.pro added settingsdialog cancel 2017-01-24 19:51:57 +01:00
colorscheme.cpp added scrollbar and smooth scrolling 2017-01-26 04:26:40 +01:00
colorscheme.h added settingssnapshot 2017-01-24 20:16:45 +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 fixed notebookpagedroppreview animation 2017-01-26 09:26:18 +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 fixed namespaces 2017-01-18 21:52:36 +01:00
ircmanager.h added namespaces 2017-01-18 21:30:23 +01:00
main.cpp Tabs are now loaded and saved (no chats yet) 2017-01-28 23:12:18 +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 format settings.cpp :kkona: 2017-01-28 20:50:38 +01:00
settings.h added scrollbar and smooth scrolling 2017-01-26 04:26:40 +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 Tabs are now loaded and saved (no chats yet) 2017-01-28 23:12:18 +01:00
windows.h Tabs are now loaded and saved (no chats yet) 2017-01-28 23:12:18 +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.