Six Gaming

Primary Language: JavaScript
Created:
Updated:
The website and bot for Six Gaming.

Releases

v2.3.6

* Package updates.

v2.3.5

* Don't fail on websocket errors with no reason from Twurple.
* Package updates.

v2.3.4

* Don't log 1006 websocket errors from Twurple.
* Package updates.

v2.3.3

* Package updates.

v2.3.2

* Updates required for phasing out of Discord discriminator.
* Package updates.

v2.3.1

* Package updates.

v2.3.0

* Switch to Discord.js slash commands.
* Package updates.

v2.2.11

* Specify Docker versions specifically rather than using latest.
* Package updates.

v2.2.10

* Restore hosting notifications.
* Package updates.

v2.2.9

* Package updates.
* Fix bugs with backups.
* Retry Discord when it goes down.
* 404 member pages when they don't exist.
* Various bug fixes.

v2.2.8

* Package updates.

v2.2.7

* Implement database backup.
* Package updates.

v2.2.6

* Do not mount Azure file storage for Mongo, use the host's mount instead.
* Package updates.

v2.2.5

* Package updates.

v2.2.4

* Package updates.

v2.2.3

* Package updates.

v2.2.2

* Add methods for site owner to refresh Twitch tokens.
* Various package updates.

v2.2.1

* Added caching for some database calls.
* Fix for Twitch go live notifications.
* Various package updates.

v2.2.0

* Replaced twitch.js dependency with twurple.
* Removed Twitch webhooks in favor of EventSub.
* Various package updates.

v2.1.9

* Mount Azure File Storage account if the option is set to do so.
* Update nginx to restart after 1 minute to ensure the first certificate is updated.
* Various package updates.

v2.1.8

* Fix stream announcing so that it always happens regardless of whether the bot hosts the streamer or not.
* Don't collect MongoDB diagnostic data.
* Add toggle for AppInsights performance metrics.
* Refresh Twitch auth tokens on every restart of the app.
* Various package updates.

v2.1.7

* Fix Discord OAuth issue.

v2.1.6

* Debugging for Discord OAuth issue.
* Always use HTTPS protocol in meta tags.
* Rearrange Dockerfiles in such a way to make debugging easier, ie: send over package.json first, then npm install, then send over the rest of the files.
* Fix HTML encoding bug.
* Hang the Modal object on the classes that use it, not on window.
* Replace body-parser with express.
* Fix bug with add event's game combo box.
* Fix bug with templates not being added to window when loaded.
* Add extra debugging to Discord token refresh failures to try to understand them better.
* Various package updates.

v2.1.5

* Turn off more log colorization for Twitch libraries.
* Various package updates.

v2.1.4

* Fix bug with attempting to reconnect when the chat is already attempting to reconnect.
* Turn off log colorization for Twitch libraries.
* Various package updates.

v2.1.3

* Swap order so Twitch is connected to before Discord.
* POSTing invalid JSON now correctly returns a 400.
* Trying to get a member that doesn't exist now correctly returns a 404.
* Various package updates.

v2.1.2

* Fix bug with refreshing the Discord token for OAuth.
* Add App Insights performance logging metrics.
* Various package updates.

v2.1.1

* Fix a couple circular references.

v2.1.0

* Event integration in Discord. Events are now announced in Discord when they are created. You can now `!join` events for notifications, and `!leave` events to turn off notifications on a per-event basis.
* The streamer that gets chosen to be on the front page of six.gg is now also hosted on the SixGamingGG Twitch Channel.
* Streams are no longer announced twice.
* Hosted streams are no longer announced at all. This is a workaround, we are currently prevented from announcing non-hosted streams.
* Excluded tsconfig.json from being served in the public directory.
* Various package updates.

v2.0.3

* Fix bug with login.
* Improved error handling.
* Get the IP address by trusting the nginx proxy for docker.

v2.0.2

