aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-20More protocol magicDavid Skoland
2023-11-20Missing colonDavid Skoland
2023-11-20Need to adjust http/s as wellDavid Skoland
2023-11-20Warning about no ws portDavid Skoland
2023-11-20Nice off-by-one error broDavid Skoland
2023-11-20Remove debug statementDavid Skoland
2023-11-20Make Join button open in new tabDavid Skoland
2023-11-20Remove wayward )David Skoland
2023-11-20Add setServ backDavid Skoland
also known as "whoops, we actually needed that code" This changes "Online" to "Players", and will only show the playercount reported by masterserver. It's a bit disingenuous to show "Online" if we can't confirm that we can actually connect to it.
2023-11-20Remove everything related to server connectionsDavid Skoland
2023-11-20Do not connect to server on mouseoverDavid Skoland
2023-11-20Yeet check_httpsDavid Skoland
2023-11-20Use current host in https redirect instead of hardcodingDavid Skoland
2023-11-20somewhat backward compatibleDavid Skoland
2023-11-20Change client to use connection stringDavid Skoland
2023-11-20Change ip to connect and include protocolDavid Skoland
2023-11-19Merge pull request #199 from Troid-Tech/links-in-oocstonedDiscord
Make links in OOC clickable
2023-11-18Make links in OOC chat clickableDavid Skoland
2023-11-18Formatting in client.html, use tabsDavid Skoland
2023-11-18Merge pull request #198 from Troid-Tech/fix-httpsstonedDiscord
Rework master.ts
2023-11-18Real asyncDavid Skoland
2023-11-18Add playercount to serverlistDavid Skoland
2023-11-18remove debug logDavid Skoland
2023-11-18Fix hostDavid Skoland
2023-11-18Add players fieldDavid Skoland
2023-11-18Remember to populate servers as wellDavid Skoland
2023-11-18Remove unused variablesDavid Skoland
2023-11-18Slimmer code in main functionDavid Skoland
2023-11-18Refactor master.tsDavid Skoland
2023-11-17make warning smaller and add chrome instructionsstonedDiscord
2023-11-13Merge pull request #197 from Troid-Tech/no-deploy-on-prstonedDiscord
Do not deploy on PR
2023-11-13Do not deploy on PRDavid Skoland
It looks like the workflows file tries to deploy to prod whenever a PR is opened that targets master. This doesn't look correct, and seems to fail with permissions issues when external collaborators open PRs (as it should).
2023-11-13Merge pull request #193 from ↵stonedDiscord
AttorneyOnline/dependabot/npm_and_yarn/babel/traverse-7.23.2 Bump @babel/traverse from 7.21.2 to 7.23.2
2023-11-13Merge pull request #196 from Troid-Tech/query-params-and-namestonedDiscord
Rework query param parsing and set window title to server name
2023-11-13Add serverName to serverlist linkDavid Skoland
2023-11-13Add serverName to queryParamsDavid Skoland
2023-11-13Remove unused things in client.tsDavid Skoland
2023-11-13FormattingDavid Skoland
2023-11-13Use URLSearchParams and set default directlyDavid Skoland
2023-11-05Merge pull request #194 from Troid-Tech/readme-cleanupstonedDiscord
Run linter on readme
2023-11-04Run linter on readmeDavid Skoland
2023-10-18Bump @babel/traverse from 7.21.2 to 7.23.2dependabot[bot]
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17Merge pull request #192 from OmniTroid/pickemotion-focusstonedDiscord
Focus input box when emotion is picked
2023-10-17Focus input box when emotion is pickedDavid Skoland
2023-10-17off by one because of the slicestonedDiscord
2023-10-16no httpsstonedDiscord
2023-10-16allow http connection to serverliststonedDiscord
2023-10-04hdf users.....stonedDiscord
2023-09-20remove musicvolumestonedDiscord
2023-09-20autoformat with eslintstonedDiscord