29 Commits

Author SHA1 Message Date
8a7c389a74
generating ECC keys on server startup 2025-02-01 22:00:07 +01:00
86c804b6c0
changed __WHY2_ACCEPT_THREAD_PARAMS identifier to lowercase
i forgot it isn't macro
2025-01-31 17:10:30 +01:00
f7e71324f4
implemented _WHY2_ACCEPT_THREAD_PARAMS in servers 2025-01-31 16:57:57 +01:00
ee1c784b84
removed WHY_SA macro
first of all, its stupid. second thing - sa? seriously?
2025-01-31 15:56:17 +01:00
a5b6364c26
checking version on chat client&server startup 2024-08-28 11:39:01 +02:00
b2c945fe6d
implemented the exit_cmd macro 2024-04-17 17:45:21 +02:00
c450adb0a8
added config init comments 2024-02-23 10:34:04 +01:00
a6f37b1aa3
added WHY2 into some chat-flags' identificator 2024-02-21 09:06:43 +01:00
7fd51adbfa
format fix 2024-01-25 21:51:11 +01:00
abe76d79f0
added return value check to client & server getline 2024-01-25 11:23:54 +01:00
ddbe899071
added message thread cleanup for server
also swaped the function names cause I am so smart
2024-01-21 13:44:31 +01:00
72fcc4c3e5
running garbage collector at the end of client & server run 2024-01-20 16:01:19 +01:00
89e69df3cd
renamed why2_chat_init_config to why2_chat_init_server_config 2023-08-26 18:15:53 +02:00
2f1c9dfe75
implemented why2_chat_init_config in chat-server 2023-04-20 21:35:41 +02:00
252c697377
implemented flags header rename 2023-03-12 15:02:06 +01:00
cd5d290a13
added WHY2-prefix at the beginning of chat-flags macros 2023-03-12 15:01:04 +01:00
edbe07615c
removed includes from common.h 2023-03-12 14:59:07 +01:00
4a298b94b3
added thread deallocation to chat-server 2023-02-22 10:36:37 +01:00
128cba4bf9
implemented why2_clean_threads in chat-server 2023-02-22 10:17:54 +01:00
1e7fbc03a8
added way to stop server 2023-02-22 09:56:23 +01:00
4b85ba17dd
why2_accept_thread param typo fix 2023-02-21 19:48:07 +01:00
54d90c7001
added missing parameter to why2_accept_thread 2023-02-21 19:38:15 +01:00
97e2d1d097
moved accept-loop to why2_accept_thread 2023-02-21 19:34:40 +01:00
c47c9ffece
moved registering connection to new thread 2023-02-21 18:59:44 +01:00
03418e7494
added server enabled message 2023-02-21 15:05:31 +01:00
ad9f4b8f2d
implemented linked list in chat-server 2023-02-21 12:41:35 +01:00
f31216f387
added "why2_" at the beginning of chat-misc functions' identificators
i forgor again
2023-02-21 12:33:53 +01:00
22ff5a3e7d
moved server functions into why2-misc 2023-02-21 10:53:09 +01:00
04f3223fdb
moved chat-related files into main directory 2023-02-21 07:48:50 +01:00