| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New function msg_admiration(). | 2022-09-26 | 1 | -0/+20 | |
| | | |||||
| * | New function post. | 2022-09-26 | 1 | -0/+13 | |
| | | |||||
| * | New function is_msg_public(). | 2022-09-26 | 1 | -1/+18 | |
| | | |||||
| * | Renamed to recipient_list(). | 2022-09-26 | 1 | -1/+1 | |
| | | |||||
| * | New function recipients(). | 2022-09-26 | 1 | -0/+37 | |
| | | |||||
| * | Link to local if the child id is from this actor. | 2022-09-26 | 1 | -5/+5 | |
| | | |||||
| * | Resolve object id instead of discarding like or boost. | 2022-09-26 | 1 | -13/+11 | |
| | | |||||
| * | New metadata 'referrer', that contains an actor. | 2022-09-26 | 1 | -2/+2 | |
| | | | | | This field contains the actor that boosted an entry. | ||||
| * | Return the correct content-type. | 2022-09-26 | 1 | -0/+1 | |
| | | |||||
| * | Backported from xs. | 2022-09-25 | 1 | -1/+1 | |
| | | |||||
| * | Avoid crashing on empty q_items. | 2022-09-25 | 1 | -0/+5 | |
| | | |||||
| * | More sign work (I'm tired). | 2022-09-25 | 1 | -5/+0 | |
| | | |||||
| * | New function msg_actor(). | 2022-09-25 | 1 | -0/+55 | |
| | | |||||
| * | Fixed a bug in the digest header. | 2022-09-25 | 1 | -3/+6 | |
| | | |||||
| * | New function timeline_request(). | 2022-09-25 | 1 | -7/+38 | |
| | | |||||
| * | New function timeline_admire(). | 2022-09-25 | 1 | -1/+10 | |
| | | |||||
| * | Some fixes to timeline_add(). | 2022-09-25 | 1 | -1/+1 | |
| | | |||||
| * | Process 'Create' messages (untested). | 2022-09-25 | 1 | -3/+33 | |
| | | |||||
| * | The HTTP request headers are stored in a plain dict. | 2022-09-25 | 1 | -4/+2 | |
| | | |||||
| * | More work. | 2022-09-24 | 1 | -11/+13 | |
| | | |||||
| * | More message work. | 2022-09-24 | 1 | -9/+24 | |
| | | |||||
| * | Started creating messages. | 2022-09-24 | 1 | -12/+49 | |
| | | |||||
| * | Also store the req object in enqueue_input(). | 2022-09-24 | 1 | -5/+5 | |
| | | |||||
| * | More ActivityPub work. | 2022-09-23 | 1 | -0/+45 | |
| | | |||||
| * | New function enqueue_input(). | 2022-09-23 | 1 | -1/+17 | |
| | | |||||
| * | Fixed memleak. | 2022-09-23 | 1 | -2/+4 | |
| | | |||||
| * | New function activitypub_get_handler(). | 2022-09-23 | 1 | -1/+61 | |
| | | |||||
| * | xs_httpd_request() also returns the payload. | 2022-09-23 | 1 | -0/+35 | |
| | | |||||
| * | New function process_queue(). | 2022-09-23 | 1 | -1/+45 | |
| | | |||||
| * | New functions send_to_inbox() and send_to_actor(). | 2022-09-23 | 1 | -0/+37 | |
| | | |||||
| * | Fixed bug in actor_request(). | 2022-09-23 | 1 | -2/+1 | |
| | | |||||
| * | Improved activitypub_request(). | 2022-09-23 | 1 | -19/+30 | |
| | | |||||
| * | [activitypub.c] New file. | 2022-09-23 | 1 | -0/+65 | |