Commit Graph

47 Commits

Author SHA1 Message Date
f0607f1663 Server now also sends the last_read column to the client so the client
so the client can use it to persist notifications
2025-02-04 19:37:06 +02:00
eab8cba4bb Refactored the way notifications work on the server-side, next commit
fixes the client to use this new system
2025-02-04 18:52:57 +02:00
c77ac77e78 Added support for offline notifications where the server calculates them
and sends the info to the client when it connects
2025-02-02 19:23:50 +02:00
cb214d740a Added pings to messages in frequencies 2025-01-27 20:10:48 +02:00
5c96cb4e60 Added banlist on the client and fixed some server side issues with
banning
2025-01-25 18:26:17 +02:00
acf87efce9 Added the ability to ban client-side from the memberslist 2025-01-25 17:21:04 +02:00
02e55d769d Added a list of banned members server-side 2025-01-25 16:30:50 +02:00
a6ea051460 Added the ability to trust/untrust users 2025-01-22 17:23:18 +02:00
645247f4ef format for ci 2025-01-21 19:06:34 +02:00
5a5c092824 Implemented user settings both client side and server side 2025-01-20 17:32:31 +02:00
43bd630ecb Implemented updating frequency properties both client-side and server-side 2025-01-14 17:33:15 +02:00
8184c8d187 Added a way to change network properties both server side and client
side
2025-01-14 16:31:32 +02:00
bff19b516e Fixed network positioning issues 2025-01-12 17:57:54 +02:00
8cdd763ec1 Fixed a bunch of security issues with people not inside a server being
able to read it and also fixed some other bugs and implemented
propagation for members joining/leavings servers
2025-01-12 16:46:07 +02:00
2285afec99 Implemented message propagation for real-time live chat 2025-01-10 20:13:31 +02:00
4bff6ccf4e Removed set from networks info as it'll be redundant due to no longer
keeping track of position
2025-01-10 15:20:31 +02:00
b09a8fba64 Fixed everything on the server-side 2025-01-09 19:14:05 +02:00
4e2ca64319 Fixed all high and medium security issues from gosec 2025-01-07 19:02:14 +02:00
f9f0f769f6 Fixed formatting, CI should pass 2025-01-07 18:03:35 +02:00
8dcccbfaa4 Removed failing on purpose, test should now pass 2025-01-07 17:23:45 +02:00
cd34911ce6 Testing if CI runs tests 2025-01-07 16:41:17 +02:00
6be63e6df6 Refactored quite a bit and added the MembersInfo packet server-side 2025-01-05 18:11:14 +02:00
6d91f3f9af Implemented processing data 2024-12-19 18:42:53 +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
452040598b Created UI for create frequency popup 2024-11-30 18:38:09 +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
82533fa7a5 Fixed sqlc codegen issues 2024-11-27 21:29:09 +02:00
be22bb89db Added create network to server api 2024-11-27 17:34:28 +02:00
6a34d7be01 Refactored server infrastructure 2024-11-27 12:52:22 +02:00
328a929a88 Fixed client-side issues after refactoring 2024-11-27 10:10:58 +02:00
8ed2527a88 Started working on refactoring packet types and some changes to the SQL
schema
2024-11-27 07:47:30 +02:00
ff3140a408 feat: add username and timestamp to messages 2024-11-03 19:33:30 +02:00
7ad5f5aa60 feat(data): update message queries 2024-11-02 13:18:21 +02:00
08d88c425b test(packet): test packet framer and packet encoding/decoding 2024-11-02 13:18:07 +02:00
Kyren223
d294b53e68 chore: add docs 2024-10-24 20:06:04 +03:00
Kyren223
a7f743f035 refactor: server split into server, session and api 2024-10-24 18:13:39 +03:00
Kyren223
688668f6d3 feat: worked on client 2024-10-24 16:39:14 +03:00
Kyren223
6f83f199f8 refactor: finished refactoring server-side code 2024-10-20 20:12:12 +03:00
Kyren223
1997bc8a15 refactor: mid refactor 2024-10-20 11:36:43 +03:00
Kyren223
6e6ca1d7a1 feat: add ui for client 2024-10-17 17:12:57 +03:00
Kyren223
c35f2705dc feat: basic messaging between client and server 2024-10-16 16:10:26 +03:00
Kyren223
cf105501c7 test: add test for framer 2024-10-16 16:04:26 +03:00
Kyren223
260ad0e1bd feat: communication using custom packet protocol 2024-10-15 21:59:08 +03:00
Kyren223
77dca0e1df feat: add message types and packet framer 2024-10-15 15:45:01 +03:00