|
40ebc534c1
|
added UPDATE_COMMAND variable
|
2022-06-11 18:54:34 +02:00 |
|
|
c3198d6ab2
|
added tmux to required dependencies
|
2022-06-11 18:54:14 +02:00 |
|
|
d1e6ff12dc
|
blocking auto-update as default
|
2022-06-11 18:53:25 +02:00 |
|
|
eaf06a9ad0
|
added c11 version to CFLAGS
|
2022-06-11 17:46:59 +02:00 |
|
|
f6d5bde413
|
added UPDATE_FAILED exit-code
|
2022-06-11 17:38:44 +02:00 |
|
|
004a006e6e
|
added libgit2 to LIBS
|
2022-06-11 17:13:27 +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 |
|
|
b499bba382
|
added automatical confirm (when installing) to configuration script
it was annoying af
|
2022-06-11 16:37:07 +02:00 |
|
|
5502ee67c8
|
added libgit2 to required dependencies
|
2022-06-11 16:33:51 +02:00 |
|
|
d9e8c745c6
|
separated installing header files from 'installLib' rule to 'installHeader'
|
2022-06-11 16:30:19 +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 |
|
|
03f362defd
|
removed the git dependency
I will probably auto-update WHY2 using CURL and some archive library (or just using system() :DD)
|
2022-06-10 19:50:33 +02:00 |
|
|
7d36275b2a
|
made 'else' prettier
|
2022-06-10 19:48:45 +02:00 |
|
|
fafb8e8870
|
added git to required dependencies
|
2022-06-10 18:21:03 +02:00 |
|
|
8cddd8ee30
|
removed unused check for using checkVersion
|
2022-06-08 19:27:55 +02:00 |
|
|
312e362674
|
replaced all skipCheck for noCheck
|
2022-06-08 19:26:24 +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 |
|
|
da6e40fe3e
|
divided install rule into more rules
I also fixed calling rules from rules lol
|
2022-06-01 17:40:52 +02:00 |
|
|
9120f2638b
|
simplified installTest make rule
|
2022-06-01 17:32:27 +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 |
|
|
0ca5295276
|
removed versions.json from ignored
|
2022-05-31 19:38:12 +02:00 |
|
|
eff5a445de
|
reset mac support in workflows
reset c85d401662f75d3e8c716daa4a5575b6e23891fd
"chance of revert is 75%"
|
2022-05-31 19:26:44 +02:00 |
|
|
1662ff6682
|
copied the fucking env vars because you can't do it variable
|
2022-05-31 19:16:45 +02:00 |
|
|
becb390439
|
reverted macos vars
reverting commit 8a1552a139d42e50a5bc3533601da34c0d2a135e
|
2022-05-31 19:14:14 +02:00 |
|
|
8a1552a139
|
adding same vars to macos
am I even supposed to do it like that?
|
2022-05-31 19:11:43 +02:00 |
|
|
c85d401662
|
trying to add mac support (in workflows)
chance of revert is 75%
|
2022-05-31 19:07:47 +02:00 |
|
|
e4cc4ee082
|
added backspace character after wiki link in why2-app
I'm just bored...
|
2022-05-31 18:58:09 +02:00 |
|
|
54f819a741
|
added tabs into why2-test success message
|
2022-05-31 18:52:05 +02:00 |
|
|
da19d8fd10
|
made why2-test success message more organized
just divided it into more lines
|
2022-05-31 18:49:28 +02:00 |
|
|
169c72594a
|
moved checkVersion before checkText in encrypter
|
2022-05-31 18:45:24 +02:00 |
|
|
57c49a3d72
|
added checking for active version to decrypter
|
2022-05-31 18:44:25 +02:00 |
|
|
e72f6e3bfb
|
changed license from MIT to GPLv3
science, bitch
|
2022-05-31 18:26:46 +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 |
|
|
64c225f56e
|
added missing space to compareTimeMicro
|
2022-05-30 19:18:37 +02:00 |
|
|
213c9ea37f
|
added elapsedTime to why2-test success message
but in miliseconds (instead of microseconds)
|
2022-05-30 19:13:43 +02:00 |
|
|
9823b5044a
|
added elapsedTime to outputFlags
this returns elapsed time in microseconds
|
2022-05-30 19:09:47 +02:00 |
|
|
69867cc0ba
|
added unusedKeySize to why2-test success message
|
2022-05-30 18:06:35 +02:00 |
|
|
637ee2b842
|
fixed invalid unusedKeySize
I put wrong variable as parameter
|
2022-05-30 18:04:24 +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 |
|
|
96945a4d31
|
simplified getting content of fileBuffer in checkVersion
i have no idea why it was like that
|
2022-05-29 18:40:33 +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 |
|
|
1145eee844
|
May 8, 2022
|
2022-05-29 17:43:32 +02:00 |
|
|
6ae176e3c8
|
added EVEN MORE special chars to TEST_TEXT
let's go, baby
|
2022-05-29 17:03:48 +02:00 |
|