l1.media

Results 142 comments of l1.media

Interesting. What happens if you only configure Ricochet to use Tails' Tor daemon?

try 1. ./ricochet ~/.config/ricochet 2. choose `Configure` 3. Configure `127.0.0.1` and `9050` for the Socks5 proxy 4. Click `Connect` This will create (among others) `~/.config/ricochet/tor/torrc` with > Socks5Proxy 127.0.0.1:9050 which...

Two links that could help: https://tails.boum.org/contribute/design/#index18h3 https://git-tails.immerda.ch/tails/tree/config/chroot_local-includes/etc/ferm/ferm.conf

Thanks for the clarifcation! Will ricochet be included in Tails per default? This will help users who are not confident configuring tor themselves. Otherwise we should provide clear instructions in...

being able to save chat history to a file would be definitively a great feature. right now one has to tab a message and manually mark every additional message to...

Thanks for calling in! > config plugins.web.urlWhitelist "\.onion(?:[:\/]|$)" The operation succeeded. > title wcgqzqyfi7a6iu62.onion Error: This url is not on the whitelist. > how are you running Limnoria to have...

Hi! I see the same issue with current limnoria after the parent tmux had died. > The current (running) version of this Limnoria is 2018.09.09, running on Python 3.6.5 (default,...

+1 It is no option for me to remember `/lurch show fp conv `or to lookup in the README every time.

Same. ``` $ pip freeze|grep twitter python-twitter==3.5 twitter==1.18.0 $ torsocks supybot-test Twitter /home/traumschule/.local/lib64/python3.6/site-packages/supybot/plugin.py:32: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses...

According to pip it is installed, no? > $ pip install Twitter --user > Requirement already satisfied: Twitter in .local/lib64/python3.6/site-packages (1.18.0)