Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

dnscrypt

dnscrypt-proxy 2 - A flexible DNS proxy, with support for encrypted DNS protocols.
Collective - Host: opensource - https://opencollective.com/dnscrypt - Code: https://github.com/jedisct1/dnscrypt-proxy

Revert "AAAA filter: Reject instead of sending an empty response"

This reverts commit aceb8b30f71fd414c61e4301f784b38b369ab1a6.

github.com/DNSCrypt/dnscrypt-proxy - f7b8b7032275335e4d1e699a096662236e9be916 authored about 7 years ago
AAAA filter: Reject instead of sending an empty response

Empty responses can cause issues with CNAME records

github.com/DNSCrypt/dnscrypt-proxy - aceb8b30f71fd414c61e4301f784b38b369ab1a6 authored about 7 years ago
Use softfloat on mips builds

github.com/DNSCrypt/dnscrypt-proxy - f33b8a964a5c4a748ddfd03816cc9c876d93278d authored about 7 years ago
Don't log blocked suffixes in reverse

github.com/DNSCrypt/dnscrypt-proxy - 4f0c36ac270d62cc7cc1673192d2becfec002a9b authored about 7 years ago
Remove unused variable

github.com/DNSCrypt/dnscrypt-proxy - a1461f34523cc5333a55c0e8e06e660e4f8bc0d1 authored about 7 years ago
Fix swapped out arguments in substring check

*example.com* was matching ample.com, not xxxexample.comxxx

Fixes #14

github.com/DNSCrypt/dnscrypt-proxy - 5dd08fe56b8e99dafc77700d12bbf6fe60725185 authored about 7 years ago
NXLOG: a new output plugin to log suspicious queries

github.com/DNSCrypt/dnscrypt-proxy - 1e0e01e8e1efb28b47aa8166cb8e35b83fb925ec authored about 7 years ago
Preliminary implementation of stamps

github.com/DNSCrypt/dnscrypt-proxy - ed507980497271b0bca47d1c72ed28b611c296a8 authored about 7 years ago
Print stamps; require an env variable for debug level

github.com/DNSCrypt/dnscrypt-proxy - 88414e14485a4ad163487672e931b789fe038a2f authored about 7 years ago
Shortcut filters for the root zone

github.com/DNSCrypt/dnscrypt-proxy - 0fe21b2d57fde571b0b3b2e4758c11ec28241051 authored about 7 years ago
Replace logged_qtypes with ignored_qtypes

github.com/DNSCrypt/dnscrypt-proxy - 066db6a080faa9a91902936ed3b180fb75f10bee authored about 7 years ago
" -> ' \because\people\still\use\backslahes\to\separate\path\components

github.com/DNSCrypt/dnscrypt-proxy - 508050238131bdbc760a4c30c85fb9e701da39ac authored about 7 years ago
Fix suffix matching so that www.example is rejected if example is filtered

github.com/DNSCrypt/dnscrypt-proxy - 475d7edb2ad4617aba7ee3217d8d434583531877 authored about 7 years ago
Don't prefetch more frequently than 1/min

github.com/DNSCrypt/dnscrypt-proxy - 187de173962416f1fa06afe57ce9a963fc9072cb authored about 7 years ago
Improved error handling

github.com/DNSCrypt/dnscrypt-proxy - 1c27d6c23002227cf282fc028059fd449ff45af8 authored about 7 years ago
Improve the prefetcher; run a dedicated goroutine

github.com/DNSCrypt/dnscrypt-proxy - 7fbb4c542881eb61e154d0c8efd04cce99c400f5 authored about 7 years ago
More flexible logging; add support for the Windows event log

github.com/DNSCrypt/dnscrypt-proxy - 6e1eaf7b9083c4846ed68aa8a8c5255e8b71bbe2 authored about 7 years ago
Update dlog; now with support for the Windows Event Log

(completely untested)

github.com/DNSCrypt/dnscrypt-proxy - b02a4e6c7302de6f03516ef1515e109c2706aa79 authored about 7 years ago
Unreachable -> Timeout

github.com/DNSCrypt/dnscrypt-proxy - 4b4bf36633add9d3b326523dadb81c94f7917e37 authored about 7 years ago
Choose if we want to use IPv6 and/or IPv4 servers

github.com/DNSCrypt/dnscrypt-proxy - aac0078991476bb40b3b3d2db4770bd6c6d5f357 authored about 7 years ago
Print server names instead of provider names

