emdee-is
emdee-is
/whisper is not described in the /help
Your wiki page on Compilation https://github.com/evilsocket/opensnitch/wiki/Compilation does not include compiling the ebpf_prog https://github.com/evilsocket/opensnitch/tree/master/ebpf_prog Maybe pull the epbf page into the wiki and and pull down the Wiki page into the...
Your README page on compiling the ebpf_prog is out of date https://github.com/evilsocket/opensnitch/tree/master/ebpf_prog CONFIG_BPF_EVENTS is not in the 5.15.26 kernel Maybe pull the epbf page into the wiki and and pull...
NGC chat has now been merged into the core; it would be nice if utox could support it
This project seems to be abandoned. It's important because it has a very good CTYPES wrapping of libtoxcore in Python, and the alternative to that in https://github.com/TokTok/py-toxcore-c does not have...
Is axolotl.py python3 ? iteritems is python2 only. ``` for option, default_value in script_options.iteritems(): if not weechat.config_is_set_plugin(option): weechat.config_set_plugin(option, default_value) ``` My suggestion is: ``` for option in script_options: if not...
I need to be able to find v3 Introduction Points - it is possible? ```stem/docs/_static/example/introduction_points.py``` needs up dating to have DDG's v3 address: ```duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad``` and then the code needs to...
It's a SyntaxError in python to use a Non-ASCII character without a coding line From a python3.9 pip install on Linux ``` Processing /var/local/src/quamash Complete output from command python setup.py...
I did a (trivial) port of qweechat to qtpy so it supports PyQy5 and PyQt6 at https://git.plastiras.org/emdee/qweechat You're welcome to any code or changes and I recommend you use qtpy....
You have support for HTTP proxies';could you please add support for SOCKS proxies.