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-05-17
Got rid of xs_encdec.h.
default
2023-05-12
Use a different approach towards incomplete mentions.
default
2023-05-12
Resolve (partially) the issue with mentions without server.
default
2023-05-12
Minor refactor to msg_note(): the tag list is created here, not in process_ta...
default
2023-05-12
Minor function prototype tweak.
default
2023-05-07
Merge pull request 'master' (#1) from grunfink/snac2:master into master
poesty
2023-05-07
Fixed webfinger and curl issues
poesty
2023-05-05
Implemented 'Ping' and 'Pong' activities.
default
2023-05-04
Fixed more warnings.
default
2023-05-04
Added -Wextra to C flags.
default
2023-05-04
Added some const here and there.
default
2023-05-04
Deleted real unused parameters.
default
2023-04-23
Strip the query string in msg_follow().
default
2023-04-23
Added mastoapi follow.
default
2023-04-23
Added mastoapi code for account search.
default
2023-04-15
Posts can now be sent (still no images).
default
2023-04-14
New function timeline_touch().
default
2023-04-14
Don't show the full tree in notifications.
default
2023-04-13
New function notify_add().
default
2023-04-13
Started working on a notification list.
default
2023-04-11
New function mastodon_status().
default
2023-04-05
Fixed overzealous rejection of Announces.
default
2023-04-02
Some log tweaks.
default
2023-03-31
In is_msg_public(), also look at 'Announce' messages.
default
2023-03-08
Inbox collection can be disabled from the config file.
default
2023-03-07
Enable back inbox recollection.
default
2023-03-07
Disabled inbox recollection temporarily (for global re push).
default
2023-03-07
Reject messages not for me.
default
2023-03-07
is_msg_for_me() also accepts msgs where a followed is cc'ed.
default
2023-03-06
Some improvements to is_msg_for_me().
default
2023-03-06
Fixed is_msg_for_me().
default
2023-03-06
New function is_msg_for_me().
default
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
[prev]
[next]