Commit graph

12 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
9af44501cc
Deleted a I that was there for free and removed an useless line 2023-03-10 14:57:17 +01:00
82422e6d37
Curl devs were very smart and decided to deprecated the
CURL_PROGRESSFUNCTION option that had 0 problems in my opinion and
decided to change it with CURL_XFERINFOFUNCTION thing which barely
works and had to do a very weird workaround so I don't get a floating
point exception just because. Well, it works and that's what matters.
2023-03-09 15:39:38 +01:00
b39bd3bc5b Added compilation option for sakisafecli to use strlcpy on Linux systems 2022-11-12 14:41:00 +01:00
955985b825 Make code better 2022-07-15 11:16:15 +02:00
9c8749e664 Clean code 2022-07-09 16:40:25 +02:00
64767aa30d Improved help message and added manpage entry for -C 2022-06-23 16:49:53 +02:00
1d71334340 Better documentation in the code
New flag: -C, which prints the current settings (Still have to add it to the manpage and help message)
2022-06-23 16:45:46 +02:00
a4db8e35e3 Added -x options (paste mode). And updated manpage referencing that switch. 2022-06-22 18:45:42 +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
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/funcs.c (Browse further)