351 Commits

Author SHA1 Message Date
ed8b328673
created WHY2_COMMUNICATION_TIME macro 2023-04-01 12:56:14 +02:00
8f6a376a62
removed why2_connection_t
it was useless as hell
2023-04-01 12:43:49 +02:00
1087e40cfc
sending json format in send_to_all 2023-03-25 17:39:52 +01:00
cd5d290a13
added WHY2-prefix at the beginning of chat-flags macros 2023-03-12 15:01:04 +01:00
b8b7b7cdff
renamed header common to flags 2023-03-12 14:59:53 +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
0618de9584
declared why2_listen_server 2023-02-22 12:10:06 +01:00
49978a8a53
changed why2_connection::thread type to UL 2023-02-22 10:33:42 +01:00
2b790a21fe
declared why2_clean_threads 2023-02-22 10:11:36 +01:00
493724626c
created why2_connection_t struct
contains connection and pthread_t
2023-02-22 10:03:49 +01:00
736cd82240
removed why2_register_connection function 2023-02-22 10:01:03 +01:00
97e2d1d097
moved accept-loop to why2_accept_thread 2023-02-21 19:34:40 +01:00
89885de21e
added common todo 2023-02-21 19:29:08 +01:00
f31216f387
added "why2_" at the beginning of chat-misc functions' identificators
i forgor again
2023-02-21 12:33:53 +01:00
36b5ac7cfc
added license to common's top 2023-02-21 12:29:04 +01:00
ea15a24ed3
declared register_connection function 2023-02-21 12:26:27 +01:00
9f2ddb13dd
removed unused includes 2023-02-21 10:56:46 +01:00
22ff5a3e7d
moved server functions into why2-misc 2023-02-21 10:53:09 +01:00
0244536836
added missing license to why2-misc files 2023-02-21 07:59:09 +01:00
7123e88f97
moved send_socket into chat-misc 2023-02-21 07:58:12 +01:00
50a3a934d6
created misc source & header 2023-02-21 07:52:30 +01:00
fe8563ff5e
added pthread to common 2023-02-20 17:00:40 +01:00
01770f1f8d
defined MAX_CONNECTIONS in common 2023-02-09 19:42:38 +01:00
d261038c2c
added core-misc include in common 2023-02-09 18:50:05 +01:00
59b040d26e
declared why2_die 2023-02-09 18:47:42 +01:00
1e12e7a04f
removed SEND_LENGTH define 2023-02-09 18:45:19 +01:00
e859087763
included string in common 2023-02-09 18:27:50 +01:00
db0e862c6d
changed SERVER_PORT TO 1204 2023-02-09 18:23:54 +01:00
233c4641c9
included flags in common 2023-02-09 18:18:44 +01:00
9156d850a9
included stdlib in common 2023-02-09 18:16:05 +01:00
3e41101c85
defined SEND_LENGTH in common 2023-02-09 18:15:01 +01:00
5fb3270877
included memory to common 2023-02-09 18:14:34 +01:00
8d10cef2c0
changed SERVER_PORT to 944 2023-02-09 18:12:23 +01:00
3ac4f94559
added stdio include in common 2023-02-09 17:53:56 +01:00
1147e53f61
defined SERVER_PORT
the port will change
2023-02-09 17:50:34 +01:00
b569e2a279
added some includes into common 2023-02-09 17:47:50 +01:00
6b1278cc06
created "common" header file 2023-02-09 17:39:11 +01:00
9c29743968
changed version to v5.0
uhhhh I should probably type something in here, right?

view tag info
2023-02-08 20:13:43 +01:00
6e3599ca74
changed why2_generate_key type to char* 2023-02-08 19:31:46 +01:00
53f6cb5d1c
removed slash from WHY2_TEST_DIRECTORY's end 2023-02-08 19:15:36 +01:00
daa301705f
created WHY2_LOGGER_TEST_TEXT flag 2023-02-08 19:14:33 +01:00
cee2af64a1
created WHY2_TEST_DIRECTORY flag 2023-02-08 18:47:08 +01:00
109ec9a7b6
removed why2_open stuff
declaration and definition
2023-02-06 08:18:14 +01:00
8f7d6b9cb1
replaced last why2_open parameter with UI 2023-02-05 19:04:09 +01:00
6e7ea8b6f5
renamed why2_free to why2_deallocate 2023-02-05 18:25:42 +01:00
1285f52b67
declared why2_fopen, why2_fdopen, why2_open and why2_opendir 2023-02-05 18:23:03 +01:00
f4d30f1aa2
removed unused const modificator from enum declarations 2023-02-05 18:15:49 +01:00
9d0081ac8f
changed why2_bool to _Bool
yo what vscode was throwing errors before
2023-02-05 17:53:33 +01:00
7fb6240e8b
renamed encryptionSeparatorNew to encryption_separator_new 2023-02-04 19:14:53 +01:00