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-07-28
Updated comment in headers.
default
2023-07-24
Deleted a comment that is no longer true.
default
2023-07-24
Improved Accept + implicit Follow code.
default
2023-07-24
Added support for Accept objects that only provide an object id.
default
2023-07-18
Increased recursion level for timeline_request().
default
2023-07-15
Avoid incomplete messages in timeline_request().
default
2023-07-14
Use the right object id when storing Announce + Create + Note objects.
default
2023-07-13
Increased log level for Announce error requests.
default
2023-07-13
Added support for the 'Page' ActivityPub object.
default
2023-07-13
Added a maximum level of recursion to timeline_request().
default
2023-07-13
Always log send status in post_message().
default
2023-07-13
New function post_message(), to send a message bypassing the output queue.
default
2023-07-13
Minor prototype tweak.
default
2023-07-12
activitypub.c: Remove unused variable.
Yonle
2023-07-04
Fixed weird prototype of process_tags().
default
2023-07-04
The actor bio now accepts tags.
default
2023-07-04
More unfollow notification tweaks.
default
2023-07-04
Also show unfollows in the notification area.
default
2023-06-29
Call is_instance_blocked() from activitypub_post_handler().
default
2023-06-26
Increased log level for 'not for us' messages.
default
2023-06-19
Defend from kbin.social messages not having a content-type header.
default
2023-06-16
Increased debug level for NOT collecting inboxes.
default
2023-06-11
Added a comment about Announces of non-Notes.
default
2023-06-11
No more archiving of borked Likes.
default
2023-06-11
Also reject Like messages in is_msg_for_me().
default
2023-06-11
Log malformed Likes from wafrn.net (who else?).
default
2023-06-11
Fixed comment.
default
2023-06-11
Disable `timeline_request_replies()` temporarily.
default
2023-06-11
Use a different variable name to store the id of 'embedded' children.
default
2023-06-07
New function enqueue_request_replies().
default
2023-06-07
Changed timeline_request_replies() to receive an id and not an object.
default
2023-06-07
New function timeline_request_replies().
default
2023-06-04
Also accept Update + Service messages.
default
2023-06-04
If a user config field 'bot' is set to true, identies as such.
default
2023-06-04
Updated some data types.
default
2023-06-02
More notify tweaks (I'm getting sick of this).
default
2023-06-02
Fixed bug in notify() (the poll id was not set).
default
2023-06-02
Fixed bug in vote discarding in notify().
default
2023-06-01
Disallow empty or repeated options in msg_question().
default
2023-06-01
Fixed typo in notify().
default
2023-06-01
Another tweak in notify().
default
2023-06-01
Fixed notification bug.
default
2023-06-01
More poll notify tweaks.
default
2023-05-31
Always notify about our own closed polls.
default
2023-05-31
Don't notify about closed polls that we didn't vote for.
default
2023-05-30
Don't store votes in the notification area.
default
2023-05-30
Add ended polls to the notification area.
default
2023-05-30
Made msg_question() non-editable.
default
2023-05-30
Log when a poll is closed.
default
2023-05-30
Added some limits to poll options.
default
[next]