R4SAS
70f386193a
little refactoring
5 years ago
R4SAS
d37e573d9e
little refactoring
5 years ago
R4SAS
e850b5495a
load zlib globally in format
5 years ago
R4SAS
9390edeb79
reorder argparse, clarify option descriptions
5 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
5 years ago
R4SAS
4c124a33c0
[v2] encode json for v2, move de/compress to Paste class ( #13 )
5 years ago
R4SAS
5b38c532a2
[wip][v2] json bytes2str in decode ( #13 )
5 years ago
R4SAS
f7fae450a0
[wip] v2 support code ( #13 )
5 years ago
R4SAS
1ff6e721c7
move functions to utils, import functions only where they needed, remove bytified json load
5 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.
5 years ago
R4SAS
c27606d442
update gitignore, add tag button in readme
6 years ago
R4SAS
2381893b72
use rst readme as long description
6 years ago
R4SAS
03b4fcc2ea
update information
6 years ago
R4SAS
587dec6b6a
let's use normal license
6 years ago
R4SAS
f23b4ff3cc
update information. todo: think about license.
6 years ago
R4SAS
29e0af1a05
update readme
6 years ago
R4SAS
6b33a741ba
Merge pull request #11 from reneluria/fix-dockerfile
...
With setup.py now configured, fix Dockerfile
6 years ago
Rene Luria
dc343f291f
With setup.py now configured, fix Dockerfile
6 years ago
R4SAS
1f0da5198d
Merge pull request #10 from l-n-s/package
...
Start Pip packaging
7 years ago
R4SAS
a68c7b73b9
Merge pull request #9 from reneluria/reneluria-patch-2
...
Add docker support
7 years ago
l-n-s
c3119b4a4d
Start Pip packaging
7 years ago
Rene Luria
99b982306c
Update cli ( #8 )
...
correct typo
7 years ago
Rene Luria
230737cdee
Add docker support
7 years ago
R4SAS
12c9c8db3b
Merge pull request #7 from l-n-s/refactor
...
Add config files
7 years ago
l-n-s
5ff43a1da1
Merge remote-tracking branch 'upstream/master' into refactor
7 years ago
l-n-s
fc3deea9ee
add config files
7 years ago
R4SAS
386eaa0954
Merge pull request #6 from l-n-s/refactor
...
Refactor
7 years ago
l-n-s
5c8cdc97df
factor out settings.py
7 years ago
l-n-s
c72a7c15f4
transports -> api
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
b679e68f31
Merge pull request #5 from otaku/master
...
Add DEFLATE compression support
7 years ago
Alexander Do
53fd44c763
Add DEFLATE compression support
7 years ago
R4SAS
17ffd2cc6a
fix link in i2p
7 years ago
R4SAS
d401c0d7e0
update info
7 years ago
R4SAS
4af4797812
implement read text from stdin ( closes #3 )
...
fix debug output
7 years ago
R4SAS
b887f0cc5a
update requirements and readme
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
af722098f1
show filename anyway
8 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
cdf2544da7
update readme
8 years ago
R4SAS
5a804462f4
update README
8 years ago
R4SAS
500da36c5b
fixed working with files
8 years ago
sviceman
5d2ac7b5a2
Web decrypt/encrypt support
8 years ago
R4SAS
9e278275ca
working with passwords
8 years ago