* Don't setup Application Insights if there is no instrumentation key provided.
* Better handle fail condition for Twitch chat bot setup.
* Various package updates, including changing some core functionality to new packages.

v2.0.1

* Fix redis caching bug.
* Use logging rather than console.log in startup routine.
* Exceptions are now logged when streamers can't be added or removed.
* Redis is required, so toggling it has been removed.
* Redis now has a 5 minute idle timeout.
* Redis now uses a generic pool for connections.
* Various package updates.

v2.0.0

Complete redesign with new features.

Commits

Merge pull request #1174 from roncli/dependabot/npm_and_yarn/node/babel/eslint-parser-7.24.1
Bump @babel/eslint-parser from 7.23.10 to 7.24.1 in /node
Merge pull request #1179 from roncli/dependabot/npm_and_yarn/node/babel/core-7.24.3
Bump @babel/core from 7.24.1 to 7.24.3 in /node
Merge pull request #1178 from roncli/dependabot/npm_and_yarn/node/types/node-20.11.30
Bump @types/node from 20.11.28 to 20.11.30 in /node
Merge pull request #1177 from roncli/dependabot/npm_and_yarn/logging/babel/core-7.24.3
Merge pull request #1176 from roncli/dependabot/npm_and_yarn/logging/types/node-20.11.30
Bump @babel/core from 7.24.1 to 7.24.3 in /logging
Bump @types/node from 20.11.29 to 20.11.30 in /logging
Merge pull request #1175 from roncli/dependabot/docker/db/mongo-7.0.7
Bump mongo from 7.0.6 to 7.0.7 in /db
Merge pull request #1172 from roncli/dependabot/npm_and_yarn/logging/babel/eslint-parser-7.24.1
Bump @babel/eslint-parser from 7.23.10 to 7.24.1 in /logging
Merge pull request #1171 from roncli/dependabot/npm_and_yarn/logging/babel/core-7.24.1
Merge pull request #1170 from roncli/dependabot/npm_and_yarn/logging/types/node-20.11.29
Bump @babel/core from 7.24.0 to 7.24.1 in /logging
Bump @types/node from 20.11.28 to 20.11.29 in /logging
Merge pull request #1169 from roncli/dependabot/npm_and_yarn/node/babel/core-7.24.1
Bump @babel/core from 7.24.0 to 7.24.1 in /node
Merge pull request #1167 from roncli/dependabot/npm_and_yarn/node/types/node-20.11.28
Bump @types/node from 20.11.27 to 20.11.28 in /node
Merge pull request #1166 from roncli/dependabot/npm_and_yarn/logging/types/node-20.11.28
Bump @types/node from 20.11.27 to 20.11.28 in /logging
Merge pull request #1165 from roncli/dependabot/npm_and_yarn/logging/types/node-20.11.27
Bump @types/node from 20.11.26 to 20.11.27 in /logging
Merge pull request #1164 from roncli/dependabot/npm_and_yarn/node/types/node-20.11.27
Bump @types/node from 20.11.26 to 20.11.27 in /node
Merge pull request #1163 from roncli/dependabot/npm_and_yarn/logging/types/node-20.11.26
Bump @types/node from 20.11.25 to 20.11.26 in /logging
Merge pull request #1161 from roncli/dependabot/npm_and_yarn/node/types/node-20.11.26
Bump @types/node from 20.11.25 to 20.11.26 in /node
Merge pull request #1160 from roncli/dependabot/npm_and_yarn/logging/types/dockerode-3.3.26
Bump @types/dockerode from 3.3.25 to 3.3.26 in /logging
Merge pull request #1159 from roncli/dependabot/npm_and_yarn/logging/types/dockerode-3.3.25
Bump @types/dockerode from 3.3.24 to 3.3.25 in /logging
Merge pull request #1158 from roncli/dependabot/npm_and_yarn/node/types/node-20.11.25
Bump @types/node from 20.11.24 to 20.11.25 in /node
Merge pull request #1157 from roncli/dependabot/npm_and_yarn/logging/types/node-20.11.25
Bump @types/node from 20.11.24 to 20.11.25 in /logging
Merge pull request #1156 from roncli/dependabot/npm_and_yarn/logging/applicationinsights-2.9.5
Bump applicationinsights from 2.9.3 to 2.9.5 in /logging
Merge pull request #1155 from roncli/dependabot/docker/db/mongo-7.0.6
Bump mongo from 7.0.4 to 7.0.6 in /db
Merge pull request #1153 from roncli/dependabot/npm_and_yarn/node/types/node-20.11.24
Bump @types/node from 20.11.23 to 20.11.24 in /node
Merge pull request #1152 from roncli/dependabot/npm_and_yarn/logging/types/node-20.11.24
Bump @types/node from 20.11.23 to 20.11.24 in /logging
Merge pull request #1151 from roncli/dependabot/npm_and_yarn/logging/types/node-20.11.23
Bump @types/node from 20.11.21 to 20.11.23 in /logging
Merge pull request #1150 from roncli/dependabot/npm_and_yarn/node/types/node-20.11.23
Bump @types/node from 20.11.20 to 20.11.23 in /node
Merge pull request #1149 from roncli/dependabot/npm_and_yarn/node/express-4.18.3
Bump express from 4.18.2 to 4.18.3 in /node
Merge pull request #1148 from roncli/dependabot/npm_and_yarn/logging/babel/core-7.24.0
Bump @babel/core from 7.23.9 to 7.24.0 in /logging
Merge pull request #1147 from roncli/dependabot/npm_and_yarn/logging/types/node-20.11.21
Bump @types/node from 20.11.20 to 20.11.21 in /logging
Merge pull request #1145 from roncli/dependabot/npm_and_yarn/node/babel/core-7.24.0
Bump @babel/core from 7.23.9 to 7.24.0 in /node
Merge pull request #1144 from roncli/dependabot/npm_and_yarn/logging/types/dockerode-3.3.24
Bump @types/dockerode from 3.3.23 to 3.3.24 in /logging
Merge pull request #1143 from roncli/dependabot/npm_and_yarn/logging/types/node-20.11.20
Bump @types/node from 20.11.19 to 20.11.20 in /logging
Merge pull request #1142 from roncli/dependabot/npm_and_yarn/node/types/node-20.11.20
Bump @types/node from 20.11.19 to 20.11.20 in /node
Merge pull request #1141 from roncli/dependabot/npm_and_yarn/node/fullcalendar/daygrid-6.1.11
Bump @fullcalendar/daygrid from 6.1.10 to 6.1.11 in /node
Merge pull request #1140 from roncli/dependabot/npm_and_yarn/node/fullcalendar/list-6.1.11
Bump @fullcalendar/list from 6.1.10 to 6.1.11 in /node
Merge pull request #1138 from roncli/dependabot/npm_and_yarn/node/twurple/pubsub-7.0.10
Bump @twurple/pubsub from 7.0.8 to 7.0.10 in /node
Merge pull request #1137 from roncli/dependabot/npm_and_yarn/node/twurple/chat-7.0.10
Bump @twurple/chat from 7.0.8 to 7.0.10 in /node
Merge pull request #1139 from roncli/dependabot/npm_and_yarn/node/fullcalendar/core-6.1.11
Bump @fullcalendar/core from 6.1.10 to 6.1.11 in /node
Merge pull request #1136 from roncli/dependabot/npm_and_yarn/node/twurple/eventsub-http-7.0.10
Bump @twurple/eventsub-http from 7.0.8 to 7.0.10 in /node
Merge pull request #1134 from roncli/dependabot/npm_and_yarn/node/twurple/auth-and-twurple/api-7.0.10
Bump @twurple/auth and @twurple/api in /node
Merge pull request #1131 from roncli/dependabot/npm_and_yarn/node/types/node-20.11.19
Bump @types/node from 20.11.18 to 20.11.19 in /node
Merge pull request #1130 from roncli/dependabot/npm_and_yarn/logging/applicationinsights-2.9.3
Merge pull request #1129 from roncli/dependabot/npm_and_yarn/logging/types/node-20.11.19
Bump applicationinsights from 2.9.2 to 2.9.3 in /logging
Bump @types/node from 20.11.18 to 20.11.19 in /logging
Merge pull request #1128 from roncli/dependabot/npm_and_yarn/logging/types/node-20.11.18
Bump @types/node from 20.11.17 to 20.11.18 in /logging
Merge pull request #1127 from roncli/dependabot/docker/nginx/nginx-1.25.4-alpine
Bump nginx from 1.25.3-alpine to 1.25.4-alpine in /nginx
Merge pull request #1126 from roncli/dependabot/npm_and_yarn/node/types/node-20.11.18
Bump @types/node from 20.11.17 to 20.11.18 in /node
Merge pull request #1123 from roncli/dependabot/npm_and_yarn/node/types/node-20.11.17
Bump @types/node from 20.11.16 to 20.11.17 in /node
Merge pull request #1122 from roncli/dependabot/npm_and_yarn/logging/types/node-20.11.17
Bump @types/node from 20.11.16 to 20.11.17 in /logging
Merge pull request #1121 from roncli/dependabot/npm_and_yarn/node/types/node-schedule-2.1.6
Bump @types/node-schedule from 2.1.5 to 2.1.6 in /node
Merge pull request #1120 from roncli/dependabot/npm_and_yarn/node/types/node-20.11.16
Bump @types/node from 20.11.15 to 20.11.16 in /node
Share This Page
Social Media
Ronald M. Clifford
@roncli @mastodon.social

