|
fdf1b4e696
|
idk random reformatting
|
2023-02-03 16:12:53 +01:00 |
|
|
aa6b484363
|
declared why2_get_default_memory_identifier
|
2023-02-02 16:42:55 +01:00 |
|
|
70335e67ad
|
declared why2_get_memory_identifier, why2_set_memory_identifier and why2_reset_memory_identifier
|
2023-02-02 16:28:47 +01:00 |
|
|
5e8cf54145
|
renamed every global function & flag
basically - it's in snake_case now AND there's "why2_" at the beginning
|
2023-01-29 20:14:11 +01:00 |
|
|
1a209b8675
|
replaced some why2_bool with EXIT_CODES
|
2023-01-27 16:14:04 +01:00 |
|
|
5524a4b6e5
|
renamed boolean typedef to why2_bool
to prevent from conflicts
|
2023-01-27 16:03:01 +01:00 |
|
|
3776ad5e02
|
added void parameter to every function without any parameters
|
2022-12-11 14:57:57 +01:00 |
|
|
083233c0f6
|
declared getFlagsChanged
|
2022-12-10 16:21:46 +01:00 |
|
|
cb67024dea
|
renamed defaultFlags getter to getDefaultFlags
|
2022-12-10 16:08:09 +01:00 |
|
|
f71647e0ff
|
added license at top of every file
I mean, the files where it is possible
|
2022-12-04 18:55:13 +01:00 |
|
|
e6648787e8
|
created setter for encryptionOperation in a header file
|
2022-10-17 16:53:26 +02:00 |
|
|
14ca899ff8
|
added missing comments
|
2022-10-17 16:49:05 +02:00 |
|
|
187f11ed65
|
replaced encryptionOperation usage with encryptionOperation getter
|
2022-10-17 16:47:05 +02:00 |
|
|
2a09a38acf
|
created getter for encryptionOperation_cb in header file
|
2022-10-17 16:43:56 +02:00 |
|
|
0edab92261
|
moved encryptionOperation_type_cb into flags.h
|
2022-10-17 16:41:04 +02:00 |
|
|
e3952796a6
|
typo fix
yk... English isn't my native language :c
|
2022-10-17 16:39:35 +02:00 |
|
|
178df23585
|
created encryptionOperation function
see next commit for context
|
2022-10-16 19:42:25 +02:00 |
|
|
a40f9637f0
|
replaced _Bool with boolean typedef
basically char but it looks good and smart now
|
2022-10-15 15:21:28 +02:00 |
|
|
344c9eb296
|
changed version to v4.3.2
this is possibly the last WHY2 version
---
you made my day yk
I'm so happy rn
I'm gonna cry
---
I'm crying, Alex
|
2022-08-25 12:38:49 +02:00 |
|
|
f889bb28e3
|
created CURL_TIMEOUT constant
and implemented it ofc
|
2022-08-25 12:02:16 +02:00 |
|
|
bbebb7a861
|
created repeatedKeySize variable in outputFlags
|
2022-08-24 14:51:17 +02:00 |
|
|
45beb5bb65
|
changed EXIT_CODES type to enum
I think it doesn't matter, but I have no idea :D
|
2022-07-31 15:52:31 +02:00 |
|
|
3af7e30097
|
added some more special characters to why2-test's TEST_TEXT
|
2022-07-23 15:47:47 +02:00 |
|
|
cfdfd2aa2c
|
replaced UC with _Bool
|
2022-07-22 18:22:42 +02:00 |
|
|
06cacc3fa7
|
changed version to v4.3.1
|
2022-07-22 17:05:51 +02:00 |
|
|
5482dcac2f
|
changed version to v4.3
I wanna die, Alex
|
2022-07-10 19:26:51 +02:00 |
|
|
692e76db17
|
created getter & setter for 'flags'
|
2022-07-10 18:07:21 +02:00 |
|
|
212f0205c5
|
renamed noUpdate flag to update & swapped its value everywhere
it was kinda annoying when you were trying to disable it with positive value :DD
|
2022-07-10 17:51:31 +02:00 |
|
|
71865826fa
|
renamed noFlags to defaultFlags
|
2022-07-10 17:40:32 +02:00 |
|
|
92dd06d8b0
|
moved variables from flags.h to flags.c
this just makes flags safer
|
2022-07-01 18:45:44 +02:00 |
|
|
d293941646
|
created UNUSED flag
|
2022-06-19 17:15:23 +02:00 |
|
|
f3c11a46c6
|
added missing comment to encryptionSeparator
|
2022-06-19 16:05:39 +02:00 |
|
|
1a5b58edf9
|
created getter & setter for encryptionSeparator
|
2022-06-18 18:28:33 +02:00 |
|
|
cabd16a63f
|
changed ENCRYPTION_SEPARATOR from const to var
|
2022-06-18 18:26:31 +02:00 |
|
|
f9a9347ed9
|
removed ENCRYPTION_SEPARATOR_STRING
it's unused now
|
2022-06-18 18:18:33 +02:00 |
|
|
227b933bc4
|
added ENCRYPTION_SEPARATOR_STRING security note
|
2022-06-16 18:20:21 +02:00 |
|
|
e192b0cd8e
|
changed version to v4.2.1
kill me
|
2022-06-13 18:58:19 +02:00 |
|
|
045db6c7db
|
added exitCode parameter to noOutput function
|
2022-06-12 16:21:12 +02:00 |
|
|
85ec93bb7d
|
added SUCCESS exit code
|
2022-06-12 16:19:58 +02:00 |
|
|
9428c838ed
|
added exitCode variable to outputFlags
|
2022-06-12 16:19:04 +02:00 |
|
|
c5de589fff
|
created noOutput function
let's play a game - I will not explain what it does and you'll start thinking about it
|
2022-06-12 16:17:09 +02:00 |
|
|
32d5022b29
|
added INVALID_TEXT exit value
|
2022-06-12 16:11:27 +02:00 |
|
|
eba0e72e33
|
changed version to v4.2
|
2022-06-11 19:26:28 +02:00 |
|
|
40ebc534c1
|
added UPDATE_COMMAND variable
|
2022-06-11 18:54:34 +02:00 |
|
|
f6d5bde413
|
added UPDATE_FAILED exit-code
|
2022-06-11 17:38:44 +02:00 |
|
|
79f548a076
|
added update variables
|
2022-06-11 17:04:15 +02:00 |
|
|
306150e8ed
|
changed branch for getting versions.json to release
boom
|
2022-06-11 16:22:44 +02:00 |
|
|
5511210d89
|
added missing flags to inputFlags constructors
|
2022-06-08 19:25:54 +02:00 |
|
|
df7822975a
|
renamed skipCheck to noCheck
|
2022-06-08 19:23:20 +02:00 |
|
|
0b5dedc405
|
added why2 prefix for VERSIONS_NAME
I'm just woried some program will create versions.json and WHY2 will crash due to this
|
2022-05-31 19:39:59 +02:00 |
|