github.com/DNSCrypt/dnscrypt-proxy - 3006a6f2b42d455991bae5c2013502c4d58e850d authored about 7 years ago
Add a logged_qtypes feature to log only some query types

github.com/DNSCrypt/dnscrypt-proxy - 710322960914ca1817c73806291ed6c10bb0d8e9 authored about 7 years ago
Print the root zone as a dot rather than an empty string

Fixes #7

github.com/DNSCrypt/dnscrypt-proxy - 414d366cb2cfe0d99ef62855692db3b4523ebb12 authored about 7 years ago
Schedule a prefetch if we got a set or its signature from a backup cache

This is not pretty, and has to be rewritten for the next beta

github.com/DNSCrypt/dnscrypt-proxy - 43e56893872fd9ea55b941cfd75395259dac8d27 authored about 7 years ago
Increase refresh delay for server sets

github.com/DNSCrypt/dnscrypt-proxy - 008d2d90938d5e0000a0bc0c2e2e23ce9821ee3d authored about 7 years ago
Remove cache files if we stored corrupted data

github.com/DNSCrypt/dnscrypt-proxy - 1b5e36432edf1f89435675d79dfd94b8113f33a2 authored about 7 years ago
Check HTTP error codes

github.com/DNSCrypt/dnscrypt-proxy - f745eb578a20b438c53e5b8be1d323f4a9f364fb authored about 7 years ago
Prefetch previously unreachable sources URLs after a server is reachable

Partial fix for #4

Pave the way for regular, background updates as well

github.com/DNSCrypt/dnscrypt-proxy - a85d012a2b233c44699a35e38e31dadc4845bf82 authored about 7 years ago
Make the distinction between a usable cache and a hot cache

A hot cache is still fresh. A usable cache exists, and can act as a
backup solution is we can't ...

github.com/DNSCrypt/dnscrypt-proxy - c4bd6eb9f037a222ce02840531cc529beae7c4f9 authored about 7 years ago
Use single quotes in the TOML file, mention that paths are relative

Fixes #5

github.com/DNSCrypt/dnscrypt-proxy - 35a65bc2fdad2508fee9bece976cb184e0354cc3 authored about 7 years ago
Add systemd readiness notification

github.com/DNSCrypt/dnscrypt-proxy - 0fcbbfda1f180a394e0984cfac29350156c174da authored about 7 years ago
Bring FS info level down to INFO, but store this information with the cert

github.com/DNSCrypt/dnscrypt-proxy - 941a7b6f4fc078cde009bbe2637a1da7bfc8d238 authored about 7 years ago
Make megacheck happier

github.com/DNSCrypt/dnscrypt-proxy - 7e86477a7d6185973984cfe6973ef5c7e4b5ac9f authored about 7 years ago
Logs can now be sent to files or syslog in addition to stderr

github.com/DNSCrypt/dnscrypt-proxy - 0a63975d48657c4627b1cb0c0a52c4e8628c33ab authored about 7 years ago
Reserve require_nofilter

github.com/DNSCrypt/dnscrypt-proxy - b0f6a04dc41b0d2b834e2d787bc231a739bbe1e7 authored about 7 years ago
Add require_nolog and require_dnssec filters

github.com/DNSCrypt/dnscrypt-proxy - 41a9bf5bf37722559b1039a7dc7e6003e55d23e0 authored about 7 years ago
Add a -version command-line switch to print the version

Fixes #2

github.com/DNSCrypt/dnscrypt-proxy - fd7838ee58b72219eeb12506b3b9068d42846e89 authored about 7 years ago
Hotfix for OpenBSD and other OS whose init system is not supported yet

github.com/DNSCrypt/dnscrypt-proxy - 0e03f684b29a1e97afc4f2e52af4ae6750f540df authored about 7 years ago
DoH is especially interesting over HTTP2

github.com/DNSCrypt/dnscrypt-proxy - 857dc9e2cd67ff37bc30cb796db66351ea5992db authored about 7 years ago
Perform an initial benchmark to use servers with the lowest latency

(initially according to the certificate rtt)

github.com/DNSCrypt/dnscrypt-proxy - 8429df82fd612c579e3fd51445cd15a29d22c3eb authored about 7 years ago
Use all resolvers simultaneously, even the ones from remote sources.

Fireworks!

github.com/DNSCrypt/dnscrypt-proxy - 9dcd37093d641358755152bee153b6991e7f439e authored about 7 years ago
Improve management of multiple servers, and unreachable-at-boot servers

