shortcutme
2ab04deded
Move optional files hashfield adding to workermanager for better performance
2016-10-02 14:18:35 +02:00
ZeroNet
906f6c65d9
Merge pull request #577 from sirMackk/upnp_update
...
Closes #466 - Close ports on exit + minor refactoring w/ tests
2016-10-01 13:24:48 +02:00
sirMackk
ea47c47b5e
Makes opening a port stop after first successful try.
2016-09-29 15:24:46 +02:00
shortcutme
d760a71b76
Rev1529, Fix json write bug with [] characters in value
2016-09-29 13:01:02 +02:00
ZeroNet
6a58083431
Merge pull request #588 from dldx/master
...
Update UiRequest.py
2016-09-28 20:42:44 +02:00
shortcutme
a5a56355dc
Rev1527
2016-09-28 20:40:10 +02:00
shortcutme
3331e2305b
Fix sitePublish cli command
2016-09-28 20:36:02 +02:00
shortcutme
117a82c059
Delete bad_files without size
2016-09-28 20:35:53 +02:00
Durand D'souza
13837971a7
Update UiRequest.py
...
Fixed a bug where a lack of a trailing slash in every url caused zeronet to fail to load the page, even if it existed.
2016-09-20 05:23:34 +01:00
Aitor Pazos
39dc00ad78
Make Tor optional in the Docker image and disable it by default as it's usage may be not allowed by hosting providers
2016-09-19 23:00:58 +01:00
Aitor Pazos
9e68a6f7e7
Update base image to ubuntu 16.04 LTS and add tor support to it.
...
In order to keep the Dockerfile simple, needed opotions have been appended to package provided torrc file and the /etc/init.d/tor script is used to start tor. If further customisation is desired, a wrapper script should be created to have further control on the startup. This would allow things like specifying external (tor) proxies and disable tor startup in those situations.
2016-09-18 19:06:51 +01:00
shortcutme
d608a0d847
Rev1525
2016-09-17 21:01:26 +02:00
shortcutme
67c9921ace
Only add non-connected peers to publish if necessary
2016-09-17 21:01:16 +02:00
shortcutme
4690a111bf
Push updates to newer clients first
2016-09-17 21:00:40 +02:00
shortcutme
65e5d05a9e
Delete cleanup bad files without file info on update
2016-09-17 21:00:20 +02:00
shortcutme
fe59618eaf
Rev1523, Real fix file write confirmation
2016-09-14 18:41:28 +02:00
shortcutme
60dd797d1a
Rev1522, Fix file write confirmation dialog
2016-09-14 18:28:48 +02:00
shortcutme
e7762e03b4
Rev1521
2016-09-14 10:54:33 +02:00
shortcutme
a7de4aca91
Stop connection loop when closed
2016-09-14 10:54:08 +02:00
shortcutme
1c86a6c58a
Close connection on crypt error
2016-09-14 10:53:47 +02:00
shortcutme
ca2a30f7ae
Ignore not existent files on dbdict items
2016-09-14 10:53:24 +02:00
shortcutme
9fd19bf382
Fix content deletion
2016-09-14 10:52:41 +02:00
shortcutme
14544922bf
Don't check files on siteUpdate
2016-09-14 10:51:10 +02:00
sirMackk
bd5ebdb2de
Integrates updated upnppunch with project; Makes project close ports using UPnP on exit.
2016-09-09 12:37:22 +02:00
shortcutme
931426e4fc
Rev1518
2016-09-09 12:24:27 +02:00
shortcutme
8241651a28
Add new tracker
2016-09-09 12:24:14 +02:00
shortcutme
e3de6da87e
Ignore deleted files on contetndb iteritems
2016-09-09 12:24:00 +02:00
shortcutme
7d78623c92
Remove unnecessary logging
2016-09-09 12:23:26 +02:00
shortcutme
c8325589cc
Rev1515
2016-09-07 17:43:18 +02:00
shortcutme
7ead5c701a
Display loaded json file in stat page
2016-09-07 17:42:50 +02:00
shortcutme
a7aaa73b84
Display opened databases in stat page
2016-09-07 17:42:40 +02:00
shortcutme
212eabbc20
Remove broken torrent tracker
2016-09-07 17:42:06 +02:00
shortcutme
b2b91c9aff
Remove save error message when no sites loaded yet
2016-09-07 17:41:55 +02:00
shortcutme
d5651f1df3
Lazy create peerhashfield objects
2016-09-07 17:41:33 +02:00
shortcutme
7572f8c98b
Display Python and ZeroNet version for every command
2016-09-07 17:41:09 +02:00
shortcutme
75e74f1ff7
Always close db after 5 min idle time
2016-09-07 17:40:35 +02:00
shortcutme
a6c4a77e13
Rev1510, Fix site save without loaded SiteManager
2016-09-06 14:52:55 +02:00
shortcutme
d9bbb20743
Rev1509, Fix site delete
2016-09-06 10:16:09 +02:00
shortcutme
ac530b53f6
Rev1508
2016-09-05 13:58:37 +02:00
shortcutme
b8bf773c40
Make test compatible with new content.db
2016-09-05 13:58:10 +02:00
shortcutme
dae5cd3969
Fix startup with 1000+ sites
2016-09-05 13:57:12 +02:00
shortcutme
59205088d2
Move site deletion to dedicted function
2016-09-05 13:55:51 +02:00
shortcutme
cb20280530
Less verbose logging on filerequest
2016-09-05 13:54:17 +02:00
shortcutme
6806eed2ae
Dont reload the whole site on content.json update
2016-09-05 13:54:03 +02:00
shortcutme
b7dfeb139b
Support callstack formatting
2016-09-05 13:53:40 +02:00
shortcutme
25cb7d9ffa
Only check optional files if content.json downloaded
2016-09-05 13:53:10 +02:00
shortcutme
bc875b396b
Multiple content.db support
2016-09-05 13:52:52 +02:00
shortcutme
6ac4c8c9cb
Version 0.4.1, Rev1501
2016-09-04 18:07:56 +02:00
shortcutme
4dbaab7dd4
List site content.json files without user files
2016-09-04 18:07:09 +02:00
shortcutme
7eab490089
Get optional files size from content.db
2016-09-04 18:06:18 +02:00