IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#retroshare
/2022/07/01
+R4SAS
+fidoid
Arch
Guest37054
`
acetone
anon3
r00tobo
typhoon
varikvalefor
weko
` I, seems, found something like "GUI-BUG-HACK". But I need some test, with some "friend", for proofs.
` R4SAS, попробуй рассказать. Баг с сетевым модом Discovery off (настройки>сеть, нужен чтобы скрыть от друзей с кем дружишь, и при этом оно скрывает, зачем-то ещё другую информацию без "ручного
` вмешательства"). ПрЕкол№1 в том, что добавившийся к тебе друг, сертификат которого ты не знаешь - не может сообщить тебе имя своей ноды и своего профиля вообще. И прЕкол №2 в том, что из-за этого не
` можешь этому НЕИЗВЕСТНОМУ другу написать с просьбой отправить в сертификат. Чат не открывает, а письмо с пустым адресатом. Но, прЕкол №3, есть всё же "графический" способ через пень-колоду
` открыть и чат, и отправить письмо.
` Нужен "подопытный" для теста. Новоиспечённый "друг", на котором это всё обнаружил, что-то не "бум-бум", так что я не уверен работает или нет.
` Вроде сообщения в чате доходят и письмо тоже отправилось.
` *попробую рассказать
` Я фактически уже составил пост для тематического форума, тамошнего, осталось только убедиться в правоте.
Xeha today i played with using RS compiled with -O2 and it crashed too fast :(
Xeha but -O1 is still a success. no memory corruption or crashes yet
Xeha and its so much better, 972MiB used, 35 peers connected, ~600 KiB/s relay
` Xeha, git version?
Xeha all while using 13% of 1 core!
Xeha 0.6.6 release, i just changed the makefiles
Xeha those bastards build unit tests with -O2 but release with -O0!
Xeha `: i'll guide you, if you want to build it yourself
` Xeha, do you will Issue about this?
` IDK about optimization.. Can you make post?) For .b32.i2p forum (If subscribed) or RetroShare I2p (by ASmith).
Xeha `: likely no
` *** think now why only for "I2P" forum)00 ***
Xeha they compile RS on winblows with MinGW and it fails if its not -O0
Xeha instead of fixing their code OR even caring about it, they just let it run awfully
` thinks*
Xeha its quite easy
Xeha ever build RS yourself?
Xeha which OS are you on?
` GNU/Linux
Xeha before running qmake, run this: find . -iname "*.pri" -print0 | xargs -0 -n1 sed 's/-= -O2/+= -O1/g ; s/+= -O0/-= -O0/g' -i
Xeha then run qmake
Xeha after qmake, dont build it yet, but run this: find . -iname "*.pro" -print0 | xargs -0 -n1 sed 's/-= -O2/+= -O1/g ; s/+= -O0/-= -O0/g' -i
Xeha it removes the O0 as default and sets the O1 as default
` Thanks! I will test.
` Xeha, will you make post/Issue about this? For devs.
Xeha no i wont
Xeha they literally dont give a fuck about it
Xeha i asked 3 times on why -O0 and they did even have the balls to answer me
Xeha i had to go trough git commit history to find it out
` :(
Xeha if you can change their minds, great!
Xeha if the code only works with -O0, its VERY broken. but they dont care about that
Xeha all they want is new features and other shit
Xeha i can also send you the build, if you want to try yourself
` No, thanks, I will try on my own, with your manual)