index
:
snac2
main
master
Fork of snac2 to test neighborhood #web
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
activitypub.c
Age
Commit message (
Expand
)
Author
2026-04-10
If wanted so, add "following_count" and "followers_count" in the Person object.
grunfink
2026-04-05
Use xs_utf8_crop_i() instead of savage crop in log files.
grunfink
2026-03-22
Commented out aliases in webfinger, as they are generating following problems.
grunfink
2026-03-22
Also check for actor_alt in is_msg_for_me().
grunfink
2026-03-22
Increase the size of outgoing payload errors in the log.
grunfink
2026-03-17
fix: more memory leaks
green
2026-02-07
Added a 'webfinger' field to 'Person' objects.
grunfink
2026-01-24
poll-limits: added "max_poll_option_length" option
green
2026-01-24
poll-limit: fix warning
green
2026-01-24
personal: bigger limit for polls
green
2026-01-24
small: configurable poll limit
green
2026-01-19
New command-line option 'refresh'.
grunfink
2026-01-12
Added emoji categories.
violette
2026-01-12
user-specified word mutes and matching
byte
2026-01-08
If disable_emojireact is set to true in server.json, EmojiReacts are dropped ...
grunfink
2026-01-01
Bumped copyright year.
grunfink
2025-12-18
If the emoji starts with &#, convert to an utf-8 string.
grunfink
2025-12-18
Only generate an Image tag if the emoji is an URL.
grunfink
2025-12-18
Use the emoji value from emojis.json instead of creating a link to the static...
grunfink
2025-12-18
Fixed some xs_dup() leaks.
grunfink
2025-12-18
Added emoji reactions (contributed by violette).
violette
2025-11-30
Fix user matching
rako
2025-11-29
Moved is_msg_mine() to data.c.
grunfink
2025-11-29
New function is_msg_mine().
grunfink
2025-11-17
Some implementations set quoted posts with 'quoteUrl', so look at that as well.
grunfink
2025-11-15
Unmark a failed instance after a successful boost.
grunfink
2025-11-09
Use 'quoteUri' instead of 'quote'.
grunfink
2025-11-09
Retrieve quoted posts when a post arrives.
grunfink
2025-10-24
Keep track of deleted users and return 410 Gone for them.
grunfink
2025-10-21
Instead of comparing the output status with == 200, it's better to check usin...
Stefano Marinelli
2025-10-18
Enhances Mastodon API compatibility by adding support for displaying remote u...
Stefano Marinelli
2025-10-13
xs_http.h: new file.
grunfink
2025-10-11
Fixed recipient_list() for mentioned accounts.
grunfink
2025-09-30
fix fetching
byte
2025-09-28
Merge pull request 'implementing scopes' (#474) from byte/snac2:feature/visib...
grunfink
2025-09-28
In actor_refresh, use actor_failure() to avoid retrying 410 Gone failures.
grunfink
2025-09-22
making sure that global data is immutable
byte
2025-09-20
implementing visibility scopes
byte
2025-09-17
Tweaked logging message.
grunfink
2025-09-14
More work in replies pages.
grunfink
2025-09-14
Don't use # anchors in the reply paging, as Misskey seems to dislike them.
grunfink
2025-09-12
New function instance_failure().
grunfink
2025-09-07
Always do a deferred fsck at startup.
grunfink
2025-09-03
Ensure the outbox does not include non-public posts.
grunfink
2025-09-03
Call enqueue_collect_outbox() after a Follow Accept.
grunfink
2025-09-03
New function enqueue_collect_outbox().
grunfink
2025-09-03
New function collect_outbox().
grunfink
2025-08-31
More replies tweaks.
grunfink
2025-08-31
Added a 'replies' object to Notes.
grunfink
2025-08-31
Some improvements to collect_replies().
grunfink
[next]