Code review comment for lp:~stefanor/ibid/logging-388352

Revision history for this message
Stefano Rivera (stefanor) wrote :

> > Why shouldn't usernames contain spaces?
>
> Why should it? It seems like it would rarely be a good idea, and that gets rid
> of a whole pile of random port probing problems.

To clarify:
1st: most of our plugins use (\S+) to grab usernames
2nd: it will eliminate just about every common text based protocol (i.e. at least HTTP and SMTP) from causing shit
3rd: telnet is for debugging

« Back to merge proposal