Bug #106
Strip trailing and leading spaces from Hostnames
Start date:
Due date:
% Done:
0%
Estimated time:
Version:
0.13.1
OS:
Any
Description
Trailing white space in the CoreConnectDialog results in a "Host not found" when trying to connect to a core. I guess the same applies for IRC Servers.
Maybe apply a RegExp input filter that only allows valid hosts?
Associated revisions
History
#1 Updated by Sputnick over 16 years ago
We now simply trim the strings to get rid of surrounding whitespace.
whitespace_around_hostnames--
Fixing BR #106.