70 Commits

Author SHA1 Message Date
a4b8bf2f4c
implemented WHY2_CHAT_CODE_PASSWORD 2025-02-01 21:03:49 +01:00
767f78a554
fixed server connection problems on client 2025-02-01 20:58:03 +01:00
7daa9aa124
sending WHY2_CHAT_CODE_USERNAME from client 2025-02-01 20:57:42 +01:00
a0bb314010
implemented CA code in client 2025-02-01 18:07:33 +01:00
be15fcd2f6
implemented new why2_sha256 in client 2025-02-01 14:38:14 +01:00
b9651a6749
connecting to CA on client startup 2025-02-01 13:44:29 +01:00
22bf36481a
removed unused connectStatus variable from client 2025-02-01 13:34:05 +01:00
2e53e63345
changed codes to shorter forms
also rename PM codes to DM codes but I already staged it and i am too lazy to redo it
2025-01-31 17:04:53 +01:00
ee1c784b84
removed WHY_SA macro
first of all, its stupid. second thing - sa? seriously?
2025-01-31 15:56:17 +01:00
c0c0ad6894
using codes in exit_client fn 2025-01-31 14:11:27 +01:00
a3c54207db
sending WHY2_CHAT_CODE_VERSION as a code
this is the last one. now time for 20 hours of debugging.... yay
2025-01-31 14:05:30 +01:00
c120d38804
sending WHY2_CHAT_CODE_PM as a code 2025-01-31 14:04:40 +01:00
9ab4f50fc6
sending WHY2_CHAT_CODE_LIST as a code 2025-01-31 14:01:41 +01:00
4649b7ccf6
added WHY2_CHAT_COMMAND_PM to client help page 2025-01-30 22:51:41 +01:00
e34f92b0d8
renamed WHY2_CHAT_COMMAND_PM to WHY2_CHAT_COMMAND_DM
All checks were successful
Codacy Scan / Codacy Security Scan (push) Successful in 14s
Build WHY2-chat / test-why2 (./out/why2-chat-client, ./configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Successful in 1m49s
Test Project / test-project (./configure.sh, gdb -ex "run" -ex "quit" --batch, ubuntu-latest, ./test) (push) Successful in 2m6s
Test WHY2-core / test-why2 (why2, ./configure.sh, gdb -ex "run" -ex "quit" --batch, ubuntu-latest, ./out/why2-core-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Successful in 2m12s
Test WHY2-logger / test-why2 (why2-logger, ./configure.sh, gdb -ex "run" -ex "quit" --batch, ubuntu-latest, ./out/why2-logger-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Successful in 2m24s
these will be direct messages - unencrypted communication between two users
2025-01-30 21:20:59 +01:00
6f773bcecf
replaced RSA comment with ECC 2025-01-30 20:23:21 +01:00
42562013b5
proccessing password hash in client send loop 2024-09-02 15:02:58 +02:00
810a34d7c9
removed unused 'unused'
haha you dumb idiot
2024-09-01 20:43:31 +02:00
3314a82b3a
sending pm to server 2024-08-28 21:24:32 +02:00
290ad5c101
moved invalid command/stuff into fn 2024-08-28 13:48:45 +02:00
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
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
72fcc4c3e5
running garbage collector at the end of client & server run 2024-01-20 16:01:19 +01:00