index
:
snac2
master
Mirror of https://codeberg.org/grunfink/snac2
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
format.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
3 days
Added emoji reactions (contributed by violette).
violette
1
-0
/
+3
2025-09-22
making sure that global data is immutable
byte
1
-3
/
+3
2025-08-27
Added Markdown support for bullets (unsorted lists).
grunfink
1
-0
/
+21
2025-06-04
Fixed markdown links with parenthesis.
grunfink
1
-13
/
+16
2025-05-22
Minor memory leak fixes.
grunfink
1
-1
/
+1
2025-05-22
use utf-8 lowercase function for tags #396
postscriptum
1
-1
/
+2
2025-05-09
As they look ugly in some platforms, links are no longer shown as attachments.
grunfink
1
-24
/
+0
2025-05-06
Fixed crash.
default
1
-14
/
+18
2025-05-03
Added back again links as attachments.
grunfink
1
-0
/
+20
2025-05-03
Revert adding links as attachments.
grunfink
1
-20
/
+0
2025-05-03
Also add direct and markdown links in posts as attachments.
grunfink
1
-2
/
+25
2025-04-13
cleaned up old changes and outdated comments
green
1
-1
/
+0
2025-04-13
check the extension in a different way
green
1
-2
/
+3
2025-04-13
allow emoji urls with no extension
green
1
-1
/
+2
2025-03-17
Reverted Markdown error.
default
1
-1
/
+0
2025-03-17
Reverted the usage of _ for italics (they are causing problems).
default
1
-7
/
+0
2025-03-17
mastoapi: added support for /api/v1/custom_emojis (contributed by violette).
default
1
-0
/
+1
2025-02-11
In sanitize(), also accept attribute values between single quotes.
default
1
-1
/
+1
2025-02-05
Fix link detection. Fixes: #290
Santtu Lakkala
1
-2
/
+4
2025-01-21
Added more Markdown (contributed by an-im-dugud).
default
1
-1
/
+46
2025-01-08
Bumped copyright year.
default
1
-1
/
+1
2024-12-26
Make xmpp and mailto URLs clickable.
default
1
-1
/
+12
2024-12-19
Avoid adding repeated attachments.
default
1
-14
/
+38
2024-11-03
Fixed processing of URLs with two @ inside.
default
1
-3
/
+8
2024-10-25
Fixed typo.
default
1
-1
/
+1
2024-10-25
Accept any URL schema (not just http) in format_line().
default
1
-24
/
+24
2024-07-19
Added support for markdown-like .
default
1
-0
/
+31
2024-07-19
Added support for Markdown ~~strikethrough text~~.
default
1
-4
/
+12
2024-07-18
Show bold+italic (text between ***) correctly.
default
1
-3
/
+9
2024-06-27
Fixed a minor bug in processing Markdown-style links having anchors.
default
1
-2
/
+2
2024-05-27
Minor tweak to markdown-like links.
default
1
-3
/
+8
2024-05-26
Added markdown-like links.
default
1
-1
/
+16
2024-05-23
Added more const.
default
1
-4
/
+7
2024-05-11
Add some special treatment to Event object display.
default
1
-0
/
+1
2024-05-11
Show 'Event' object types as Notes.
default
1
-3
/
+2
2024-04-19
Only add Emoji tags when needed.
default
1
-1
/
+1
2024-04-03
Added some error logging regarding the emojis.json file.
default
1
-0
/
+7
2024-03-25
If an emoji in emojis.json is an URL to an image, it's stored in the tag list.
default
1
-2
/
+27
2024-03-25
Emojis are now read from ~/emojis.json.
default
1
-4
/
+39
2024-02-27
Also trim , at the end of http links.
default
1
-1
/
+1
2024-01-14
In posts, fixed bad link urls if written between parentheses.
default
1
-1
/
+1
2024-01-04
Updated copyright year.
default
1
-1
/
+1
2023-12-15
format.c: add <bdi>
Yonle
1
-1
/
+1
2023-11-20
Replaced encode_html_strict() with xs_html_encode().
default
1
-14
/
+2
2023-10-04
New function encode_html_strict().
default
1
-1
/
+10
2023-09-17
Also accept s HTML tags.
default
1
-1
/
+1
2023-09-17
Backport from xs.
default
1
-1
/
+1
2023-09-02
Improved heart <3 emoji.
default
1
-1
/
+1
2023-08-17
Simplified smiley processing.
default
1
-31
/
+29
2023-07-28
Updated comment in headers.
default
1
-1
/
+1
[next]