good, but there are a couple of details to fix: 1) the search port doesn't need validation; it can be (and often is) the same as another port (works as one is TCP, the other UDP).
2) i18n macros: change "_T" to "T_" and "Text::toT(str(F_(" to "str(TF_(". -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/363092 Title: TLS port should not be allowed to be the same as regular ports Status in AirDC++: New Status in DC++: In Progress Status in Linux DC++: Confirmed Bug description: Using bzr release from yesterday. Starting linuxdcpp I got a message saying the TLS port was busy and that I should change the TLS port in settings or close whatever application currently using that port. I had set the TLS port to be the same as the regular TCP and UDP ports.This was what I did wrong. It isn't obvious that it doesn't work with this setup, and even if it were obvious, I should not be allowed to set the TLS port to be the same as any of the other two ports. (Or, if TLS only uses TCP, the TLS port should not be allowed to be the same as the regular TCP port.) To manage notifications about this bug go to: https://bugs.launchpad.net/airdcpp/+bug/363092/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : linuxdcpp-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp