canewsin
5ee928852b
v 0.7.6 (4565)
...
- Sync Plugin Updates
- Clean up tor v3 patch (#115 )
https://github.com/ZeroNetX/ZeroNet/pull/115
- Add More Default Plugins to Repo
- Doubled Site Publish Limits
- Update ZeroNet Repo Urls (#103 )
- UI/UX: Increases Size of Notifications Close Button(#106 )
- Moved Plugins to Seperate Repo
- Added `access_key` variable in Config, this used to access restrited plugins when multiuser plugin is enabled. When MultiUserPlugin is enabled we cannot access some pages like /Stats, this key will remove such restriction with access key.
- Added `last_connection_id_current_version` to ConnectionServer, helpful to estimate no of connection from current client version.
- Added current version: connections to /Stats page. see the previous point.
2022-01-12 05:13:17 +05:30
canewsin
edd2760fed
v 0.7.5 (4560)
2021-11-28 23:45:42 +05:30
canewsin
7d1ec41d09
v 0.7.3 (4556)
2021-11-28 22:35:33 +05:30
Tamas Kocsis
02c27b841f
Rev4555
2020-12-03 20:05:41 +01:00
Tamas Kocsis
ecfb6b6b3a
Rev4553, Debug messages formatting Windows fix
2020-11-30 14:38:25 +01:00
Tamas Kocsis
38a3ea6373
Rev4551, Keep uiserver running if fileserver bind failed
2020-11-26 02:01:41 +01:00
Tamas Kocsis
52d6c9fedf
Rev4550, Show all modified files after click
2020-11-19 03:05:53 +01:00
Tamas Kocsis
57dda4e6d6
Rev4549, Fix startup OpenSSL lib find recursion error
2020-11-09 01:21:52 +01:00
Tamas Kocsis
0a3bf43e1c
Rev4548
2020-11-03 02:53:15 +01:00
Tamas Kocsis
6fcfe5b394
Rev4540, More proper bigfile filtering for OptionalFileList
2020-10-29 02:44:07 +01:00
Tamas Kocsis
12013d64c8
Rev4539, Add more extensions to UiFileManager binary files
2020-10-29 01:38:49 +01:00
shortcutme
29dac8a188
Rev4538
2020-10-12 13:12:44 +02:00
Tamas Kocsis
288050e5b4
Rev4537, Add warning on invalid file save in UiFileManager
2020-10-06 17:10:58 +02:00
Tamas Kocsis
785d2351eb
Rev4536, Fix Cors permission request for connecting site
2020-10-05 19:02:22 +02:00
Tamas Kocsis
9d1bed11af
Rev4533
2020-10-01 17:18:43 +02:00
Tamas Kocsis
c0baf8b68d
Version 0.7.2, Rev4528
2020-09-21 18:28:12 +02:00
Tamas Kocsis
b9c65d75ef
Move error log handler to config object to be able to catch plugin load errors
2020-09-09 18:29:24 +02:00
shortcutme
47ff6c6801
Rev4496
2020-06-30 17:04:55 +02:00
shortcutme
14cbaf47c8
Rev4493
2020-06-18 17:28:56 +02:00
shortcutme
8db4344171
Rev4486, Fix UiPassword cleanup error
2020-05-04 13:38:30 +02:00
shortcutme
38c1727b94
Rev4485
2020-05-03 03:59:33 +02:00
shortcutme
ad3920b26a
Rev4478, Skip slow updated files checking with large content.json
2020-04-11 13:34:18 +02:00
shortcutme
56acac8cd3
Rev4473, Fix Merger site skipping content load to db for some seconds after new site added
2020-03-25 04:13:16 +01:00
shortcutme
31d4304915
Rev4471, Allow files start with dot
2020-03-21 19:51:44 +01:00
shortcutme
1eec388252
Rev4469
2020-03-20 18:53:25 +01:00
shortcutme
723d1f4370
Rev4467
2020-03-18 03:21:14 +01:00
shortcutme
c4f65a5d7b
Rev4462, Experimental fix for segfault on shutdown
2020-03-04 21:50:28 +01:00
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