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
2022-12-14
Some code reordering to placate scan-build's wrath.
default
2022-12-11
Log the response date in send_to_inbox() errors.
default
2022-12-10
In process_queue(), do not retry for 404 or 410 status.
default
2022-12-08
Added level of debug for 'Delete' messages.
default
2022-12-06
Pagination of the public and private page
Alex Schroeder
2022-12-04
Use "new" instead of "New" for log messages
Alex Schroeder
2022-12-03
New function timeline_simple_list().
default
2022-12-02
More old code cleaning.
default
2022-12-02
Renamed timeline_here() to object_here().
default
2022-12-02
Fixed one post queries.
default
2022-12-02
Fixed RSS and outbox to use the new data storage.
default
2022-12-02
Big data storage change.
default
2022-12-01
Added the profile="" argument to Person content-type.
default
2022-11-28
Deleted dump of debugging code.
default
2022-11-28
Use xs_set in recipient_list() and inbox_list().
default
2022-11-28
Upgraded followers to the new db.
default
2022-11-27
Dump bad signature headers to /tmp/ (temporary).
default
2022-11-27
I was using fclose() instead of pclose(). What a moron.
default
2022-11-26
New function object_add_ow().
default
2022-11-25
Also call object_del() on a renewed actor in actor_request().
default
2022-11-25
On Update + Person, call object_del() before actor_add().
default
2022-11-22
In msg_note(), also add the in_reply_to author as a tag.Mention.
default
2022-11-18
Logging tweaks.
default
2022-11-18
Always log process_queue sending.
default
2022-11-17
Queue messages to inboxes instead of actors.
default
2022-11-17
Move send to actor logging to process_queue().
default
2022-11-17
Also log the inbox in send_to_actor().
default
2022-11-17
Use endpoints/sharedInbox instead of inbox, if there is one.
default
2022-11-13
Set "u-url mention" class for mentions.
default
2022-11-13
Some formatting refactoring.
default
2022-11-07
Fixed memory leak.
default
2022-11-02
Use the newly resolved actor in msg_follow() instead of rewriting the old one.
default
2022-11-02
Fixed bug when following by @user@host.
default
2022-11-02
People page started.
default
2022-11-01
Don't store objects other than 'Note' in timeline_request().
default
2022-10-25
Some code moving to avoid false positive leaks.
default
2022-10-25
Fixed leak.
default
2022-10-21
Send notification emails through the queue.
default
2022-10-21
Fixed typo.
default
2022-10-21
Don't notify about admirations of things by others.
default
2022-10-21
Rewritten notify() to write the message in bulk.
default
2022-10-21
New function notify().
default
2022-10-20
Better 'Delete' message logging.
default
2022-10-16
Added support for HEAD methods.
default
2022-10-10
Media can be attached to notes.
default
2022-10-02
Use the time functions of xs_time.h.
default
2022-10-01
Fixed crash.
default
2022-10-01
Also accept 'Delete' on input.
default
2022-10-01
Implemented 'Delete'.
default
2022-10-01
timeline_request() also triggers an actor_request().
default
[next]