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

Plugins can now access the client IP. Useful for logging and ACLs.

github.com/DNSCrypt/dnscrypt-proxy - fee0a42dec9c091b99af56ee7f47a122660809ab authored about 7 years ago
Pass the client protocol around, don't infer it from clientAddr

github.com/DNSCrypt/dnscrypt-proxy - 5e252372d54cf73ae2cf6b85e0c4136337999434 authored about 7 years ago
cd to the path of the executable file

github.com/DNSCrypt/dnscrypt-proxy - b2d297fb1704325e29af4841ec35e7bd11e27739 authored about 7 years ago
Mention the latest version here

github.com/DNSCrypt/dnscrypt-proxy - d00f56bf51205b0464862b278a21f052fd940954 authored about 7 years ago
More explicit example name

github.com/DNSCrypt/dnscrypt-proxy - 9640a38ff8fab76732cf9cb4e3329c59da57a5c0 authored about 7 years ago
Don't print server public keys

github.com/DNSCrypt/dnscrypt-proxy - c3edfb0637048320e34c3cde6b943edf865c35ed authored about 7 years ago
Better explain what cache_file should be set to

github.com/DNSCrypt/dnscrypt-proxy - 9b6d527045ba4895b58ca73ed41098eadc40b201 authored about 7 years ago
Use net.ParseIP() to add missing port numbers

github.com/DNSCrypt/dnscrypt-proxy - 01d424a942988f3ac2bf15b67cd0504436797db0 authored about 7 years ago
Restrict the set of resolvers used from a remote source

github.com/DNSCrypt/dnscrypt-proxy - 1b7b6418f1a499c74e66884e0b82d5fe8976657a authored about 7 years ago
Skip empty lines in the CSV file

github.com/DNSCrypt/dnscrypt-proxy - 13e30ade2bc2b73e8ca5f391ff39cfe38f637c13 authored about 7 years ago
Preliminary support for remote sources

github.com/DNSCrypt/dnscrypt-proxy - a361aa52f33626f71845129bfceb6a780673521f authored about 7 years ago
Load the toml file from the current directory by default

github.com/DNSCrypt/dnscrypt-proxy - e9faf4368ca0fe92fb6f4289943da20ce83fe18b authored about 7 years ago
No need to mention the protocol version

It's confusing; this particular client version number is unrelated to
the protocol version, that...

github.com/DNSCrypt/dnscrypt-proxy - f747365e89ac53e897a5fdc1d9ce5683356ad915 authored about 7 years ago
Merge pull request #1 from y0ssar1an/master

Switch from glide to dep. Check in vendor/

github.com/DNSCrypt/dnscrypt-proxy - b2cc94789221794aa3b282cb74c2c4108db54256 authored about 7 years ago
Switch from glide to dep. Check in vendor/

github.com/DNSCrypt/dnscrypt-proxy - f44e11fa653bfc9ca5fa968b28454d7f685b248f authored about 7 years ago
Use dlog for everything

github.com/DNSCrypt/dnscrypt-proxy - 9a3cd91cd7d720155bce83bcbc28594d72d98e5b authored about 7 years ago
Remove redundancy

github.com/DNSCrypt/dnscrypt-proxy - e5e3b5df99a57ae913049b11656c7ed53ee85d0b authored about 7 years ago
Always use negative caching except on srvfail (and obviously on success)

github.com/DNSCrypt/dnscrypt-proxy - 822ae27a46d1a082b78b60903b311d13ddb2a514 authored about 7 years ago
Link to the latest binaries

github.com/DNSCrypt/dnscrypt-proxy - 9cd31e27f5ba4c805bbce8c85c510f28d53317c4 authored about 7 years ago
Don't compile with go-tip

github.com/DNSCrypt/dnscrypt-proxy - 55fc0e465efc9ef3a1d89cda4fcb74b9f6e90172 authored about 7 years ago
Move tags: true to the right place

github.com/DNSCrypt/dnscrypt-proxy - 8de6fb3eed1743b87eb047ea3bd2960c38a4dfb3 authored about 7 years ago
Include config file in tarballs

github.com/DNSCrypt/dnscrypt-proxy - 5dcd90e78d3a3dc884a5e4f3ba4f981d725ace8a authored about 7 years ago
So, daemonization only works on linux :/

github.com/DNSCrypt/dnscrypt-proxy - 3fe60f64c46cf9e8bc0ea16607041ad09af4d598 authored about 7 years ago
Add configuration cache size and other parameters

github.com/DNSCrypt/dnscrypt-proxy - 99c5273e3a146bf7bfbdd049a48aa1d0140092c3 authored about 7 years ago
If computeCacheKey ever returns an error, bubble it up

github.com/DNSCrypt/dnscrypt-proxy - b60c7280671a8061b60c729e8be701c28dc762b3 authored about 7 years ago
Use a LRU for the cache

github.com/DNSCrypt/dnscrypt-proxy - 132add79557e7c8e9e02b6cbc8b23ed6d1ad1844 authored about 7 years ago
Working DNS cache

github.com/DNSCrypt/dnscrypt-proxy - 8e73bb4a2c3227ad81a71fbf990b39596b47139b authored about 7 years ago
Start implementing a basic cache

github.com/DNSCrypt/dnscrypt-proxy - 77cdc1db782c5f9cdab4a10bac6cfde187527e3c authored about 7 years ago
Implement the IPv6 block plugin

