colloquypush
colloquypush copied to clipboard
Modules for irc clients and bouncers that add Push support to Colloquy Mobile
znc-buildmod colloquy.cpp Building "colloquy.so" for ZNC 1.6.3... colloquy.cpp: In member function ‘bool CColloquyMod::Push(const CString&, const CString&, const CString&, bool, int)’: colloquy.cpp:778:58: error: invalid initialization of reference of type ‘std::vector&’ from...
Been using this module for a while on 1.6.2 till recently it stopped working. No push notifications. Restarted ZNC, enabled/disabled the module...nothing. Thought I would try to update to 1.6.3...
When building the module with znc-buildmod with ZNC 1.6.2 this produced an error: Building "colloquy.so" for ZNC 1.6.2... colloquy.cpp: In member function ‘bool CColloquyMod::Push(const CString&, const CString&, const CString&, bool,...
free node has been spamming me with failed auths, from who knows trying to use my nick. This adds the service to the ignored list. [saslserv.diff.txt](https://github.com/wired/colloquypush/files/150120/saslserv.diff.txt)
I'm running the latest ZNC (v 1.6) and the version of the Colloquy module that compiles properly on it. I have push notifications enabled on my device for my ZNC...
$ znc-buildmod colloquy.cpp Building "colloquy.so" for ZNC 1.7.x... colloquy.cpp: In member function ‘bool CColloquyMod::Push(const CString&, const CString&, const CString&, bool, int)’: colloquy.cpp:778:58: error: invalid initialization of reference of type ‘std::vector&’...
THe following is the debug output: ``` Building "colloquy.so" for ZNC 1.6.0... ./colloquy.cpp: In member function ‘bool CColloquyMod::Push(const CString&, const CString&, const CString&, bool, int)’: ./colloquy.cpp:778:58: error: invalid initialization of...
Building module colloquy... colloquy.cpp: In member function ‘bool CColloquyMod::Push(const CString&, const CString&, const CString&, bool, int)’: colloquy.cpp:778:58: error: invalid initialization of reference of type ‘std::vector&’ from expression of type ‘const...
I can't find a reason why this shouldn't be implemented this way.