aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/message_entities.cpp
AgeCommit message (Expand)Author
2026-06-09Fix includes.levlam
2026-05-29Add class FormattedDate.levlam
2026-02-25Support DateTime entities in Markdown formatting.levlam
2026-02-24Improve MessageEntity constructor.levlam
2026-02-24Support "tg-time" tags.levlam
2026-02-25Add and use LinkManager::check_tg_url_host.levlam
2026-02-09Improve fix_formatted_text.levlam
2026-01-01Update copyright year.levlam
2025-02-19Remove redundant as_array usages.levlam
2025-01-01Update copyright year.levlam
2024-12-30Fix fix_formatted_text test.levlam
2024-10-11Support hashtags and cashtags with username.levlam
2024-09-10Improve variable names.levlam
2024-07-17Support tonsite protocol.levlam
2024-05-23Fix BlockQuote check in fix_formatted_text test.levlam
2024-05-21Support expandable block quote entities in MarkdownV2.levlam
2024-05-21Allow attributes without value and support expandable blockquote entities in ...levlam
2024-01-10Allow \r and other empty entities as a separator between MarkdownV2 blockquotes.levlam
2024-01-01Update copyright year.levlam
2023-12-04Don't remove whitespace-only entities.levlam
2023-11-15Allow empty block quotes in MarkdownV2.levlam
2023-11-07Support pre-existing BlockQuote entities in parseMarkdown.levlam
2023-11-06Support PreCode entities in getMarkdownText.levlam
2023-11-06Always remove new line on the first empty line of Pre entity.levlam
2023-11-06Don't remove newline character after Pre entities.levlam
2023-11-06Improve parse_markdown_v3 test.levlam
2023-11-06Support language code specification for PreCode entities in parseMarkdown.levlam
2023-10-30Add BlockQuote parsing in MarkdownV2.levlam
2023-10-30Fix warnings.levlam
2023-10-29Support BlockQuote entities in textParseModeHTML.levlam
2023-10-19Add check for entities being sorted.levlam
2023-10-19Add get_first_url to test.levlam
2023-10-19Add test for is_visible_url.levlam
2023-10-18Add new entities to the fix_formatted_text test.levlam
2023-02-11Improve field name.levlam
2023-02-08Update clang-format to 16.0.0.levlam
2023-01-09Improve parse_html test.levlam
2023-01-01Update copyright year.levlam
2022-10-25Treat usernames of length 4 as valid.levlam
2022-10-26Fix test.levlam
2022-09-22Keep only Slice overload of utf8_utf16_substr.levlam
2022-08-20Optimize fix_url.levlam
2022-08-20Simplify match_url code.levlam
2022-08-19Allow only domain symbols in user data after first dot to improve performance.levlam
2022-08-19Fix fix_formatted_text test.levlam
2022-07-29Allow some new characters in hashtags.levlam
2022-07-19Support custom emoji in parse_html.levlam
2022-07-18Support custom emoji in MarkdownV2.levlam
2022-02-03Add find_url tests.levlam
2022-01-31Allow middle dot in hashtags.levlam