Commit Graph

2844 Commits

Author SHA1 Message Date
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
ZeroNet 45f3772a9c Changed Debian install method to apt-get
To make it compatible with Debian 8 Jessie
2015-05-06 01:42:28 +02:00
ZeroNet 32729d5608 fix screenshots link 2015-05-06 00:59:15 +02:00
ZeroNet 95d28be4b9 Remove ZeroMQ from install instructions 2015-05-03 13:12:25 +02:00
HelloZeroNet eddf3eb8fc rev134, Removed ZeroMQ dependency and support, GC after every stat page, GC call stat command, Streaming files directly to socket without msgpack overhead, Use listModified to query changed content.json files, Fix urllib memory leak onolder pythons, Fix security tests, Sitemanager testsuite, Announce on site resume, Site publish serves files max 60s 2015-05-03 13:06:43 +02:00
HelloZeroNet 34b7cb0292 rev126, Renamed disable_openssl to use_openssl, Renamed modified Peer command to listModified 2015-04-30 11:49:03 +02:00
HelloZeroNet 099fe575a0 rev125, Class statistics, OpenSSL disabled on OSX by default because of possible segfault, --disable_openssl command line parameter, Save memory on Connection, Peer and FileRequest objects using slots, Dont store modification time from the far future, Able to query modified files from peer, Allow reannounce in 30secs, Use with command in SiteStorage, Always create dir before write file, PeerCmd shell command to query specific command from peer 2015-04-29 23:12:45 +02:00
HelloZeroNet 71be41ade0 rev122, 40x faster openssl based sign verify, Openssl verify benchmark, Socket objects stat, Dont trace notification stack, uiserver memory leak fix 2015-04-28 00:43:17 +02:00
ZeroNet eb79556bb8 Slideshow about how ZeroNet works 2015-04-25 21:46:01 +02:00
HelloZeroNet c025503264 rev120, Cleanup expired RateLimits to avoid memory leak 2015-04-24 14:04:51 +02:00
HelloZeroNet f7717b1de8 rev119, Protection against update flood, Cache webfonts, Publish batching, Task failed holds Peer objects, Remove peer from failed on addTask, Noparallel memory leak fix 2015-04-24 02:36:00 +02:00
HelloZeroNet f576527986 rev116, Fix websocket error when writing invalid files on not-owned sites, Fix for stucked notification icon after shutdown 2015-04-21 00:35:34 +02:00
HelloZeroNet dc4292e1e3 rev115, Stats for total number of objects in memory, Peers in memory, Memory dump displays the total content on hover, Add http cache to js, css and image files, Allow query file status with SiteInfo websocket command to fix index.html loaded before websocket connection made problem, Fix bigsites reload problem 2015-04-20 22:31:29 +02:00
HelloZeroNet 8d5a72f0b5 rev110, Support for 127.0.0.1:43110-less Chrome plugin, Namecoin updater ignores invalid characters in address, Every site's favicon.ico leads to main favicon to prevent 404 request when using chrome extension, Detect chrome extension proxy requests, Use wrapper=False instead of /media, 404errormessage fix 2015-04-20 02:56:33 +02:00
HelloZeroNet ab87f5a7f1 Remove accidently duplicated multiuser plugin 2015-04-19 15:43:10 +02:00
HelloZeroNet c8fe73f5c0 rev106, Allow check memory content in stats page, Fix Zeroname plugin incompatibility with Multiuser plugin, Zeroname updater sort keys, Allow multiple ui_restrict parameter, Peer using site's logger to save some memory, Also send not that good peers on initial pex 2015-04-19 15:38:41 +02:00
HelloZeroNet e7c0bd7621 rev102, Disable gevent ssl monkey patch to avoid problems in Debian Jessie 2015-04-18 11:18:37 +02:00
HelloZeroNet eea7af684d rev101, Benchmark for crypto, sha512, sqlite, Not exits file exception fix 2015-04-18 03:02:08 +02:00
HelloZeroNet 60bfac63da rev100, Revision numbering for sub-versions, Assign connection to peer on filerequest/pex, Pex count bugfix, Disable unnecessary topright button click animation, Topright burger utf8 character change to more supported one 2015-04-17 23:12:22 +02:00
HelloZeroNet f1a885b0ef Updated features in readme, Connectable peer stats, Start ZeroNet when Windows starts option, ZeroName updater invalid key fix, Add peer ping to timeout on publish, Make sure the passive peers get the updated files 2015-04-17 00:34:08 +02:00
HelloZeroNet b39b6904e7 Allow passive publish 2015-04-16 18:16:57 +02:00
HelloZeroNet 6e081d95f5 Version 0.2.9, Only send peers over pex that worked within 2 hours, Mark peer as bad on publish 5sec timeout, Starting typo fix, Only ask peers from 2 sources every 20 min, Maybe fixed notification icon crashing 2015-04-15 23:33:21 +02:00