No description
Find a file
2024-04-04 16:52:25 +02:00
.gitea/workflows chore: file header adjustment 2024-04-04 16:52:10 +02:00
.run chore: adjustments to build scripts 2024-04-04 16:51:48 +02:00
Benchmarks chore: minor adjustments to benchmarks 2024-04-04 16:52:17 +02:00
config fix: incorrect base stat 2023-11-20 15:31:04 +01:00
Continuity.AuthServer fix: properly dispose ChannelSession 2024-04-04 16:52:24 +02: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: add IDisposableAnalyzer (IDISP007) 2024-04-04 16:52:25 +02:00
.dockerignore feat: a big draft 2023-08-09 16:23:41 +02:00
.editorconfig chore: file header adjustment 2024-04-04 16:52:10 +02:00
.gitignore chore: ignore .run 2024-04-04 16:51:48 +02:00
.pre-commit-config.yaml chore: file header adjustment 2024-04-04 16:52:10 +02:00
build-image.ps1 refactor: packet differentiation + packet id mapping 2024-04-04 16:51:48 +02:00
Continuity.sln chore: removal of PacketMediator 2024-04-04 16:52:16 +02:00
docker-compose.yml refactor: packet differentiation + packet id mapping 2024-04-04 16:51:48 +02:00
global.json chore(deps): update dependency dotnet-sdk to v8.0.203 2024-03-15 00:00:55 +00: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 chore: remove develop from basebranches 2024-04-04 16:52:17 +02: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.