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
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
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
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
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
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
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
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
HelloZeroNet
30281c8fb5
Sexy system trac icon instead of ugly console, Total received/sent stat, List all site peer, Dont sent passive peers over pex, Dont store passive peers on trackers, Dont monkey patch thread at all, Allow main command plugins
2015-04-15 02:54:10 +02:00
HelloZeroNet
44d5ac784d
Trackerless peer exchange between peers, fix event once bug
2015-04-13 23:08:57 +02:00
HelloZeroNet
4f7e048413
socks proxy support, disable udp connections support, http bittorrent tracker support, port opened, external ip to stats, only need zeroname site if dont have, dont try to download file that not in content.json, store external ip even if port closed, recreate uirequest class to avoid unfinished requests in some cases
2015-04-12 23:59:22 +02:00
HelloZeroNet
18c4f61078
Added ZeroBundle install method for windows, ZeroName site downloaded on startup, updater fix
2015-04-09 22:20:33 +02:00
HelloZeroNet
67783bd494
total object stat, proper zeronet updater timeout catch, connection using connectionserver logger, trigger sitestorage onupdated when signing new file, named once events, only publish once same updated files, retry bad files every 20 min, trigger connection error on failed connection
2015-04-08 01:57:55 +02:00
HelloZeroNet
9c5176a8cb
site connection stats, msgpack unpacker stats, make sure we dont skip any namecoin blocks, no more sha1 hash to content.json, keep 5 open connection in passive mode, publish got content to 5 peers, upnp retry 3 times, keep connection loggers
2015-04-03 02:47:51 +02:00
HelloZeroNet
30e234ade8
Dnschain is experimental, updater fix
2015-03-31 00:09:25 +02:00
HelloZeroNet
b122f47100
version 0.2.8, Namecoin domains using internal resolver site, --disable_zeromq option to skip backward compatiblity layer and save some memory, connectionserver firstchar error fixes, missing unpacker crash fix, sitemanager class to allow extensions, add loaded plugin list to websocket api, faster content publishing, mark updating file as bad, remove coppersurfer tracker add eddie4, internal server error with error displaying, allow site domains in UiRequest, better progress bar, wait for siteinfo before before using localstorage, csslater hide only if opacity is 0
2015-03-30 23:44:29 +02:00
HelloZeroNet
78f97dcbe8
version 0.2.7, plugin system, multiuser plugin for zeroproxies, reworked imports, cookie parse, stats moved to plugin, usermanager class, dont generate site auth on listing, multiline notifications, allow server side prompt from user, update script keep plugins disabled status
2015-03-24 01:33:09 +01:00