summaryrefslogtreecommitdiff
path: root/format.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add ruby tags to valid_tagsGravatar Uko Kokņevičs2025-08-011-4/+6
| | | | | | | | | This adds the (non-deprecated) ruby annotation elements. See <https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/ruby>. It also messes up the indentation because 1. I am lazy to reconfigure it 2. It will make rebase conflicts very obvious
* Fixed markdown links with parenthesis.Gravatar grunfink2025-06-041-13/+16
|
* Minor memory leak fixes.Gravatar grunfink2025-05-221-1/+1
|
* use utf-8 lowercase function for tags #396Gravatar postscriptum2025-05-221-1/+2
|
* As they look ugly in some platforms, links are no longer shown as attachments.Gravatar grunfink2025-05-091-24/+0
|
* Fixed crash.Gravatar default2025-05-061-14/+18
|
* Merge pull request 'Display custom emoji in more places' (#343) from ↵Gravatar grunfink2025-05-061-2/+3
|\ | | | | | | | | | | dandelions/snac2:emoji-pr into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/343
| * cleaned up old changes and outdated commentsGravatar green2025-04-131-1/+0
| |
| * check the extension in a different wayGravatar green2025-04-131-2/+3
| |
| * allow emoji urls with no extensionGravatar green2025-04-131-1/+2
| |
* | Added back again links as attachments.Gravatar grunfink2025-05-031-0/+20
| |
* | Revert adding links as attachments.Gravatar grunfink2025-05-031-20/+0
| |
* | Also add direct and markdown links in posts as attachments.Gravatar grunfink2025-05-031-2/+25
|/
* Reverted Markdown error.Gravatar default2025-03-171-1/+0
|
* Reverted the usage of _ for italics (they are causing problems).Gravatar default2025-03-171-7/+0
|
* mastoapi: added support for /api/v1/custom_emojis (contributed by violette).Gravatar default2025-03-171-0/+1
|
* In sanitize(), also accept attribute values between single quotes.Gravatar default2025-02-111-1/+1
|
* Fix link detection. Fixes: #290Gravatar Santtu Lakkala2025-02-051-2/+4
|
* Added more Markdown (contributed by an-im-dugud).Gravatar default2025-01-211-1/+46
|
* Bumped copyright year.Gravatar default2025-01-081-1/+1
|
* Make xmpp and mailto URLs clickable.Gravatar default2024-12-261-1/+12
|
* Avoid adding repeated attachments.Gravatar default2024-12-191-14/+38
|
* Fixed processing of URLs with two @ inside.Gravatar default2024-11-031-3/+8
|
* Fixed typo.Gravatar default2024-10-251-1/+1
|
* Accept any URL schema (not just http) in format_line().Gravatar default2024-10-251-24/+24
|
* Added support for markdown-like ![alt text](image url).Gravatar default2024-07-191-0/+31
|
* Added support for Markdown ~~strikethrough text~~.Gravatar default2024-07-191-4/+12
|
* Show bold+italic (text between ***) correctly.Gravatar default2024-07-181-3/+9
|
* Fixed a minor bug in processing Markdown-style links having anchors.Gravatar default2024-06-271-2/+2
|
* Minor tweak to markdown-like links.Gravatar default2024-05-271-3/+8
|
* Added markdown-like links.Gravatar default2024-05-261-1/+16
|
* Added more const.Gravatar default2024-05-231-4/+7
|
* Add some special treatment to Event object display.Gravatar default2024-05-111-0/+1
|
* Show 'Event' object types as Notes.Gravatar default2024-05-111-3/+2
|
* Only add Emoji tags when needed.Gravatar default2024-04-191-1/+1
|
* Added some error logging regarding the emojis.json file.Gravatar default2024-04-031-0/+7
|
* If an emoji in emojis.json is an URL to an image, it's stored in the tag list.Gravatar default2024-03-251-2/+27
|
* Emojis are now read from ~/emojis.json.Gravatar default2024-03-251-4/+39
|
* Also trim , at the end of http links.Gravatar default2024-02-271-1/+1
|
* In posts, fixed bad link urls if written between parentheses.Gravatar default2024-01-141-1/+1
|
* Updated copyright year.Gravatar default2024-01-041-1/+1
|
* format.c: add <bdi>Gravatar Yonle2023-12-151-1/+1
| | | | Signed-off-by: Yonle <yonle@lecturify.net>
* Replaced encode_html_strict() with xs_html_encode().Gravatar default2023-11-201-14/+2
|
* New function encode_html_strict().Gravatar default2023-10-041-1/+10
|
* Also accept s HTML tags.Gravatar default2023-09-171-1/+1
|
* Backport from xs.Gravatar default2023-09-171-1/+1
|
* Improved heart <3 emoji.Gravatar default2023-09-021-1/+1
|
* Simplified smiley processing.Gravatar default2023-08-171-31/+29
|
* Updated comment in headers.Gravatar default2023-07-281-1/+1
|
* Fixed minor memory leak.Gravatar default2023-07-241-1/+1
|