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
2024-01-14
Started support for Peertube's Video object.
default
1
-6
/
+12
2024-01-13
Fixed a bug introduced yesterday that cause double notifications
Stefano Marinelli
1
-2
/
+0
2024-01-12
ntfy code cleanup
Stefano Marinelli
1
-2
/
+1
2024-01-12
Added support for ntfy notifications. You can configure either a self-hosted ...
Stefano Marinelli
1
-1
/
+41
2024-01-11
Better checking for CC creation in msg_note().
default
1
-2
/
+2
2024-01-11
If the actor from a message from the shared-inbox fails, propagate.
default
1
-2
/
+8
2024-01-11
Avoid a webfinger request in msg_note().
default
1
-9
/
+16
2024-01-10
Added more webfinger checks, just to be sure.
default
1
-2
/
+3
2024-01-10
Call srv_archive_error() on input q_item errors.
default
1
-0
/
+2
2024-01-05
More tweaks regarding shared inboxes.
default
1
-1
/
+6
2024-01-04
dequeue() unlinks the file, even if it's been unable to parse it.
default
1
-3
/
+1
2024-01-04
Updated copyright year.
default
1
-1
/
+1
2023-12-28
In 'Follow', ensure the actor object to be followed is here.
default
1
-0
/
+7
2023-12-18
More shared inbox tweaks.
default
1
-2
/
+2
2023-12-18
Added some crash checks.
default
1
-0
/
+6
2023-12-18
Fixed follow / unfollow mess for shared inboxes.
default
1
-2
/
+8
2023-12-18
Fixed Accept + Follow for shared inboxes.
default
1
-1
/
+6
2023-12-17
actor_request() accepts again an optional snac argument.
default
1
-7
/
+7
2023-12-17
Deleted debug messages.
default
1
-5
/
+1
2023-12-17
Also check for the .../followers rcpt for non-public messages.
default
1
-3
/
+25
2023-12-17
Blah blah blah is_msg_for_me() blah blah blah
default
1
-5
/
+9
2023-12-17
Even more is_msg_for_me() tweaks.
default
1
-5
/
+5
2023-12-17
Even more is_msg_for_me() updates.
default
1
-3
/
+8
2023-12-17
More is_msg_for_me() tweaks.
default
1
-4
/
+4
2023-12-17
Added a prefix to srv_archive_qitem().
default
1
-1
/
+1
2023-12-17
New function srv_archive_qitem().
default
1
-1
/
+3
2023-12-17
Fixed shared inbox distribution logic for Delete messages.
default
1
-2
/
+4
2023-12-16
Added more code to discard Delete messages earlier.
default
1
-0
/
+16
2023-12-15
More tweaks to is_msg_for_me().
default
1
-3
/
+3
2023-12-15
Avoid propagating Undo messages innecesarily.
default
1
-0
/
+5
2023-12-15
Added a special check for Undo + Follow.
default
1
-0
/
+3
2023-12-14
More debug tweaks.
default
1
-2
/
+2
2023-12-14
More log tweaks.
default
1
-3
/
+3
2023-12-11
Call process_input_message() from the shared-inbox input.
default
1
-26
/
+47
2023-12-11
Added a special drop for Delete messages from unknown actors.
default
1
-7
/
+15
2023-12-11
Fixed error message.
default
1
-1
/
+1
2023-12-11
Do not retry Delete messages on actor error.
default
1
-0
/
+6
2023-12-11
More logging tweaks.
default
1
-4
/
+4
2023-12-11
Revert "Reverted actor_request() without user."
default
1
-8
/
+8
2023-12-11
Reverted actor_request() without user.
default
1
-8
/
+8
2023-12-11
Some logging tweaks.
default
1
-0
/
+6
2023-12-11
Log actor_request() errors.
default
1
-0
/
+2
2023-12-10
More functions do not require the user argument.
default
1
-4
/
+4
2023-12-10
actor_request() does not need a user argument.
default
1
-7
/
+7
2023-12-10
activitypub_request() may have a NULL user.
default
1
-10
/
+11
2023-12-10
Minor reordering code to process_input_message().
default
1
-24
/
+26
2023-12-10
process_input_message() returns -1 on errors.
default
1
-9
/
+8
2023-12-10
Call is_msg_for_me() from global queue input messages.
default
1
-6
/
+9
2023-12-08
Usage of shared inboxes is now configurable from the server.json file.
default
1
-3
/
+2
2023-12-06
Also check inside Update messages in is_msg_for_me().
default
1
-3
/
+3
[next]