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

125 Commits

Author SHA1 Message Date
R4SAS
c63256c628
Merge pull request #16 from firecat53/patch-1
Fix swapped "open discussion" and "burn after reading" options order
2019-08-17 00:12:49 +03:00
Scott Hansen
66659da66d
Update format.py
The --burn and --discuss flags were switched. This change fixes that.
2019-08-16 12:59:36 -07:00
32d60b5321
0.2 2019-07-24 11:22:37 +00:00
9e9f480075
add description content type 2019-07-16 20:52:15 +00:00
7fc2a1a625
add cert validation ignoring switches (closes #15) 2019-07-16 20:32:37 +00:00
8aea956e77 Update function in map iterator
Fixes #14.
Thanks to @mqus for solution.
Taken from https://github.com/PrivateBin/PrivateBin/pull/193#issuecomment-480262590
2019-06-24 01:18:27 +00:00
ac58fff9ce fix classifiers 2019-06-22 21:13:58 +00:00
7a59d1acd1 0.2-beta1 2019-06-21 16:15:37 +00:00
5c6b9611d8 fix errors 2019-06-21 14:35:45 +00:00
dc034b1d55 update rst readme, remove unused import 2019-06-21 13:32:46 +00:00
5d988e01fc add codacy badge 2019-06-21 13:15:13 +00:00
85cc1454ea fixes 2019-06-21 13:12:17 +00:00
f5ef4bbc03 fix v1 decrypt debug message, update readme 2019-06-21 12:43:59 +00:00
8d7a9235b8 add code comments 2019-06-21 11:59:23 +00:00
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