Zibri

Results 201 comments of Zibri

It's already online here: https://irc.dyns.gq hosted on repl.it: https://repl.it/@zibri/ircd Use case: I think that ircd+websockets is a hundred times better than socket.io No need for nodejs, no need for useless...

"whatever that means" >>> https://www.unrealircd.org/docs/WebSocket_support

@alexbarton did you finally learnt "whatever that meant"? or are you still in the dark? :P

> Hm, yes, probably that would be nice, but ob the other hand, I don't think is is that important: if someone hacked your server and can read the IRC...

$ alexa-auth Traceback (most recent call last): File "/usr/local/bin/alexa-auth", line 6, in from avs.auth import main File "/usr/local/lib/python3.6/dist-packages/avs/auth.py", line 16, in class MainHandler(tornado.web.RequestHandler): File "/usr/local/lib/python3.6/dist-packages/avs/auth.py", line 21, in MainHandler @tornado.web.asynchronous...

I solved this by doing: sudo pip3 uninstall "tornado" sudo pip3 install -I "tornado

More simple solution: ``` cat CMakeCache.txt CMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON ZIBRI ``` then do cmake . then sudo make install

same here on linux.. followed the readme but cmake says libliquid is wrong version

same here.. please make the executable cross-compiled for arm