| Age | Commit message (Collapse) | Author |
|
enqueue_actor_refresh().
If forward_secs is a negative value in these functions, it's used as the modulo
of a hash of the user id. This way, a refresh storm of the same object by all users
is somewhat distributed in time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This check needs more granularity; Mastodon sends Create + Note posts
not from the actor, relays sends announces, etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
At least for misskey, because it's using the /users/... alias
instead of the real actor id.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on input.
|
|
|
|
|
|
|
|
static storage.
|
|
|
|
|
|
In order to be a proper prefix, the actor url must end with a '/'
otherwise it can match another user that starts with the same prefix:
for example 'testuser' will match anything made by 'testuser2'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using valid_status()
|
|
users' follower/following/post counts and their posts when viewing profiles in Mastodon-compatible apps (Fedilab, Tusky, etc.).
Fixes for Moshidon and improvements for better compatibility with HAProxy
|
|
|
|
|
|
|
|
byte/snac2:feature/visibility into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/474
|