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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-23
Added some support for 'Article' object types.
default
1
-1
/
+3
2023-08-22
Also propagate the 'conversation' field, if there is one.
default
1
-0
/
+4
2023-08-18
Be more strict when serving note objects.
default
1
-0
/
+4
2023-08-14
Fixed some warning.
default
1
-4
/
+4
2023-08-14
If a user 'header' field is defined, use it.
default
1
-0
/
+10
2023-08-13
Ignore 'Add' activities ASAP.
default
1
-5
/
+10
2023-08-13
Don't archive Accept + Create activities as errors.
default
1
-0
/
+5
2023-08-13
Use some new xs_stock values.
default
1
-4
/
+2
2023-08-12
Rewritten actor_get() to not depend on a user.
default
1
-1
/
+1
2023-08-12
Rewritten is_msg_public() to not depend on a user.
default
1
-7
/
+24
2023-08-11
Archive JSON errors in activitypub_post_handler.
default
1
-0
/
+2
2023-08-09
More strict retries.
default
1
-1
/
+1
2023-08-09
Be more strict in not retrying on permanent errors.
default
1
-2
/
+2
2023-08-08
Renamed json dump functions to new xs spec.
default
1
-2
/
+2
2023-08-08
Fixed votersCount.
default
1
-2
/
+7
2023-08-07
Limited users can announce our own posts.
default
1
-4
/
+4
2023-08-07
Some fixes to limiting actors.
default
1
-21
/
+22
2023-08-06
Added command-line interface for limit/unlimit users.
default
1
-1
/
+1
2023-08-06
Drop announces from limited users.
default
1
-0
/
+3
2023-08-02
Fixed a log message level.
default
1
-1
/
+1
2023-07-29
Fixed outbox to be an OrderedCollection of Create+Note, not Note.
default
1
-3
/
+4
2023-07-29
msg_create() is of type @wrapper.
default
1
-1
/
+11
2023-07-28
Updated comment in headers.
default
1
-1
/
+1
2023-07-24
Deleted a comment that is no longer true.
default
1
-5
/
+0
2023-07-24
Improved Accept + implicit Follow code.
default
1
-1
/
+12
2023-07-24
Added support for Accept objects that only provide an object id.
default
1
-2
/
+4
2023-07-18
Increased recursion level for timeline_request().
default
1
-3
/
+2
2023-07-15
Avoid incomplete messages in timeline_request().
default
1
-0
/
+3
2023-07-14
Use the right object id when storing Announce + Create + Note objects.
default
1
-3
/
+5
2023-07-13
Increased log level for Announce error requests.
default
1
-1
/
+1
2023-07-13
Added support for the 'Page' ActivityPub object.
default
1
-7
/
+21
2023-07-13
Added a maximum level of recursion to timeline_request().
default
1
-7
/
+8
2023-07-13
Always log send status in post_message().
default
1
-4
/
+5
2023-07-13
New function post_message(), to send a message bypassing the output queue.
default
1
-2
/
+17
2023-07-13
Minor prototype tweak.
default
1
-2
/
+3
2023-07-12
activitypub.c: Remove unused variable.
Yonle
1
-1
/
+0
2023-07-04
Fixed weird prototype of process_tags().
default
1
-5
/
+6
2023-07-04
The actor bio now accepts tags.
default
1
-1
/
+4
2023-07-04
More unfollow notification tweaks.
default
1
-1
/
+4
2023-07-04
Also show unfollows in the notification area.
default
1
-1
/
+1
2023-06-29
Call is_instance_blocked() from activitypub_post_handler().
default
1
-2
/
+11
2023-06-26
Increased log level for 'not for us' messages.
default
1
-1
/
+1
2023-06-19
Defend from kbin.social messages not having a content-type header.
default
1
-0
/
+3
2023-06-16
Increased debug level for NOT collecting inboxes.
default
1
-1
/
+1
2023-06-11
Added a comment about Announces of non-Notes.
default
1
-0
/
+5
2023-06-11
No more archiving of borked Likes.
default
1
-6
/
+0
2023-06-11
Also reject Like messages in is_msg_for_me().
default
1
-1
/
+5
2023-06-11
Log malformed Likes from wafrn.net (who else?).
default
1
-0
/
+6
2023-06-11
Fixed comment.
default
1
-1
/
+1
2023-06-11
Disable `timeline_request_replies()` temporarily.
default
1
-0
/
+9
[next]