94023a986d
remove unused exception variable
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
2020-06-22 11:33:34 +00:00
5909e7330b
validate config file for empty lines ( closes #24 )
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
2020-06-22 11:22:21 +00:00
70328903fa
include license and requirements in source archive
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
2020-04-11 17:59:19 +00:00
29498b9315
make codacy happy
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
2020-01-07 00:58:19 +00:00
19f130feb1
add launch arguments for get and delete, check if pycrypto used
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
2020-01-06 18:22:11 +00:00
45d854e590
[shortener] add is.gd, v.gd and cutt.ly services support
...
Start realisation of bitly support.
Signed-off-by: r4sas <r4sas@i2pmail.org>
2019-09-18 21:09:16 +00:00
92c38344e3
add tinyurl support
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
2019-09-18 19:01:41 +00:00
181763070c
remove unused import, replace comment definition
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
2019-09-18 10:22:58 +00:00
432675f2e6
url shortener support ( #19 )
...
Currently tested only with clck.ru service. YOURLS test needed.
Signed-off-by: r4sas <r4sas@i2pmail.org>
2019-09-17 10:54:58 +00:00
635c87dabd
[wip] url shortener support ( #19 )
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
2019-09-17 08:55:59 +00:00
6b6c33e545
[wip] url shortener support ( #19 )
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
2019-09-17 05:22:57 +00:00
7c5ba2fdbe
add URL validation for trailing slash ( closes #18 )
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
2019-09-09 14:23:30 +00:00
7fc2a1a625
add cert validation ignoring switches ( closes #15 )
2019-07-16 20:32:37 +00:00
9390edeb79
reorder argparse, clarify option descriptions
2019-06-07 11:11:53 +00:00
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
2019-06-07 09:16:58 +00:00
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.
2019-06-01 14:26:17 +00:00
l-n-s
c3119b4a4d
Start Pip packaging
2018-06-01 06:07:18 -04:00