381 Commits

Author SHA1 Message Date
f3bd52b674
declared why2_checksum_segment 2024-11-19 21:39:34 +01:00
ceefd7ed98
removed constant modificator from padding rate 2024-11-19 21:17:39 +01:00
10edcdeccf
added padding parameter to why2_input_flags 2024-11-19 21:05:33 +01:00
d23c166fc6
preventing segfault when user doesn't have homedir in /home 2024-11-17 22:19:42 +01:00
ca81c49fdc
added comments to new tkch 2024-11-17 20:58:44 +01:00
f917140ae5
created more secure tkch WHY_v4
good luck with brute forcing now haha
2024-11-17 20:55:13 +01:00
4ff03864d0
included the rust fn in config header 2024-09-02 15:14:53 +02: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
b836bf47d7
declared why2_sha256 2024-09-01 20:39:36 +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
48412cae73
declared why2_get_server_users_path 2024-08-31 16:31:37 +02:00
ada457c824
created macro for server-user config file 2024-08-31 13:20:44 +02:00
b385187d39
added the why2_toml_contains fn to config header 2024-08-31 12:46:12 +02:00
7be5d6ff32
added the why2_toml_write fn to config header 2024-08-31 12:36:52 +02:00
3fc339a9fb
fully implemented new WHY2_CONFIG_DIR
i moved it to user folder cause it causes permission problems on multi-user machine.
2024-08-30 00:54:17 +02:00
8ef39ada5f
changed WHY2_VERSIONS_NAME 2024-08-30 00:49:45 +02:00
db1d487a2e
moved WHY2_CONFIG_DIR to core-flags 2024-08-30 00:44:38 +02:00
04d411e42a
declared why2_dir fn 2024-08-30 00:42:40 +02:00
456b523012
created WHY2_CHAT_CODE_PM_SERVER code 2024-08-28 14:00:24 +02:00
66ceb25a89
comment typo fix 2024-08-28 12:59:43 +02:00
41bbfc2b18
reverted the demented why2_get_version 2024-08-28 12:44:33 +02:00
e30e2dea59
created WHY2_CHAT_CODE_VERSION_SERVER code 2024-08-28 12:07:32 +02:00
e5e6460908
changed comment of get_version 2024-08-28 11:58:47 +02:00
b92ed3d6a8
declared why2_get_version 2024-08-28 11:48:52 +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
c4ddb6888a
declared why2_list_get_size fn 2024-04-27 12:18:07 +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
f07a5fe40f
moved trim_string to header file 2024-04-25 20:52:09 +02:00
65135ac961
created why2_allocated fn
checks for why2-mem allocation
2024-04-20 11:22:09 +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
6227b8eb0a
changed WHY2_CHAT_RSA_EXPONENT base to 62
so now it isn't 65537 but H33
2024-04-13 14:20:26 +02:00
d9483f02ca
fixed rsa crypto input strings & output base 2024-04-13 13:45:40 +02:00
9cf062565a
created why2_chat_rsa_pri_decrypt 2024-04-13 13:40:26 +02:00
b74995bbab
changed WHY2_CHAT_RSA_EXPONENT datatype to string 2024-04-13 13:37:06 +02:00
62d2f10e65
declared why2_chat_rsa_pub_encrypt 2024-04-13 13:15:26 +02:00
2755472534
declared why2_get_chat* rsa stuff fns 2024-04-13 12:28:50 +02:00
2f4c73ce09
created why2_chat_deallocate_keys fn 2024-04-13 12:26:47 +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