Does anyone else sing the chorus to "Cherish" by Kool & The Gang to themselves whenever they play or watch streams of Balatro? Or is that just me?

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

I'm fact that's what Lingo needs: a "phone" block. The clue is an incorrect autocorrected form of the answer. ๐Ÿ™ƒ

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

It's like my phone knows I've been playing Lingo. I typed in "exited" and my phone was all:

โฌœ๏ธ EXCITED ------
โ–ช๏ธ
โ–ช๏ธ

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

@arborelia Bag-les.

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

A comparison of the classic Tetris and Descent communities. Not a post I write lightly, either.

roncli.com/blogger/37031578090

Reply Boost Favorite
martin
@luftlesen @mstdn.jp

Aptiz played #Pentis again. In the beginning you can see roncli asking in the chat for the right version. About an hour later, he broke the #PentisRankings record with 60K ! Congratulations roncli ๐Ÿ† ๐ŸŽ‰
twitch.tv/videos/2052528360?sr

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

Yeah, it's season 11. But the OTL Season 6 highlight reel is up, this time Fireball has taken the reins! Check out this video jam packed full of kills, deaths, silliness, and Sirius puns. youtube.com/watch?v=SXstLVjnaG

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

Over on , someone retweeted sympathy for the people being laid off today...

...and then said that Amazon Games was hiring. You know, the one that just had layoffs in NOVEMBER.

