|
a6f37b1aa3
|
added WHY2 into some chat-flags' identificator
|
2024-02-21 09:06:43 +01:00 |
|
|
92ab33a594
|
moved codes to why2-flags
|
2024-02-21 09:06:38 +01:00 |
|
|
532e22ef1d
|
moved config files to config dir
|
2024-02-20 20:49:33 +01:00 |
|
|
1004b10a28
|
created WHY2_MIN_USERNAME_LENGTH flag
|
2024-01-27 22:17:26 +01:00 |
|
|
31db7c0622
|
created WHY2_MAX_USERNAME_TRIES flag
|
2024-01-27 22:13:00 +01:00 |
|
|
5db46ba17d
|
created WHY2_DEFAULT_USERNAME flag
|
2024-01-27 17:58:25 +01:00 |
|
|
e36b2ffa61
|
created WHY2_CHAT_CODE_INVALID_USERNAME flag
|
2024-01-27 17:45:53 +01:00 |
|
|
e42632db6a
|
created WHY2_MAX_USERNAME_LENGTH flag
|
2024-01-27 17:45:29 +01:00 |
|
|
885aba79ab
|
fixed formatting on invalid command
|
2024-01-27 15:36:09 +01:00 |
|
|
bd3eb8ed4a
|
removed duplicate tkch version
so yeah v1 and v2 were the same
|
2024-01-24 21:07:45 +01:00 |
|
|
42f406f6b6
|
implemented tkch_version in why2_input_flags
|
2024-01-24 15:11:22 +01:00 |
|
|
d540c1ea88
|
removed tkch_version from tkch_gen parameters, using flags instead
|
2024-01-24 15:08:37 +01:00 |
|
|
d7aa65944b
|
moved WHY2_TEXT_KEY_CHAIN_VERSIONS into core-flags
|
2024-01-24 15:03:54 +01:00 |
|
|
7e33714f53
|
added WHY2_TEXT_KEY_CHAIN_VERSIONS enum as gen_tkch parameter
|
2024-01-24 14:54:30 +01:00 |
|
|
54da223e23
|
moved the historic tkch functions into enum versions
|
2024-01-24 14:47:48 +01:00 |
|
|
492563ee40
|
renamed why2_config_read to why2_toml_read
idk why i didnt do this at first
|
2024-01-24 12:18:12 +01:00 |
|
|
c8bfaedd9d
|
removed parses files
|
2024-01-24 12:10:16 +01:00 |
|
|
758c9c1431
|
revert "added table parameter to why2_config_read"
This reverts commit f0376a73c28bb7d3caec0a8a761eb76ea1b1bb98.
|
2024-01-23 19:53:51 +01:00 |
|
|
f0376a73c2
|
added table parameter to why2_config_read
|
2024-01-23 19:45:12 +01:00 |
|
|
7d76a12708
|
changed yml to toml in config
|
2024-01-23 19:20:26 +01:00 |
|
|
dfb7b54fbf
|
declared config_read stuff
you will facepalm few commits later, trust me :)))
|
2024-01-23 18:46:06 +01:00 |
|
|
c9e1567ae9
|
added missing license to memory related files
|
2024-01-23 18:29:33 +01:00 |
|
|
c31ea476a6
|
added c++ support to headers
|
2024-01-23 18:27:24 +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 |
|
|
7ffb9b1d9c
|
fixed client segfault on ssqc
|
2024-01-20 15:48:34 +01:00 |
|
|
9b238b6d70
|
created WHY2_CHAT_CODE_ACCEPT_MESSAGES macro
|
2023-08-27 15:32:55 +02:00 |
|
|
b1062ad8df
|
moved config-related macros to config header
|
2023-08-27 12:01:26 +02:00 |
|
|
21a89400af
|
created WHY2_CHAT_SERVER_USERNAME macro
|
2023-08-27 11:56:14 +02:00 |
|
|
4016478492
|
declared why2_yml_read
|
2023-08-27 11:48:32 +02:00 |
|
|
9fb66c42bf
|
created parser files
|
2023-08-27 11:35:37 +02:00 |
|
|
c0f7461eab
|
added .config directory existence check
|
2023-08-26 19:14:11 +02:00 |
|
|
b11f092bda
|
replaced local macros with flags
|
2023-08-26 18:57:53 +02:00 |
|
|
821170764f
|
removed server.yml from WHY2_CHAT_CONFIG_URL
|
2023-08-26 18:31:40 +02:00 |
|
|
ed950e3abf
|
declared why2_chat_init_client_config
|
2023-08-26 18:22:42 +02:00 |
|
|
b1d368f375
|
added chat-flags config TODO
|
2023-08-26 18:22:18 +02:00 |
|
|
89e69df3cd
|
renamed why2_chat_init_config to why2_chat_init_server_config
|
2023-08-26 18:15:53 +02:00 |
|
|
6df35b0f95
|
preparing for client-side config
|
2023-08-26 17:59:28 +02:00 |
|
|
d25ca16f4e
|
created WHY2_CHAT_CODE_PICK_USERNAME macro
these will be sent on some events etc.
|
2023-05-02 18:54:55 +02:00 |
|
|
9bcbe4c2d2
|
replaced json extension with yml in WHY2_CHAT_CONFIG
whoops
|
2023-04-20 21:36:20 +02:00 |
|
|
137f74bc3c
|
added user 'variable' into WHY2_CHAT_CONFIG_URL
|
2023-04-20 21:32:24 +02:00 |
|
|
0b14d2c1e0
|
added chat header files into why2.h
|
2023-04-20 21:24:42 +02:00 |
|
|
ab2bd02318
|
created WHY2_CHAT_CONFIG_URL macro
I will download the templates using cURL, I guess
|
2023-04-20 21:20:18 +02:00 |
|
|
a66e18be5a
|
created WHY2_CHAT_CONFIG macro
|
2023-04-20 10:21:44 +02:00 |
|
|
729a43d564
|
declared why2_chat_init_config function
|
2023-04-20 10:03:10 +02:00 |
|
|
6b691f1df8
|
created chat-config files
|
2023-04-20 09:54:48 +02:00 |
|
|
460239b8bc
|
removed WHY2_CONNECT_MESSAGE macro
|
2023-04-20 09:09:53 +02:00 |
|
|
74e0453c5b
|
moved core-misc's replaceWord to global (as why2_replace)
|
2023-04-20 08:59:23 +02:00 |
|
|
876c24e3fb
|
created WHY2_CONNECT_MESSAGE macro
|
2023-04-20 08:56:48 +02:00 |
|
|
c85f0d9669
|
added node value allocation by passed size
|
2023-04-14 15:30:50 +02:00 |
|
|
189d438a18
|
created WHY2_LIST_EMPTY macro
|
2023-04-13 16:44:54 +02:00 |
|