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

fix minor typos in comment

github.com/DNSCrypt/dnscrypt-proxy - 0ef2737ffe96ed832f084c53fb13d34c2261b01d authored almost 5 years ago
gofmt whitespace

github.com/DNSCrypt/dnscrypt-proxy - 1fa26eec0ac7d2d225c31ac2ad393ad859772d27 authored almost 5 years ago
fix minor typoS in config file

github.com/DNSCrypt/dnscrypt-proxy - 8c42609475041c7edd66238fab5c463399bdb091 authored almost 5 years ago
Don't explain the format of other config files in the main config file

This is confusing if you don't read the documentation.

Fixes #1179

github.com/DNSCrypt/dnscrypt-proxy - 323c4a47584bb2d74e2c0653f8fa7438dcf43fe6 authored almost 5 years ago
Forwarding plugin: force set the response ID to match the query ID

Shouldn't be necessary, but just to be safe in case `dns.Exchange()`
does something unexpected.

github.com/DNSCrypt/dnscrypt-proxy - 824fa90f94aac23b04315161b8eeeeae63257ca7 authored about 5 years ago
Forwarding plugin: retry over TCP if a truncated response is received

dns.Exchange() doesn't do it automatically.

Fixes #1178

github.com/DNSCrypt/dnscrypt-proxy - 63d28fc9b298221cd6f409fbfec5b37b700b13a8 authored about 5 years ago
Don't add padding unless the query has padding

Or else Firefox craps out

github.com/DNSCrypt/dnscrypt-proxy - 2dda74647de93e0adcaec0186a7bdfa1503e0150 authored about 5 years ago
Add a test for the local DoH feature

github.com/DNSCrypt/dnscrypt-proxy - 0f78684e5faa0c00a3ac50ac9624eb496adb5568 authored about 5 years ago
Improve error message on DNSSEC failure

github.com/DNSCrypt/dnscrypt-proxy - 70311614a0229eb0a925ea643b33a3d08dfb5c76 authored about 5 years ago
Properly compute the padding length for local DoH

Fixes #1173

github.com/DNSCrypt/dnscrypt-proxy - cf1498c9f4ce7a403fc971922aa996d91c78d1d8 authored about 5 years ago
Ignore lines starting with '#'

Fixes #1171

github.com/DNSCrypt/dnscrypt-proxy - a6026ce48a90fa17d5c879419d16e8e31b745d65 authored about 5 years ago
Bump the cache size a little bit

github.com/DNSCrypt/dnscrypt-proxy - 3a94523d65a35c373af23d6ee658831781e9c14a authored about 5 years ago
Implement serve-stale

github.com/DNSCrypt/dnscrypt-proxy - f34d7b60fa62cf785b971443fa925bd5411853c4 authored about 5 years ago
Retry UDP queries on timeout

github.com/DNSCrypt/dnscrypt-proxy - f22461374c793cccb7f86461a5263a2cfb920702 authored about 5 years ago
Use constant, but arbitrary long padding

github.com/DNSCrypt/dnscrypt-proxy - f17ce1ae0da3ab1bf29924c6671c4a214970ab75 authored about 5 years ago
Make UDP and TCP code similar when it comes to SOCKS proxying

Actually use the relay when both a relay and a SOCKS proxy are
configured.

Keep forcing TCP whe...

github.com/DNSCrypt/dnscrypt-proxy - 4d788aed85112472c77e5607c4e6a0b6a89c4ea2 authored about 5 years ago
Add support for inline comments in patterns lists

Fixes #1162

github.com/DNSCrypt/dnscrypt-proxy - 349320f291269dc7ff9d8fe41eb2ce536792cc68 authored about 5 years ago
Bump github.com/hashicorp/golang-lru from 0.5.3 to 0.5.4

Bumps [github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru) from 0.5.3 to 0...

github.com/DNSCrypt/dnscrypt-proxy - 6fa865d5383b2c6ae0e62611c230f1d347a5fe64 authored about 5 years ago
Support multiple fallback resolvers

github.com/DNSCrypt/dnscrypt-proxy - 7ada3fcfb885aa2f262a1d3bdeb3e07d5fd1d603 authored about 5 years ago
ransomware tracker is no more

github.com/DNSCrypt/dnscrypt-proxy - 4f03575943a56e6d3a48505667ec915b60c65b83 authored about 5 years ago
Ignore links that start with a hyphen or a dot

If you use filter blacklists you'll end up with many invalid links that start with a hyphen or a...

github.com/DNSCrypt/dnscrypt-proxy - 05593a8bbd7dfc23f9bf8632bdac9c5c3efcc114 authored about 5 years ago
Use EDNS0 padding for local DoH

github.com/DNSCrypt/dnscrypt-proxy - 7fb62d98ea5eed8a3b8de3385879be5b7b4dc3ad authored about 5 years ago
Improve error message when local DoH is enabled without a certificate

Fixes #1136

github.com/DNSCrypt/dnscrypt-proxy - 6fb42d0eae762c6c21aaf28f41c5f8bb41208f8f authored about 5 years ago
Mention that /dev/stdout is not for Windows systems

