Commit graph

33 commits

Author SHA1 Message Date
33b0391ef3 feat: add register function 2025-05-07 22:57:50 +02:00
5e726fc9b0 feat: rnex works, all major roadblocks are gone, the rnex rewrite is now in working state 2025-05-07 21:52:05 +02:00
803a98aa0b feat: fix prudp stuff(almost there) 2025-03-25 22:53:43 +01:00
a7c36c39ef feat: almost done with rework communication with remotes now works 2025-03-24 23:31:25 +01:00
fa37331780 feat: stuff happend 2025-03-23 10:54:01 +01:00
3ea7c7e671 feat: refactor prudp code and start working on refactoring rmc 2025-02-18 22:55:33 +01:00
7d24a71f09 feat(matchmake): a bunch of things 2025-02-12 18:46:29 +01:00
56d8a6ca48 feat(startup): make both servers be able to run seperately with specification by features 2025-02-08 13:30:43 +01:00
296bb6df32 fix(logging): fix windows being windows 2025-02-07 18:09:12 +01:00
Andrea Toska
d9cee5ddb4 fix(warnings): add an underscore to unused variables 2025-02-07 08:48:22 +01:00
Andrea Toska
f74cfd3ff3 fix(warnings): remove unused imports to get rid of warnings 2025-02-07 08:46:09 +01:00
2b9f55e4d2 feat(secure): a lot of things 2025-02-06 17:54:38 +01:00
e582984bc9 feat(secure): add maintenance mode and fix using local ip 2025-02-05 16:02:32 +01:00
7479105157 feat(secure): add RmcSerialize macro for convenience serializing structs 2025-02-05 15:03:08 +01:00
d01acbb931 feat(secure): add get_playing_session and start working on auto_matchmake_with_param_postpone with RmcSerialize macro 2025-02-04 22:07:22 +01:00
81f7a0a738 feat(secure): a bunch of stuff 2025-02-04 16:31:56 +01:00
4f26aae1d7 fix(prudp): use seperate streams for seperate substreams via EncryptionPair 2025-02-03 21:33:07 +01:00
b097c298e7 feat(secure server): start working on secure server 2025-02-03 20:43:24 +01:00
d18ba43aed feat(auth): finish protocol 10 method 2 and 3 2025-02-02 20:25:22 +01:00
SolidStateDrive
d3783ce48a Merge branch 'feat/login_ex' into main 2025-02-02 04:54:31 +01:00
cb6a6f9028 feat(account): add grpc to communicate with account server 2025-02-02 00:46:04 +01:00
1679590bf3 feat(protocols): extend functionality of protocol macro 2025-02-01 19:42:45 +01:00
ce81f09a85 chore: fix warnings 2025-02-01 17:31:13 +01:00
38bcad37bd cleaned up code, condensed code and fixed a couple of things 2025-01-26 23:21:35 +01:00
40ca10651f changes... 2025-01-26 12:09:56 +01:00
d53349c264 refactor for new naming, new api and async 2025-01-21 20:10:58 +01:00
ef844183d6 remove unnescesary Arc<_> 2025-01-20 18:01:54 +01:00
20aa273d67 handle connection registration 2025-01-19 20:05:44 +01:00
e0d9fa444b added redirection of data to their corresponding endpoints 2025-01-19 18:57:36 +01:00
8aa1fa98d9 added partial functionality for endpoints 2025-01-19 15:56:36 +01:00
239fbe6084 fix using public ip instead of unspecified ip 2025-01-19 14:41:32 +01:00
7582f36795 added framework for auth server 2025-01-19 14:14:48 +01:00
0ed05f6116 initial commit 2025-01-19 13:02:15 +01:00