shortcutme
f46b945cdc
Rev4461
2020-03-02 17:09:21 +01:00
shortcutme
1fc67a3d71
Rev4460, Fix mergersite update on slow storage
2020-03-02 16:44:34 +01:00
Ivanq
219b90668f
Switch from gevent-websocket to gevent-ws ( #2439 )
...
* Switch from gevent-websocket to gevent-ws
* Return error handling, add gevent_ws source to lib
2020-02-28 01:20:04 +01:00
shortcutme
6218a92895
Rev4458
2020-02-25 16:47:28 +01:00
shortcutme
58f03e21ef
Change unreliable trackers
2020-02-25 16:47:04 +01:00
shortcutme
f0a706f6ab
Rev4455, Fix new sites file downloading
2020-02-21 13:58:11 +01:00
shortcutme
8b994e42c2
Rev4452
2020-02-20 17:27:50 +01:00
shortcutme
a9c75a3146
Fix start dir parsing for command line and better description
2020-02-20 17:25:06 +01:00
shortcutme
1cc0ec3f31
Indepently configurable OpenSSL lib/bin file
2020-02-20 17:23:00 +01:00
ZeroNet
32855d0479
Merge pull request #2426 from canewsin/patch-2
...
Added Custom Openssl Path for Native Clients and start_dir config
2020-02-19 17:20:24 +01:00
shortcutme
2c826eba2d
Rev4447, Fix Msgpack 1.0.0 compatibility
2020-02-19 16:48:14 +01:00
canewsin
8facd9ff84
Added Custom Openssl Path for Native Clients and start_dir config
...
This Parameter helpful where openssl path is not fixed always, we can also use this to reduce code verbosity by providing other like these and provide them as parameter
if sys.platform.startswith("win"):
self.openssl_bin = "tools\\openssl\\openssl.exe"
elif config.dist_type.startswith("bundle_linux"):
self.openssl_bin = "../runtime/bin/openssl"
else:
self.openssl_bin = "openssl"
Also Added Custom start_dir config option since android path issue of not valid "./" path, where files via provided path are not loading on some systems like Android client.
for more detailed conversation see pull request [#2422 ](https://github.com/HelloZeroNet/ZeroNet/pull/2422 )
2020-02-18 23:09:16 +05:30
shortcutme
64e5e0c80e
Rev445, Fix and test random fail in CryptMessage decrypt
2020-02-18 15:28:14 +01:00
shortcutme
8aa4e27938
Rev4411
2020-02-13 17:26:29 +01:00
shortcutme
037f0a3ff4
Rev4404
2020-02-07 16:43:23 +01:00
shortcutme
10c02c31c2
Rev4401
2020-01-28 16:59:03 +01:00
shortcutme
ac8aaaff75
Rev4399
2020-01-22 16:37:48 +01:00
shortcutme
224093b3dd
Rev4397, Fix big file invalid path errors
2020-01-09 16:35:05 +01:00
shortcutme
03350d7454
Rev4394
2020-01-04 16:56:42 +01:00
shortcutme
feb58e4b0e
Rev4382, Fix is_prev_builtin startup error
2019-12-31 18:15:17 +01:00
shortcutme
163825c03e
Rev4381
2019-12-31 12:56:10 +01:00
shortcutme
48124e12d9
Rev4372
2019-12-21 03:05:49 +01:00
shortcutme
69eb831c7e
Rev4361
2019-12-19 02:17:21 +01:00
shortcutme
d660a268e8
Rev4360
2019-12-18 16:43:58 +01:00
shortcutme
845b50915d
Rev4358
2019-12-18 15:32:50 +01:00
shortcutme
9c08e41b9e
Rev4355
2019-12-17 21:03:01 +01:00
shortcutme
a7c26f893f
Rev4354
2019-12-17 20:46:29 +01:00
shortcutme
e7e8e59c1e
Rev4353
2019-12-17 15:08:42 +01:00
shortcutme
a54f5f3e9f
Change trackers to more stable onces
2019-12-17 14:26:14 +01:00
shortcutme
28fcf3c1ea
Rev4327
2019-12-11 20:04:50 +01:00
shortcutme
5e26161e84
Rev4325
2019-12-04 17:16:08 +01:00
shortcutme
aa9fe09337
Remove unnecessary line from config
2019-11-30 02:19:18 +01:00
shortcutme
bdb655243f
Rev4322
2019-11-30 02:16:29 +01:00
shortcutme
37b8c0241f
Db threads modify in config interface
2019-11-30 02:14:54 +01:00
shortcutme
e1dc29c374
Rev4308
2019-11-27 03:08:20 +01:00
shortcutme
97ecb7e3aa
Rev4303
2019-11-25 14:50:16 +01:00
shortcutme
7b210429b5
Multi threaded eciesDecrypt
2019-11-25 14:37:55 +01:00
shortcutme
966f393e20
Rev4290
2019-11-20 14:08:49 +01:00
shortcutme
6c31a3b77e
Change fs thread number on config interface
2019-11-20 14:07:04 +01:00
shortcutme
5d34bb9062
Rev4287
2019-11-19 02:17:32 +01:00
shortcutme
b41a03674f
New configuration options for fs write and read thread count
2019-11-19 02:15:00 +01:00
shortcutme
8c1f64243f
Test CLI action parser
2019-11-19 02:14:29 +01:00
shortcutme
5c27a0efcc
Rev4260, Fix UiConfig pt-br language json
2019-11-15 19:43:56 +01:00
shortcutme
2f50fef787
Rev4259
2019-11-11 16:18:33 +01:00
shortcutme
fce24cedbd
Rev4257
2019-11-07 02:48:17 +01:00
shortcutme
1f453b6c13
Rev4253, Hotfix siteCreate CLI
2019-10-30 03:09:28 +01:00
shortcutme
37f315dfc2
Rev4252
2019-10-30 02:31:04 +01:00
shortcutme
1e1e560795
Use master seed to create new site from cli
2019-10-30 02:30:01 +01:00
shortcutme
74badf9c9c
Rev4250
2019-10-28 16:44:40 +01:00
shortcutme
e82155aac4
Rev4245, Fix target=_blank links
2019-10-26 20:36:53 +02:00