|
bb5d31b02e
|
added libyaml to LIBS_CHAT
|
2023-08-27 11:47:29 +02:00 |
|
|
9fb66c42bf
|
created parser files
|
2023-08-27 11:35:37 +02:00 |
|
|
15bc846db8
|
fixed .config directory path
|
2023-08-27 11:05:11 +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 |
|
|
902872d25c
|
implemented why2_chat_init_client_config
meow
|
2023-08-26 18:43:08 +02:00 |
|
|
bc77ccd04f
|
defined why2_chat_init_client_config
|
2023-08-26 18:41:43 +02:00 |
|
|
d2b8f414e7
|
added way to easily implement client config
|
2023-08-26 18:40:52 +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 |
|
|
093cb2ad48
|
created client-side config file
|
2023-08-26 18:21:23 +02:00 |
|
|
bb74c5a52b
|
added license into server config
|
2023-08-26 18:18:10 +02:00 |
|
|
89e69df3cd
|
renamed why2_chat_init_config to why2_chat_init_server_config
|
2023-08-26 18:15:53 +02:00 |
|
|
9e95b283a4
|
implemented server-side config
|
2023-08-26 18:12:26 +02:00 |
|
|
c57cc6f068
|
removed unused include from flags
|
2023-08-26 18:07:04 +02:00 |
|
|
6df35b0f95
|
preparing for client-side config
|
2023-08-26 17:59:28 +02:00 |
|
|
c6746b3945
|
added NOT IMPLEMENTED note to user_pick_username
|
2023-08-26 17:39:07 +02:00 |
|
|
58ed9ed8d5
|
implemented llists in memory-identifiers && memory fix
lol haven't done anything in a while lmao
|
2023-08-26 17:07:47 +02:00 |
|
|
92e6632fbc
|
removed completed TODOs
|
2023-05-02 19:11:08 +02:00 |
|
|
884efa1a92
|
prepared WHY2_CHAT_CODEs handler
|
2023-05-02 19:08:43 +02:00 |
|
|
037521b871
|
sending WHY2_CHAT_CODE_PICK_USERNAME signal to client at connect
|
2023-05-02 18:55:21 +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 |
|
|
ca22dab5aa
|
added newline char to chat config
|
2023-05-02 18:42:06 +02:00 |
|
|
68a484cae1
|
fixed why2_send_socket's text_copy allocation size
|
2023-04-20 21:44:46 +02:00 |
|
|
9bcbe4c2d2
|
replaced json extension with yml in WHY2_CHAT_CONFIG
whoops
|
2023-04-20 21:36:20 +02:00 |
|
|
2f1c9dfe75
|
implemented why2_chat_init_config in chat-server
|
2023-04-20 21:35:41 +02:00 |
|
|
03c8587c67
|
implemented user variable in why2_chat_init_config
|
2023-04-20 21:35:18 +02:00 |
|
|
137f74bc3c
|
added user 'variable' into WHY2_CHAT_CONFIG_URL
|
2023-04-20 21:32:24 +02:00 |
|
|
258028359c
|
added missing memory include in config
|
2023-04-20 21:26:33 +02:00 |
|
|
0b14d2c1e0
|
added chat header files into why2.h
|
2023-04-20 21:24:42 +02:00 |
|
|
8dacaf7873
|
added cURL downloading into why2_chat_init_config
|
2023-04-20 21:23:53 +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 |
|
|
23d0fced6f
|
basically defined why2_chat_init_config
//DO STUFF
|
2023-04-20 19:14:13 +02:00 |
|
|
89ad40a5a5
|
created basic why2_chat template config
|
2023-04-20 19:11:12 +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 |
|
|
1af6cf45a1
|
optimalyzed send_to_all loop
|
2023-04-20 09:49:16 +02:00 |
|
|
41291fd345
|
removed server received messages
|
2023-04-20 09:45:39 +02:00 |
|
|
9630da569f
|
added missing return to why2_accept_thread
|
2023-04-20 09:42:20 +02:00 |
|
|
2d095daef2
|
added server connection message
|
2023-04-20 09:28:39 +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 |
|
|
0bfeb17755
|
implemented why2-llist in chat-misc's connection list
sort of
|
2023-04-19 14:33:39 +02:00 |
|
|
83c173e22a
|
fixed stop_oldest_thread always working issue
no fucking way
|
2023-04-19 12:15:10 +02:00 |
|
|
fda282f491
|
removed inappropriate debug prints
pls don't view the changes for love of god
|
2023-04-19 12:00:53 +02:00 |
|
|
12a1dfda52
|
added same address todo
|
2023-04-19 11:20:12 +02:00 |
|
|
2af91e5aea
|
implemented double pointers in stop_oldest_thread
|
2023-04-19 11:09:26 +02:00 |
|