Commit Graph

326 Commits

Author SHA1 Message Date
Bertrand Moreau 0c5d7d40f8 Remove git workflow 2020-09-11 17:43:10 +02:00
Bertrand Moreau 9cfa76b7fc Remove release 2020-09-11 17:43:10 +02:00
Zorglube 8dba51a06f Release update 2020-09-11 17:43:10 +02:00
Zorglube 820187cbc3 Release FreeBSD 2020-09-11 17:43:10 +02:00
Zorglube a3c9e78b8f GitHub CI/CD 2020-09-11 17:43:10 +02:00
Bertrand Moreau acbb81ce44 Revert "Clever Cloud : "appIsGoPath": true,"
This reverts commit b75f9e6ca0.
2020-09-11 17:43:10 +02:00
Bertrand Moreau 04c7a68764 Revert "Clever Cloud : "appIsGoPath": false"
This reverts commit dcad017738.
2020-09-11 17:43:10 +02:00
Bertrand Moreau fc64d471f0 Revert ""appIsGoPath": true"
This reverts commit 5d0786577e.
2020-09-11 17:43:10 +02:00
Zorglube a0e76fcd6a "appIsGoPath": true 2020-09-11 17:43:10 +02:00
Zorglube bd87a28177 Clever Cloud : "appIsGoPath": false 2020-09-11 17:43:10 +02:00
Zorglube 8905dc856c Clever Cloud : "appIsGoPath": true, 2020-09-11 17:43:09 +02:00
Bertrand Moreau d3f89e0fae Multi-target build
Try to customize the MakeFile in order to be able to build an binary for
any target system.
2020-09-11 17:43:09 +02:00
Bertrand Moreau fde8ae5c15 Multi-target build
Try to customize the MakeFile in order to be able to build an binary for
any target system.
2020-09-11 17:42:23 +02:00
Bertrand Moreau 80bb1a2285 Remove git workflow 2020-09-11 17:41:03 +02:00
Bertrand Moreau 2a8909af5a Remove release 2020-09-11 17:41:03 +02:00
Zorglube 6ed9e1f3af Release update 2020-09-11 17:41:03 +02:00
Zorglube 4948b1a493 Release FreeBSD 2020-09-11 17:41:02 +02:00
Zorglube a230cebbcc GitHub CI/CD 2020-09-11 17:41:02 +02:00
Bertrand Moreau 02cebe4719 Revert "Clever Cloud : "appIsGoPath": true,"
This reverts commit b75f9e6ca0.
2020-09-11 17:41:02 +02:00
Bertrand Moreau cc6ce54f0d Revert "Clever Cloud : "appIsGoPath": false"
This reverts commit dcad017738.
2020-09-11 17:41:02 +02:00
Bertrand Moreau a63bd7a400 Revert ""appIsGoPath": true"
This reverts commit 5d0786577e.
2020-09-11 17:41:02 +02:00
Zorglube 42b2e478fc "appIsGoPath": true 2020-09-11 17:41:02 +02:00
Zorglube 62cc0be675 Clever Cloud : "appIsGoPath": false 2020-09-11 17:41:02 +02:00
Zorglube eb2547f7e6 Clever Cloud : "appIsGoPath": true, 2020-09-11 17:41:02 +02:00
Bertrand Moreau 1d539a00d2 CleverCloud deploy conf 2020-09-11 17:41:02 +02:00
Bertrand Moreau a12d24e349 Multi-target build
Try to customize the MakeFile in order to be able to build an binary for
any target system.
2020-09-11 17:41:02 +02:00
Bertrand Moreau 96bd1b9452 Multi-target build
Try to customize the MakeFile in order to be able to build an binary for
any target system.
2020-09-11 17:39:44 +02: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
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