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
*
Minor optimization in timeline retrieving.
default
2025-01-27
1
-1
/
+1
*
More hashtag following tweaks.
default
2025-01-23
1
-0
/
+33
*
More tweaks to hashtag following code.
default
2025-01-22
1
-4
/
+17
*
Moved followed hashtag check to its own function.
default
2025-01-22
1
-24
/
+36
*
Also accept 'Update' activities for 'Application' objects.
default
2025-01-22
1
-1
/
+1
*
Don't account as such announces by our own relay.
default
2025-01-22
1
-5
/
+10
*
Don't notify us for our own posts from the relay.
default
2025-01-19
1
-0
/
+5
*
Only relay public posts.
default
2025-01-19
1
-1
/
+1
*
Also relay notes to the relays that follow us.
default
2025-01-19
1
-17
/
+41
*
Don't describe as 'fatal' what are just non-retriable connection errors.
default
2025-01-13
1
-1
/
+1
*
Renamed msg_place() to msg_actor_place().
default
2025-01-12
1
-2
/
+2
*
Moved creation of "quiet public" posts to msg_note(), where it belongs.
default
2025-01-11
1
-1
/
+7
*
Fixed crash in msg_place() because I'm a moron.
default
2025-01-10
1
-1
/
+1
*
If a location is defined, user actors include a 'Place' object.
default
2025-01-10
1
-0
/
+27
*
Actor caching lowered to 3 hours.
default
2025-01-10
1
-1
/
+1
*
Always return a shared inbox for the 'relay' user.
default
2025-01-10
1
-1
/
+1
*
Bumped debug level of actor cache hits.
default
2025-01-09
1
-1
/
+1
*
Added some actor object caching.
default
2025-01-09
1
-1
/
+15
*
Merge branch 'master' of /home/angel/git/snac2
default
2025-01-09
1
-3
/
+3
|
\
|
*
Some fixes to receive and update 'Event' objects correctly.
default
2025-01-09
1
-3
/
+3
*
|
Added a way to archive ignored messages.
default
2025-01-09
1
-0
/
+11
|
/
*
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
[next]