Ecosyste.ms: OpenCollective

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

github.com/DNSCrypt/dnscrypt-proxy

dnscrypt-proxy 2 - A flexible DNS proxy, with support for encrypted DNS protocols.
https://github.com/DNSCrypt/dnscrypt-proxy

Bump

c90579b731c21238247345a179a507351d86b080 authored over 6 years ago
Do not ignore ReadPrefixed() errors

9b5948d6971c0cc602f3652f9353f5401c49627a authored over 6 years ago
Log invalid stamps

887f6ac299505d1094a217988d7df0a70ecb20b3 authored over 6 years ago
Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy

* 'master' of github.com:jedisct1/dnscrypt-proxy:
Don't call PledgeChild() too early
Fix ple...

9234014f17d5a6b7f2a8003eee2bacfa89f254fc authored over 6 years ago
Draft 12

67729d02aab925b39a37fac67cfb5f8b391ff572 authored over 6 years ago
Don't call PledgeChild() too early

dc602512ff249fe416474f53c088bcc9cdd5bd84 authored over 6 years ago
Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy

127d4f0e680e8dc4eecc2ebe202d07fbd05baee6 authored over 6 years ago
Fix pledge() usage

17e07d80bb91b2e8714f9d8aacf66f1b6128500a authored over 6 years ago
Add sys/unix for pledge

35e4d36f67cc2d20aae3efc46f80d79d1ed3062f authored over 6 years ago
Update deps

648c0df0163dacaf8a918d1d30b9dd20c788c3f3 authored over 6 years ago
pledge() on OpenBSD

1f54214821135d7e3a6527edd56c6ea5d4f8b61f authored over 6 years ago
Store the userName value again

09baa3c40b161930aef4055338db4a063174eed4 authored over 6 years ago
Error out if systemd sockets are used with the user_name option

4dc756be4dfe5a9b74919e990a6d743678fb8c6b authored over 6 years ago
username -> user_name

in case we want to add user_group and whatnot.

Remove the command-line option as it hides the c...

1019428ca006cdd744ef5d143f80f8423163c26d authored over 6 years ago
Of course, dropping privileges breaks with systemd sockets

6cb43f8e4dd66dc681e2d5c42d746b8c608d7ac4 authored over 6 years ago
Better description of what username does

9345958d164ca68a970d7ea6fcc59e4d4d09993b authored over 6 years ago
Implement an offline mode

Fixes #528

c73e95256d9752014819c98f90f2234940c37648 authored over 6 years ago
Update deps

4a3be6086ed6fd5393d7081144ee147a8cc1fd36 authored over 6 years ago
Force logo update

f54ddfb6e6f3eb993b79ec3af9185cc712ac44d4 authored over 6 years ago
Mention SOCKS support, remove reference to dead 1.x branch

88a6ab789504ff44971f6a9cc8172517ef9d5675 authored over 6 years ago
Rename logo.svg

438ade6f88305b88d97347287d67199ac139eba3 authored over 6 years ago
Replace logo

Fixes #533

432a652c9804cf0db7f5dd6269fb4555468a7e93 authored over 6 years ago
Automatically restart after unexpected errors

73a43b31b9c61e3a5a7ed4f8f04a697d074218da authored over 6 years ago
An easier way to remove args[0]

f9b6994fd223493624296f71f13fb3f9afe102ef authored over 6 years ago
OPT records don't have any class

cc327fdc480eb77c662b662b730fe66ee05047a5 authored over 6 years ago
Deps update

02888adff313fb4ef390ddf82bc8ea591b2eb00c authored over 6 years ago
Don't update OPT records

Fixes #527

97f604670c6fa249107810c05c8bc115fe26cd5e authored over 6 years ago
Better SVG logo

46823f8cc3b83f4895443c90e7bb77bdab3a12b5 authored over 6 years ago
Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy

