Commit Graph

21 Commits

Author SHA1 Message Date
bfc65f7f37 Minor improvements to server code 2024-12-01 16:13:46 +02:00
e00a17a2f4 Added swap frequencies support on server-side 2024-12-01 16:03:31 +02:00
3e9c0ee6a1 Implemented frequency creation on both client and server 2024-12-01 15:47:54 +02:00
78a38f508e Implemented frequency creation, BROKEN right now 2024-12-01 10:09:21 +02:00
905b6d25b4 Fix server issues after moving soem stuff 2024-12-01 09:08:59 +02:00
3fa1c902c1 Implemented network positions per user on client and server 2024-11-29 23:24:06 +02:00
d0356edef4 Added position to networks 2024-11-28 18:00:50 +02:00
c3f8131caf Added networks info on initial server-client connection 2024-11-27 22:41:14 +02:00
11e523bb89 Fixed server issue with forgeting to commit transaction 2024-11-27 21:40:58 +02:00
82533fa7a5 Fixed sqlc codegen issues 2024-11-27 21:29:09 +02:00
180bb557b1 Fixed server hanging until the client closes the connection,
it now forcibly closes the connection when it's terminated
2024-11-27 18:40:19 +02:00
6a5131792f Fixed minor issues on the server 2024-11-27 17:39:52 +02:00
be22bb89db Added create network to server api 2024-11-27 17:34:28 +02:00
e415a13211 Reimplemented existing server APIs 2024-11-27 11:14:36 +02:00
f5576211d3 Fixed server-side issues after refactoring, more work needs to be done
to refactor server
2024-11-27 10:38:28 +02:00
54564f397d Started working on netwrok creation popup 2024-11-24 00:16:23 +02:00
ff3140a408 feat: add username and timestamp to messages 2024-11-03 19:33:30 +02:00
a637ea9c33 feat: client can now send messages and the server saves thme in DB 2024-11-02 20:12:18 +02:00
c5064f6bbd feat: client and server api changes to accomedate DB 2024-11-02 13:18:21 +02:00
Kyren223
7e1fded9b5 feat: add per-request-type server timeout 2024-10-25 11:52:31 +03:00
Kyren223
a7f743f035 refactor: server split into server, session and api 2024-10-24 18:13:39 +03:00