Honestly? Tech sucks right now.

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

Seriously. Why is it called Sagittarius, A Star? Clearly, it's Sagittarius, A Black Hole. Silly astronomers.

Reply Boost Favorite
Cultural Historian: Dr. RGST
@DrRGST @mastodon.social
Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

This eslint/stylistic breakup is going to give me a headache. Don't developers have something better to do than give other developers busywork?

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

Bing is so bad. otl.gg is being blocked in their search results, and Bing webmaster tools are absolutely useless, not telling me why it's being blocked.

Does anyone know of some way to get a human to look at this and see what's wrong with it?

Reply Boost Favorite
Olivia W'
@WLivi @retro.pizza

it's not actually common for real hackers to use two keyboards at once; that's just a stereo type.

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

I got my wish. ๐Ÿค’

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

Me and my wife, despite buying a house of nice size, always seem to get in each other's way, be it in the kitchen, on the stairs, it doesn't matter. She's all up in my two square feet.

I often joke that all I want for Christmas is my two square feet.

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

Update 2: The record that beat Blue Scuti stood for one day. Blue Scuti got it back.

Reply Boost Favorite
๐ŸŒช MikeMathia.com ๐Ÿ“ก
@mikemathia @ioc.exchange

#C++

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

Update: This record stood for 1 day.

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

