Commit graph

2969 commits

Author SHA1 Message Date
shortcutme b2f25d7f0a
Store if there was an incoming connection for port open checker 2019-01-20 16:20:41 +01:00
shortcutme 30b71328b9
Turn ipv6 representation of ipv4 addresses to simple ips for incoming connections 2019-01-20 16:20:01 +01:00
shortcutme 7c97e37dc3
Support ipv6 binding for connection server 2019-01-20 16:19:14 +01:00
shortcutme f42d088fbc
Log supported ip types when binding 2019-01-20 16:18:48 +01:00
shortcutme a5e63de016
Check if there is ipv6 support in user's system 2019-01-20 16:18:24 +01:00
shortcutme f7d3718457
Set ConnectionServer default ip for tests based on ip_type 2019-01-20 16:16:55 +01:00
shortcutme 3fa0f1b9e8
Don't correct local time with p2p timecorrection value 2019-01-20 16:15:47 +01:00
shortcutme f1a54bd7d0
Set strict timeout for connection handshake 2019-01-20 16:15:32 +01:00
shortcutme 1803e47c02
Support creating ipv6 connections 2019-01-20 16:15:07 +01:00
shortcutme 296e44deec
Store ip_type in Connection variable 2019-01-20 16:14:00 +01:00
shortcutme c546065611
Peerdb ipv6 loading 2019-01-20 16:11:56 +01:00
shortcutme 7e759e6ae8
Ipv6/ipv4 compatible bootstrapper tests 2019-01-20 16:11:08 +01:00
shortcutme a9608c096e
New bootstrapper tests announce and backward compatibility 2019-01-20 16:10:24 +01:00
shortcutme 4db723fa6f
New bootstraper db format with ipv6 support 2019-01-20 16:08:51 +01:00
shortcutme 64e8efbc07
Fix ipv6 address placing to sidebar map 2019-01-20 03:28:49 +01:00
shortcutme 15f4bc5bd6
Add filesrver_ip_type to config page 2019-01-20 03:28:22 +01:00
shortcutme ce6668ef8c
Avoid adding supported crypto multiple times 2019-01-20 03:27:44 +01:00
shortcutme f60ab3e01f
Add local ipv6 address 2019-01-20 03:26:45 +01:00
shortcutme 78a7aa91c0
Add ipv6 address to blacklist 2019-01-20 03:26:12 +01:00
shortcutme a574f3d173
Fix get settings of not visited site 2019-01-20 03:22:17 +01:00
shortcutme c9223686d2
Formatting helper 2019-01-20 03:21:38 +01:00
shortcutme c86afe29ba
GetIpType and createSocket helper functions 2019-01-20 03:21:27 +01:00
shortcutme 0c56a7a23b
Support ipv6 address packing/unpacking 2019-01-20 03:21:07 +01:00
shortcutme b66676de85
Support absolute path and {data_dir} variable for trackers_file 2019-01-20 03:16:37 +01:00
shortcutme c7a468eb14
Bind file server to ipv6 interfaces according to fileserver_ip_type config value 2019-01-20 03:15:21 +01:00
shortcutme 1c5b5e3621
Move port checking to separate file, add ipv6 port check 2019-01-20 03:13:54 +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 3e82595193
Store site download time 2019-01-20 03:10:07 +01:00
shortcutme 044456cd98
Add win_inet_pton package for missing socket functions 2019-01-20 03:09:46 +01:00
shortcutme c0ba724578
Enable ipv6 for testing 2019-01-20 03:08:34 +01:00
ZeroNet 79daa12b06
Merge pull request #1847 from BoboTiG/fix-invalid-seq-warnings
Fix DeprecationWarning: invalid escape sequence
2019-01-20 01:51:27 +01:00
Lola Dam 1f1e6006ec Support namecoin standard 'map' for subdomain name (#1856)
* Support namecoin standard 'map' for subdomain name

* Proper naming for variables

*  naming fix and added one case for namecoin standard
2019-01-15 16:25:33 +01:00
shortcutme 8ee8acf655
Rev3750, Allow log_level changes 2019-01-10 14:11:46 +01:00
shortcutme 5e928769ec
Add log level to config page 2019-01-10 14:11:30 +01:00
shortcutme a0b60a8347
Apply log level changes 2019-01-10 14:10:07 +01:00
shortcutme dbe2a7b240
Fix QueryJson on non-list nodes 2019-01-10 14:09:50 +01:00
Mickaël Schoentgen e8298726ca Fix DeprecationWarning: invalid escape sequence
Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
2019-01-06 15:15:47 +01:00
shortcutme 4c675b8311
Rev3748, Fix content filter for non existing domains 2019-01-05 19:07:27 +01:00
shortcutme 1ab9bc40a5
Rev3747. Dont show tor meek proxy on configuration page if it's not supported 2019-01-04 14:33:27 +01:00
shortcutme 859c81c81b
Rev3746, Fix open_browser parsing with non-main cli command 2019-01-02 02:31:04 +01:00
shortcutme 83ed87cec0
Merge branch 'master' of https://github.com/HelloZeroNet/ZeroNet 2019-01-02 01:21:05 +01:00
shortcutme 9b6feb4a01
Rev3745, Fix tor bridges config file parsing with True value 2019-01-02 01:21:00 +01:00
ZeroNet 40841b9b07
Update README.md 2018-12-31 01:37:33 +01:00
shortcutme d1227b6447
Rev3744, Fix typo 2018-12-30 12:28:19 +01:00
shortcutme fc417e7273
Rev3743, Fix argument parsing on unknown command 2018-12-30 12:09:22 +01:00
shortcutme bda238344c
Test isIp, isPrivateIp 2018-12-19 13:25:20 +01:00
shortcutme 45add916f4
Rev3742, Move isIp to helper, fix inet_prton error 2018-12-19 13:15:59 +01:00
Andrew Morgan ca549cf081 Allow IP addresses via WebSocket API (#1819)
* Allow IP addresses via WebSocket API

* Switch to socket. Add host
2018-12-18 14:36:14 +01:00
shortcutme fb3c5eaafa
Rev3741 2018-12-15 18:40:14 +01:00