Results 8 comments of Vadim Ushakov

BitTorrent doesn't play well with Tor. It will take some effort.

BTW, is there a python DHT library we can use for ZeroNet? It should be properly isolated from the transport implementation details and should be compatible with gevent.

@rllola Many zites make use of `(?!...)` and RE2 doesn't seem to support it. (https://github.com/google/re2/wiki/Syntax) The problem is we neither check for formal allowed regexp syntax, nor have the formal...

https://github.com/zeronet-enhanced/ZeroNet/commit/2a25d61b968a21aa98c6db2ca9d64f1bbdc54773 In my fork, I (temporarily) fixed this by treating `?`s in the same ways as other "repetitions", so the total number of repetition markers cannot exceed 9. Not sure...

I faced the same issue. `--noshaders` has no effect. However `--noshaders --nomultisampling` does the job. Running the latest master commit, c28443c2af7e6b6e9367a3c6ee76f090c81796fd

I fixed it in this way on my installation. Just pasted a few lines from verifyUser(). Not sure if it is 100% correct. ```diff diff --git a/bl-kernel/login.class.php b/bl-kernel/login.class.php index bb86952d..992278a6...

Could you please provide a complete `setxkbmap` command that triggers the bug? I tested your solution and it seems to have regressions too.

This one seems working for me: https://github.com/lxde-continued/lxpanel/commit/135e3e5805938a7c64341bbfdc413f08c3ac5be5