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

Do not ignore ReadPrefixed() errors

github.com/DNSCrypt/dnscrypt-proxy - 9b5948d6971c0cc602f3652f9353f5401c49627a authored over 6 years ago
Log invalid stamps

github.com/DNSCrypt/dnscrypt-proxy - 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...

github.com/DNSCrypt/dnscrypt-proxy - 9234014f17d5a6b7f2a8003eee2bacfa89f254fc authored over 6 years ago
Don't call PledgeChild() too early

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

github.com/DNSCrypt/dnscrypt-proxy - 127d4f0e680e8dc4eecc2ebe202d07fbd05baee6 authored over 6 years ago
Fix pledge() usage

github.com/DNSCrypt/dnscrypt-proxy - 17e07d80bb91b2e8714f9d8aacf66f1b6128500a authored over 6 years ago
Add sys/unix for pledge

github.com/DNSCrypt/dnscrypt-proxy - 35e4d36f67cc2d20aae3efc46f80d79d1ed3062f authored over 6 years ago
pledge() on OpenBSD

github.com/DNSCrypt/dnscrypt-proxy - 1f54214821135d7e3a6527edd56c6ea5d4f8b61f authored over 6 years ago
Store the userName value again

github.com/DNSCrypt/dnscrypt-proxy - 09baa3c40b161930aef4055338db4a063174eed4 authored over 6 years ago
Error out if systemd sockets are used with the user_name option

github.com/DNSCrypt/dnscrypt-proxy - 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...

github.com/DNSCrypt/dnscrypt-proxy - 1019428ca006cdd744ef5d143f80f8423163c26d authored over 6 years ago
Of course, dropping privileges breaks with systemd sockets

github.com/DNSCrypt/dnscrypt-proxy - 6cb43f8e4dd66dc681e2d5c42d746b8c608d7ac4 authored over 6 years ago
Better description of what username does

github.com/DNSCrypt/dnscrypt-proxy - 9345958d164ca68a970d7ea6fcc59e4d4d09993b authored over 6 years ago
Implement an offline mode

Fixes #528

github.com/DNSCrypt/dnscrypt-proxy - c73e95256d9752014819c98f90f2234940c37648 authored over 6 years ago
Mention SOCKS support, remove reference to dead 1.x branch

github.com/DNSCrypt/dnscrypt-proxy - 88a6ab789504ff44971f6a9cc8172517ef9d5675 authored over 6 years ago
Replace logo

Fixes #533

github.com/DNSCrypt/dnscrypt-proxy - 432a652c9804cf0db7f5dd6269fb4555468a7e93 authored over 6 years ago
Automatically restart after unexpected errors

github.com/DNSCrypt/dnscrypt-proxy - 73a43b31b9c61e3a5a7ed4f8f04a697d074218da authored over 6 years ago
An easier way to remove args[0]

github.com/DNSCrypt/dnscrypt-proxy - f9b6994fd223493624296f71f13fb3f9afe102ef authored over 6 years ago
OPT records don't have any class

github.com/DNSCrypt/dnscrypt-proxy - cc327fdc480eb77c662b662b730fe66ee05047a5 authored over 6 years ago
Don't update OPT records

Fixes #527

github.com/DNSCrypt/dnscrypt-proxy - 97f604670c6fa249107810c05c8bc115fe26cd5e 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)

github.com/DNSCrypt/dnscrypt-proxy - 86de37fe5b769b2147daf9c6c87c13a588156a2a authored over 6 years ago
Add SVG version of the dnscrypt logo

Fixes #523

