- while 448ceaa74ca6929f626fa36962c4f3c0ca0f0659 fixed slow rendering on windows, there was still a bug where overly long messages caused freezeing of the hyperlink regexp parser, which appears to happen on all platforms. Maybe it's a freeze, maybe it just takes too long. This patch aborts the regexp parser after 1 second and simply displays the message without hyperlinks being clickable. This doesn't affect HTML mode because there the links are kept as they are - Fixes #900