Commit Graph

265 Commits

Author SHA1 Message Date
HelloZeroNet c9578e9037 Rev668, Stop if UiServer bind failed to avoid double start 2015-12-28 00:19:58 +01:00
HelloZeroNet 35b0019be2 Rev667, Fix cygwin openssl loading for real 2015-12-21 11:29:38 +01:00
HelloZeroNet 394a8b16b7 Rev665, Fix OpenSSL dll search on cygwin, Remove unnecessary files 2015-12-20 22:49:51 +01:00
HelloZeroNet 5b316180e6 Rev663, Faster SitePublish from command line if fileserver already running, Better OpenSSL lib close for update via webui, Close pyelliptic OpenSSL lib before update 2015-12-12 16:39:22 +01:00
HelloZeroNet ee70e2f022 Version 0.3.4, Rev656, CryptMessage plugin for AES and ECIES encryption, Added pyelliptic lib for OpenSSSL based encryption methods, Test CryptMessage plugin, Force reload content.json before signing and after write, Escaped Sql IN queries support, Test Sql parameter escaping, ui_websocket Test fixture, Plugin testing support, Always return websocket errors as dict, Wait for file on weboscket fileGet command if its already in bad_files queue, PushState and ReplaceState url manipulation support in wrapper API, Per auth-address localstorage, Longer timeout for udp tracker query 2015-12-10 21:36:20 +01:00
HelloZeroNet 675bd46255 Rev619, Fix sitesign without users.json, Fix readme typo 2015-11-28 18:04:59 +01:00
HelloZeroNet 85c2799cb6 Rev618, Changed 2 dead torrent trackers, Better exception display on webui, Better broken site with missing files handling, Possible re-check open port using ZeroHello, 5sec udp timeout 2015-11-17 12:48:03 +01:00
HelloZeroNet 3d558a4edf Rev597, Dont load content.json if the modified date is same, Big content.json memory optimalzations, Peerhashfield memory optimalzations and typo fix, Give up on file after 10 retry, Fix non-ascii install paths, Stop worker after 10 connection error 2015-11-15 11:13:57 +01:00
ZeroNet 7f05e96f05 faq, donate link 2015-11-13 01:49:06 +01:00
HelloZeroNet 6763d6e74c Rev582, Fix my ip sending on findHashIds, Only start workers for optional files if peers found 2015-11-12 23:01:35 +01:00
HelloZeroNet ae98522855 Version 0.3.3, Rev580, DB recreate bugfix, Get empty hashfields, Better stat formatting, Query hashfield right after content.json downloaded 2015-11-12 02:04:45 +01:00
ZeroNet 199e0e70b2 Merge pull request #218 from bencevans/patch-1
Remove ​invalid ​​​character from docker repo
2015-11-10 14:44:42 +01:00
Ben Evans 22d9c00c9b Remove ​invalid ​​​character from docker repo 2015-11-10 13:38:53 +00:00
HelloZeroNet 3587777ea8 Rev571, Optional file sizes to sidebar, Download all optional files option in sidebar, Optional file number in peer stats, Delete removed or changed optional files, Auto download optional files if autodownloadoptional checked, SiteReload command, Peer use global file server if no site defined, Allow browser cache video files, Allow more keepalive connections, Gevent 1.1 ranged request bugfix, Dont sent optional files details on websocket, Remove files from workermanager tasks if no longer in bad_files, Notify local client about changes on external siteSign 2015-11-09 00:44:03 +01:00
HelloZeroNet 2cf34c132f Rev562, Check site privatekey from users.json when executing siteSign, Optional files checking on owned sites, Fix workermanager error on set list of peers, Fix PROTOCOL_SSLv3 error happens on some linux distrib 2015-11-08 12:33:13 +01:00
HelloZeroNet c2fc131cdc Rev546, Sidebar drag fix, Fix rebuild on dbschema changes, Test Dbschema changes, Fix atomicWrite error when old file already exists 2015-11-05 23:19:36 +01:00
ZeroNet bd67d8fe14 Merge pull request #213 from avanerk/refactor-peer
fixed retry loop, instead of looping 3 times it looped 2 times.
2015-11-04 00:20:48 +01:00
Arend van Erk ac0eb2551a fixed retry loop, instead of looping 3 times it looped 2 times. 2015-11-03 23:04:44 +01:00
HelloZeroNet 3764f98673 Rev542, Add files to hashfield on sign, Send my hashfield to connected peers on publish, Wait more time to checkModifications arrive, Test added files hashfield on sign 2015-11-02 22:39:19 +01:00
HelloZeroNet 8e710beab1 Rev536, Fix stats page, Support ranged http requests for better video browser compatibility, setHashfield command, One by one send hashfield to connected peers if changed, Keep count hashfield changetime, PeerHashfield optimalizations, Wait for peers on checkmodification, Give more time to query trackers, Do not count udp trackers as error if udp disabled, Test hashfield push 2015-10-30 02:08:02 +01:00
HelloZeroNet 9c5fda6ed2 Rev505, FindHashIds also checks in self hashfield, Fix optional file bug when task already finished, Reset peer last hashfield download time when found hashid using findHashIds 2015-10-28 01:28:29 +01:00
HelloZeroNet 5f0266ed8f Rev494, Fix sidebar utf8 text render 2015-10-27 01:26:02 +01:00
ZeroNet 979a42773c Merge pull request #206 from TheNain38/patch-2
Consistancy with other meta, or link tag in wrapper.html
2015-10-27 01:23:16 +01:00
ZeroNet 8f549e19db Merge pull request #205 from TheNain38/patch-1
Don't left spaces at the end of file
2015-10-27 01:23:04 +01:00
TheNain38 48dff8a79e Consistancy with other meta, or link tag 2015-10-26 15:15:35 +01:00
TheNain38 472a688e6e Don't left spaces at the end of file 2015-10-26 01:03:37 +01:00
HelloZeroNet 713baeab63 Rev493, Fix trayicon autostart detect, Dont leak details on ui_restrict 2015-10-25 23:08:25 +01:00
ZeroNet 0241001205 Merge pull request #196 from TheNain38/patch-1
Windows: Don't display executed lines when console starts with computer
2015-10-25 22:38:04 +01:00
ZeroNet 638b9c2c2d Merge pull request #201 from TheNain38/patch-3
If interface "*" is used open correctly on trayicon click
2015-10-25 22:37:37 +01:00
TheNain38 708acdf6f7 If interface "*" is used open correctly on click 2015-10-25 19:01:45 +01:00
HelloZeroNet b961a3fb0a Rev480, Skip non-ascii files at signing, Fix gevent 1.1alpha compatibility 2015-10-24 13:57:46 +02:00
TheNain38 043ceb244d Don't display executed lines when console starts 2015-10-22 18:00:41 +02:00
HelloZeroNet a8dae8dd85 Rev477, FindHashId command for optional files, Renaming some variables to make it more clear, Optional files downloading in WorkerManager, Test FindHash, Test Optional download, Test FindOptional 2015-10-22 11:42:55 +02:00
ZeroNet e8ce26587d Merge pull request #193 from TheNain38/patch-1
Remove useless assignment in coffee.wsf and fix newlines endings
2015-10-20 01:25:53 +02:00
TheNain38 c5d6bdee23 Remove useless assignment and fix newlines 2015-10-20 01:12:01 +02:00
ZeroNet 5bfb38e7d3 Merge pull request #192 from TheNain38/patch-2
Update CoffeeScript version and add compatibility for CoffeeScript version >= 1.9.0
2015-10-19 22:18:56 +02:00
TheNain38 f2c888353d Fix indentation with spaces 2015-10-19 22:04:28 +02:00
TheNain38 46bc234790 Add compatibility to CoffeeScript >= 1.9.0 and update to last version
(1.10.0)
2015-10-19 22:03:45 +02:00
ZeroNet 6c7f4b57bb Merge pull request #189 from TheNain38/master
Update ZeroBundle link to 0.1.1
2015-10-19 15:13:55 +02:00
ZeroNet 7ec6962997 Merge pull request #191 from TheNain38/patch-1
coffee.wsf: Encode the resulting file in UTF-8 without BOM
2015-10-19 15:13:01 +02:00
TheNain38 4fd0758acb Encode the resulting file in UTF-8 without BOM 2015-10-19 14:06:59 +02:00
TheNain38 d5e5e4cc9e Update ZeroBundle link 2015-10-19 01:34:36 +02:00
HelloZeroNet 5f5f128b8a Rev473, Better atomic save, Fix sitePublish command when ip_external definied 2015-10-18 22:58:02 +02:00
HelloZeroNet 02f3a4f8eb Rev472, Fix for site size limit increase 2015-10-17 02:56:39 +02:00
HelloZeroNet 9400e9f58f Rev470, Keep track downloaded optional files in hashfield, Peer getHashfield command, Check optional files on verifyFiles, Test hashfield, Test hashfield exchange 2015-10-11 02:22:53 +02:00
HelloZeroNet f8fd58866b Remove not used test 2015-10-01 03:16:04 +02:00
ZeroNet 7eeea84bad Gevent 1.0.2 SSL handshake hangs under pytest 2015-10-01 03:13:14 +02:00
HelloZeroNet 9d7d4f1552 Rev467, requirements.txt accept newer dependecies, Boost dbschema.json, Move getDirname getFilename to helper, Verify optional files, Includes not allowed in user files, Optional files rules, Peer hashfield functions, Test optional files signing, Test file info, Test verify file, Test helpers 2015-10-01 01:35:13 +02:00
HelloZeroNet a7d8d488da Rev465, Display memory dump only in debug mode, Use sys.exit in trayicon, Optional files hashing, List function in SiteStorage, Test signing content, Test sign optional files, Test site storage 2015-09-28 22:07:26 +02:00
HelloZeroNet 39413b9755 Rev452, Auto hide no peers found info message, Raise error on invalid file location, Test PEX, Test invalid file downloads, Test peer download and ping 2015-09-28 00:22:27 +02:00