Commit Graph

265 Commits

Author SHA1 Message Date
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
ZeroNet 9b7c21e14d Merge pull request #108 from n3r0-ch/master
Added Dockerfile
2015-05-27 15:44:37 +02:00
Felix Imobersteg 310ed6f916 Added Dockerfile 2015-05-27 15:13:36 +02:00
ZeroNet 7883a4f421 Merge pull request #105 from n3r0-ch/vagrant
Added Vagrantfile and altered documentation
2015-05-26 22:15:18 +02:00
Felix Imobersteg d8b61b0eca Added Vagrantfile and altered documentation 2015-05-26 21:44:45 +02:00
HelloZeroNet e08b153732 rev193, Msgpack 0.3.x not supported, Dont display pyfilesystem error 2015-05-25 22:48:35 +02:00
HelloZeroNet 40698c1ac7 rev188, Add rev to wrapper css and js to devalidate cache 2015-05-25 01:41:14 +02:00
HelloZeroNet 7e4f6bd38e version 0.3.0, rev187, Trusted authorization sites support, --publish option on signing, cryptSign command line option, OpenSSL enabled on OSX, Crypto verify allows list of valid addresses, Option for version 2 json DB tables, DbCursor SELECT parameters bugfix, Add peer to site on ListModified, Download blind includes when new site added, Publish command better messages, Multi-threaded announce, New http Torrent trackers, Wait for dbschema.json on query, Handle json import errors, More compact writeJson storage command, Testcase for signing and verifying, Workaround to make non target=_top links work, More clean UiWebsocket command route, Send cert_user_id on siteinfo, Notify other local clients on local file modify, Option to wait for file download before sql query, File rules websocket API command, Cert add and select, set websocket API command, Put focus on innerframe, innerloaded wrapper api command to add hashtag, Allow more file error on big sites, Keep worker running after stuked on done task, New more stable openSSL layer that works on OSX, Noparallel parameter bugfix, RateLimit allowed again interval bugfix, Updater skips non-writeable files, Try to close openssl dll before update 2015-05-25 01:26:33 +02:00
ZeroNet c874726aba Merge pull request #102 from thesoftwarejedi/fix-print
#101 add print styles to allow iframe sites to print
2015-05-13 11:07:35 +02:00
Dana Hanna 2d9959313b #101 add print styles to allow iframe sites to print 2015-05-12 23:17:41 -04:00
ZeroNet 9d5833b0e1 Developer Documents url fix 2015-05-10 18:31:56 +02:00
ZeroNet f951ffc193 Merge pull request #96 from TigerND/master
Add https+wss support
2015-05-07 11:06:31 +02:00
Aleksandr Zykov 52b8e4984e Some debugging code has been removed 2015-05-07 08:35:06 +02:00
Aleksandr Zykov 2c75c394d3 Proper https support 2015-05-07 08:31:28 +02:00