Commit Graph

182 Commits (master)

Author SHA1 Message Date
qorg11 693be32ee3
Add --tor|-t flag to clainsafecli
(or you can use torsocks but well, proxies are good)
2021-02-02 14:40:58 +01:00
qorg11 6aafa6783b
Added help, usage and comments 2021-02-01 23:52:28 +01:00
qorg11 e136eebd2c
Added implementation of lainsafecli written in c, so it's faster or something
compile with gcc clainsafecli.c -lcurl -o clainsafecli
2021-02-01 23:31:14 +01:00
qorg11 ffd96c69cc
Modified the way that lainsafe stores files
Now it creates a directory for the new file, with a random name, and
and stores the file with the original filename in there, so .tar.gz
issue is fixed.
2021-01-30 22:25:07 +01:00
qorg11 bdc0246971
fix grammar, lol and isntructions on using curl and hlainsafecli 2020-11-30 10:13:00 +01:00
qorg11 551ed15a5a
I no longer mantain the debian repo 2020-11-30 10:10:23 +01:00
qorg11 100c1666f3
Default file size to 100MB 2020-11-26 21:57:53 +01:00
qorg11 bb3ac7f248
s/github.com/codeberg.org/
some idiot will tell me that ACKSHUALLY is s/github\.com/codeberg.org

fuck you
2020-11-24 22:20:41 +01:00
qorg11 7a39f6a32c
fix typo lol 2020-11-18 19:00:23 +01:00
qorg11 267a7807d6
Update the example in readme.md 2020-11-18 18:58:58 +01:00
qorg11 ac4c841e64
Stop if request method is GET 2020-11-15 02:48:42 +01:00
qorg11 59ae705c09
Updated synopsys in the manpage 2020-11-14 23:40:41 +01:00
qorg11 a3211d897e
add fcgiwrap to the installation 2020-11-14 23:30:49 +01:00
qorg11 68d9f1e56e
Change the .cgi extension to .notcgi so the stupid http server doesn't try to execute it 2020-11-14 22:48:02 +01:00
qorg11 d85e35d0d5
POSTing to / is now possible 2020-11-14 22:35:26 +01:00
qorg11 44c566380c
Merge branch 'master' of vxempire.xyz:lainsafe 2020-11-07 17:46:28 +01:00
qorg11 d363d9695b
Add --i2p to the lainsafecli manpage 2020-11-07 17:45:12 +01:00
qorg11 6165c4bfc3
Added a available servers
(Please informe me if you setup one!)
2020-10-20 16:12:09 +02:00
qorg11 abbfb622a0
duckdns lainsafe used the oldest lainsafe version as possible and delegao's doesn't and it's not cloudflared anymore. so "official" again! 2020-10-20 16:06:15 +02:00
qorg11 29bd98c134
FINAL COMMIT I SWEAR 2020-10-20 16:00:20 +02:00
qorg11 3c9e3897f6
I swear i'm not farming commits 2020-10-20 15:58:39 +02:00
qorg11 d2c759f53d
whoops 2020-10-20 15:57:55 +02:00
qorg11 baec5b3edd
Improved lainsafe manpage formatting 2020-10-20 15:56:22 +02:00
qorg11 c055fb17a3
Improved documentation 2020-10-20 15:48:23 +02:00
qorg11 072c16cceb
Added info about php lainsafe 2020-10-19 22:59:14 +02:00
qorg11 80bd21f841
Added XMR address 2020-10-11 18:15:44 +02:00
qorg11 c3c63f6651
fixed i2p proxy apparently http proxy is better than socks for i2p. just going to believe them 2020-10-08 14:19:03 +02:00
qorg11 d1908fe776
Finally, you don't have to type https:// (or http://) in the --server
feature.
By default, this corrects the URL to https, so if your lainsafe
instance is running in port 80 (Tor, or something) (altough is very
possible you copypasted the onion address so it contains the http://
thing). That's a TODO. I'll fix it one of these days.
2020-10-08 13:49:19 +02:00
qorg11 706d73d151
Fixed the download-link spitting 2020-09-13 00:12:37 +02:00
qorg11 798b471aff
lol i should learn how to use debuggers 2020-09-04 19:32:20 +02:00
qorg11 8ea7f1159f
Added support for i2p, completely useless since there aren't any i2p
lainsafe instances. but okay
2020-09-04 19:31:01 +02:00
qorg11 82061f08fb Merge pull request 'Url formatting is handled by the server' (#1) from czar/lainsafe:feature into master
Reviewed-on: https://git.kalli.st/qorg11/lainsafe/pulls/1
2020-08-30 18:31:30 +02:00
Kyle Czar b6e32c25a5 Url formatting is handled by the server 2020-08-30 13:08:36 -03:00
qorg11 4385c9ed1d
Added lsd info for removing files 2020-08-30 16:55:45 +02:00
qorg11 8a557ca108
Modified the way lainsafe renames file
Before this commit lainsafe would generate a random string
which can create coallition between two files and shit would
happen, after this commit, lainsafe generates its filenames by
getting the UNIX time in miliseconds (like 4chan)
2020-08-27 00:03:26 +02:00
qorg11 81a7b12d7a
Added screenshots 2020-08-22 14:20:47 +02:00
qorg11 b2bbd5018c
Removed useless line in lainsafecli because the and does what that line did lol 2020-08-21 03:53:45 +02:00
qorg11 77d8559d30
added info about --tor flag in the manpage 2020-08-21 03:52:54 +02:00
qorg11 9d3844bed5
Ignore --tor flag if it is disabled 2020-08-21 03:51:41 +02:00
qorg11 a2c8f92c50
lainsafe.delegao.moe used cloudflare, which was very shitty, so new
official server is lainsafe.duckdns.org which does not use CF
2020-08-16 04:48:41 +02:00
qorg11 c5976c8200
Added --get-response (closes: #11) so you can debug lainsafecli i
guess

Also added documentation about --tor and --get-respone to the manpage
2020-08-15 21:48:03 +02:00
qorg11 c645b36fb2
Added tor support!
You have to have tor running in 127.0.0.1:9050, if you have it on
another port please change line 81

I haven't tested this a lot, it seems to work with
https://lainsafe.duckdns.org but does not work with
https://lainsafe.delegao.moe (thanks cloudflare!)

TODO: check if was possible to connect to the proxy
2020-08-15 21:06:24 +02:00
qorg11 730e8edbfe
manpage for lainsafe 2020-08-07 19:52:46 +02:00
qorg11 8418a7a84b
Added configuration values in manpage 2020-08-07 19:38:43 +02:00
qorg11 4774c6c26d
whoops 2020-08-07 19:29:56 +02:00
qorg11 97e5c795e7
Added $LINK_STORE so the user can choose where to store the upload
links. Closes #9
2020-08-07 19:27:57 +02:00
qorg11 95ab4caca1
some cleanups 2020-08-06 23:52:52 +02:00
qorg11 c35ca47d5b
Added $STORE_LINKS (line 31 in lainsafecli) which writes the download
link to a file (~/.cache/lainsafecli by default). Which allow the user
to keep track of the file they have uploaded.
2020-08-06 22:55:51 +02:00
qorg11 6a2465e24d
Removed useless spaces in the ascii art lmao 2020-07-28 11:58:45 +02:00
qorg11 1ce7380466
Merge branch 'master' of github.com:qorg11/lainsafe 2020-07-11 22:33:17 +02:00