Bertrand Moreau
597bfed0a2
Remove release
2020-10-20 00:45:17 +02:00
Zorglube
53be016171
Release update
2020-10-20 00:45:17 +02:00
Zorglube
1a36be32df
Release FreeBSD
2020-10-20 00:45:17 +02:00
Zorglube
8d31ce726f
GitHub CI/CD
2020-10-20 00:45:17 +02:00
Bertrand Moreau
6a6a469716
Revert "Clever Cloud : "appIsGoPath": true,"
...
This reverts commit b75f9e6ca0
.
2020-10-20 00:45:17 +02:00
Bertrand Moreau
e6023c909e
Revert "Clever Cloud : "appIsGoPath": false"
...
This reverts commit dcad017738
.
2020-10-20 00:45:17 +02:00
Bertrand Moreau
e31b7729d8
Revert ""appIsGoPath": true"
...
This reverts commit 5d0786577e
.
2020-10-20 00:45:17 +02:00
Zorglube
0fc9c94c3d
"appIsGoPath": true
2020-10-20 00:45:17 +02:00
Zorglube
e4333a2cc7
Clever Cloud : "appIsGoPath": false
2020-10-20 00:45:17 +02:00
Zorglube
15a2d47adb
Clever Cloud : "appIsGoPath": true,
2020-10-20 00:45:17 +02:00
Bertrand Moreau
74b8bb749e
Multi-target build
...
Try to customize the MakeFile in order to be able to build an binary for
any target system.
2020-10-20 00:45:17 +02:00
Bertrand Moreau
0a5631fe02
Multi-target build
...
Try to customize the MakeFile in order to be able to build an binary for
any target system.
2020-10-20 00:45:17 +02:00
Bertrand Moreau
a169be1a0f
Remove git workflow
2020-10-20 00:45:17 +02:00
Bertrand Moreau
6185e89ddc
Remove release
2020-10-20 00:45:17 +02:00
Zorglube
8d4c5d4bc8
Release update
2020-10-20 00:45:17 +02:00
Zorglube
6818ada1ab
Release FreeBSD
2020-10-20 00:45:17 +02:00
Zorglube
d9fa3e7c53
GitHub CI/CD
2020-10-20 00:45:17 +02:00
Bertrand Moreau
becc5679d5
Revert "Clever Cloud : "appIsGoPath": true,"
...
This reverts commit b75f9e6ca0
.
2020-10-20 00:45:17 +02:00
Bertrand Moreau
27f9e494e5
Revert "Clever Cloud : "appIsGoPath": false"
...
This reverts commit dcad017738
.
2020-10-20 00:45:17 +02:00
Bertrand Moreau
0027301646
Revert ""appIsGoPath": true"
...
This reverts commit 5d0786577e
.
2020-10-20 00:45:17 +02:00
Zorglube
302aaf04bc
"appIsGoPath": true
2020-10-20 00:45:17 +02:00
Zorglube
ad0dce9f72
Clever Cloud : "appIsGoPath": false
2020-10-20 00:45:17 +02:00
Zorglube
15655dc410
Clever Cloud : "appIsGoPath": true,
2020-10-20 00:45:17 +02:00
Bertrand Moreau
35e279dac4
CleverCloud deploy conf
2020-10-20 00:45:17 +02:00
Bertrand Moreau
dd6f540df2
Multi-target build
...
Try to customize the MakeFile in order to be able to build an binary for
any target system.
2020-10-20 00:45:17 +02:00
Bertrand Moreau
2e32db2794
Multi-target build
...
Try to customize the MakeFile in order to be able to build an binary for
any target system.
2020-10-20 00:45:17 +02:00
Nick
932e0ed370
Merge pull request #139 from koloml/master
...
Mobile styling for combined mode
2020-10-19 18:37:51 -04:00
Konstantin
868f7da3d2
Fixed aspect ratio for video element on mobile
2020-10-20 01:28:34 +04:00
Konstantin
ed733b6992
More useful combined mode for small mobile display
2020-09-18 03:15:08 +04:00
Konstantin
25260b213c
Merge pull request #1 from zorchenhimer/master
...
Updating upstream
2020-09-18 03:01:03 +04:00
Zorchenhimer
4e1e73b385
Update go alt-version link in the readme
...
The link to the go documentation changed because they reorganized the
page.
2020-09-04 18:58:58 -04: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