* 'master' of github.com:jedisct1/dnscrypt-proxy:
Quick typo fix in example config. (#511)

86de37fe5b769b2147daf9c6c87c13a588156a2a authored over 6 years ago
Add SVG version of the dnscrypt logo

Fixes #523

5e3c58f9e01745e414f359e0bd0c3c655c06344c authored over 6 years ago
Quick typo fix in example config. (#511)

74093a65a22f7b96e173cb23312cd13c3a021eb0 authored over 6 years ago
Error handling when TCP connections fail

a1c8012fc62c2a0998a96c298addfce896aa2329 authored over 6 years ago
Draft 11

86de4be519b0103cc634952fd5ad028222f546e6 authored over 6 years ago
DNS-over-HTTPS (even though I'd still prefer that to be called DNS-over-HTTP/2)

e0f2391c0d81bc70990868d13a83322afd4a21ec authored over 6 years ago
Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy

* 'master' of github.com:jedisct1/dnscrypt-proxy:
Note that Windows doesn't support username o...

2cb5bb511005d1623b9671237107a9f58b3ee641 authored over 6 years ago
Don't create a new session; it breaks `-service stop`.

34e78a2446247438eb3f516661d3902bf7705421 authored over 6 years ago
Note that Windows doesn't support username option (#494)

8f2972845df9b38ef8b01c398fff5687087c5fd4 authored over 6 years ago
Remove old daemonization code

We will be able do it using fork+exec

7f8b8d043ef79cc07f3d90f7489179109a051357 authored over 6 years ago
Keep the process running in foreground to avoid a breaking change/allow monitoring

This currently doesn't replace the previous process. Maybe there is a way to achieve
this in Go....

09e39c785a5c1cc457b4b151b08e7a1053ef9227 authored over 6 years ago
Make description more accessible in the example configuration file

Also don't enable this by default, as "nobody" may not exist everywhere

fe0aa52fbad84c932528d621d70f8a56cc3a6b23 authored over 6 years ago
Drop privileges with exec (#467)

* Drop privileges with exec and SysProcAttr

* Fix windows build

* Fix passing logfile fd

aab7e6380f0d8438c049ed7e205d7a0b8a0e68f6 authored over 6 years ago
Update deps

8d99e952885894ecf7b77429bdabf399eddc2a31 authored over 6 years ago
Revert "Do not mention systemd activation until #480 is solved"

This reverts commit 066345123b054200b8d21b7c0bb331b396844644.

ae54a7aafc53bff8354299ca89dc14ce26de33c4 authored over 6 years ago
Fix systemd socket connections (#492)

Upstream systemd go library broke use of TCP and UDP sockets at the same time.
Changed to use l...

b498e6655e1a1caa88ecb456f84ba09f1fd0584c authored over 6 years ago
Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy

* 'master' of github.com:jedisct1/dnscrypt-proxy:
Do not mention systemd activation until #480...

600b6c0f60848d59d6f5f6766ab2dc919de808d9 authored over 6 years ago
Use Go 1.10.3

44729df987c79cec6bb3c66d075dea690d0cbdb5 authored over 6 years ago
Do not mention systemd activation until #480 is solved

066345123b054200b8d21b7c0bb331b396844644 authored over 6 years ago
Use net.Conn everywhere

I don't know how to use a TCPConn as a Conn.

9135efcaeceeb149b56c04a518351f7ce6a1b646 authored over 6 years ago
Bump

7866e6da514ade7bd6a6b5388393bca840ca92df authored over 6 years ago
Update deps

5b1fc8da2abe31a10093af5113485fec69d49fe8 authored over 6 years ago
Add built-in support for Tor

0166f21b27c9a22479cc3e302db6947a4de05637 authored over 6 years ago
Improved return codes

977dcad8269a9b9369a07c655adc53f7470e4ab1 authored over 6 years ago
Log return codes in LTSV qeruylog files

DNS return codes are not enough; we need to change this to something
more expressive.

In partic...

3bbdf93095d9a8a4e60194618a8f8e4f036cd8bd authored over 6 years ago
Make logging plugins independent from query/response plugins

b6e6a19b50f3c1cfa1e8247259bfef48a933d24f authored over 6 years ago
Draft 10

cf419211839ae07acd80d57a6f0633b59499f3cb authored over 6 years ago
Draft 09

dfe32a658ba366ca272d5fc1391de7750abed9a6 authored over 6 years ago
Adapt to the new systemd API

e747cf8704859ab9d55772b716754c8fe4e880ad authored over 6 years ago
Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy

* 'master' of github.com:jedisct1/dnscrypt-proxy:
Ensure static linked binary (for linux) (#459)

2b9816ab916715625ac4c58583be5be6d8a7f0f8 authored over 6 years ago
Deps update

cdfe7ba6732c6ab0e6f5a4bf8d5751e2e3254500 authored over 6 years ago
Ensure static linked binary (for linux) (#459)

35a036c16cb4477e9b8a7a3bfbfedea174637c76 authored over 6 years ago
Add minisign/.travis

b9764f8248bc24c1fe91b84ae0b6dfae9122c11c authored over 6 years ago
ChangeLog

5e71c5203e19449449d77f4e8a74cc50a5a01fc6 authored over 6 years ago
Bump

26579df8d155e175b61aa94be6f33f21c0281718 authored over 6 years ago
application/dns-message

da0665796305ef8f40777ccac1f4aaee412811cd authored over 6 years ago
We're at draft 8 already

0b72301e76af91a642b4535d788c987e36a94fee authored over 6 years ago
Update deps

eff3272b9f95633aad6ac0b52fedc53eb63ae56e authored over 6 years ago
Use a netprobe address less likely to be blocked/considered invalid

33537be0407523fc409692e2a3a391c0664a3ece authored over 6 years ago
Revert "Update deps"

This reverts commit 49e5c87f8db905787de3aa6026446efbf1e1c333.

f44d9f658bdf0f97c9caf5a76024049f8db114e8 authored over 6 years ago
Bump

d87f3618ac164d6adfbf0edf828721133ae98c37 authored over 6 years ago
Update deps

49e5c87f8db905787de3aa6026446efbf1e1c333 authored over 6 years ago
Don't add padding if the query matches the block size

Fixes #446

281c2fa7f4860feed31843007614b7695fb605bd authored over 6 years ago
REFUSED responses are fine for filtering resolvers

255423588c9de138f7725f00a42ad75cd1b4e270 authored over 6 years ago
Avoid long lines

7774d9cf0577b8372c6a3bcb853b3a348d6ebf79 authored over 6 years ago
Bump

6f047e07b8891ff7b7436216eab3eb097ee39815 authored over 6 years ago
Wait for network connectivity before starting the proxy

ce62981c44913f59a0d638397edf17ebd7da27bb authored over 6 years ago
Add missing travis file

113a952b94380af1c7220fb54784da01ef924f30 authored over 6 years ago
Deps update

2b070c6e93b682210fbb66e44023538efd46a566 authored over 6 years ago
Synthetic SOAs can have constant serial/mail

3c1d7acdaf2fa2e1be7000d2e780d76381658cb4 authored over 6 years ago
IPv6 issues on macOS should be gone

cdf5b9ce6b95893c74a3511717380075803bda6c authored over 6 years ago
Use a root server as the NS in synthetic SOA responses

17dd7336a81b8be3a61224b98ff92525fa6af14b authored over 6 years ago
IPv6 blocking: add a synthetic SOA record

0b5c0af5eeffcd1aaa2e854fe1ab2572417d1727 authored over 6 years ago
Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy

* 'master' of github.com:jedisct1/dnscrypt-proxy:
Mention where the public key is

b9b19f338138649b81eb56ad8f5d132a4f8b20da authored over 6 years ago
Massive dependencies update

4f4daf41b797af04b8ec905db674a7c4d84c50e8 authored over 6 years ago
Mention where the public key is

Fixes #426

1f373ca4c51f9f3162df24971e24228abe1c668b authored over 6 years ago
No cookie for @aead :)

e6ccf7f3c067b5b42261cd3fea0b99b52ee014bb authored over 6 years ago
Update deps

8d20cd755037c0fb05616e4825f0b9708cdfe906 authored over 6 years ago
Added link to RU AdList (supplement for EasyList) (#424)

Specialization: русский, українська

d7454b38b956c220a5e305566ba5ea279e42c69e authored over 6 years ago
Go 1.10.2

3104dcbd70965fc2150e125fb4e097daf32d528e authored over 6 years ago
Hopefully remove the remaining %ecx clobbering cases in chacha_386

084bfe67fd7a4983c85757439c8f9290a7878fc6 authored over 6 years ago
forwarding: explain that example.com also matches *.example.com

8509cc1bd7cadb3766e703df59ef4bce1aa3a065 authored over 6 years ago
Fix Travis

8a78a69a7c124fc134f391fafb3f292b337ea3a5 authored over 6 years ago
Remove systemd examples

Linux distros and package maintainers know better what works on their
system.

039479fa4bb55d5c8e7a3f9d939149960df06c54 authored over 6 years ago
Do not recommend systemd sockets unless you are Lennart Poettering.

There are no benefits. It just causes pain and confusion.

b5693cb28bb18e2df1ad052942c1b555fb702d43 authored over 6 years ago
nss-lookup.target shouldn't be required by the socket

4dbe93a176a88f09498c760005cea63879a851dc authored over 6 years ago
systemd: Enhance documentation (#414)

* systemd: Clarify dnscrypt-proxy.socket documentation

Explain which warnings are expected.
...

85f05ff9e8c47e6e6613441644859c1c813f1fac authored over 6 years ago
systemd: Add documentation to dnscrypt-proxy.socket (#411)

dc7645665f6e5f1e0585debbd46115b13286aa88 authored over 6 years ago
Recommend against disable_ipv6 when using chained caches

Fixes #398

7f999f59e12a8da731bae2c84ba356f053209b16 authored almost 7 years ago
Fix Travis path

067e10df9c8989c48a7c81e7297ad7625f234245 authored almost 7 years ago
Update deps

17dc8f2dcada4f6fb636c781087d68751c000ffe authored almost 7 years ago
Update Travis

a3b3c918465a51bd9bb835137c4305d418fc06a8 authored almost 7 years ago