|
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 |
|
|
ccf6a321fd
|
declared why2_empty_decrypted_output
|
2023-02-04 18:27:06 +01:00 |
|
|
cd9dcaedaf
|
declared why2_empty_log_file
|
2023-02-04 18:00:30 +01:00 |
|
|
ae906571e5
|
revert why2_generate_key type change
revert c0e49247921b97c15e06427bcbbc3c0628bfff3d
|
2023-02-03 17:18:09 +01:00 |
|
|
c0e4924792
|
changed why2_generate_key's type to WHY2_EXIT_CODES
|
2023-02-03 17:15:40 +01:00 |
|
|
bbb09428d1
|
renamed all 'public' identificators to snake_case
I mean the identificators user gets in contact with
|
2023-02-03 17:03:46 +01:00 |
|
|
84a1f4ec8b
|
renamed why2_input_flags' why2_no_output back to noOutput
|
2023-02-03 16:53:37 +01:00 |
|
|
990476787f
|
added explanatory comment to why2_clean_memory declaration
|
2023-02-03 16:37:00 +01:00 |
|
|
fdf1b4e696
|
idk random reformatting
|
2023-02-03 16:12:53 +01:00 |
|
|
aa6b484363
|
declared why2_get_default_memory_identifier
|
2023-02-02 16:42:55 +01:00 |
|
|
abbd820778
|
declared why2_clean_memory
|
2023-02-02 16:40:24 +01:00 |
|
|
70335e67ad
|
declared why2_get_memory_identifier, why2_set_memory_identifier and why2_reset_memory_identifier
|
2023-02-02 16:28:47 +01:00 |
|
|
d885e62502
|
fixed WHY2_LOGGER_EXIT_CODES typo
|
2023-02-01 16:14:01 +01:00 |
|