Commit Graph

4028 Commits

Author SHA1 Message Date
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
HelloZeroNet b2e2453e58 rev242, Implicit SSL support for the future, Exist typo fix 2015-06-17 00:49:46 +02:00
ZeroNet ea921e4ad7 Update readme with encryption 2015-06-15 02:51:51 +02:00
HelloZeroNet a78907cc9d Version 0.3.1, rev238, Connection encryption using TLS, One click site clone feature, Encryption stats, Disable encryption startup parameter, Disable ssl compression startup parameter, Exchange supported encryption methods at handshake, Alternative open port checker, Option to store site privatekey in users.json, Torrent tracker swap, Test for bip32 based site creation, cloning and sslcert creation, Fix for Chrome plugin on OSX, Separate siteSign websocket command, Update pybitcointools to major speedup, Re-add sslwrap for python 0.2.9+, Disable SSL compression to save memory and better performance 2015-06-10 00:29:30 +02:00
ZeroNet f0597afe1f Merge pull request #113 from EdenSG/patch-1
Fix name of Homebrew (Brew --> Homebrew)
2015-06-04 22:04:02 +02:00
Eden S.-G. d01093773e Fix name of Homebrew (Brew --> Homebrew) 2015-06-04 16:02:47 -04:00
ZeroNet 98e8cb14bc Merge pull request #110 from n3r0-ch/master
Docker and Vagrant Fix pyconfig.h: No such file or directory
2015-05-31 16:33:51 +02:00
Felix Imobersteg 9406945cf9 Merge remote-tracking branch 'upstream/master' 2015-05-31 16:25:49 +02:00
Felix Imobersteg 4aa21c7c6f Fix pyconfig.h: No such file or directory 2015-05-31 16:16:57 +02:00
HelloZeroNet 66eca389bf rev 196, Configurable data dir, log dir and config file, fix for getFile unhandled exceptions, add http://zeronet.io to readme 2015-05-31 15:52:21 +02:00
ZeroNet 1c1d9fb75c Merge pull request #109 from n3r0-ch/master
Added Docker to README
2015-05-28 00:13:49 +02:00
Felix Imobersteg 57999d8e39 Added Docker to README 2015-05-27 20:16:15 +02:00
HelloZeroNet 94165176d3 rev194, Fix for ugly openSSL layer memory leak, memory usage test to openssl stability test 2015-05-27 16:58:36 +02:00