linuxserver / docker-znc

GNU General Public License v3.0
29 stars 21 forks source link

Include Fish.so module in docker #35

Closed Stiefmeister closed 4 years ago

Stiefmeister commented 4 years ago

Would be great if you could add Fish module [https://wiki.znc.in/Fish] to standard modules. Many IRC channels still encrypt via ECB logic supported by Fish. Integrated Crypt module only supports CBC encryption.

Thanks a lot!

Attached the compiled fish.so to be added to "/usr/lib/znc/"

drizuid commented 4 years ago

this is pretty insecure, just look at the security considerations section of your link. I would say, if you want something like this, you should do it yourself. Personally, I would not feel comfortable including something like this in our image. https://blog.linuxserver.io/2019/09/14/customizing-our-containers/

Stiefmeister commented 4 years ago

Understood, thanks