shortcutme
|
b0b9a4d33c
|
Change to Python3 coding style
|
2019-03-15 21:06:59 +01:00 |
|
shortcutme
|
e8026ef074
|
Non-private external ip for tests
|
2019-01-26 20:39:31 +01:00 |
|
shortcutme
|
a7509988af
|
Rev3802, Fix pytest warnings
|
2019-01-20 20:02:31 +01:00 |
|
shortcutme
|
d78c757b52
|
Automatically run all file_server tests in ipv4 and ipv6 enviroment
|
2019-01-20 03:11:33 +01:00 |
|
shortcutme
|
9871a4e36f
|
Fix test gevent monkey patching
|
2019-01-20 03:10:39 +01:00 |
|
shortcutme
|
68c7f502b4
|
Use chromedriver instead of phantomjs for testing
|
2018-11-26 00:10:43 +01:00 |
|
shortcutme
|
ea619ce99a
|
Fix tor disabling for tests
|
2018-07-16 01:56:19 +02:00 |
|
shortcutme
|
e1fdb90da6
|
Reset filters.json before tests
|
2018-06-25 14:25:19 +02:00 |
|
shortcutme
|
597c5063f3
|
Rev3462, Fix ConnectionServer testcases
|
2018-04-29 03:05:36 +02:00 |
|
shortcutme
|
a65d21d7e4
|
Fix site cleanup after test
|
2018-04-03 14:50:09 +02:00 |
|
shortcutme
|
be755fe25e
|
Custom logging for tests to spot possible performance bottlenecks easier
|
2017-10-04 13:30:17 +02:00 |
|
shortcutme
|
52ed170292
|
Create new file server for every test
|
2017-02-27 11:21:40 +01:00 |
|
shortcutme
|
8a75f200ca
|
No logging phantomjs
|
2017-01-27 14:00:41 +01:00 |
|
shortcutme
|
72f91a2816
|
Fix selenium with gevent 1.2
|
2017-01-27 13:05:10 +01:00 |
|
shortcutme
|
5fafe7cf29
|
Change contentdb reference to site object in test
|
2016-11-07 23:20:52 +01:00 |
|
shortcutme
|
d5b8722bb0
|
Kill greenlets between tests
|
2016-11-07 22:43:26 +01:00 |
|
shortcutme
|
c5851cd166
|
Better DB tests
|
2016-11-07 22:42:27 +01:00 |
|
shortcutme
|
bca08970ba
|
Always disable announce when testing
|
2016-10-02 14:23:30 +02:00 |
|
shortcutme
|
b8bf773c40
|
Make test compatible with new content.db
|
2016-09-05 13:58:10 +02:00 |
|
shortcutme
|
6c6ce54a20
|
Run test in verbose mode
|
2016-08-26 11:42:44 +02:00 |
|
HelloZeroNet
|
8c09fd39db
|
Start clean site directory for every test
|
2016-04-06 13:45:31 +02:00 |
|
HelloZeroNet
|
d222018bb6
|
Parse config plugins on test
|
2016-03-23 13:30:18 +01:00 |
|
HelloZeroNet
|
16d01c961e
|
Wait port opening before start running tests
|
2016-03-16 21:09:07 +01:00 |
|
HelloZeroNet
|
5a234745fc
|
Wait more for port opening
|
2016-03-16 00:34:57 +01:00 |
|
HelloZeroNet
|
f5f26821d5
|
Skip Tor test if no connection
|
2016-01-05 01:19:53 +01:00 |
|
HelloZeroNet
|
e9d2cdfd37
|
Version 0.3.5, Rev830, Full Tor mode support with hidden services, Onion stats in Sidebar, GeoDB download fix using Tor, Gray out disabled sites in Stats page, Tor hidden service status in stat page, Benchmark sha256, Skyts tracker out expodie in, 2 new tracker using ZeroNet protocol, Keep SSL cert option between restarts, SSL Certificate pinning support for connections, Site lock support for connections, Certificate pinned connections using implicit SSL, Flood protection whitelist support, Foreign keys support for DB layer, Not support for SQL query helper, 0 length file get bugfix, Pex onion address support, Faster port testing, Faster uPnP port opening, Need connections more often on owned sites, Delay ZeroHello startup message if port check or Tor manager not ready yet, Use lockfiles to avoid double start, Save original socket on proxy monkey patching to get ability to connect localhost directly, Handle atomic write errors, Broken gevent https workaround helper, Rsa crypt functions, Plugin to Bootstrap using ZeroNet protocol
|
2016-01-05 00:20:52 +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
|
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
|
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 |
|
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
|
891c5cc34a
|
Simple tests for Connections, SiteManager delete test, ZeroName updater allow domain names starting with numbers, check subdomains validity
|
2015-09-22 12:16:29 +02:00 |
|
HelloZeroNet
|
9ac8f7f63c
|
Rev426, Fix for nonce error on bigsites asking, Dont display error details on 404 error, Dont log Websocket close errors, Add travis pip caching and osx test, Add build status to readme, Test for site files after cloning, Test for json to db mapping, Test site deleteFiles command, Test user certificate and auth address generation, Exclude debug lines from coverage, Dont run webtests every time
|
2015-09-20 22:35:45 +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 |
|