63 Commits

Author SHA1 Message Date
854e8399fb
trimming string on command fn 2024-08-28 13:48:18 +02:00
963e75da51
clearing arg on command 2024-08-28 13:21:33 +02:00
0dfd0218e1
added version and pm cmd to help 2024-08-28 12:59:09 +02:00
a4ec91979e
implemented send part of version cmd on client-side 2024-08-28 11:43:50 +02:00
a5b6364c26
checking version on chat client&server startup 2024-08-28 11:39:01 +02:00
5442104f35
added list cmd to help 2024-08-28 11:24:13 +02:00
e18ce453be
comment typo fix 2024-08-28 11:21:08 +02:00
97ba473143
removed INVALID_COMMAND code
it was unused atp
2024-04-27 12:01:49 +02:00
4134f9d1b3
implemented LIST command in client
not in server yet haha
2024-04-27 11:49:00 +02:00
0150414d1b
optimized client command checking 2024-04-27 11:42:15 +02:00
26c5b4d831
implemented the command handler 2024-04-27 11:33:00 +02:00
e9b439884f
created command handler in client 2024-04-27 11:32:52 +02:00
f325b928eb
trimming client input text 2024-04-25 21:15:59 +02:00
07a4eecd4e
removed the stupid exit command sending
using codes instead
2024-04-19 20:03:20 +02:00
d451030ad0
handling sigint signal
i'm really trying alex, i am

wicked game
2024-04-19 16:32:44 +02:00
e023207261
added help command 2024-04-19 16:08:54 +02:00
1fc78a2a30
sending server exit_cmd with the initial welcome message 2024-04-17 18:04:45 +02:00
b2c945fe6d
implemented the exit_cmd macro 2024-04-17 17:45:21 +02:00
ee3f319dd7
implemented why2_chat_deallocate_keys in client 2024-04-13 13:17:03 +02:00
ef1f9bbf38
renamed why2_chat_generate_keys to why2_chat_init_keys
I think the name is much more self-explanatory now
2024-04-13 12:24:19 +02:00
1e925ec794
implemented why2_chat_generate_keys in client 2024-02-23 10:35:22 +01:00
c450adb0a8
added config init comments 2024-02-23 10:34:04 +01:00
f77f3a8c93
implemented config functions
way better now
2024-02-21 10:48:48 +01:00
a6f37b1aa3
added WHY2 into some chat-flags' identificator 2024-02-21 09:06:43 +01:00
1e6c297b57
added client accents todo 2024-02-19 12:29:40 +01:00
a6f50c2ddd
using client's username 2024-01-28 13:17:04 +01:00
79ddef2514
added get_username todo 2024-01-27 22:25:53 +01:00
7fd51adbfa
format fix 2024-01-25 21:51:11 +01:00
57eba2caf6
implemented auto_connect in client 2024-01-25 21:46:54 +01:00
abe76d79f0
added return value check to client & server getline 2024-01-25 11:23:54 +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
72fcc4c3e5
running garbage collector at the end of client & server run 2024-01-20 16:01:19 +01:00
7ffb9b1d9c
fixed client segfault on ssqc 2024-01-20 15:48:34 +01:00
f71d3954f0
checked getline return value in client main
i hope these comints are sort of intelligent cause im  drunk as hell :dd
2023-11-18 20:22:04 +01:00
902872d25c
implemented why2_chat_init_client_config
meow
2023-08-26 18:43:08 +02:00
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