github.com/DNSCrypt/dnscrypt-proxy - df3a5f608da66739c13f785d64368fb0b946c9d6 authored about 7 years ago
install -> register

github.com/DNSCrypt/dnscrypt-proxy - 2a4127bf46a0190a48e3ede64b7b5bff66efecb7 authored about 7 years ago
Some documentation

github.com/DNSCrypt/dnscrypt-proxy - 7fbfaead6fecb5f09f8eaad9a6b0db6ca68a4680 authored about 7 years ago
Reorganize .gitignore

github.com/DNSCrypt/dnscrypt-proxy - e2510ae6055a49f8ffd18bc11dd64e409e9a56ba authored about 7 years ago
Include the LICENSE file

github.com/DNSCrypt/dnscrypt-proxy - 739bc509bbe0d24ce80e33d14f4155cf9fc27bfb authored about 7 years ago
Retry more frequently if we don't have any useable certificates

This will ahve to be done at startup time as well.

github.com/DNSCrypt/dnscrypt-proxy - 1140e067ad755d47774b1b1adb9402397ffd5962 authored about 7 years ago
Add the ability to log blocked queries

github.com/DNSCrypt/dnscrypt-proxy - b9c43c8ef3b42332c28eccaf4e088642fc171ba4 authored about 7 years ago
Fix forwarding of subdomains

github.com/DNSCrypt/dnscrypt-proxy - 9f8bce28a4b0f77fd5902da32f9f202dcefdfcf3 authored about 7 years ago
Simplify the forwarding syntax

github.com/DNSCrypt/dnscrypt-proxy - f35357ef8815f1c8b93bea4a493ed2ea3aae59f2 authored about 7 years ago
Import the generate-domains-blacklists tool

github.com/DNSCrypt/dnscrypt-proxy - 35e32b823f2e722b7166c7464a90e9799e90c441 authored about 7 years ago
Clarify that these are not the same

github.com/DNSCrypt/dnscrypt-proxy - 6ad53c75e640ad3869f64684c4d4ddff0634e1f8 authored about 7 years ago
Add a forwarding rules example

github.com/DNSCrypt/dnscrypt-proxy - 203cfafe358529059f77e51deb258b18b41152da authored about 7 years ago
Allow comments in the fowarding rules

github.com/DNSCrypt/dnscrypt-proxy - adcdb94d99ec7ceccebe452e7ac0feb11029b5f4 authored about 7 years ago
Prepare for alpha9

github.com/DNSCrypt/dnscrypt-proxy - ee90d243c0e1271192230c2f1b3121a0f64a0a5c authored about 7 years ago
Support installation as a service

github.com/DNSCrypt/dnscrypt-proxy - 3fffbaa2a26526a0bc4f1f78cb918483f251ecc6 authored about 7 years ago
Preliminary support for running as a Windows service

github.com/DNSCrypt/dnscrypt-proxy - 3fe6dbd74087fb77c5181ca7a0b41db3156711f9 authored about 7 years ago
Add arm64, mips, mips64 and mips64 targets

github.com/DNSCrypt/dnscrypt-proxy - 0db304b4bc1a10e8300fd8217eafd2b514ec716e authored about 7 years ago
Forwarding plugin

github.com/DNSCrypt/dnscrypt-proxy - 96dadc7aca860a2b16e8e2bcde3ebad44f378031 authored about 7 years ago
Pattern matching in blacklists: done

github.com/DNSCrypt/dnscrypt-proxy - 404fcea50bf08819e6b627fb71458b35e87c5775 authored about 7 years ago
Implement blocking, fully compatible with rules from version 1

github.com/DNSCrypt/dnscrypt-proxy - 170e2e816ea2e56f06284760de65fab4b52e6f58 authored about 7 years ago
Split plugins into individual files

github.com/DNSCrypt/dnscrypt-proxy - 0dcf2c9e061990c98a6c18aa57dda178bb964ce1 authored about 7 years ago
Add support for LTSV query logging

github.com/DNSCrypt/dnscrypt-proxy - 796186a0783182b1fd745d9ae5181d4ed649e030 authored about 7 years ago
Implement query logging

github.com/DNSCrypt/dnscrypt-proxy - 5685844f438a8a5a4251d8e24ab3937eb6a689b7 authored about 7 years ago
Add Init/Drop/Update methods to plugins

Eventually, we may want to provide a specific structure for plugin
initialization. Sending the w...

github.com/DNSCrypt/dnscrypt-proxy - 3ffad7be44b33f88d9f56af604829aa620d183f6 authored about 7 years ago