osu/osu.Game/Online
Bartłomiej Dach cbd99cc767 Resolve link-in-link edge case
Testing with #6542 surfaced a crash scenario, caused by formatted links
that had URLs in the display text, for example

    [mean example - https://osu.ppy.sh](https://osu.ppy.sh)

In that case the outer Markdown link would get picked up once, and then
reduced to the link text when looking for other links, leading to it
being picked up again the second time when the raw link is found.

Add a check in the raw link parsing path that ensures that the found
URL is not a part of a bigger, pre-existing link.
2019-10-24 15:52:55 +02:00
..
API Add support for deleted comments with message 2019-10-15 12:07:01 +03:00
Chat Resolve link-in-link edge case 2019-10-24 15:52:55 +02:00
Leaderboards Remove unnecessary ToMetric avoidance 2019-09-19 15:45:43 +09:00
Multiplayer
DownloadState.cs
DownloadTrackingComposite.cs Fix memory leaks from download buttons 2019-08-05 17:58:16 +09:00
PollingComponent.cs