rlebeau on Indy11-preparation
Fixing a small typo in checkin … (compare)
rlebeau on master
Fixing a small typo in checkin … (compare)
rlebeau on Indy11-preparation
Fixing some missing closing com… Removing GetLocalTime() from Id… Adding deprecated to IdServerIO… and 1 more (compare)
rlebeau on master
#447 Fixing compiler errors wit… (compare)
var xUrl = new UriBuilder();
xUrl.Host = "localhost";
xUrl.UserName = "mterwoord@github.com";
xUrl.Password = "Pass:!@";
// xUrl.ToString() -> http://mterwoord@github.com:Pass:!@@localhost/
userinfo = *( unreserved / pct-encoded / sub-delims / ":" )
which excludes @