znc-fish
znc-fish copied to clipboard
ZNC FiSH module
Now you can set the encrypted/decrypted prefixes to empty. Check README.md Also include patch to allow compilation with znc 1.7
any chance CBC mode support will be added soon? It seems EBC is really insecure.
znc-buildmod fails with the message: ``` Building "fish.so" for ZNC 1.6.0... fish.cpp: In member function ‘virtual CModule::EModRet CFishMod::OnUserMsg(CString&, CString&)’: fish.cpp:332:62: error: invalid initialization of reference of type ‘std::vector&’ from expression...
i get: https://gist.github.com/anonymous/21643d8e4cf10846b65f6c58972dd2b2
When compiling the module against the latest znc cloned from git (znc/znc@78ea60e226e2b0f15b7e8d896ff18a22d0c59e2c) built with gcc-4.8, results in these errors: > $ znc-buildmod fish.cpp > Building "fish.so" for ZNC 1.5... fish.cpp:...
How to "remove" the message prefixes when: ``` /msg *fish SetConfig prefix_encrypted (+) /msg *fish SetConfig prefix_decrypted (-) ``` Doesn't allow to set "empty" values?
I get : ``` Building module fish... fish.cpp: In member function ‘virtual CModule::EModRet CFishMod::OnUserMsg(CString&, CString&)’: fish.cpp:332:62: error: invalid initialization of reference of type ‘std::vector&’ from expression of type ‘const std::vector’...
Heya wanna compile on debian wheezy 64 bit the modul fish i get this error on ZNC 1.2 znc-buildmod fish.cpp Building "fish.so"... fish.cpp:6:28: fatal error: znc/IRCNetwork.h i hope u can...
Since using this Variation of znc fish my keyfile gets killed. Using 'listkeys' shows endless pages of my keys and then a lot of | key key key key key...
something is being freed that has already been freed.. i think.. i've been able to reproduce it and am now trying to get a debug version up and running so...