hugsy/proxenet

Load only symlinks in autoload dir

hugsy opened this issue · 1 comments

Program relies at many places on the fact that plugins are "physically" located in cfg->plugins_path. The init phase also allow to load files from autoload sub-dir.

Fix it by only loading symlinks pointing to files in cfg->plugins_path

Fixed by 9b94c30