I got the honor and privilege of calling the NES Tetris NTSC world record today while running Classic Tetris Wars on my Twitch channel for the very first time. It was thrilling. Congratulations to Blue Scuti for his 6,609,220 level 153 performance. clips.twitch.tv/DiligentDeadGo

Reply Boost Favorite
Yogthos
@yogthos @mas.to
Reply Boost Favorite
TwistBit
@TwistBit @musicians.today

like, you used to use a phone line to access the internet

now the internet is accessible on your phone

nothing has changed actually

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

Six Degrees of Sunday returns Sunday, January 7th, at twitch.tv/roncli. Cya there!

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

Are you ready to get Six'd Off?

Six Degrees of Sunday, my 6DoF long play Twitch series, is getting revived for 2024. Plus, I will be producing Six'd Off, a companion YouTube series showcasing each game.

Check out the announcement for the game list and more! youtube.com/watch?v=yeRbjjpQVZ

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

So I started a fresh YouTube channel some time ago, and yesterday I released the first real video to it.

Check out highlights from Argus Industrial Moons' run to the OTL Season 10 Best of the Rest title! youtube.com/watch?v=Z2x-GGW9FY

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

I guess that qualifies as a "log"...

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

People at work are calling Kubernetes K8, and I hate it. It's not "Kubernete"!

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

Want a preview of what CTWC will be like next weekend from a gameplay perspective? CTL Season 22 finals starting now.

twitch.tv/classictetrisleague

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

No airport hell this morning, but you know that lady that talks about security at literally every airport? I just realized, she sounds old AF.

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

If this security line posted signs "5 minutes from this point", "10 minutes...", etc., They'd have to post them every foot.

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

I'm sorry, what?

Reply Boost Favorite
Robin Ward
@eviltrout @carpdiem.online
Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

Did I miss Elon making another purchase? twitter.com/unity/status/17016

Reply Boost Favorite
Konstantinos Dimopoulos
@konstantinosd @mastodon.gamedev.place

That's a lovely free bundle of books for people interested in getting into games programming: fanatical.com/en/bundle/intern

#gamedev #book #free #programming

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

Use TypeScript they said. It'll be better they said.

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

If you know, you know.

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

@shanselman Speaking of Overload, here's something you may be interested in... recently, some community members released "Overload First Strike", a single player Overload campaign that is a complete remake of the original Descent First Strike campaign.

overloadmaps.com/overload-firs

It can work with just the original game, but it works best with "olmod" as it takes advantage of some of the features it provides: olmod.overloadmaps.com

Reply Boost Favorite
Scott Hanselman ๐Ÿ‘ธ๐Ÿฝ๐Ÿ๐ŸŒฎ
@shanselman @hachyderm.io

@PossiblyMax @deepthaw ya and there are new remakes of Descent like Overload that are enhanced and thereโ€™s even hardware that Vic Putz made to make the Space Orb look like a controller with NO drivers. Works on all operating systems hanselman.com/blog/bringing-th

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

I don't know who wrote this, but MORE PATCH NOTES LIKE THIS PLEASE. ๐Ÿคฃ

Reply Boost Favorite
Ronald M. Clifford
@roncli @mastodon.social

First OTL flag capture in 7 seasons, and it was a game winner. clips.twitch.tv/PeppyFitOrange

Reply Boost Favorite
Join roncli on Discord!
Join the roncli Gaming Discord server for discussion about gaming, development, and more!
roncli.com Media Player