No description
Find a file
renovate-bot 4ab1235d04
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 3s
Build, Package and Push Images / build (push) Successful in 32s
Build, Package and Push Images / sonarqube (push) Has been skipped
Build, Package and Push Images / sbom-scan (push) Successful in 29s
Build, Package and Push Images / container-build (push) Successful in 1m50s
Build, Package and Push Images / container-sbom-scan (push) Successful in 32s
Build, Package and Push Images / generate-licences (push) Failing after 58s
chore(deps): update actions/upload-artifact action to v4
Signed-off-by: noreply@rainote.dev
2024-02-01 08:41:44 +00:00
.gitea/workflows chore(deps): update actions/upload-artifact action to v4 2024-02-01 08:41:44 +00:00
.run feat: prometheus & grafana minimal setup 2023-11-28 15:32:41 +01:00
Benchmarks chore: dependency upgrade & missing refactor from Server to AuthServer 2024-01-29 08:39:18 +01:00
config fix: incorrect base stat 2023-11-20 15:31:04 +01:00
Continuity.AuthServer chore: remove deprecated unused dependency 2024-01-29 08:42:06 +01:00
scripts chore: add useful scripts 2023-11-16 17:56:13 +01:00
Wiki docs: add missing entries to Packet list 2023-11-16 16:29:00 +01:00
Wonderking chore: dependency upgrade & missing refactor from Server to AuthServer 2024-01-29 08:39:18 +01:00
.dockerignore feat: a big draft 2023-08-09 16:23:41 +02:00
.editorconfig fix: incorrect header usage 2023-11-21 21:38:58 +01:00
.gitignore ci: support for license artifacts 2024-01-29 14:00:42 +01:00
.pre-commit-config.yaml chore: reformatting 2023-11-19 17:07:28 +01:00
build-image.ps1 refactor: rename to Continuity.AuthServer 2023-11-29 08:19:17 +01:00
Continuity.sln refactor: rename to Continuity.AuthServer 2023-11-28 15:38:28 +01:00
docker-compose.yml chore: remove missing dependency 2024-01-29 08:50:04 +01:00
global.json chore: dependency upgrade & missing refactor from Server to AuthServer 2024-01-29 08:39:18 +01:00
LICENSE LICENSE aktualisiert 2023-08-10 20:12:34 +00:00
projects_ignore_licenses.json ci: support for license artifacts 2024-01-29 14:00:42 +01:00
qodana.yaml feat: a big draft 2023-08-09 16:23:41 +02:00
README.md docs: info regarding issue 2023-11-19 14:59:58 +01:00
renovate.json renovate.json aktualisiert 2024-02-01 08:18:37 +00:00
Wiki.Dockerfile ci: smaller image for docs 2023-11-16 16:33:30 +01:00

What is this project about?

This is a continuation and rewrite of the original Project Infinity for Wonderking.

Important notes for developers

  • Avoid using statements with TcpSession, AuthSession or any type that inherits Session outside the session itself.