aboutsummaryrefslogtreecommitdiff
path: root/format.c
AgeCommit message (Collapse)Author
2026-04-05Fixed warning.grunfink
2026-01-12Added emoji categories.violette
2026-01-01Bumped copyright year.grunfink
2025-12-18Added emoji reactions (contributed by violette).violette
2025-09-22making sure that global data is immutablebyte
2025-08-27Added Markdown support for bullets (unsorted lists).grunfink
2025-06-04Fixed markdown links with parenthesis.grunfink
2025-05-22Minor memory leak fixes.grunfink
2025-05-22use utf-8 lowercase function for tags #396postscriptum
2025-05-09As they look ugly in some platforms, links are no longer shown as attachments.grunfink
2025-05-06Fixed crash.default
2025-05-06Merge pull request 'Display custom emoji in more places' (#343) from ↵grunfink
dandelions/snac2:emoji-pr into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/343
2025-05-03Added back again links as attachments.grunfink
2025-05-03Revert adding links as attachments.grunfink
2025-05-03Also add direct and markdown links in posts as attachments.grunfink
2025-04-13cleaned up old changes and outdated commentsgreen
2025-04-13check the extension in a different waygreen
2025-04-13allow emoji urls with no extensiongreen
2025-03-17Reverted Markdown error.default
2025-03-17Reverted the usage of _ for italics (they are causing problems).default
2025-03-17mastoapi: added support for /api/v1/custom_emojis (contributed by violette).default
2025-02-11In sanitize(), also accept attribute values between single quotes.default
2025-02-05Fix link detection. Fixes: #290Santtu Lakkala
2025-01-21Added more Markdown (contributed by an-im-dugud).default
2025-01-08Bumped copyright year.default
2024-12-26Make xmpp and mailto URLs clickable.default
2024-12-19Avoid adding repeated attachments.default
2024-11-03Fixed processing of URLs with two @ inside.default
2024-10-25Fixed typo.default
2024-10-25Accept any URL schema (not just http) in format_line().default
2024-07-19Added support for markdown-like ![alt text](image url).default
2024-07-19Added support for Markdown ~~strikethrough text~~.default
2024-07-18Show bold+italic (text between ***) correctly.default
2024-06-27Fixed a minor bug in processing Markdown-style links having anchors.default
2024-05-27Minor tweak to markdown-like links.default
2024-05-26Added markdown-like links.default
2024-05-23Added more const.default
2024-05-11Add some special treatment to Event object display.default
2024-05-11Show 'Event' object types as Notes.default
2024-04-19Only add Emoji tags when needed.default
2024-04-03Added some error logging regarding the emojis.json file.default
2024-03-25If an emoji in emojis.json is an URL to an image, it's stored in the tag list.default
2024-03-25Emojis are now read from ~/emojis.json.default
2024-02-27Also trim , at the end of http links.default
2024-01-14In posts, fixed bad link urls if written between parentheses.default
2024-01-04Updated copyright year.default
2023-12-15format.c: add <bdi>Yonle
Signed-off-by: Yonle <yonle@lecturify.net>
2023-11-20Replaced encode_html_strict() with xs_html_encode().default
2023-10-04New function encode_html_strict().default
2023-09-17Also accept s HTML tags.default