|
a242fbea95
|
added cs/sc key exchange macros
|
2025-02-01 21:06:50 +01:00 |
|
|
ee309b2cbb
|
created WHY2_CHAT_CODE_USERNAME macro
|
2025-02-01 21:01:13 +01:00 |
|
|
6c53169f09
|
added askin_username getter & setter
|
2025-02-01 20:47:45 +01:00 |
|
|
2970878bce
|
created WHY2_CHAT_CODE_USERNAME macro
|
2025-02-01 20:39:36 +01:00 |
|
|
a42764f6d6
|
created WHY2_CHAT_CODE_SUCCESS and WHY2_CHAT_CODE_FAILURE macros
|
2025-02-01 16:32:58 +01:00 |
|
|
89c0f87678
|
created WHY2_CHAT_CODE_CLIENT_KEY_EXCHANGE macro
|
2025-02-01 14:58:39 +01:00 |
|
|
7eaee3a89c
|
created WHY2_CHAT_CODE_KEY_EXCHANGE macro
|
2025-02-01 13:21:48 +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 |
|
|
1928519757
|
created WHY2_CHAT_SERVER_TYPE enum
|
2025-01-31 16:32:20 +01:00 |
|
|
ee1c784b84
|
removed WHY_SA macro
first of all, its stupid. second thing - sa? seriously?
|
2025-01-31 15:56:17 +01:00 |
|
|
0994558a39
|
created WHY2_CHAT_AUTHORITY_PORT macro
|
2025-01-31 15:53:42 +01:00 |
|
|
61fdb17018
|
created WHY2_CHAT_COMMAND_PM macro
|
2025-01-30 22:49:38 +01:00 |
|
|
e34f92b0d8
|
renamed WHY2_CHAT_COMMAND_PM to WHY2_CHAT_COMMAND_DM
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 |
|
|
e06a237491
|
replaced asking_password with boolean
|
2024-09-01 20:57:29 +02:00 |
|
|
e94a401308
|
replaced set_asking with increment_asking
|
2024-09-01 20:51:52 +02:00 |
|
|
5daf4f2375
|
declared asking_password functions
|
2024-09-01 20:49:40 +02:00 |
|
|
70e84980e7
|
removed unused fns from chat-flags header file
|
2024-09-01 20:45:39 +02:00 |
|
|
e8d60bc008
|
actually defined password codes
whoopsie
|
2024-09-01 20:05:17 +02:00 |
|
|
b54490514a
|
added password server codes
|
2024-09-01 19:44:33 +02:00 |
|
|
456b523012
|
created WHY2_CHAT_CODE_PM_SERVER code
|
2024-08-28 14:00:24 +02:00 |
|
|
e30e2dea59
|
created WHY2_CHAT_CODE_VERSION_SERVER code
|
2024-08-28 12:07:32 +02:00 |
|
|
de4b6a39bf
|
being correct with user pronouns
|
2024-08-28 11:42:13 +02:00 |
|
|
54b4ebe3e6
|
created version cmd and code
also added missing comments to codes
|
2024-08-28 11:35:09 +02:00 |
|
|
aad627b77a
|
created PM code
|
2024-04-28 15:25:43 +02:00 |
|
|
cd80a640af
|
created LIST code but from s->c
|
2024-04-28 11:49:51 +02:00 |
|
|
97ba473143
|
removed INVALID_COMMAND code
it was unused atp
|
2024-04-27 12:01:49 +02:00 |
|
|
1b4401f944
|
created WHY2_CHAT_COMMAND_LIST macro
|
2024-04-27 11:47:04 +02:00 |
|
|
37b1a3a82d
|
changed code_998 to CODE_LIST
|
2024-04-27 11:43:53 +02:00 |
|
|
19ccc45e0a
|
created pm code
|
2024-04-19 20:09:23 +02:00 |
|
|
e023207261
|
added help command
|
2024-04-19 16:08:54 +02:00 |
|
|
c98184f1f5
|
created exit_cmd getter & setter
|
2024-04-17 18:03:40 +02:00 |
|
|
b2ca56e927
|
created WHY2_CHAT_COMMAND_EXIT macro
also the prefix
|
2024-04-17 17:43:25 +02:00 |
|
|
fd68b0d01a
|
implemented max/min username
|
2024-02-21 21:38:38 +01:00 |
|
|
965395e9d4
|
implemented max_username_tries from server config
|
2024-02-21 20:29:40 +01:00 |
|
|
968498cf4e
|
implemented communication_time from server config
|
2024-02-21 20:18:39 +01:00 |
|
|
8c742b1884
|
implemented default_username from server config
|
2024-02-21 16:39:44 +01:00 |
|
|
e450032f26
|
implemented server_username from server config
|
2024-02-21 16:35:44 +01:00 |
|
|
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 |
|
|
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 |
|
|
e42632db6a
|
created WHY2_MAX_USERNAME_LENGTH flag
|
2024-01-27 17:45:29 +01:00 |
|
|
c31ea476a6
|
added c++ support to headers
|
2024-01-23 18:27:24 +01: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 |
|
|
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 |
|
|
b1d368f375
|
added chat-flags config TODO
|
2023-08-26 18:22:18 +02:00 |
|