github.com/DNSCrypt/dnscrypt-proxy - f283105866fe230bbe402f792395998c5b38ead2 authored about 7 years ago
Single entry for now

github.com/DNSCrypt/dnscrypt-proxy - fb16eadb2494d7feefde9ff614a0ab3ec1497dc7 authored about 7 years ago
Basic load balancing/failover

Try to send queries to one of the two fastest servers

github.com/DNSCrypt/dnscrypt-proxy - fa22cc32d78597eb62941fd8ad4a44df5111f178 authored about 7 years ago
Many improvements

github.com/DNSCrypt/dnscrypt-proxy - 9eeb799d6ea81e8d8d3bf783a17b6d86eb32cc8d authored about 7 years ago
Get the path to the config file from the command line

github.com/DNSCrypt/dnscrypt-proxy - 32a8a3d3e29813fc1ebe38d88db3984fa9096213 authored about 7 years ago
Handle daemonization

github.com/DNSCrypt/dnscrypt-proxy - 6dfcb659d4e3794b2d9cdb36f99cbaf29aafb428 authored about 7 years ago
Use more things from the config file

github.com/DNSCrypt/dnscrypt-proxy - b86e7f268e008efd66f3185fe7a651c1de8722e0 authored about 7 years ago
Add a config file

github.com/DNSCrypt/dnscrypt-proxy - 2822a9781ba2683c25cd9fd99eab9bf6939b2ffd authored about 7 years ago
Update .gitignore

github.com/DNSCrypt/dnscrypt-proxy - f24884a27a262e52303fd61770bd73135f786783 authored about 7 years ago
Improve the plugins interface

github.com/DNSCrypt/dnscrypt-proxy - 20e318269267c681e93653f546293d8d3f2b12b0 authored about 7 years ago
Implement an actual estimator for the response size

Scale back the minimum question size when relevant.

Did I mention that this is yet another thin...

github.com/DNSCrypt/dnscrypt-proxy - efd0477c2bb3e76c2b2e43037fd54da822dd1b25 authored about 7 years ago
Transform queries via an initial edns mangling plugin

Yet another thing that was utterly broken in dnscrypt-proxy v1.x

github.com/DNSCrypt/dnscrypt-proxy - f4346691bc4d8297ee2e5f276a8c2503309625ca authored about 7 years ago
Skip queries without a question

github.com/DNSCrypt/dnscrypt-proxy - 705cf440b1d31e77adfdf6369b12cb11f0d55023 authored about 7 years ago
Synthesize a truncated response if the response wouldn't fit the local MSS

github.com/DNSCrypt/dnscrypt-proxy - d8f8d561c83c0da6dd97a93ab8f5380e61db9e59 authored about 7 years ago
Be more tolerant with invalid/unsupported certificates

github.com/DNSCrypt/dnscrypt-proxy - ab9006e74c9ac9b0f097ae499d48dce5b0e0d905 authored about 7 years ago
We can now receive queries on UDP and forward them on TCP

Something that had never been possible with the old implementation

github.com/DNSCrypt/dnscrypt-proxy - 35ec5bd0443493f981669f73f482184e4e37f4da authored about 7 years ago
Support TCP connection to the backend

github.com/DNSCrypt/dnscrypt-proxy - 1a59d93192cf091b9f1706cb2e2643a426d3599c authored about 7 years ago
The preferred protocol will be a global (for Tor users)

github.com/DNSCrypt/dnscrypt-proxy - 888db6a8fbdee369db9db2f98f1cd63cdb5daec4 authored about 7 years ago
Try to retrieve the certificates using UDP before TCP

github.com/DNSCrypt/dnscrypt-proxy - ce5e0c803153c47f8cafe2d549e7a97d1d948c29 authored about 7 years ago
Stamps are not expected to include a name

github.com/DNSCrypt/dnscrypt-proxy - 00a6b645757b7ae926f6e7b9e565cbf410eb3877 authored about 7 years ago
Refresh certificates

We may later want to register a stamp even if no certificate was found

github.com/DNSCrypt/dnscrypt-proxy - 4dc3fee9a0c436177ddc456344fe19821045d6d4 authored about 7 years ago
Pick random upstream servers; we'll do better later

github.com/DNSCrypt/dnscrypt-proxy - 7279699210e6c4cf4fc8732ac6dfcee00cfcedfe authored about 7 years ago
Store upstream names, prepare for dnscrypt v3 stamps

github.com/DNSCrypt/dnscrypt-proxy - 805c8a822f5a73fd2c1c5306764f4a609d26cd22 authored about 7 years ago
We want to support multiple servers simultaneously

Prepare for that

github.com/DNSCrypt/dnscrypt-proxy - 721313a6037962fcae822c6fdba93cc606e87feb authored about 7 years ago
Handle TCP, padding, etc.

github.com/DNSCrypt/dnscrypt-proxy - 553f6afb00f06936f0084a581eb3750c76a25e47 authored about 7 years ago
Move a few things around

github.com/DNSCrypt/dnscrypt-proxy - 6a39b0afdbb40e5083ae7660947124a6de27d416 authored about 7 years ago
Let's start with a 15 minutes ugly PoC hack before going to bed

Who said the DNSCrypt protocol was "complex"?

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