fourtf
02b8c34de8
added tooltip to bit badges
2018-05-24 15:42:06 +02:00
fourtf
4de2a6b65f
added a setting to collapse long messages by default
2018-05-24 11:35:50 +02:00
fourtf
59110ad4bd
added roommodes to the splitheader
2018-05-24 08:58:34 +02:00
fourtf
48e94a1169
added code for a notification system
2018-05-23 22:27:29 +02:00
fourtf
dafbda6a4a
asdf
2018-05-23 04:22:17 +02:00
fourtf
795758f618
fixed the split overlay not appearing proprly
2018-05-17 16:39:38 +02:00
fourtf
4d3437e6d1
fixed timeouts for non moderators
2018-05-17 13:43:01 +02:00
fourtf
05261ef67c
commented out development code
2018-05-17 12:17:31 +02:00
fourtf
d24e1f8314
fixed selections moving when new messages come in while selecting
2018-05-17 12:17:31 +02:00
Rasmus Karlsson
c2c3b67f6b
Added result code to ignore/unignore calls
...
Add ignore/unignore calls that take the user ID to avoid double api
calls
Fully implement the account popup ignore/unignore feature
Fix #247
2018-05-16 15:14:46 +02:00
Rasmus Karlsson
26262f4ce4
Also respect "enable twitch ignored users" setting
2018-05-16 15:12:48 +02:00
Rasmus Karlsson
61dac49f6d
Implement basic and stupid ignore functionality
...
We currently do not respect mod status
2018-05-16 15:12:48 +02:00
Rasmus Karlsson
88e97325f8
Fix windows-specific compilation error
2018-05-16 15:12:48 +02:00
Rasmus Karlsson
937fffc34b
Implement /ignore and /unignore commands
...
Simplify authorized network requests for Twitch V5 api
add onShow virtual function to settings pages if they need to be refreshed when shown
Actually ignoring messages from ignored users is still not implemented
Working on #247
2018-05-16 15:09:41 +02:00
Rasmus Karlsson
15b432a4cf
Implement simple ignored phrase system
2018-05-13 19:25:12 +02:00
Rasmus Karlsson
7bc63ba38f
Added result code to ignore/unignore calls
...
Add ignore/unignore calls that take the user ID to avoid double api
calls
Fully implement the account popup ignore/unignore feature
Fix #247
2018-05-13 17:53:24 +02:00
Rasmus Karlsson
d4c31309f0
Move stringify function to rapidjson-helpers
2018-05-13 17:51:01 +02:00
Rasmus Karlsson
6768853d92
Also respect "enable twitch ignored users" setting
2018-05-12 23:34:22 +02:00
Rasmus Karlsson
e4439a3f10
Implement basic and stupid ignore functionality
...
We currently do not respect mod status
2018-05-12 23:27:34 +02:00
Rasmus Karlsson
752992760b
Fix windows-specific compilation error
2018-05-12 19:50:22 +02:00
Rasmus Karlsson
bf0b5d08d8
Implement /ignore and /unignore commands
...
Simplify authorized network requests for Twitch V5 api
add onShow virtual function to settings pages if they need to be refreshed when shown
Actually ignoring messages from ignored users is still not implemented
Working on #247
2018-05-12 20:34:13 +02:00
fourtf
f695a41c6c
fixed unneccessssary connected message and stretching in the highlights
...
settings
2018-05-08 16:55:20 +02:00
Rasmus Karlsson
5efc2c38d8
Clean up warnings
2018-05-06 14:16:41 +02:00
fourtf
b95388107f
added regex highlights
2018-05-06 12:52:47 +02:00
fourtf
ba4173822e
created base for all the list based settings
2018-05-06 00:32:45 +02:00
Rasmus Karlsson
b907bf5639
Fix compilation on gcc
2018-04-30 20:35:01 +02:00
fourtf
6bd787423d
added template model/view magic for commands
2018-04-29 23:26:17 +02:00
Rasmus Karlsson
e31dc09e91
Add remaining pubsub messages to chat
2018-04-29 13:24:37 +02:00
Rasmus Karlsson
01b2230bcf
Modify pubsub functions to follow the Chatterino function style
2018-04-28 16:07:18 +02:00
Rasmus Karlsson
0f22d9d002
move pubsub stuff to the providers/twitch namespace and folder
2018-04-28 15:48:49 +02:00
Rasmus Karlsson
2f195891cd
Finish up singleton refactoring into one giant class
2018-04-28 15:20:18 +02:00
fourtf
9426a9d633
Merge branch 'master' of https://github.com/fourtf/chatterino2
2018-04-28 13:48:49 +02:00
Rasmus Karlsson
ae26b835b6
Perform initial refactoring work
...
Things that were once singletons are no longer singletons, but are
instead stored in the "Application" singleton
Some singletons still remain, and some renaming/renamespacing is left
2018-04-27 22:11:19 +02:00
fourtf
a4b7c1d067
Merge branch 'master' of https://github.com/fourtf/chatterino2
2018-04-27 20:55:06 +02:00
Rasmus Karlsson
32b6417a55
Combine Ban/Timeout pubsub actions
...
Fully implement PubSub ban/unban messages
Move the "message combining" to Channel::addMessage
Disable "irc" ban/timeout handling for now. In the future, we might want
to use this if you're not a moderator in a channel.
2018-04-27 18:35:31 +02:00
fourtf
49069beed7
reworked commands settings page
2018-04-27 01:11:09 +02:00
fourtf
d078ef5fe0
added debug logs and code to assert that we are in the gui thread
2018-04-26 18:10:26 +02:00
Rasmus Karlsson
d62e45d9dd
Add function for getting a Twitch Channel from a server by its ID
2018-04-22 15:36:01 +02:00
Rasmus Karlsson
3dad7e778a
Fix emotes not loading properly
2018-04-22 14:38:10 +02:00
fourtf
633c9fa68b
Fixes #358 ,fixed messages being highlighted when a subword of a word matched a
...
highlight
2018-04-21 23:48:32 +02:00
fourtf
f58ee01cf5
channels now PART when they are destroyed
2018-04-21 00:40:36 +02:00
fourtf
a16a2b0579
added watching channel
2018-04-20 19:54:45 +02:00
fourtf
fc78fa23a2
fixed inline whispers lighting up all tabs
2018-04-18 20:38:08 +02:00
fourtf
3446a623f5
added select channel dialog
2018-04-18 09:15:56 +02:00
pajlada
23cf8cc484
PubSub system ( #346 )
...
* Add websocketpp dependency
* Initial pubsub commit
Renamed selection min and max variables to selectionMin and selectionMax
to bypass windows min/max macros being stupid.
TwitchAccount is now initialized with its User ID. It cannot be changed
after it has been initialized.
* Update openssl folder
* Update installation instructions
* Split up websocketpp dependency to its own code only and openssl.pri
* Add missing include to asio steady_timer
* Update dependencies for linux
2018-04-15 15:09:31 +02:00
Rasmus Karlsson
b7266b1640
Fix warnings that occured on linux using clang
2018-04-14 21:59:51 +02:00
Rasmus Karlsson
0b18a8331a
Fix channels not going offline properly
2018-04-14 18:27:13 +02:00
fourtf
2687da38ba
added basic browser extension stuff
2018-04-11 22:53:15 +02:00
Rasmus Karlsson
990ac651ae
Differentiate live streams and vodcasts
...
Fixes #320
2018-04-08 15:14:14 +02:00
Cranken
2b3fa06539
Fixed live status not updating when channel is online. ( #319 )
...
* Fixed live status not updating when channel is online.
2018-04-08 14:45:47 +02:00