Fixes #1131

github.com/DNSCrypt/dnscrypt-proxy - 19cebfdb0a71ffb28eba1957e46f84ed0784b267 authored about 5 years ago
Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy

* 'master' of github.com:jedisct1/dnscrypt-proxy:
sys/unix update
Blacklist motd.ubuntu.com

github.com/DNSCrypt/dnscrypt-proxy - 817d92fce04637d109e96005f77df717ac264541 authored about 5 years ago
Blacklist motd.ubuntu.com

github.com/DNSCrypt/dnscrypt-proxy - 1c45d9e156580bb6ae8bdc17894fd8b4311af4c2 authored about 5 years ago
Explicit brackets

github.com/DNSCrypt/dnscrypt-proxy - abd221738b44b3d5f81c60ab3d182dc84ff2bb4c authored about 5 years ago
Don't use the message attribute to get an error message

Fixes #1123

github.com/DNSCrypt/dnscrypt-proxy - 69f00ca977a2b258f2dc3bab67ba4d4abe7d8cda authored about 5 years ago
Add -config <config file> to the service configuration arguments

Maybe
fixes #1122

github.com/DNSCrypt/dnscrypt-proxy - 0e644c4b8664b26665681811c1839f280e5d507b authored about 5 years ago
Move things around

github.com/DNSCrypt/dnscrypt-proxy - 7e45b50d588738e0aac66e7b5cb051f633f8028a authored about 5 years ago
Avoid unneeded DNS packet unpacking

github.com/DNSCrypt/dnscrypt-proxy - c27d41faa0edf3950fb228c4b6800aabf01c0448 authored about 5 years ago
Strip EDNS0 options in responses

github.com/DNSCrypt/dnscrypt-proxy - adb6dac4202938297af5ab3134a8751fa5419a9a authored about 5 years ago
Use dumb padding even for GET queries

Resolvers such as Cloudflare always add padding to DoH responses
Resolvers such as Google only d...

github.com/DNSCrypt/dnscrypt-proxy - 5118ed21fd1104b29ef6170a8899c4b414bd6824 authored about 5 years ago
Use EDNS0 padding when using DoH over POST

This mechanism is horrible, slow (requires re-unpacking and re-packing
the query), should be don...

github.com/DNSCrypt/dnscrypt-proxy - 1585ede9545871bb3d16ac19aedf8d70d587b970 authored about 5 years ago
add some nonexistent zones

github.com/DNSCrypt/dnscrypt-proxy - a7922a81fb45ac5d103b4d177138d1fbe01cda95 authored about 5 years ago
Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy

* 'master' of github.com:jedisct1/dnscrypt-proxy:
CI: don't hardcode the HTTP port
2.0.36-be...

github.com/DNSCrypt/dnscrypt-proxy - ebe3a37ddc93517dd567c90b99d6a2849e4e8066 authored about 5 years ago
People really blacklist cdn.cloudflare.net ¯\_(ツ)_/¯

github.com/DNSCrypt/dnscrypt-proxy - ffb1a1b7183fbe090ad9eafaeeae3df5f3e49d88 authored about 5 years ago
CI: don't hardcode the HTTP port

github.com/DNSCrypt/dnscrypt-proxy - 99c86283f6a58052e4d34481047b8b21e53ecde3 authored about 5 years ago
agl/ed25519 is not required any more

github.com/DNSCrypt/dnscrypt-proxy - 44735cb97eee5fa4d138fe60fc7feea5a6bea426 authored about 5 years ago
CI: Change the local DoH port, run go tests, enable -race

github.com/DNSCrypt/dnscrypt-proxy - 3ec6a814c2a8e549ee0d3287275ca127f29ef55d authored about 5 years ago
Rename PluginsActionForward to PluginsActionContinue

Set the correct response code when forwarding

github.com/DNSCrypt/dnscrypt-proxy - 3fce30d7a5983db46d3279d2a7c825ed99b944ec authored about 5 years ago
Add an additional CI test for standard, cached queries

github.com/DNSCrypt/dnscrypt-proxy - 2c295e37020a496ad471979f9ecb451e66c37853 authored about 5 years ago
The default return code must be PASS

github.com/DNSCrypt/dnscrypt-proxy - daf6d5881d03242ca546249b90f6a6e5d7d3660d authored about 5 years ago
Run the CI test in the before_install phase

This is unorthodox, but Travis will stop right after most errors
instead of spending forever ins...

github.com/DNSCrypt/dnscrypt-proxy - 515968e4146ad15b46e032a007f958521601719a authored about 5 years ago
Add some temporary basic CI tests

github.com/DNSCrypt/dnscrypt-proxy - 56bd9dcd04a2babdac026a7bb57ee275b5edd525 authored about 5 years ago
Handle Drop/Synth actions the same way in query and response plugins

github.com/DNSCrypt/dnscrypt-proxy - b1c08f893163bc7124f861371800e0947f7af6eb authored about 5 years ago
Add an IP blacklist example

