D27661: wireguard: Trim IP list before submitting to NM

2020-02-26 Thread Jan Grulich
This revision was automatically updated to reflect the committed changes. Closed by commit R116:b7daee75ee0e: wireguard: Trim IP list before submitting to NM (authored by Haochen Tong i...@hexchain.org, committed by jgrulich). REPOSITORY R116 Plasma Network Management Applet CHANGES SINCE

D27661: wireguard: Trim IP list before submitting to NM

2020-02-25 Thread hexchain
hexchain updated this revision to Diff 76418. hexchain edited the summary of this revision. hexchain edited the test plan for this revision. hexchain added a comment. Edited summary according to guidelines REPOSITORY R116 Plasma Network Management Applet CHANGES SINCE LAST UPDATE

D27661: wireguard: Trim IP list before submitting to NM

2020-02-25 Thread hexchain
hexchain updated this revision to Diff 76417. hexchain added a comment. Updated according to comments. REPOSITORY R116 Plasma Network Management Applet CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D27661?vs=76414=76417 REVISION DETAIL https://phabricator.kde.org/D27661

D27661: wireguard: Trim IP list before submitting to NM

2020-02-25 Thread Ömer Fadıl Usta
usta added inline comments. INLINE COMMENTS > wireguardpeerwidget.cpp:197 > + > +for (QString : rawIPList) { > +ipList.append(ip.trimmed()); const REPOSITORY R116 Plasma Network Management Applet REVISION DETAIL https://phabricator.kde.org/D27661 To: hexchain, jgrulich Cc:

D27661: wireguard: Trim IP list before submitting to NM

2020-02-25 Thread hexchain
hexchain created this revision. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. Herald added a reviewer: jgrulich. hexchain requested review of this revision. REVISION SUMMARY The `SimpleIpListValidator` validates each trimmed item in a comma-separated list, but