Commit graph

26 commits

Author SHA1 Message Date
dc6d8316e9 chore: ci jobs expanded & .net 8 support
All checks were successful
Build, Package and Push Images / preprocess (push) Successful in 1s
Build, Package and Push Images / build (push) Successful in 26s
Build, Package and Push Images / sbom-scan (push) Successful in 39s
Build, Package and Push Images / sonarqube (push) Successful in 1m21s
Build, Package and Push Images / container-build (push) Successful in 1m30s
Build, Package and Push Images / container-sbom-scan (push) Successful in 37s
ci: branch name sanitization for docker

ci: another attempt

ci: forgot actor

chore: remove nuke remnants

chore(deps): update dependency dotnet-sdk to v7.0.403

Signed-off-by: noreply@rainote.dev

refactor: shared data into library

refactor: rewrite for packethandler/id map

chore: logging

chore: Sonar Warnings

chore: upgrade to .net8 image

chore: fetch all required information for characters

chore: upgrade to .net 8

ci: install .net 7.0 alongside 8.0 for sbom

fix: incorrect job

ci: let's try arm64 again

ci: adjust project for .net 8 support

chore: adjustments to composefile

chore: analyzer setup

chore: analyzer and project settings updated
2023-11-08 09:38:49 +01:00
ea1ea5cee7 chore: switch to dotnet foundation editorconfig preset 2023-11-01 18:18:27 +01:00
3f22556a2e ci: adjust buildscript
Some checks failed
Test if Server can be built / build-server (push) Failing after 22s
2023-10-28 15:20:25 +02:00
2550f597a9 refactor: use specific method instead of string
All checks were successful
Test if Server can be built / build-server (push) Successful in 23s
2023-10-27 18:17:26 +02:00
fa52bf66f8 refactor: logging to loggermessages
All checks were successful
Test if Server can be built / build-server (push) Successful in 23s
2023-10-27 17:40:58 +02:00
1455bdd75a chore: apply dotnet format
All checks were successful
Test if Server can be built / build-server (push) Successful in 22s
2023-10-12 09:15:34 +02:00
8816fb2944 feat: initial character data 2023-08-14 22:30:35 +02:00
f802dcf2a3 chore: reformat & cleanup
All checks were successful
Test if Server can be built / build-server (push) Successful in 24s
2023-08-14 21:30:32 +02:00
010f05c565 feat: init all packetHandler once & reuse
All checks were successful
Test if Server can be built / build-server (push) Successful in 24s
2023-08-14 21:07:15 +02:00
63c29f21df feat: adjustments to Argon2 settings
All checks were successful
Test if Server can be built / build-server (push) Successful in 26s
2023-08-14 20:00:56 +02:00
c282d42c61 feat: login handling & proper password storage
All checks were successful
Test if Server can be built / build-server (push) Successful in 37s
2023-08-13 22:27:24 +02:00
2705715e8c feat: do not crash on unkown packet id 2023-08-13 18:29:39 +02:00
2a4e5ed118 feat: switch to ThreadPool 2023-08-13 14:22:34 +02:00
0b3f543c69 feat: dynamic packet init function creation with deserialization. 2023-08-13 08:17:20 +02:00
c98b204562 fix: broken access to DB document 2023-08-12 23:12:59 +02:00
e70d32d532 style: apply editorconfig & analyzer suggestions 2023-08-12 23:04:19 +02:00
1de07e546a style: apply editorconfig style 2023-08-11 11:31:30 +02:00
f0e0c8edfc refactor: general reordering for PacketDistributor 2023-08-11 11:19:43 +02:00
2bd6db75d5 feat: switch to Task.Run 2023-08-11 01:37:12 +02:00
dd855675f9 feat: change PacketHandler to conform to async 2023-08-11 01:17:29 +02:00
9c00137904 feat: rewrite & revert back to manual serialization & deserialization 2023-08-10 22:07:58 +02:00
12aeff8ad6 feat: add couchdb & refactor namespace 2023-08-10 10:47:35 +02:00
8fbca94140 refactor: further cleanup 2023-08-10 08:51:40 +02:00
d2ef1034f1 feat: refactor sessions 2023-08-10 08:45:51 +02:00
3552134186 feat: use activatorutilities to create instance of session 2023-08-10 08:28:05 +02:00
57fe6f9d8d refactor: move classes to corresponding namespaces 2023-08-09 22:04:10 +02:00