1
1
mirror of https://github.com/r4sas/PBinCLI synced 2025-01-09 06:18:00 +00:00
Commit Graph

111 Commits

Author SHA1 Message Date
70f386193a little refactoring 2019-06-21 11:49:20 +00:00
d37e573d9e little refactoring 2019-06-19 10:58:41 +00:00
e850b5495a load zlib globally in format 2019-06-19 10:33:11 +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
4c124a33c0 [v2] encode json for v2, move de/compress to Paste class (#13) 2019-06-03 07:18:07 +00:00
5b38c532a2 [wip][v2] json bytes2str in decode (#13) 2019-06-02 14:27:53 +00:00
f7fae450a0 [wip] v2 support code (#13) 2019-06-02 14:04:38 +00:00
1ff6e721c7 move functions to utils, import functions only where they needed, remove bytified json load 2019-06-01 15:09:57 +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
c27606d442 update gitignore, add tag button in readme 2019-05-31 14:42:22 +00:00
2381893b72 use rst readme as long description 2019-05-31 12:52:04 +00:00
03b4fcc2ea update information 2019-05-31 12:44:14 +00:00
587dec6b6a let's use normal license 2019-05-31 12:04:59 +00:00
f23b4ff3cc update information. todo: think about license. 2018-09-22 01:53:47 +03:00
29e0af1a05 update readme 2018-09-22 01:33:21 +03:00
R4SAS
6b33a741ba
Merge pull request #11 from reneluria/fix-dockerfile
With setup.py now configured, fix Dockerfile
2018-06-29 18:55:55 +03:00
Rene Luria
dc343f291f
With setup.py now configured, fix Dockerfile 2018-06-29 16:08:25 +02:00
R4SAS
1f0da5198d
Merge pull request #10 from l-n-s/package
Start Pip packaging
2018-06-03 22:30:03 +03:00
R4SAS
a68c7b73b9
Merge pull request #9 from reneluria/reneluria-patch-2
Add docker support
2018-06-03 22:22:10 +03:00
l-n-s
c3119b4a4d Start Pip packaging 2018-06-01 06:07:18 -04:00
Rene Luria
99b982306c Update cli (#8)
correct typo
2018-05-31 20:09:48 +03:00
Rene Luria
230737cdee
Add docker support 2018-05-30 15:58:55 +02:00
R4SAS
12c9c8db3b
Merge pull request #7 from l-n-s/refactor
Add config files
2018-05-24 11:28:59 +03:00
l-n-s
5ff43a1da1 Merge remote-tracking branch 'upstream/master' into refactor 2018-05-24 04:18:00 -04:00
l-n-s
fc3deea9ee add config files 2018-05-24 04:15:14 -04:00
R4SAS
386eaa0954
Merge pull request #6 from l-n-s/refactor
Refactor
2018-05-24 10:49:41 +03:00
l-n-s
5c8cdc97df factor out settings.py 2018-05-23 04:14:35 -04:00
l-n-s
c72a7c15f4 transports -> api 2018-05-23 03:41:17 -04:00
d91fbb4da9 adding server and proxy parameters [2] 2018-05-22 20:44:18 +03:00
cb9703864e start adding server and proxy parameters 2018-05-22 19:26:49 +03:00
5ef9c93077 update readme, change paste text parameter 2018-05-22 17:59:15 +03:00
R4SAS
b679e68f31
Merge pull request #5 from otaku/master
Add DEFLATE compression support
2018-04-04 20:59:49 +03:00
Alexander Do
53fd44c763 Add DEFLATE compression support 2018-04-04 06:54:15 +00:00
R4SAS
17ffd2cc6a
fix link in i2p 2018-03-12 22:34:39 +03:00
d401c0d7e0 update info 2018-03-10 05:42:17 +03:00
4af4797812 implement read text from stdin (closes #3)
fix debug output
2018-02-16 12:04:51 +03:00
b887f0cc5a update requirements and readme 2018-02-16 09:35:27 +03:00
l-n-s
5c2055cc7a Replace SJCL library with upstream version + python3 fixes 2018-02-16 09:08:05 +03:00
7a88bf2efc add latest changes from march'17 2018-02-12 17:50:19 +03:00
af722098f1 show filename anyway 2017-03-02 22:34:50 +03:00
a90400c54a * added license
* some fixes
2017-03-02 14:23:05 +03:00
6a6427a134 implement settings file 2017-03-02 13:13:10 +03:00
320d2824dc Updates:
* Fixed comment only upload
* added choices for expire variable
* Added salt variable, one paste = one salt.
2017-02-23 14:13:03 +03:00
421e287679 implement delete
update checks
password sha256 digest used from hashlib
2017-02-21 16:33:03 +03:00
cdf2544da7 update readme 2017-02-21 05:12:13 +03:00
5a804462f4 update README 2017-02-21 05:09:38 +03:00
500da36c5b fixed working with files 2017-02-21 03:34:34 +03:00
sviceman
5d2ac7b5a2 Web decrypt/encrypt support 2017-02-20 18:10:19 -05:00
9e278275ca working with passwords 2017-02-21 01:27:32 +03:00