Commit Graph

25 Commits

Author SHA1 Message Date
Max
c43520a28d feat(app): library setup_socket function implementation
Implemented function that accepts hostname & port number and returns a fd that can be used to listen.
2024-01-12 23:42:01 +01:00
Max
42bfd9dc14 Implementing socket creation 2024-01-07 18:04:39 +01:00
Max
71326e34b2 Implemented simple config system (loading/writing to file in JSON format) 2024-01-06 23:33:14 +01:00
Max
334df8f9f0 Added getter for configuration. 2024-01-03 23:23:05 +01:00
Max
1b66d5edab Base - Adding properties to config implemented. 2023-12-27 13:41:42 +01:00
Max
127b779905 Building base. 2023-12-26 02:55:18 +01:00
Max
15b8d8b041 Removed 'cmake-build-debug' folder 2023-12-24 23:19:33 +01:00
Max
0c2abd6277 Added folder to gitignore 2023-12-24 23:18:26 +01:00
Max
2827878904 removing thread_manager 2023-12-24 23:17:27 +01:00
Max
d55cf5ee81 reworking proj with OpenSSL 2023-12-24 18:23:19 +01:00
Max Holleman
76aa27a126 Reworked some headers, make project buildable. 2023-08-04 09:53:37 +02:00
Max Holleman
6125824f3d Small changes 2023-08-01 15:43:43 +02:00
Max
b5349a8f05 Reworking project. 2023-07-30 23:01:41 +02:00
Max Holleman
5022d1b096 Chached printf format 2023-07-28 11:07:32 +02:00
Max
9352c8d3b8 Cleaning preparing for initial packet handling 2023-03-06 19:48:26 +01:00
Max
18f923c6ae Reworked initial packed server side. 2023-02-02 14:33:44 +01:00
Max
e48ae98860 Fixed some macros 2023-02-01 21:12:16 +01:00
Max
3ef62d8c6d Added main listening thread, fixed random bytes at end string. 2023-02-01 16:40:51 +01:00
Max
815ce0c6c4 Args gets functions directly from list. Some small changes 2023-02-01 13:49:31 +01:00
Max
d508ffc81b Small fixes. 2022-12-14 22:28:52 +01:00
Max
3069cc0d2f Implemented dynamic list! Needs some testing. 2022-12-14 20:14:54 +01:00
Max
f84629ca42 Updated project 2022-12-10 22:46:56 +01:00
Max
b020bcaa4e Implemented unux sockets. 2022-12-05 20:45:26 +01:00
Max
47bff933b7
Update .gitignore 2022-12-05 20:27:38 +01:00
Max
248c505af7
Initial commit 2022-12-05 20:26:39 +01:00