ZeroNet
55d8e80729
Merge pull request #155 from Austin-Williams/master
...
Update README.md
2015-09-07 12:26:22 +02:00
Austin Williams
7f2b336a77
Update README.md
...
Correction of minor grammatical errors.
2015-09-06 23:00:04 -07:00
ZeroNet
c841ab230e
Merge pull request #152 from kseistrup/master
...
Reap child processes
2015-09-07 02:13:40 +02:00
Klaus Alexander Seistrup
47bb435176
Reap child processes
...
Previously child processes were not reaped, leaving zombies behind.
Now each child process's `.wait()` method is called before proceeding.
Closes #151 .
2015-09-06 17:41:12 +02:00
HelloZeroNet
d8edaeb6ac
rev260, Detect and fallback peers with broken SSL, Non-interactive mode for siteCreate, Pure-python msgpack is default now to make memory usage more stable
2015-09-02 19:15:55 +02:00
HelloZeroNet
dd2bb8b3fb
rev357, Coffeescript compiler autodetect on linux, Fix loading screen hide on 0 sized sites
2015-08-26 02:51:32 +02:00
HelloZeroNet
b83d6ba2ff
Version 0.3.2, rev351, Sidebar to display site infos an modify settings, Per-site upload/download bytes statistics, Deny different origin media requests, Allow 10sec to finish query modifications, Websocket display errors to client instead of disconnecting, Allow specify notification id to server-side messages, Track every command response time
2015-08-16 11:51:00 +02:00
ZeroNet
b1c5b7d3a3
BrowserStack link
2015-08-09 02:18:11 +02:00
HelloZeroNet
84e3f00aac
rev338, Possible to use pure-python msgpack unpacker to save memory, Streaming file download hangup fix, Clone databases after 3 minute idle, Many site size limit related bugfixes, UiMedia served from same domain to allow ajax access, Don't allow to load resources from other domain, Site size increase ask dialog displayed again, Changed fixbutton to more Consolas-like Monaco font, Boost json files priority on download
2015-08-06 00:51:25 +02:00
HelloZeroNet
cd04abe521
rev330, Early worker exit on file download bugfix, Reload only on py file changes, Modify wrapper render to allow content edit for plugins, File send action without sending header, Rename Sidebar to Fixbutton (it will be separate plugin), Fixbutton font and layout fix on OSX/Safari, Notifications fix on OSX/Safari
2015-07-31 23:34:53 +02:00
HelloZeroNet
d331eea384
rev324, Store and display peers last found time, Fix UiPassword plugin cleanup bug, Experimental option to use tempfiles when downloading, Experimental option to stream files out of msgpack context, FileRequest streamFile command, Cleanup peers if not found for 4 hours, Don't reopen openssl in every 5min, Peer fileGet benchmark option
2015-07-25 13:38:58 +02:00
HelloZeroNet
a93ca2c3b4
rev307, Plugin for password protected web ui, Faster page load times by yielding wrapper html, Reworked configuration parser to support plugin extensions, Initial site sync bugfix, Test for configuration parsing, Parse posted data function
2015-07-17 00:28:43 +02:00
HelloZeroNet
4c9a677369
Bump to rev281
2015-07-12 20:38:35 +02:00
HelloZeroNet
b5ecb62bc6
rev280, The whole project reformatted to PEP8, UiRequest getPosted to query posted variables
2015-07-12 20:36:46 +02:00
HelloZeroNet
a5741704e4
rev280, Fix Ubutuntu 15 gevent SSL incompatibility
2015-07-07 21:15:20 +02:00
HelloZeroNet
417c6eb96f
rev278, Allow clone sites that does not have domain, Publishing without peers is a success, File size 0 on non exists files, Benchmark TLS1
2015-07-07 03:14:45 +02:00
HelloZeroNet
3bd1c119eb
Rev267, Hotfix for problems caused by changes in rev260, Fix unhandled exception on failed port checking
2015-07-02 02:31:52 +02:00
HelloZeroNet
0ca0c754e6
rev260, Fix SIGSEGV on CentOS and other platforms that dont has secp256k1 support in OpenSSL, SSLBenchmark new psutil support and use cert from data dir
2015-07-01 22:04:38 +02:00
HelloZeroNet
dc791a31ab
rev259, Protection against connection flood, Fix site size limit error dialog, Convert ConnectionServer and ContentManager to PEP8 format
2015-06-25 20:09:41 +02:00
HelloZeroNet
f63b711972
rev247, Fix content validation error caused by ContentManager refactor, Refactor unittests make use of testdata and format with PEP8
2015-06-20 15:54:49 +02:00
HelloZeroNet
1f53212d62
rev246, Socket peek undhandler error fix
2015-06-19 12:26:56 +02:00
ZeroNet
04a9f2e13a
Merge pull request #124 from Idealcoder/master
...
Neaten up Zeroname-local
2015-06-18 22:21:10 +02:00
Idealcoder
c0c29ff3a0
Merge remote-tracking branch 'upstream/master'
2015-06-18 19:53:06 +01:00
Idealcoder
687b06fe19
Zeroname-local - removed commented out code
...
Tidying up
2015-06-18 19:52:15 +01:00
Idealcoder
4b96a63195
Zeroname-local - Added better error messages in case namecoin domain lookup fails
2015-06-18 19:51:29 +01:00
HelloZeroNet
d908a3a456
rev245, Fix for gevent1.0.2 ssl, Disable asnyc js load (its slower on my browser)
2015-06-18 20:31:33 +02:00
ZeroNet
823508f261
Merge pull request #120 from Idealcoder/master
...
Created Zeroname-local plugin that use local namecoind for lookup
2015-06-18 19:00:58 +02:00
ZeroNet
9589de9b88
Merge pull request #121 from rarbg/master
...
Typo fix asyc -> async
2015-06-18 18:58:35 +02:00
Rarbg
3c3b381ccc
Typo fix asyc -> async
...
Typo fix asyc -> async
2015-06-18 14:21:43 +03:00
Rarbg
4ceab7820f
Typo fix asyc -> async
...
Typo fix asyc -> async
2015-06-18 14:21:16 +03:00
Idealcoder
64981e4392
Created Zeroname-local plugin that use local namecoind for lookup
...
Reused Zeroname code, and swapped out the reolveDomain function. It now connects to namecoind directly using RPC and then run rpc.name_show() to find domain.
2015-06-18 11:50:27 +01:00
HelloZeroNet
f58aa5f78e
Fix for importing libs before monkey patching breaks tor support
2015-06-18 02:53:01 +02:00
ZeroNet
c565a12fc3
Merge pull request #119 from mattseh/cleanup
...
Changing to PEP8 coding style
2015-06-18 01:42:49 +02:00
Matthew Bell
371c74498d
inherit from object
2015-06-17 23:08:45 +01:00
Matthew Bell
e4ba0fdb53
partial cleanup of Peer.py
2015-06-17 23:06:41 +01:00
Matthew Bell
05e15e0255
partial cleanup of Peer.py
2015-06-17 23:04:49 +01:00
Matthew Bell
82b8a9f6c3
partial cleanup of Peer.py
2015-06-17 23:03:11 +01:00
Matthew Bell
3f14d3d200
partial cleanup of Peer.py
2015-06-17 23:01:56 +01:00
Matthew Bell
b6cb1062ce
partial cleanup of ContentManager.py
2015-06-17 22:49:47 +01:00
Matthew Bell
31b6dc4516
partial cleanup of FileRequest.py
2015-06-17 22:44:20 +01:00
Matthew Bell
39acf04b4b
partial cleanup of UserManager.py
2015-06-17 22:37:53 +01:00
Matthew Bell
701b5e2449
partial cleanup of User.py
2015-06-17 22:34:54 +01:00
Matthew Bell
fee071647e
partial cleanup of start.py
2015-06-17 22:32:29 +01:00
Matthew Bell
d45e162e7f
partial cleanup of zeronet.py
2015-06-17 22:31:38 +01:00
Matthew Bell
adcee874db
partial cleanup of main.py
2015-06-17 22:27:56 +01:00
ZeroNet
47ed9da794
Merge pull request #118 from Idealcoder/master
...
Fixing zeroname_updater.py support under windows
2015-06-17 22:23:59 +02:00
Idealcoder
4e1586acef
Changed zeroname_updater.py so that is starts be default on the first block with a namecoin domain
...
Previously the default was null, causing the script to start from the latest block and so not scan any of the blocks that have happened before. 223911 is the first block with a namecoin domain, so there is no point starting before that.
2015-06-17 21:18:55 +01:00
Idealcoder
0fa87523fd
Fixed zeroname_updater.py crashing underwindows with UTF8
...
For some reason windows doesn't like parsing namecoin domains with "weird" characters, so adding a try to catch exception stops a strange block crashing the script - instead it ignores and moves on.
We just have to hope there doesn't happen to be a namecoin domain in a block with weird characters.
2015-06-17 21:14:41 +01:00
Idealcoder
6155899893
Added note on zeroname_updater.py
...
Comment pointing out a data/names.json file has to exist in the site for it to work.
2015-06-17 21:11:57 +01:00
Idealcoder
85313c2186
Fixed zeroname_updater.py script under windows finding namecoin location
...
Windows stores namecoin config in %appdata%/Namecoin rather than ~./namecoin, so the code now checks for the platform, and creates a variable called namecoin_location with the right location.
2015-06-17 21:10:21 +01:00