github.com/DNSCrypt/dnscrypt-proxy - a23f07a93d4f71ecc53d3ce483adda141bca1f56 authored about 5 years ago
Minor comment fix

I noticed while writing the functionality tests that comments about relative paths disagreed wit...

github.com/DNSCrypt/dnscrypt-proxy - d88995aac60d43232ac5238f0eb0085c1344249c authored about 5 years ago
Fix module name

I'm not sure why an extra "dnscrypt-proxy" was added to the module name when the rest of the URL...

github.com/DNSCrypt/dnscrypt-proxy - 7d08ba2536e33c28b48f3713c905420cb86bd17a authored about 5 years ago
Make the doc link more visible

github.com/DNSCrypt/dnscrypt-proxy - 8e5a5b734f791d574a20a0cab6853bc45249fad9 authored about 5 years ago
Undelegated zones are not dot suffixed any more

github.com/DNSCrypt/dnscrypt-proxy - 3c6f87527fc833b129cf19df31b3a784f6f60058 authored about 5 years ago
Store the normalized qName in the plugin state

We now enforce the fact that a query always include a question.
It holds true for all practical ...

github.com/DNSCrypt/dnscrypt-proxy - 4fd54a4919177ec163171e0763900eb5690284c0 authored about 5 years ago
Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy

github.com/DNSCrypt/dnscrypt-proxy - 49e8328dd699def1b9c8e29478422dff617af244 authored about 5 years ago
Add a note about dnsmasq

In the config file, so that it has more visibility than in the doc.

Synthetic responses cannot ...

github.com/DNSCrypt/dnscrypt-proxy - 07e605e9f4df2aec144ea21e81579b3db4fa3bb1 authored about 5 years ago
Lowercase the question

github.com/DNSCrypt/dnscrypt-proxy - cba755b4d1876b62a92a922041731e11132d8b49 authored about 5 years ago
Pre-add the final dot

github.com/DNSCrypt/dnscrypt-proxy - 7066e53843fd9326decfc3eda0f8d1a4fe957245 authored about 5 years ago
Rewrite block_undelegated without the generic pattern matcher

github.com/DNSCrypt/dnscrypt-proxy - 1b276be85d64728eb769ddddeacadbb384c09af5 authored about 5 years ago
Reuse the same variable

github.com/DNSCrypt/dnscrypt-proxy - 2d25719a694f4d96e8645d66bc53597d82e23621 authored about 5 years ago
Add the ability to block undelegated DNS zones

Using the generic pattern matcher as a first iteration, but we can
save some memory and CPU cycl...

github.com/DNSCrypt/dnscrypt-proxy - 66799c4159579906aa89fb26e738f910a55bd2a5 authored about 5 years ago
Missed blockedName->xBlockedName renaming

Fixes #1116

github.com/DNSCrypt/dnscrypt-proxy - aa5350c7fdbee0b234d983777255f63275b10d69 authored about 5 years ago
travis-ci.org -> travis-ci.com

github.com/DNSCrypt/dnscrypt-proxy - 56f838341b6904c1332c1aae1e797a3a1a0c136c authored about 5 years ago
Compress synthetic responses

github.com/DNSCrypt/dnscrypt-proxy - a7b7bdc11ebc888e37185c0c5f7426f3ba95ad6b authored about 5 years ago
Copy the DO bit from questions to synthetic responses

github.com/DNSCrypt/dnscrypt-proxy - 9553d7f8c59dab57199a072149bcbe6ad768cf60 authored about 5 years ago
Force clear the AD bit unless the DO bit was also set

github.com/DNSCrypt/dnscrypt-proxy - 1674bb17423c613ef05e0055d3a233c6297711b9 authored about 5 years ago
Properly set DNS flags when creating empty responses

github.com/DNSCrypt/dnscrypt-proxy - ee1c0fed930719b3b82cbeccae281458086ba309 authored about 5 years ago
A URL path must start with a /

github.com/DNSCrypt/dnscrypt-proxy - 3b4d6c532dfd4d16b5f52e17929430f8c97052e5 authored about 5 years ago
Remove domains-blacklist-all.conf

github.com/DNSCrypt/dnscrypt-proxy - 4d5c9406160e050b89a57207e23fc4781f77c86c authored about 5 years ago
Add the full path to minisign

github.com/DNSCrypt/dnscrypt-proxy - 45d506efa15795e174d830599204c923bb171eb5 authored about 5 years ago
Travis: create /tmp/bin

github.com/DNSCrypt/dnscrypt-proxy - 6d1e4a9b5d7979e37b601f448cbe4a6bb0146c55 authored about 5 years ago
Define _GNU_SOURCE

github.com/DNSCrypt/dnscrypt-proxy - c4673d86f527337ffc216b1a55a7d972f03a6a92 authored about 5 years ago
libsodium -> libsodium-dev and move to before_deploy

github.com/DNSCrypt/dnscrypt-proxy - c68c672b47e89df9e9a86c83737b3770788bb0c0 authored about 5 years ago