Georg
f05f65ea61
Set maxsplit in configuration parser ( #34 )
...
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
3 years ago
R4SAS
3c2cdb10ac
fix config file path list
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
R4SAS
82ca95f01a
implement custom shorter url support ( #28 )
...
Usage: set "--short-api" to "custom", provide url with "--short-url" to shorter
service which returns short link in text form. For paste url mask "{{url}}" must
be used. Link queried with GET request.
Example for Shlink service:
https://doma.in/rest/v2/short-urls/shorten?apiKey=YOURKEY&longUrl={{url}}&format=txt
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
R4SAS
5589ba0437
add "mirrors" option to provide urls for mirrors links ( closes #33 )
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
R4SAS
6c9a5c95b6
add verbosity flag (-v), closes #32
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
4 years ago
R4SAS
94023a986d
remove unused exception variable
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
4 years ago
R4SAS
5909e7330b
validate config file for empty lines ( closes #24 )
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
4 years ago
R4SAS
70328903fa
include license and requirements in source archive
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
5 years ago
R4SAS
29498b9315
make codacy happy
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
5 years ago
R4SAS
19f130feb1
add launch arguments for get and delete, check if pycrypto used
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
5 years ago
R4SAS
45d854e590
[shortener] add is.gd, v.gd and cutt.ly services support
...
Start realisation of bitly support.
Signed-off-by: r4sas <r4sas@i2pmail.org>
5 years ago
R4SAS
92c38344e3
add tinyurl support
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
5 years ago
R4SAS
181763070c
remove unused import, replace comment definition
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
5 years ago
R4SAS
432675f2e6
url shortener support ( #19 )
...
Currently tested only with clck.ru service. YOURLS test needed.
Signed-off-by: r4sas <r4sas@i2pmail.org>
5 years ago
R4SAS
635c87dabd
[wip] url shortener support ( #19 )
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
5 years ago
R4SAS
6b6c33e545
[wip] url shortener support ( #19 )
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
5 years ago
R4SAS
7c5ba2fdbe
add URL validation for trailing slash ( closes #18 )
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
5 years ago
R4SAS
7fc2a1a625
add cert validation ignoring switches ( closes #15 )
5 years ago
R4SAS
9390edeb79
reorder argparse, clarify option descriptions
6 years ago
R4SAS
d11beb10af
Make compression optional
...
ref: https://github.com/PrivateBin/PrivateBin/issues/38
Compression is optional only in v2 paste format.
Currently available types: 'zlib' and 'none'.
To set compression use `-c "none"` or `--compression "none".
When receiving paste, compression detected from 'adata' field
6 years ago
R4SAS
487def2b45
add notext option, fix paste without text handling
...
Now text is taken if no `--notext (-q)` argument is passed.
If that flag used, paste will be created with empty text,
but file for send must be specified
If `notext` arg is not used, text will be taken in next order:
* from `--text (-t)` argument
* from stdin (forcibly)
Here's no ability create paste without any text.
6 years ago
l-n-s
c3119b4a4d
Start Pip packaging
7 years ago
Rene Luria
99b982306c
Update cli ( #8 )
...
correct typo
7 years ago
l-n-s
fc3deea9ee
add config files
7 years ago
l-n-s
5c8cdc97df
factor out settings.py
7 years ago
R4SAS
d91fbb4da9
adding server and proxy parameters [2]
7 years ago
R4SAS
cb9703864e
start adding server and proxy parameters
7 years ago
R4SAS
5ef9c93077
update readme, change paste text parameter
7 years ago
R4SAS
4af4797812
implement read text from stdin ( closes #3 )
...
fix debug output
7 years ago
l-n-s
5c2055cc7a
Replace SJCL library with upstream version + python3 fixes
7 years ago
R4SAS
7a88bf2efc
add latest changes from march'17
7 years ago
R4SAS
a90400c54a
* added license
...
* some fixes
8 years ago
R4SAS
6a6427a134
implement settings file
8 years ago
R4SAS
320d2824dc
Updates:
...
* Fixed comment only upload
* added choices for expire variable
* Added salt variable, one paste = one salt.
8 years ago
R4SAS
421e287679
implement delete
...
update checks
password sha256 digest used from hashlib
8 years ago
R4SAS
9e278275ca
working with passwords
8 years ago
R4SAS
6891f1b240
fully work with files
8 years ago
R4SAS
e986df6413
update get command
8 years ago
R4SAS
5fe5c2f195
get implemented
8 years ago
R4SAS
e7f3610fdb
update for testing purposes
8 years ago
R4SAS
6274f8016a
update
8 years ago
R4SAS
8014c386ac
partly realised send command
8 years ago
R4SAS
394a17513e
update
8 years ago
R4SAS
a46f03ec83
initial upload
8 years ago