github.com/DNSCrypt/dnscrypt-proxy - 5e3c58f9e01745e414f359e0bd0c3c655c06344c authored over 6 years ago
Quick typo fix in example config. (#511)

github.com/DNSCrypt/dnscrypt-proxy - 74093a65a22f7b96e173cb23312cd13c3a021eb0 authored over 6 years ago
Error handling when TCP connections fail

github.com/DNSCrypt/dnscrypt-proxy - a1c8012fc62c2a0998a96c298addfce896aa2329 authored over 6 years ago
DNS-over-HTTPS (even though I'd still prefer that to be called DNS-over-HTTP/2)

github.com/DNSCrypt/dnscrypt-proxy - 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...

github.com/DNSCrypt/dnscrypt-proxy - 2cb5bb511005d1623b9671237107a9f58b3ee641 authored over 6 years ago
Don't create a new session; it breaks `-service stop`.

github.com/DNSCrypt/dnscrypt-proxy - 34e78a2446247438eb3f516661d3902bf7705421 authored over 6 years ago
Note that Windows doesn't support username option (#494)

github.com/DNSCrypt/dnscrypt-proxy - 8f2972845df9b38ef8b01c398fff5687087c5fd4 authored over 6 years ago
Remove old daemonization code

We will be able do it using fork+exec

github.com/DNSCrypt/dnscrypt-proxy - 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....

github.com/DNSCrypt/dnscrypt-proxy - 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

github.com/DNSCrypt/dnscrypt-proxy - fe0aa52fbad84c932528d621d70f8a56cc3a6b23 authored over 6 years ago
Drop privileges with exec (#467)

* Drop privileges with exec and SysProcAttr

* Fix windows build

* Fix passing logfile fd

github.com/DNSCrypt/dnscrypt-proxy - aab7e6380f0d8438c049ed7e205d7a0b8a0e68f6 authored over 6 years ago
Revert "Do not mention systemd activation until #480 is solved"

This reverts commit 066345123b054200b8d21b7c0bb331b396844644.

github.com/DNSCrypt/dnscrypt-proxy - 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...

github.com/DNSCrypt/dnscrypt-proxy - 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...

github.com/DNSCrypt/dnscrypt-proxy - 600b6c0f60848d59d6f5f6766ab2dc919de808d9 authored over 6 years ago
Do not mention systemd activation until #480 is solved

github.com/DNSCrypt/dnscrypt-proxy - 066345123b054200b8d21b7c0bb331b396844644 authored over 6 years ago
Use net.Conn everywhere

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

github.com/DNSCrypt/dnscrypt-proxy - 9135efcaeceeb149b56c04a518351f7ce6a1b646 authored over 6 years ago
Add built-in support for Tor

github.com/DNSCrypt/dnscrypt-proxy - 0166f21b27c9a22479cc3e302db6947a4de05637 authored over 6 years ago
Improved return codes

github.com/DNSCrypt/dnscrypt-proxy - 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...

github.com/DNSCrypt/dnscrypt-proxy - 3bbdf93095d9a8a4e60194618a8f8e4f036cd8bd authored over 6 years ago
Make logging plugins independent from query/response plugins

github.com/DNSCrypt/dnscrypt-proxy - b6e6a19b50f3c1cfa1e8247259bfef48a933d24f authored over 6 years ago
Adapt to the new systemd API

github.com/DNSCrypt/dnscrypt-proxy - 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)

github.com/DNSCrypt/dnscrypt-proxy - 2b9816ab916715625ac4c58583be5be6d8a7f0f8 authored over 6 years ago
Ensure static linked binary (for linux) (#459)

github.com/DNSCrypt/dnscrypt-proxy - 35a036c16cb4477e9b8a7a3bfbfedea174637c76 authored over 6 years ago
Add minisign/.travis

github.com/DNSCrypt/dnscrypt-proxy - b9764f8248bc24c1fe91b84ae0b6dfae9122c11c authored over 6 years ago
application/dns-message

github.com/DNSCrypt/dnscrypt-proxy - da0665796305ef8f40777ccac1f4aaee412811cd authored over 6 years ago
We're at draft 8 already

github.com/DNSCrypt/dnscrypt-proxy - 0b72301e76af91a642b4535d788c987e36a94fee authored over 6 years ago
Use a netprobe address less likely to be blocked/considered invalid

github.com/DNSCrypt/dnscrypt-proxy - 33537be0407523fc409692e2a3a391c0664a3ece authored over 6 years ago
Revert "Update deps"

This reverts commit 49e5c87f8db905787de3aa6026446efbf1e1c333.

github.com/DNSCrypt/dnscrypt-proxy - f44d9f658bdf0f97c9caf5a76024049f8db114e8 authored over 6 years ago
Don't add padding if the query matches the block size

Fixes #446

github.com/DNSCrypt/dnscrypt-proxy - 281c2fa7f4860feed31843007614b7695fb605bd authored over 6 years ago
REFUSED responses are fine for filtering resolvers

github.com/DNSCrypt/dnscrypt-proxy - 255423588c9de138f7725f00a42ad75cd1b4e270 authored over 6 years ago
Wait for network connectivity before starting the proxy

github.com/DNSCrypt/dnscrypt-proxy - ce62981c44913f59a0d638397edf17ebd7da27bb authored over 6 years ago
Add missing travis file

github.com/DNSCrypt/dnscrypt-proxy - 113a952b94380af1c7220fb54784da01ef924f30 authored over 6 years ago
Synthetic SOAs can have constant serial/mail

github.com/DNSCrypt/dnscrypt-proxy - 3c1d7acdaf2fa2e1be7000d2e780d76381658cb4 authored over 6 years ago
IPv6 issues on macOS should be gone

github.com/DNSCrypt/dnscrypt-proxy - cdf5b9ce6b95893c74a3511717380075803bda6c authored over 6 years ago
Use a root server as the NS in synthetic SOA responses

github.com/DNSCrypt/dnscrypt-proxy - 17dd7336a81b8be3a61224b98ff92525fa6af14b authored over 6 years ago
IPv6 blocking: add a synthetic SOA record

github.com/DNSCrypt/dnscrypt-proxy - 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

github.com/DNSCrypt/dnscrypt-proxy - b9b19f338138649b81eb56ad8f5d132a4f8b20da authored over 6 years ago
Massive dependencies update

github.com/DNSCrypt/dnscrypt-proxy - 4f4daf41b797af04b8ec905db674a7c4d84c50e8 authored over 6 years ago
Mention where the public key is

Fixes #426

github.com/DNSCrypt/dnscrypt-proxy - 1f373ca4c51f9f3162df24971e24228abe1c668b authored over 6 years ago
No cookie for @aead :)

github.com/DNSCrypt/dnscrypt-proxy - e6ccf7f3c067b5b42261cd3fea0b99b52ee014bb authored over 6 years ago
Added link to RU AdList (supplement for EasyList) (#424)

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

github.com/DNSCrypt/dnscrypt-proxy - d7454b38b956c220a5e305566ba5ea279e42c69e authored over 6 years ago
Hopefully remove the remaining %ecx clobbering cases in chacha_386

github.com/DNSCrypt/dnscrypt-proxy - 084bfe67fd7a4983c85757439c8f9290a7878fc6 authored over 6 years ago
forwarding: explain that example.com also matches *.example.com

github.com/DNSCrypt/dnscrypt-proxy - 8509cc1bd7cadb3766e703df59ef4bce1aa3a065 authored almost 7 years ago
Remove systemd examples

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

github.com/DNSCrypt/dnscrypt-proxy - 039479fa4bb55d5c8e7a3f9d939149960df06c54 authored almost 7 years ago
Do not recommend systemd sockets unless you are Lennart Poettering.

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

github.com/DNSCrypt/dnscrypt-proxy - b5693cb28bb18e2df1ad052942c1b555fb702d43 authored almost 7 years ago
nss-lookup.target shouldn't be required by the socket

github.com/DNSCrypt/dnscrypt-proxy - 4dbe93a176a88f09498c760005cea63879a851dc authored almost 7 years ago
systemd: Enhance documentation (#414)

* systemd: Clarify dnscrypt-proxy.socket documentation

Explain which warnings are expected.
...

github.com/DNSCrypt/dnscrypt-proxy - 85f05ff9e8c47e6e6613441644859c1c813f1fac authored almost 7 years ago
systemd: Add documentation to dnscrypt-proxy.socket (#411)

github.com/DNSCrypt/dnscrypt-proxy - dc7645665f6e5f1e0585debbd46115b13286aa88 authored almost 7 years ago
Recommend against disable_ipv6 when using chained caches

Fixes #398

github.com/DNSCrypt/dnscrypt-proxy - 7f999f59e12a8da731bae2c84ba356f053209b16 authored almost 7 years ago