shortcutme
|
909b9da9da
|
Unnecessary log and comment
|
2017-03-06 15:30:42 +01:00 |
|
mishfit
|
656c818211
|
rename SiteStorage.list to SiteStorage.walk
also, add SiteStorage.list as non-recursive
directory listing (`os.listdir`)
|
2017-02-24 21:58:46 -07:00 |
|
shortcutme
|
cfad85b30e
|
Log file object on db load
|
2017-02-13 16:12:56 +01:00 |
|
shortcutme
|
56efa02820
|
GetDbFiles return inner path
|
2017-02-09 01:57:12 +01:00 |
|
shortcutme
|
f3c71f3e6c
|
Move SiteStorage database updating to separate function
|
2017-02-09 01:56:20 +01:00 |
|
shortcutme
|
a0c3d7f8a6
|
Rev1833, Fix utf8 system paths
|
2017-01-22 21:22:53 +01:00 |
|
shortcutme
|
4e96ddfb9e
|
Allow .. in data_dir path
|
2017-01-11 13:14:02 +01:00 |
|
shortcutme
|
d9f8e83429
|
Safe disk write for content.json files
|
2017-01-05 02:26:44 +01:00 |
|
shortcutme
|
2cdde7dd46
|
Retry file deletion on error
|
2016-11-07 23:47:09 +01:00 |
|
shortcutme
|
9765afc286
|
Modify checkfiles to use optionalRemove, optionalDownloaded and isDownloadable functions
|
2016-11-07 23:46:54 +01:00 |
|
shortcutme
|
d6da0c421c
|
Better json compressing
|
2016-10-02 14:23:05 +02:00 |
|
shortcutme
|
d760a71b76
|
Rev1529, Fix json write bug with [] characters in value
|
2016-09-29 13:01:02 +02:00 |
|
shortcutme
|
9fd19bf382
|
Fix content deletion
|
2016-09-14 10:52:41 +02:00 |
|
shortcutme
|
59205088d2
|
Move site deletion to dedicted function
|
2016-09-05 13:55:51 +02:00 |
|
shortcutme
|
f698ec2502
|
Also delete sites from content.db
|
2016-09-04 17:59:47 +02:00 |
|
shortcutme
|
a1f0c20afc
|
Rename checkFiles to updateBadFiles
|
2016-09-04 17:59:29 +02:00 |
|
shortcutme
|
887a07c3fb
|
Rev1427, Skip invalid files on dbRebuild
|
2016-08-27 11:01:41 +02:00 |
|
shortcutme
|
7edb784305
|
Fix user file updating on owned sites
|
2016-08-26 11:40:22 +02:00 |
|
ZeroNet
|
0569697d98
|
Update database on delete
|
2016-08-10 12:31:54 +02:00 |
|
ZeroNet
|
acf24aab6f
|
Allow to pass file object on file updated
|
2016-08-10 12:31:30 +02:00 |
|
ZeroNet
|
3ff75c6602
|
Also trigger onUpdated on file delete
|
2016-08-10 12:30:35 +02:00 |
|
ZeroNet
|
0be6cb6602
|
Move database files listing to separate funcion
|
2016-08-10 12:30:04 +02:00 |
|
ZeroNet
|
9def3b58eb
|
Allow plugins on SiteStorage
|
2016-08-10 12:28:57 +02:00 |
|
HelloZeroNet
|
93e598cc59
|
Rev1275, Fix dictionary changed size during iteration error
|
2016-04-26 10:46:53 +02:00 |
|
HelloZeroNet
|
bf384922a6
|
Use iteritems to save memory
|
2016-04-25 02:26:29 +02:00 |
|
HelloZeroNet
|
55d76c8c5c
|
Faster SiteStorage.getSize
|
2016-04-20 23:28:21 +02:00 |
|
HelloZeroNet
|
561bd80aa3
|
Fallback to simple file copy if rename failed
|
2016-04-09 19:43:44 +02:00 |
|
HelloZeroNet
|
6388973292
|
Retry file rename later if resource not ready yet
|
2016-04-07 10:36:50 +02:00 |
|
HelloZeroNet
|
84e78859dc
|
SiteStorage.rename function
|
2016-04-06 13:50:20 +02:00 |
|
HelloZeroNet
|
ec70c47aa0
|
Optimize path modifying functions
|
2016-04-06 13:48:13 +02:00 |
|
HelloZeroNet
|
5a34448ba1
|
Less verbose logging
|
2016-04-06 13:39:17 +02:00 |
|
HelloZeroNet
|
6d222b6ed7
|
Cleanup empty dirs
|
2016-03-26 00:22:27 +01:00 |
|
HelloZeroNet
|
ae092dc757
|
Disable DB updating command line argument
|
2016-03-19 18:05:49 +01:00 |
|
HelloZeroNet
|
f372fe371a
|
Context switch for every 50 checked files
|
2016-03-16 00:40:19 +01:00 |
|
HelloZeroNet
|
6ff91cd2e8
|
Reduce hangs on file validation process
|
2016-03-12 23:07:06 +01:00 |
|
HelloZeroNet
|
0897154584
|
Rev966, New Greenlet debug hook to support Gevent 1.1.0, Publish to 8 peers on external publish request, Dont try to download banned user files, Check user files even if its own site
|
2016-03-11 12:39:39 +01:00 |
|
HelloZeroNet
|
e891a10e54
|
Rev957, Sidebar displays onion peers in graph, Sidebar display bad file retry number, Sidebar site Update/Pause/Delete, Ratelimit sidebar update, Encoded typo, Fix onion findHashId, More retry for bad files, Log file path errors, Testcase for self findhashIds, Testcase for Tor findHashId, Better Tor version parse, UiWebsocket callback on update/pause/resume/delete, Skip invalid postMessage messages
|
2016-03-09 00:48:57 +01:00 |
|
HelloZeroNet
|
dba42f5f5e
|
Rev943, Less verbose logging by default, Load ZeroBundle SSL lib, Log loaded SSL lib
|
2016-03-06 00:55:50 +01:00 |
|
HelloZeroNet
|
08005499fb
|
Rev936, Fix Bootstrapper test without tormanager, Bootstrapper return latest announced peers, Only create 3 threads for passive peers
|
2016-03-04 19:59:59 +01:00 |
|
Barrabin Fc. ⚑
|
99aecedd0b
|
print syntax error when json dbschema.json failed
|
2016-03-03 20:47:26 -03:00 |
|
Barrabin Fc. ⚑
|
aee83605ab
|
Added exception handling for invalid dbschema.json files
|
2016-03-03 20:40:26 -03:00 |
|
HelloZeroNet
|
61cfb8aa2f
|
Rev900, Sidebar filestats bar width round fix, Sidebar WebGL not supported error, Sidebar optimalizations, Trayicon gray shadow, Trim end of line whitespace from json files, Fix testweb testcase, Implement experimental postMessage nonce security, Return None when testing external ip, Window opener security check and message, Increase timeout for large files
|
2016-02-10 02:30:04 +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 |
|
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
|
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 |
|
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
|
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
|
4b403da056
|
Rev448, Better file download priority method, Some potential programming error fix, Renamed utils to helper, Moved pack and unpackaddress to helper package, Test new privatekey creation, Test site file download order, Spy test helper to log called parameters, Remove unnecessary fat arrows
|
2015-09-27 02:08:53 +02:00 |
|
HelloZeroNet
|
8fdc431b0b
|
Rev445, Fix ConnectionServer peer_id handling, Faster startup by creating ssl certs on FileServer start, Per-site connection_server, Fix double Db opening, Test site downloading, Sign testsite properly, Test ConnectionServer, Test FileRequest
|
2015-09-24 22:08:08 +02:00 |
|
HelloZeroNet
|
e00537ba57
|
Rev423, Rewrite and reorganize test using pytest, New PhantomJS based browser tests, Fix html requests error without wrapper nonce, Indent json files with 1 space
|
2015-09-20 00:27:54 +02:00 |
|
HelloZeroNet
|
917393c022
|
Rev409, Delete files removed from content.json, Start download user files right after content.json downloaded, New API command: fileDelete, Better notification input auto focus
|
2015-09-16 00:01:23 +02:00 |
|
HelloZeroNet
|
00940797c8
|
Rev377, Fix sidebar filetypes css class, Support running zeronet from Utf-8 directories, Fix multiuser plugin welcome message, Format Multiuser plugin to PEP8, Faster publish by using connected peers if possible, Prefix css backface-visibility
|
2015-09-08 03:07:44 +02:00 |
|
HelloZeroNet
|
b83d6ba2ff
|
Version 0.3.2, rev351, Sidebar to display site infos an modify settings, Per-site upload/download bytes statistics, Deny different origin media requests, Allow 10sec to finish query modifications, Websocket display errors to client instead of disconnecting, Allow specify notification id to server-side messages, Track every command response time
|
2015-08-16 11:51:00 +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
|
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
|
b2e2453e58
|
rev242, Implicit SSL support for the future, Exist typo fix
|
2015-06-17 00:49:46 +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 |
|
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
|
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 |
|
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
|
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
|
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
|
3b8d49207e
|
version 0.2.6, database support, dbrebuild and dbquery startup commands, connection firstchar error bugfix, log python gevent msgpack lib versions, sitestorage class for site file operations, dbquery websocket api command
|
2015-03-19 21:19:14 +01:00 |
|