Commit Graph

315 Commits

Author SHA1 Message Date
Zorglube
4f0e8178e5
"appIsGoPath": false 2020-08-19 14:52:19 +02:00
Bertrand Moreau
222560faa3 Revert "Clever Cloud : "appIsGoPath": true,"
This reverts commit b75f9e6ca0.
2020-08-19 14:47:24 +02:00
Bertrand Moreau
fd6ad1900b Revert "Clever Cloud : "appIsGoPath": false"
This reverts commit dcad017738.
2020-08-19 14:47:24 +02:00
Bertrand Moreau
762d62b92a Revert ""appIsGoPath": true"
This reverts commit 5d0786577e.
2020-08-19 14:47:24 +02:00
Zorglube
5d0786577e
"appIsGoPath": true 2020-08-19 14:45:30 +02:00
Zorglube
dcad017738
Clever Cloud : "appIsGoPath": false 2020-08-19 14:34:16 +02:00
Zorglube
b75f9e6ca0
Clever Cloud : "appIsGoPath": true, 2020-08-19 14:30:40 +02:00
Bertrand Moreau
23793f4b3c CleverCloud deploy conf 2020-08-19 14:20:45 +02:00
Bertrand Moreau
c8577398db Merge branch 'master' of https://github.com/zorglube/MovieNight.git
Conflicts:
	readme.md
2020-08-18 17:27:41 +02:00
Bertrand Moreau
8a086ea2ca Merge branch 'master' of https://github.com/zorglube/MovieNight.git
Conflicts:
	readme.md
2020-08-18 17:27:22 +02:00
Bertrand Moreau
a21ed61788 Merge branch 'master' of https://github.com/zorglube/MovieNight.git
Conflicts:
	readme.md
2020-08-18 17:24:31 +02:00
Bertrand Moreau
aebfe16cdf Merge branch 'master' of https://github.com/zorglube/MovieNight.git
Conflicts:
	readme.md
2020-08-18 17:24:09 +02:00
Bertrand Moreau
d0b2de53dc Merge branch 'master' of https://github.com/zorglube/MovieNight.git
Conflicts:
	readme.md
2020-08-18 17:22:31 +02:00
Bertrand Moreau
77a7bcbef3 Merge branch 'master' of https://github.com/zorglube/MovieNight.git
Conflicts:
	readme.md
2020-08-18 17:22:00 +02:00
Bertrand Moreau
9dd5ec0b96 Merge branch 'master' of https://github.com/zorglube/MovieNight.git
Conflicts:
	readme.md
