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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-02
New function queue() (the global queue).
default
1
-2
/
+29
2023-02-02
Renamed process_queue_item() to process_user_queue_item().
default
1
-2
/
+2
2023-02-02
process_queue() has been renamed to process_user_queue().
default
1
-2
/
+2
2023-02-02
queue() renamed to user_queue().
default
1
-1
/
+1
2023-02-02
dequeue() does not need a snac argument.
default
1
-1
/
+1
2023-01-31
New function process_queue_item().
default
1
-88
/
+96
2023-01-31
Deleted dead code.
default
1
-13
/
+0
2023-01-31
Unified queue message field names.
default
1
-2
/
+5
2023-01-28
Image attachments in posts can now have descriptions ('alt text').
default
1
-14
/
+11
2023-01-27
More tweaks to the default avatar.
default
1
-1
/
+6
2023-01-27
Some tweaks to the default avatar.
default
1
-0
/
+8
2023-01-27
New function default_avatar_base64().
default
1
-0
/
+16
2023-01-24
Use a shorter timeout for first output connections.
default
1
-6
/
+6
2023-01-22
Always make ids unique.
default
1
-2
/
+2
2023-01-20
In msg_note(), store the original content in the sourceContent field.
default
1
-0
/
+2
2023-01-17
Updated year in copyright notices.
default
1
-1
/
+1
2023-01-17
Process HTML Unicode entities specially in process_tags().
default
1
-1
/
+8
2023-01-13
Added OpenBSD's unveil() and pledge() support.
Andrew Alderwick
1
-10
/
+32
2023-01-13
Some mention formatting tweaks.
default
1
-1
/
+2
2023-01-12
Added (partial) support for #HashTags in posts.
default
1
-5
/
+16
2023-01-11
Deleted unused argument in timeline_request().
default
1
-6
/
+6
2023-01-11
Deleted unused argument in timeline_admire().
default
1
-2
/
+2
2023-01-11
Deleted unused arguments in timeline_add().
default
1
-3
/
+3
2023-01-11
More keyId/signature tweaks.
default
1
-6
/
+1
2023-01-10
Log tweaks.
default
1
-1
/
+1
2023-01-10
Use the already loaded actor in check_signature().
default
1
-1
/
+1
2022-12-24
Fixed log level for 'serving actor'.
default
1
-1
/
+1
2022-12-23
Added a working space to timeline_request().
default
1
-9
/
+13
2022-12-23
Don't rewrite the id unless it's different.
default
1
-4
/
+7
2022-12-23
Corrected a debug level.
default
1
-1
/
+2
2022-12-23
Fixed crash on some webfinger errors.
default
1
-2
/
+2
2022-12-23
timeline_request() fixes the canonical id for the object.
default
1
-11
/
+18
2022-12-23
Don't generate inReplyTo as an empty string.
default
1
-1
/
+1
2022-12-16
Log the actor request.
default
1
-0
/
+2
2022-12-16
In msg_note(), delete all cc recipients also in the to.
default
1
-0
/
+9
2022-12-16
Replaced all calls to post() with enqueue_message().
default
1
-1
/
+1
2022-12-16
New function enqueue_message().
default
1
-0
/
+11
2022-12-15
Lower debug level to repeated follows.
default
1
-1
/
+1
2022-12-15
Log repeated Follow messages.
default
1
-12
/
+16
2022-12-15
Added support for Update + Note on input.
default
1
-0
/
+8
2022-12-14
Some code reordering to placate scan-build's wrath.
default
1
-6
/
+14
2022-12-11
Log the response date in send_to_inbox() errors.
default
1
-0
/
+5
2022-12-10
In process_queue(), do not retry for 404 or 410 status.
default
1
-0
/
+4
2022-12-08
Added level of debug for 'Delete' messages.
default
1
-1
/
+1
2022-12-06
Pagination of the public and private page
Alex Schroeder
1
-1
/
+1
2022-12-04
Use "new" instead of "New" for log messages
Alex Schroeder
1
-2
/
+2
2022-12-03
New function timeline_simple_list().
default
1
-1
/
+1
2022-12-02
More old code cleaning.
default
1
-3
/
+3
2022-12-02
Renamed timeline_here() to object_here().
default
1
-1
/
+1
2022-12-02
Fixed one post queries.
default
1
-4
/
+1
[prev]
[next]