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
*
Bumped copyright year.
default
2025-01-08
1
-1
/
+1
*
Added a tweak to follow LitePub (Pleroma-style, https://litepub.social/) relays.
default
2025-01-07
1
-3
/
+8
*
Minor semantic tweak.
default
2025-01-07
1
-1
/
+5
*
New configuration directive "max_public_entries".
default
2025-01-05
1
-3
/
+3
*
Moved post language setting to msg_note(), where it really belongs.
default
2025-01-05
1
-2
/
+17
*
Skip enqueue_output() to local users (already served by the local shared-inbox).
default
2024-12-31
1
-7
/
+10
*
Convert to lowercase when checking for followed hashtags.
default
2024-12-30
1
-2
/
+7
*
Don't search for hashtags in non-public posts.
default
2024-12-30
1
-1
/
+1
*
Always enqueue a message into the local shared-inbox.
default
2024-12-30
1
-10
/
+12
*
Started support for hashtag following.
default
2024-12-30
1
-0
/
+22
*
Accept 'Audio' as a valid entry type.
default
2024-12-23
1
-0
/
+5
*
If an attachment includes an icon, show it.
default
2024-12-21
1
-0
/
+4
*
Avoid adding repeated attachments.
default
2024-12-19
1
-9
/
+20
*
New user variable show_contact_metrics.
default
2024-12-04
1
-2
/
+18
*
msg_collection() now includes an argument for totalItems.
default
2024-12-04
1
-9
/
+11
*
On unfollow, also delete from the pending follow list.
default
2024-11-24
1
-0
/
+5
*
New function pending_add().
default
2024-11-24
1
-11
/
+20
*
Return the 'manuallyApprovesFollowers' actor field according to user configur...
default
2024-11-24
1
-0
/
+4
*
Minor tweak to new metadata.
default
2024-11-23
1
-1
/
+1
*
The 'metadata' field in user.json is now a string instead of a dict.
default
2024-11-23
1
-1
/
+24
*
New function get_in_reply_to().
default
2024-11-19
1
-3
/
+15
*
Allow underscores in hashtags.
default
2024-11-16
1
-1
/
+1
*
Omit the 'image' field if there are any attachment.
default
2024-11-07
1
-1
/
+1
*
Don't notify 'Block' activities if the 'disable_block_notifications' server s...
default
2024-10-30
1
-2
/
+3
*
Wrap user mention in post around span to ensure frontends do not display a li...
Kirby
2024-10-27
1
-1
/
+1
*
Call list_distribute() from timeline_request().
default
2024-10-19
1
-0
/
+3
*
Added some checks.
default
2024-10-19
1
-10
/
+42
*
After several tests, migration to Mastodon seems to work 🎉🥳.
default
2024-10-09
1
-2
/
+0
*
In migrate_account(), always download the alias actor.
default
2024-10-09
1
-1
/
+3
*
Fixed emojis in the public profile.
default
2024-10-08
1
-1
/
+1
*
More migration work.
default
2024-10-08
1
-11
/
+15
*
More hashtag regex improvements.
default
2024-10-03
1
-1
/
+1
*
Add the apostrophe as another stop char for hashtags.
default
2024-10-03
1
-1
/
+1
*
Added a warning to the 'migrate' command.
default
2024-09-27
1
-0
/
+4
*
More migration work.
default
2024-09-20
1
-0
/
+8
*
Move migration work.
default
2024-09-19
1
-1
/
+21
*
Changed some migration terminology.
default
2024-09-19
1
-3
/
+3
*
Started account migration code.
default
2024-09-18
1
-0
/
+27
*
The aka is returned in the alsoKnownAs actor field.
default
2024-09-18
1
-0
/
+8
*
While processing a 'Move', retry failed actor retrieval (it may be a transien...
default
2024-09-17
1
-1
/
+5
*
Added a 'featured' property to the actor object.
default
2024-08-26
1
-7
/
+8
*
Stop archiving no_valid_recipients q_item.
default
2024-08-24
1
-1
/
+0
*
Ignore 'Remove' messages.
default
2024-08-16
1
-1
/
+1
*
Don't archive actor retry errors.
default
2024-08-16
1
-2
/
+0
*
Ignore 'Read' messages.
default
2024-08-16
1
-1
/
+1
*
Ignore 'Reject' messages.
default
2024-08-16
1
-1
/
+1
*
Fixed leaked EmojiReact notifications.
default
2024-08-07
1
-4
/
+4
*
Notify Moves, even if they fail.
default
2024-07-31
1
-2
/
+2
*
Notify objects include the original message.
default
2024-07-31
1
-1
/
+3
*
Archive bad Move messages.
default
2024-07-30
1
-1
/
+3
[next]