Commit graph

14 commits

Author SHA1 Message Date
d5da9a9574 I started addressing the issue I created 2 years ago about this shit
being unreadable. Hopefully this makes the thing more clear and
readable.

Some improvements could be done to the upload_file_* thing. As there's
really no need to pass argc and argv to those. And passing argv to
that is an overkill

Solution: To create a const char* variable and save the filename in
there and pass that to the functions. Simple as that. But i'm a lazy
motherfucker and I'm tired. Boss.
2025-01-21 23:04:41 +01:00
b39bd3bc5b Added compilation option for sakisafecli to use strlcpy on Linux systems 2022-11-12 14:41:00 +01:00
9c8749e664 Clean code 2022-07-09 16:40:25 +02:00
7c8ebde582 Removed the store_links function, use the standard \033 escape
sequences. And created config.c which contains configuration file
related functions.
2022-06-21 16:18:07 +02:00
3cf76d429e Apparently this works 2022-06-20 12:40:51 +02:00
76e713f5b1 Mr Matao 2022-06-20 12:38:25 +02:00
9e0b5bbf08 FUG _D 2022-06-20 12:36:38 +02:00
2bd36de5e1 damn 2022-06-20 12:31:02 +02:00
e9ea553fb0 Yet another fix 2022-06-20 12:25:25 +02:00
418fce13bf Modified makefile for FreeBSD porting 2022-06-20 12:21:22 +02:00
3945bbcdcb manpages written in mdoc and added a manpage for the configuration file. Also makefile installs the manpages 2022-06-09 19:11:47 +02:00
dbb3038f8f Made the thing better for BSD systems 2022-06-09 18:32:18 +02:00
qorg11
efc3ac374d
Added config file support 2022-05-06 14:03:05 +02:00
qorg11
0d1e07fe51
Rebranded 2022-05-05 20:04:29 +02:00
Renamed from clainsafecli/Makefile (Browse further)