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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increased log level for Announce error requests.
default
2023-07-13
1
-1
/
+1
*
Added support for the 'Page' ActivityPub object.
default
2023-07-13
1
-7
/
+21
*
Added a maximum level of recursion to timeline_request().
default
2023-07-13
1
-7
/
+8
*
Always log send status in post_message().
default
2023-07-13
1
-4
/
+5
*
New function post_message(), to send a message bypassing the output queue.
default
2023-07-13
1
-2
/
+17
*
Minor prototype tweak.
default
2023-07-13
1
-2
/
+3
*
activitypub.c: Remove unused variable.
Yonle
2023-07-12
1
-1
/
+0
*
Fixed weird prototype of process_tags().
default
2023-07-04
1
-5
/
+6
*
The actor bio now accepts tags.
default
2023-07-04
1
-1
/
+4
*
More unfollow notification tweaks.
default
2023-07-04
1
-1
/
+4
*
Also show unfollows in the notification area.
default
2023-07-04
1
-1
/
+1
*
Call is_instance_blocked() from activitypub_post_handler().
default
2023-06-29
1
-2
/
+11
*
Increased log level for 'not for us' messages.
default
2023-06-26
1
-1
/
+1
*
Defend from kbin.social messages not having a content-type header.
default
2023-06-19
1
-0
/
+3
*
Increased debug level for NOT collecting inboxes.
default
2023-06-16
1
-1
/
+1
*
Added a comment about Announces of non-Notes.
default
2023-06-11
1
-0
/
+5
*
No more archiving of borked Likes.
default
2023-06-11
1
-6
/
+0
*
Also reject Like messages in is_msg_for_me().
default
2023-06-11
1
-1
/
+5
*
Log malformed Likes from wafrn.net (who else?).
default
2023-06-11
1
-0
/
+6
*
Fixed comment.
default
2023-06-11
1
-1
/
+1
*
Disable `timeline_request_replies()` temporarily.
default
2023-06-11
1
-0
/
+9
*
Use a different variable name to store the id of 'embedded' children.
default
2023-06-11
1
-3
/
+3
*
New function enqueue_request_replies().
default
2023-06-07
1
-4
/
+9
*
Changed timeline_request_replies() to receive an id and not an object.
default
2023-06-07
1
-5
/
+9
*
New function timeline_request_replies().
default
2023-06-07
1
-7
/
+67
*
Also accept Update + Service messages.
default
2023-06-04
1
-1
/
+1
*
If a user config field 'bot' is set to true, identies as such.
default
2023-06-04
1
-0
/
+4
*
Updated some data types.
default
2023-06-04
1
-21
/
+21
*
More notify tweaks (I'm getting sick of this).
default
2023-06-02
1
-6
/
+21
*
Fixed bug in notify() (the poll id was not set).
default
2023-06-02
1
-1
/
+1
*
Fixed bug in vote discarding in notify().
default
2023-06-02
1
-1
/
+3
*
Disallow empty or repeated options in msg_question().
default
2023-06-01
1
-10
/
+21
*
Fixed typo in notify().
default
2023-06-01
1
-1
/
+1
*
Another tweak in notify().
default
2023-06-01
1
-3
/
+0
*
Fixed notification bug.
default
2023-06-01
1
-0
/
+1
*
More poll notify tweaks.
default
2023-06-01
1
-1
/
+6
*
Always notify about our own closed polls.
default
2023-05-31
1
-2
/
+2
*
Don't notify about closed polls that we didn't vote for.
default
2023-05-31
1
-2
/
+10
*
Don't store votes in the notification area.
default
2023-05-30
1
-0
/
+4
*
Add ended polls to the notification area.
default
2023-05-30
1
-117
/
+124
*
Made msg_question() non-editable.
default
2023-05-30
1
-0
/
+3
*
Log when a poll is closed.
default
2023-05-30
1
-3
/
+4
*
Added some limits to poll options.
default
2023-05-30
1
-5
/
+11
*
Create the base message of msg_question() from msg_note().
default
2023-05-30
1
-4
/
+4
*
Enqueue a close_question user q_item.
default
2023-05-29
1
-2
/
+12
*
Keep the original question order after updates.
default
2023-05-29
1
-16
/
+21
*
update_question() also updates the count of voters.
default
2023-05-29
1
-0
/
+4
*
In update_question(), send the updated question to all voters.
default
2023-05-29
1
-5
/
+16
*
Disallow updating closed polls.
default
2023-05-29
1
-1
/
+5
*
Close the question over due date in update_question().
default
2023-05-29
1
-0
/
+10
[next]