summaryrefslogtreecommitdiff
path: root/activitypub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Posts can now be sent (still no images).Gravatar default2023-04-151-1/+1
* New function timeline_touch().Gravatar default2023-04-141-1/+4
* Don't show the full tree in notifications.Gravatar default2023-04-141-0/+3
* New function notify_add().Gravatar default2023-04-131-0/+3
* Started working on a notification list.Gravatar default2023-04-131-15/+12
* New function mastodon_status().Gravatar default2023-04-111-3/+3
* Fixed overzealous rejection of Announces.Gravatar default2023-04-051-1/+10
* Some log tweaks.Gravatar default2023-04-021-1/+1
* In is_msg_public(), also look at 'Announce' messages.Gravatar default2023-03-311-2/+13
* Inbox collection can be disabled from the config file.Gravatar default2023-03-081-2/+7
* Enable back inbox recollection.Gravatar default2023-03-071-2/+0
* Disabled inbox recollection temporarily (for global re push).Gravatar default2023-03-071-0/+2
* Reject messages not for me.Gravatar default2023-03-071-4/+3
* is_msg_for_me() also accepts msgs where a followed is cc'ed.Gravatar default2023-03-071-3/+7
* Some improvements to is_msg_for_me().Gravatar default2023-03-061-19/+39
* Fixed is_msg_for_me().Gravatar default2023-03-061-3/+3
* New function is_msg_for_me().Gravatar default2023-03-061-1/+34
* msg_update() sends copies the 'to' and 'cc' fields in notes.Gravatar default2023-03-061-2/+9
* Don't send public admirations of non-public messages.Gravatar default2023-03-061-1/+3
* Reject MUTEd actor messages ASAP with a 403 status.Gravatar default2023-03-041-0/+11
* Send to collected inboxes AFTER sending to explicit recipients.Gravatar default2023-03-031-13/+13
* Log the user-agent when serving the actor.Gravatar default2023-03-021-1/+3
* Added user-agent in non-signed http connections.Gravatar default2023-03-021-1/+2
* Connection jobs are treated as urgent.Gravatar default2023-03-021-1/+1
* Show a bigger piece of a connection error.Gravatar default2023-03-021-3/+3
* Output to the shared inboxes only the public messages.Gravatar default2023-03-021-7/+10
* Enqueue messages to the collected inboxes first.Gravatar default2023-03-021-1/+10
* Simplified is_msg_public().Gravatar default2023-03-021-35/+2
* Renamed inboxes/ to inbox/.Gravatar default2023-03-021-1/+2
* New inbox collection functions.Gravatar default2023-03-021-16/+2
* Minor refactoring to actor_request().Gravatar default2023-03-011-10/+29
* New function srv_archive_error().Gravatar default2023-03-011-2/+7
* In activitypub_request(), retry failed signed requests as non-signed.Gravatar default2023-02-241-3/+13
* Don't wait for 3 seconds if there were some q_items processed.Gravatar default2023-02-221-3/+12
* Unrolled the recipient-to-inbox process in process_user_queue_item().Gravatar default2023-02-201-5/+18
* Use actor_request() again in get_actor_inbox().Gravatar default2023-02-201-1/+3
* New boolean argument 'priv' to msg_note().Gravatar default2023-02-201-4/+4
* Don't try to send to empty email addresses.Gravatar default2023-02-201-1/+1
* Email notifications can be disabled.Gravatar default2023-02-201-2/+12
* Don't request the actor in get_actor_inbox().Gravatar default2023-02-151-1/+1
* Even more tweaks to connection reply logging.Gravatar default2023-02-141-2/+3
* More tweaks to connection reply logging.Gravatar default2023-02-141-0/+1
* Some tweaks to connection reply logging.Gravatar default2023-02-141-6/+6
* Try to show a piece of the error after connecting.Gravatar default2023-02-141-2/+26
* Added the user to the notification.Gravatar default2023-02-081-3/+6
* Deleted old output message processing in user queue.Gravatar default2023-02-071-36/+0
* Output messages are now processed by the pool of threads.Gravatar default2023-02-071-0/+38
* Log unexpected q_item types.Gravatar default2023-02-071-6/+10
* Output messages are sent with send_to_inbox_raw().Gravatar default2023-02-071-8/+12
* New function send_to_inbox_raw().Gravatar default2023-02-071-4/+16