D28546: Listen IPv4 instead Any as CALLBACK_URL is hardcoded to 127.0.0.1
Serg Truf
noreply at phabricator.kde.org
Sat Apr 4 00:54:22 BST 2020
truf created this revision.
truf added a reviewer: KDE PIM.
truf added a project: KDE PIM.
Herald added a subscriber: kde-pim.
truf requested review of this revision.
REVISION SUMMARY
In resources/tomboynotes/o2/o0globals.h callback urls is hardcoded:
const char O2_CALLBACK_URL[] = "http://127.0.0.1:%1/";
for some reason on my machine tomboynotes was listening only IPv6, took some time to troubleshoot
so if there is already only ipv4 localhost callback URL why not listen on IPv4 only
that way we could avoid wierd issues
QHostAddress::AnyIPv4
REPOSITORY
R44 KDE PIM Runtime
REVISION DETAIL
https://phabricator.kde.org/D28546
AFFECTED FILES
resources/tomboynotes/o2/o1.cpp
To: truf, #kde_pim
Cc: kde-pim, #kde_pim, fbampaloukas, dcaliste, dvasin, rodsevich, winterz, vkrause, mlaurent, knauss, dvratil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20200403/590db55a/attachment.html>
More information about the kde-pim
mailing list