index
:
snac2
master
Mirror of https://codeberg.org/grunfink/snac2
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
activitypub.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
If the emoji starts with &#, convert to an utf-8 string.
grunfink
3 days
1
-0
/
+15
*
Only generate an Image tag if the emoji is an URL.
grunfink
3 days
1
-9
/
+15
*
Use the emoji value from emojis.json instead of creating a link to the static...
grunfink
3 days
1
-6
/
+10
*
Fixed some xs_dup() leaks.
grunfink
4 days
1
-1
/
+1
*
Added emoji reactions (contributed by violette).
violette
4 days
1
-5
/
+156
*
Fix user matching
rako
2025-11-30
1
-7
/
+7
*
Moved is_msg_mine() to data.c.
grunfink
2025-11-29
1
-14
/
+0
*
New function is_msg_mine().
grunfink
2025-11-29
1
-0
/
+14
*
Some implementations set quoted posts with 'quoteUrl', so look at that as well.
grunfink
2025-11-17
1
-1
/
+2
*
Unmark a failed instance after a successful boost.
grunfink
2025-11-15
1
-0
/
+3
*
Use 'quoteUri' instead of 'quote'.
grunfink
2025-11-09
1
-1
/
+1
*
Retrieve quoted posts when a post arrives.
grunfink
2025-11-09
1
-0
/
+13
*
Keep track of deleted users and return 410 Gone for them.
grunfink
2025-10-24
1
-4
/
+6
*
Instead of comparing the output status with == 200, it's better to check usin...
Stefano Marinelli
2025-10-21
1
-3
/
+3
*
Enhances Mastodon API compatibility by adding support for displaying remote u...
Stefano Marinelli
2025-10-18
1
-1
/
+77
*
xs_http.h: new file.
grunfink
2025-10-13
1
-1
/
+2
*
Fixed recipient_list() for mentioned accounts.
grunfink
2025-10-11
1
-0
/
+2
*
fix fetching
byte
2025-09-30
1
-0
/
+4
*
Merge pull request 'implementing scopes' (#474) from byte/snac2:feature/visib...
grunfink
2025-09-28
1
-20
/
+88
|
\
|
*
implementing visibility scopes
byte
2025-09-20
1
-21
/
+99
*
|
In actor_refresh, use actor_failure() to avoid retrying 410 Gone failures.
grunfink
2025-09-28
1
-2
/
+15
*
|
making sure that global data is immutable
byte
2025-09-22
1
-4
/
+4
*
|
Tweaked logging message.
grunfink
2025-09-17
1
-1
/
+1
*
|
More work in replies pages.
grunfink
2025-09-14
1
-0
/
+10
|
/
*
Don't use # anchors in the reply paging, as Misskey seems to dislike them.
grunfink
2025-09-14
1
-3
/
+3
*
New function instance_failure().
grunfink
2025-09-12
1
-0
/
+11
*
Always do a deferred fsck at startup.
grunfink
2025-09-07
1
-0
/
+6
*
Ensure the outbox does not include non-public posts.
grunfink
2025-09-03
1
-2
/
+4
*
Call enqueue_collect_outbox() after a Follow Accept.
grunfink
2025-09-03
1
-0
/
+3
*
New function enqueue_collect_outbox().
grunfink
2025-09-03
1
-0
/
+6
*
New function collect_outbox().
grunfink
2025-09-03
1
-0
/
+101
*
More replies tweaks.
grunfink
2025-08-31
1
-5
/
+2
*
Added a 'replies' object to Notes.
grunfink
2025-08-31
1
-0
/
+76
*
Some improvements to collect_replies().
grunfink
2025-08-31
1
-24
/
+29
*
New function enqueue_collect_replies().
grunfink
2025-08-18
1
-0
/
+6
*
New function collect_replies().
grunfink
2025-08-16
1
-0
/
+88
*
Also add children to msg_delete().
grunfink
2025-07-27
1
-7
/
+11
*
Fixed bug in new delete targets.
grunfink
2025-07-27
1
-6
/
+16
*
In msg_delete(), also add actors that liked or boosted as destinations.
grunfink
2025-07-27
1
-1
/
+15
*
More webhook checks.
grunfink
2025-05-30
1
-1
/
+1
*
Added a new server knob disable_notify_webhook.
grunfink
2025-05-30
1
-1
/
+1
*
More notify_webhook work.
grunfink
2025-05-30
1
-0
/
+33
*
Renamed server knob to 'rss_hashtag_poll_hours'.
grunfink
2025-05-28
1
-1
/
+1
*
Activated hashtag RSS polling.
grunfink
2025-05-28
1
-0
/
+4
*
Minor memory leak fixes.
grunfink
2025-05-22
1
-1
/
+1
*
Merge pull request 'use utf-8 lowercase function for tags #396' (#400) from p...
grunfink
2025-05-22
1
-1
/
+1
|
\
|
*
use utf-8 lowercase function for tags #396
postscriptum
2025-05-22
1
-1
/
+1
*
|
performance: use following_list_len in more places
green
2025-05-19
1
-4
/
+2
|
/
*
Minor tweak to link extraction regex.
grunfink
2025-05-11
1
-1
/
+1
*
As they look ugly in some platforms, links are no longer shown as attachments.
grunfink
2025-05-09
1
-5
/
+7
[next]