shortcutme
|
4ce2ef732d
|
Rename StreamingMsgpack to Msgpack, add helpers
|
2019-03-15 23:33:04 +01:00 |
|
shortcutme
|
65705aba10
|
Fix UpnpPunch py3 compatibility
|
2019-03-15 23:32:05 +01:00 |
|
shortcutme
|
e97873fb7e
|
UpnpPunch gets custom logger
|
2019-03-15 23:31:13 +01:00 |
|
shortcutme
|
13d1df3cef
|
Only log worker download status if small ammount of task present
|
2019-03-15 23:30:34 +01:00 |
|
shortcutme
|
7ffb7db888
|
Add task statistics logging every 15sec
|
2019-03-15 23:29:04 +01:00 |
|
shortcutme
|
74366379ba
|
Only log added task in verbose mode
|
2019-03-15 23:26:33 +01:00 |
|
shortcutme
|
6b89d05a3c
|
Disable update
|
2019-03-15 23:10:29 +01:00 |
|
shortcutme
|
b0b9a4d33c
|
Change to Python3 coding style
|
2019-03-15 21:06:59 +01:00 |
|
shortcutme
|
fc0fe0557b
|
Ignore *.bak files
|
2019-03-15 18:47:31 +01:00 |
|
ZeroNet
|
116347ef66
|
Merge pull request #1921 from rllola/tracker-announcer
If no port defined in tracker url assume it is port 80
|
2019-03-10 23:42:07 +01:00 |
|
rllola
|
58516913b4
|
if protocol https choose port 443
|
2019-03-10 22:19:37 +01:00 |
|
rllola
|
fb836fcf6f
|
If no port defined in tracker url assume it is port 80; fix #1917
|
2019-03-09 18:41:50 +01:00 |
|
ZeroNet
|
1ad44ace0a
|
Merge pull request #1916 from rllola/ld-library-path-openssl
Ld library path openssl
|
2019-03-06 16:05:54 +01:00 |
|
rllola
|
32ddaed376
|
Actually at ALL the path in the environnement variable and look for the openssl lib
|
2019-03-05 18:58:47 +01:00 |
|
rllola
|
4e388e5dc2
|
Find openssl lib in LD_LIBRARY_PATH
|
2019-03-05 18:33:29 +01:00 |
|
shortcutme
|
44c467f472
|
Merge branch 'master' of https://github.com/HelloZeroNet/ZeroNet
|
2019-02-24 02:29:42 +01:00 |
|
shortcutme
|
f90d0d2dae
|
Rev3853
|
2019-02-24 02:29:35 +01:00 |
|
shortcutme
|
b47920169f
|
Test unsupported pex peers removing
|
2019-02-24 02:29:27 +01:00 |
|
shortcutme
|
81bf349871
|
Remove ipv6 and onion from pex result if not supported
|
2019-02-24 02:29:08 +01:00 |
|
shortcutme
|
9d849a16ec
|
Use defaultdict to for findHashId result
|
2019-02-24 02:28:42 +01:00 |
|
ZeroNet
|
383749a9c0
|
Merge pull request #1911 from rllola/zeroname-fix-waitforblock
Zeroname fix waitforblock
|
2019-02-21 16:55:49 +01:00 |
|
rllola
|
5e2feb5803
|
Fix the second cal to getinfo/getblockchaininfo; Verify version before doing the call.
|
2019-02-21 16:10:42 +01:00 |
|
rllola
|
93645681b0
|
Use waitfornewblock if namecoin version 16.0 or higher
|
2019-02-21 14:39:58 +01:00 |
|
shortcutme
|
174e8d3c19
|
Rev3852
|
2019-02-16 23:49:20 +01:00 |
|
shortcutme
|
511a5c0d1f
|
Nonce based CSP not supported in Safari yet
|
2019-02-16 23:49:10 +01:00 |
|
shortcutme
|
c92c840c41
|
Make sigterm listen optional (fixes macOS problem)
|
2019-02-16 23:48:18 +01:00 |
|
shortcutme
|
952a1a1da8
|
Rev3851, Fix typo with onion address detection
|
2019-02-16 20:50:49 +01:00 |
|
ZeroNet
|
e89cb4cc0e
|
Merge pull request #1901 from anoadragon453/patch-3
Fix typo
|
2019-02-16 20:28:37 +01:00 |
|
ZeroNet
|
89cc70091c
|
Merge pull request #1900 from anoadragon453/patch-2
Remove unnecessary str replace
|
2019-02-16 20:28:22 +01:00 |
|
ZeroNet
|
cfaa2c542d
|
Merge pull request #1896 from rllola/zeroname-namecoin-version
Zeroname plugin improvement
|
2019-02-16 20:27:38 +01:00 |
|
Andrew Morgan
|
c6bbe9e020
|
Fix typo
|
2019-02-15 21:22:13 +00:00 |
|
Andrew Morgan
|
15d2fd4581
|
Remove unnecessary str replace
Presumably left over from before it got moved out into a script.
|
2019-02-15 21:19:29 +00:00 |
|
shortcutme
|
819c2b0bc3
|
Rev3850
|
2019-02-14 15:52:30 +01:00 |
|
shortcutme
|
30984c62fa
|
Change trackers to more reliable ones
|
2019-02-14 15:52:22 +01:00 |
|
shortcutme
|
bd649cfb33
|
Remove ui_server allowed http host learning
|
2019-02-14 15:49:10 +01:00 |
|
shortcutme
|
5c57cd6541
|
Support https trackers, add browser-like user agent for tracker http requests
|
2019-02-14 15:48:36 +01:00 |
|
rllola
|
02e2080ce2
|
Added test for new standard; Check version for compatibility with namecoin newer version; update README
|
2019-02-12 23:06:21 +01:00 |
|
rllola
|
c00601743c
|
Added README for zeroname plugin with instructions
|
2019-02-12 22:09:47 +01:00 |
|
shortcutme
|
523f8dae2a
|
Rev3846
|
2019-02-09 13:57:08 +01:00 |
|
shortcutme
|
4e56fe9fc3
|
Fix sitePublish CLI command if no client is running
|
2019-02-09 13:56:44 +01:00 |
|
shortcutme
|
2829146598
|
Merge wrapper js, css
|
2019-02-09 13:56:21 +01:00 |
|
shortcutme
|
b5ed158cc6
|
Fix closed display of infopanel if sidebar opened
|
2019-02-09 13:56:12 +01:00 |
|
shortcutme
|
7314f20563
|
Set number of changed files for closed infopanel
|
2019-02-09 13:55:53 +01:00 |
|
shortcutme
|
0559eb1a9a
|
Rev3844
|
2019-02-05 15:55:23 +01:00 |
|
shortcutme
|
40f732cd48
|
Only show modified files notification if site is owned
|
2019-02-05 15:55:12 +01:00 |
|
shortcutme
|
eb837e3685
|
Close button for site modified files notification
|
2019-02-05 15:54:32 +01:00 |
|
shortcutme
|
8ddfbf37c3
|
New siteSetSettingsValue to change site specific setting
|
2019-02-05 15:52:01 +01:00 |
|
shortcutme
|
0729ea1c38
|
Version 0.6.5, Rev3840
|
2019-02-02 00:13:09 +01:00 |
|
shortcutme
|
39541fe348
|
Modified site source admin panel
|
2019-02-02 00:12:50 +01:00 |
|
shortcutme
|
259c5199d6
|
siteListModifiedFiles admin command
|
2019-02-02 00:11:47 +01:00 |
|