28 Commits

Author SHA1 Message Date
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
dac66c105d
removed unused chat-client definition
redefinition
2023-04-12 10:43:28 +02:00
1087e40cfc
sending json format in send_to_all 2023-03-25 17:39:52 +01: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
eedea02701
implemented CLEAR_AND_GO_UP in chat stuff 2023-03-12 14:45:58 +01:00
899b79941b
upgraded underline printing 2023-03-12 12:30:11 +01:00
92da77ff3e
fixed "local" message formatting
yeeees babyyyyyyyyyyyyy
2023-03-12 12:26:19 +01:00
8cfe1e39ea
added missing chat-client listen_thread termination 2023-03-12 11:59:23 +01:00
258222160e
sort of fixed received message formatting
but actually not
2023-02-24 16:31:39 +01:00
3976c7e49c
added formatting TODO 2023-02-23 10:03:26 +01:00
6e746b020b
server sending received to all clients
I shall fix the output lol
2023-02-22 14:37:18 +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
fbaef61ebc
removed client test print 2023-02-22 09:57:41 +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
7123e88f97
moved send_socket into chat-misc 2023-02-21 07:58:12 +01:00
04f3223fdb
moved chat-related files into main directory 2023-02-21 07:48:50 +01:00