zeronet/plugins
Vadim Ushakov ea40d212c2 Allow using other domain resolver plugins along with Zeroname
Fixes several closely related bugs in Zeroname Plugin, those prevent correct work of other domain resolvers:

1. get(), isDomain(): when an address doesn't look like a valid domain, pass control to the next plugin in a chain.

3. Move the .bit-domain matching logic to a separate method isBitDomain().

2. get(), need(): use isBitDomain(), not isDomain() to check if domain resolving is needed in order to not interfere with other domain resolvers.

4. Also rewrite isAddress() to make it look similar to the new implementation of isDomain().
2018-10-06 12:35:14 +07:00
..
AnnounceLocal Start local peer discovery async to avoid double announce 2018-08-26 02:46:12 +02:00
AnnounceShare Cleanup unreliable trackers easier if reached the shared tracker limit 2018-09-17 15:20:02 +02:00
AnnounceZero Always call addPeer command with strip ip address and int port 2018-09-17 15:20:31 +02:00
Bigfile Fix Bigfile tell 2018-08-16 16:20:21 +02:00
Chart Fix chart collection when there is no site 2018-08-29 19:52:24 +02:00
ContentFilter Create pt-br.json 2018-08-14 16:59:33 -03:00
Cors Allow 'fileList' command on CORS 2018-08-31 19:46:45 +03:00
CryptMessage Update CryptMessagePlugin.py 2017-07-16 22:38:47 +02:00
disabled-Bootstrapper Formatting 2018-08-26 02:47:58 +02:00
disabled-Dnschain Update SiteManagerPlugin.py 2017-07-16 22:53:11 +02:00
disabled-DonationMessage Fix donationmessage plugin 2016-03-16 23:25:27 +01:00
disabled-Multiuser Update multiuser plugin with new filter commands 2018-06-28 14:06:28 +02:00
disabled-StemPort Update __init__.py 2017-07-16 22:35:14 +02:00
disabled-UiPassword Fix: ui_restrict now working with ui_password 2017-08-18 22:42:14 +03:00
disabled-Zeroname-local Allow - in domains 2016-09-04 17:33:58 +02:00
FilePack Full fileList/fileGet/dirList support for packed files 2018-09-06 00:54:57 +02:00
MergerSite MergerSite plugin pass other arguments of hasSitePermission 2018-01-28 16:43:23 +01:00
Newsfeed Fix newsfeed listing during new site added 2018-09-02 02:18:57 +02:00
OptionalManager Add test for different files with same hash_id 2018-03-29 03:13:37 +02:00
PeerDb Always call addPeer command with strip ip address and int port 2018-09-17 15:20:31 +02:00
Sidebar Merge sidebar js 2018-10-05 15:08:42 +02:00
Stats Add TLS version of the connection to stats page 2018-10-05 15:08:28 +02:00
TranslateSite Rev3503, Ignore invalid site translation files 2018-07-05 01:59:10 +02:00
Trayicon Fix trayicon compatibility with latest gevent 2018-08-26 02:48:36 +02:00
UiConfig Rev3609, Don't validate valid pattern in UiConfig if the field is hidden 2018-09-17 17:48:15 +02:00
Zeroname Allow using other domain resolver plugins along with Zeroname 2018-10-06 12:35:14 +07:00