Noxwizard / dnscrypt-winclient

Windows client for managing the DNSCrypt Proxy
MIT License
402 stars 81 forks source link

load only *.dll files when checking for plugins #16

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hi. I've noticed that if I move/copy the entire plugins folder with which dnscrypt-proxy comes, as a subfolder where dnscrypt-winclient.exe resides, then dnscrypt-winclient.exe tries to load every file in that folder as a .dll file with the corresponding error message box on startup.

Also, thank you for comprehensive error messages such as the name of the missing dependency .dll files and which procedures from the outdated .dll files are not found. Helped me realize why plugins wouldn't work with plain dnscrypt-proxy here: https://github.com/jedisct1/dnscrypt-proxy/issues/111