progval / Limnoria

A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins.
https://docs.limnoria.net/
Other
615 stars 172 forks source link

FiSH support #1137

Open piperun opened 9 years ago

piperun commented 9 years ago

Looking at the current plugins/features there doesn't seem to be any support for FiSH for Limnoria and quite frankly I am sick of Eggdrop, given that I know that Hexchat uses a python implementation for their FiSH support, it should be possible then for Limnoria?

Mikaela commented 9 years ago

I think that if Limnoria supported encryption it would be OTR which is more widely supported as far as I am aware.

Mikaela commented 9 years ago

Is used by weechat-otr.py in case Python libraries are wanted.

piperun commented 9 years ago

Interesting, I haven't actually used OTR so I can't say if it's similar/as good as FiSH, but I would gladly welcome anything that is at least as secure as FiSH.

bw4518 commented 9 years ago

FiSH would be great, it is quite common encryption method on IRC and HexChat has a support for it through default FiSHLiM plugin.

piperun commented 8 years ago

I found http://git.fishlim.kodafritt.se/fishlim/ which is what @iyx talked about, I might play around with it to see if could be possible to be added to Limnoria.

progval commented 8 years ago

https://github.com/megahambone/FiSH

piperun commented 8 years ago

@ProgVal Oh cool! I'll check how the module works, would be nice if FiSH could become a standard module to promote a more secure IRC platform.