2020-08-18 17:20:57 +02:00
Bertrand Moreau
bd3868bc16 Multi-target build
Try to customize the MakeFile in order to be able to build an binary for
any target system.
2020-08-18 17:20:03 +02:00
Bertrand Moreau
745bb322a3 Multi-target build
Try to customize the MakeFile in order to be able to build an binary for
any target system.
2020-08-18 17:18:45 +02:00
Nick
fa72c4cf35
Merge pull request #135 from Brosilio/master
Changed settings.go to allow disabling the ratelimits.
2020-08-12 23:11:54 -04:00
brosilio
84f3fc5761 Changed settings.go to allow disabling the ratelimits.
Before, the settings parser would automatically reset the ratelimit
times to the default if you set them to zero. You could get around
this by setting the ratelimits to -1, but then the parser would
immediately set them to zero and write to disk. On next launch,
the parser would read the zeros and then reset the values to
default, so you would have to modify your ratelimits every
launch.
2020-08-09 19:36:22 -04:00
Zorchenhimer
fd95fa708f Add MIT license 2020-07-09 18:48:08 -04:00
Nick
1828ee5999
Merge pull request #130 from dunn/doc-commands
readme: document new command-line options
2020-06-25 00:26:20 -04:00
Alex Dunn
4167c995fc readme: document new command-line options 2020-06-24 21:18:43 -07:00
Zorchenhimer
630abfe474 Add option to change the RTMP listen address
A new setting has been added to change the address and port that the
RTMP server listens on.  `RtmpListenAddress` in the settings json and
`-r` on the command line.  Both options use the same format:
`host:port`.
2020-06-12 23:58:45 -04:00
Nick
fa206980e7
Merge pull request #126 from dunn/dockerignore
add dockerignore file
2020-06-10 22:59:28 -04:00
Nick
f0553d5540
Merge pull request #125 from dunn/docs
readme: document settings.json
2020-06-09 01:59:01 -04:00
Alex Dunn
24bb7f8a5c add dockerignore file 2020-06-08 22:19:09 -07:00
Alex Dunn
e8833b16e1 readme: add table of contents 2020-06-08 19:33:48 -07:00
Alex Dunn
43e70eb9af readme: document settings.json 2020-06-08 19:29:50 -07:00
Nick
523f648379
Merge pull request #124 from dunn/emote-grid
emotes: display in grid instead of one per line
2020-06-08 11:00:07 -04:00
Nick
17ce730d65
Merge pull request #123 from dunn/scss
extract inlined css into conditional classes
2020-06-08 10:59:28 -04:00
Alex Dunn
25890d22c7 emotes: display in grid instead of one per line 2020-06-07 14:36:52 -07:00
Alex Dunn
d4d513420c extract inlined css into conditional classes 2020-06-06 17:54:37 -07:00
Nick
fb32ba7348
Merge pull request #121 from dunn/color-contrast
colors: remove colors that aren't AA accessible
2020-06-05 12:31:28 -04:00
Nick
9595f592bd
Merge pull request #122 from dunn/emote-oauth
emotes: send OAuth secret token to Twitch when fetching emotes
2020-06-05 12:31:05 -04:00
Alex Dunn
391db3f0bf emotes: send OAuth secret token to Twitch when fetching emotes
As of last month, requests made to the Twitch Helix API require an OAuth token
as well as the Client ID: https://discuss.dev.twitch.tv/t/requiring-oauth-for-helix-twitch-api-endpoints/23916
2020-06-04 00:32:01 -07:00
Alex Dunn
086d22a941 colors: remove colors that aren't AA accessible
per https://webaim.org/resources/contrastchecker/
2020-06-03 22:30:45 -07:00
Alex Dunn
c8fba1dc5b colors: each on one line 2020-06-03 22:27:15 -07:00
Nick
c9e7af72b4
Merge pull request #120 from dunn/lurk
add new setting to suppress join/leave announcements
2020-06-04 00:55:47 -04:00
Alex Dunn
9b85475fe4 add new setting to suppress join/leave announcements 2020-06-03 19:47:57 -07:00
Alex Dunn
d28d6e7635 sort settings.json 2020-06-03 19:45:54 -07:00
Nick
c91e5f5e1e
Merge pull request #119 from dunn/custom-title
allow customization of <title>
2020-06-03 17:56:52 -04:00
Alex Dunn
677a9fd9cb allow customization of <title> 2020-06-03 12:24:07 -07:00
Clif Gordon
de117eb5a9 Prepend @ symbol to names shown in user list, so they highlight
(cherry picked from commit abfeb0c1cf270e90496f42e3545eafd2dc518782)
2020-05-28 16:41:28 -04:00
Nick
d759a3d7ab
Merge pull request #115 from voldyman/overlay
Made video muted by default and added overlay to ask the user to unmute
2020-05-13 13:31:14 -04:00
Akshay Shekher
3a5e5f8dbe made overlay background darker 2020-05-13 05:57:08 -07:00
Akshay Shekher
5e5cb2d5b4 updated the mute icon 2020-05-12 20:33:00 -07:00
Akshay Shekher
95c0663684 Made video muted by default and added overlay to ask the user to unmute 2020-05-10 10:51:34 -07:00
Zorchenhimer
16c36ca9bc Don't wrap name highlights with colons
Name suggestions would wrap a name in colons instead of just emotes.  It
looks like this may have still worked fine, but it wasn't the correct
behavior.
2020-04-27 12:50:29 -04:00
Zorchenhimer
94a4f08467 Make suggestions popup insert wrapped emotes
The suggestions popup will now insert wrapped emotes instead of bare
word emotes.  This is so the autocompletion will still work if the
WrappedEmotesOnly setting is set to true.
2020-04-19 12:50:26 -04:00
Zorchenhimer
fab56e39ea Rework emote parsing to properly handle wrapped emotes
Reworked the emote parsing to properly handle "wrapped" emotes.  A
wrapped emote is one that is wrapped in colons or square braces (eg,
:Kappa: or [Kappa]).  This allows emotes to be input without a space
between them, like is required with non-wrapped emotes.

A new configuration setting has been added to only allow parsing of
wrapped emotes: "WrappedEmotesOnly".  This defaults to False as to not
break current configurations.

The emote autocompletion will only insert non-wrapped emotes.  Setting
"WrappedEmotesOnly" configuration value to True will not change this.

Lastly, made the bare-word emote parsing a bit cleaner by removing a for
loop in favor of a map lookup with a check.  This should in theory be
more efficient.

This change is in response to #111.  The issue should not be considered
resolved until the autocompletion handles the new setting correctly.
2020-04-19 12:26:27 -04:00