Commit Graph

17 Commits

Author SHA1 Message Date
Dean Sheather 4701bb3f6d feat: clickable URLs in chat log
Adds a parsing step when constructing `Message` objects that scans the
message content for anything that looks URL-like, and inserts new
`TextChunk`s into the message content with a URIPayload set.

Hovering over a URL shows an on-hover effect. Clicking a URL opens it in
the default browser. Right clicking shows the hostname, with an option
to open and an option to copy the URL to the clipboard.
2024-04-09 15:40:27 +10:00
Infi 5ceb327f3a Fix out of bounds 2024-04-04 23:43:37 +02:00
Infi c9c4efe99f Add support for simpletweaks Random Chat Color 2024-04-04 21:51:47 +02:00
Anna 2da0f98786 fix: work around party icons 2023-05-25 13:49:58 -04:00
Anna 0e3adfcbfa fix: keep old detection methods for history 2023-02-27 20:31:04 -05:00
Anna 9a42b1b9da fix: make pf links work 2023-02-27 20:23:15 -05:00
Anna a0525562ff chore: remove boms 2022-02-15 13:02:46 -05:00
Anna 9b7b84a58d feat: add chat database 2022-02-15 12:58:55 -05:00
Anna d0c3cbc2ab feat: add achievement links 2022-02-03 19:19:27 -05:00
Anna ba22d3c628 refactor: remove useless fixed statement 2022-01-30 20:31:47 -05:00
Anna 486acdbe1c fix: decode integer for pf id 2022-01-30 20:31:04 -05:00
Anna 1013c0af8c feat: add PF links 2022-01-16 01:29:44 -05:00
Anna 2883f78b4c feat: add periodic recruitment payload 2022-01-11 01:58:32 -05:00
Anna 8ce62fa24e feat: add custom dalamud link payload handling 2022-01-03 16:41:02 -05:00
Anna 0b9d617021 feat: partially handle some payloads 2021-12-29 21:53:44 -05:00
Anna 1d9581abca feat: add links to chunks 2021-12-29 14:44:05 -05:00
Anna f17a913405 chore: initial commit 2021-12-29 14:31:45 -05:00