index
:
snac2.git
master
Unnamed repository; edit this file 'description' to name the repository.
hyang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
activitypub.c
Age
Commit message (
Expand
)
Author
2023-03-06
msg_update() sends copies the 'to' and 'cc' fields in notes.
default
2023-03-06
Don't send public admirations of non-public messages.
default
2023-03-04
Reject MUTEd actor messages ASAP with a 403 status.
default
2023-03-03
Send to collected inboxes AFTER sending to explicit recipients.
default
2023-03-02
Log the user-agent when serving the actor.
default
2023-03-02
Added user-agent in non-signed http connections.
default
2023-03-02
Connection jobs are treated as urgent.
default
2023-03-02
Show a bigger piece of a connection error.
default
2023-03-02
Output to the shared inboxes only the public messages.
default
2023-03-02
Enqueue messages to the collected inboxes first.
default
2023-03-02
Simplified is_msg_public().
default
2023-03-02
Renamed inboxes/ to inbox/.
default
2023-03-02
New inbox collection functions.
default
2023-03-01
Minor refactoring to actor_request().
default
2023-03-01
New function srv_archive_error().
default
2023-02-24
In activitypub_request(), retry failed signed requests as non-signed.
default
2023-02-22
Don't wait for 3 seconds if there were some q_items processed.
default
2023-02-20
Unrolled the recipient-to-inbox process in process_user_queue_item().
default
2023-02-20
Use actor_request() again in get_actor_inbox().
default
2023-02-20
New boolean argument 'priv' to msg_note().
default
2023-02-20
Don't try to send to empty email addresses.
default
2023-02-20
Email notifications can be disabled.
default
2023-02-15
Don't request the actor in get_actor_inbox().
default
2023-02-14
Even more tweaks to connection reply logging.
default
2023-02-14
More tweaks to connection reply logging.
default
2023-02-14
Some tweaks to connection reply logging.
default
2023-02-14
Try to show a piece of the error after connecting.
default
2023-02-08
Added the user to the notification.
default
2023-02-07
Deleted old output message processing in user queue.
default
2023-02-07
Output messages are now processed by the pool of threads.
default
2023-02-07
Log unexpected q_item types.
default
2023-02-07
Output messages are sent with send_to_inbox_raw().
default
2023-02-07
New function send_to_inbox_raw().
default
2023-02-07
Added internals for Telegram notifications.
default
2023-02-06
process_queue() now posts the q_item to the thread pool.
default
2023-02-06
The pool of threads now process q_items.
default
2023-02-05
Deleted the type argument from object_get_my_md5() and object_get().
default
2023-02-03
Elevated debug level to bad user / invalid user messages.
default
2023-02-02
Email notifications have been moved to the global queue.
default
2023-02-02
New function queue() (the global queue).
default
2023-02-02
Renamed process_queue_item() to process_user_queue_item().
default
2023-02-02
process_queue() has been renamed to process_user_queue().
default
2023-02-02
queue() renamed to user_queue().
default
2023-02-02
dequeue() does not need a snac argument.
default
2023-01-31
New function process_queue_item().
default
2023-01-31
Deleted dead code.
default
2023-01-31
Unified queue message field names.
default
2023-01-28
Image attachments in posts can now have descriptions ('alt text').
default
2023-01-27
More tweaks to the default avatar.
default
2023-01-27
Some tweaks to the default avatar.
default
[next]