404 Commits

Author SHA1 Message Date
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
b5e27a1857
changed checking functions type from I to UC 2022-06-12 17:20:55 +02:00
827331c2ff
changed all other checking functions type to int 2022-06-12 16:35:43 +02:00
d196818ec0
changed checkVersion return type to int
it will return exitCode
2022-06-12 16:34: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
98ec31c9cf
removed the 'git' files
omfg I'm so stupid -> you can do this MUCH easier
2022-06-11 16:59:45 +02:00
d912491b55
stealed some code and put it into 'git' files 2022-06-11 16:51:17 +02:00
8e2e3a89ae
added 'git.h' to 'why2.h' 2022-06-11 16:27:52 +02:00
a911cef259
created 'git' header & source files 2022-06-11 16:26:49 +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
a042d55229
extended comment for keyLength 2022-05-31 18:20:24 +02:00
01668c8339
changed version to v4.1 2022-05-30 19:27:58 +02:00
9823b5044a
added elapsedTime to outputFlags
this returns elapsed time in microseconds
2022-05-30 19:09:47 +02:00
abbe519ab4
added unusedKeySize to outputFlags
this returns positive number, which represents how many chars from key are unused
2022-05-30 18:01:21 +02:00
7714e45019 changed countIntLength type from I to UL 2022-05-29 17:47:50 +02:00
e3790a2bff changed keyLength type from I to UL 2022-05-29 17:46:16 +02:00
6ae176e3c8 added EVEN MORE special chars to TEST_TEXT
let's go, baby
2022-05-29 17:03:48 +02:00
4e0a0c7a27 created function checkText
this checks if text has some content
2022-05-29 16:49:18 +02:00
ad6209b1cb changed generateTextKeyChain's key type from array to pointer 2022-05-28 19:38:46 +02:00
2d5e18809a changed VERSIONS_NAME's path to /tmp
it was pretty annoying
2022-05-27 18:28:55 +02:00
751b557598 added spaces to TEST_TEXT 2022-05-27 18:24:04 +02:00
1406de2f37 added comment to previous commit 2022-05-27 17:26:20 +02:00
b540d5f36c created getter for no inputFlags 2022-05-27 17:25:02 +02:00
54b137165a changed version to v4.0.1 2022-05-26 19:51:21 +02:00
fcb0d7cbfb changed TEST_TEXT to something *intelligent*
'Pepa stinks' is good, but this will test WHY2 better (at least I think :D)
2022-05-26 19:43:48 +02:00
e94c273bd9 probably fixed deallocateOutput segfault
I thought the key returned as outputFlags (decrypter) was pointer to completely new address, but it often tried to deallocate unallocated key
2022-05-26 19:35:22 +02:00
073cdd2468 moved checking for valid key to misc
I'm trying to make code variable as much as possible
2022-05-26 18:40:46 +02:00
08c4a8eebe changed version to v4.0 2022-05-26 18:40:46 +02:00
a517ec48dd removed deprecated flags, cuz I forgot to do it
maan
2022-05-25 17:42:49 +02:00
ba6939e64b replaced integers in inputFlags with UC 2022-05-25 17:34:22 +02:00
5d572662eb removed the (probably :D) unused text in typedefs
i have no idea, again
2022-05-25 17:27:38 +02:00