| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Started function not_really_markdown(). | 2022-09-27 | 1 | -0/+2 | |
| | | |||||
| * | More work but signatures seem to still fail. | 2022-09-26 | 1 | -0/+1 | |
| | | |||||
| * | New function msg_admiration(). | 2022-09-26 | 1 | -0/+2 | |
| | | |||||
| * | New metadata 'referrer', that contains an actor. | 2022-09-26 | 1 | -1/+1 | |
| | | | | | This field contains the actor that boosted an entry. | ||||
| * | Fixed a bug in the digest header. | 2022-09-25 | 1 | -1/+1 | |
| | | |||||
| * | New function timeline_request(). | 2022-09-25 | 1 | -0/+1 | |
| | | |||||
| * | New function timeline_admire(). | 2022-09-25 | 1 | -0/+1 | |
| | | |||||
| * | Process 'Create' messages (untested). | 2022-09-25 | 1 | -0/+1 | |
| | | |||||
| * | New function srv_archive(). | 2022-09-25 | 1 | -0/+3 | |
| | | |||||
| * | Also store the req object in enqueue_input(). | 2022-09-24 | 1 | -2/+2 | |
| | | |||||
| * | New function enqueue_input(). | 2022-09-23 | 1 | -0/+1 | |
| | | |||||
| * | New function activitypub_get_handler(). | 2022-09-23 | 1 | -1/+3 | |
| | | |||||
| * | xs_httpd_request() also returns the payload. | 2022-09-23 | 1 | -0/+3 | |
| | | |||||
| * | New function process_queue(). | 2022-09-23 | 1 | -0/+1 | |
| | | |||||
| * | New functions send_to_inbox() and send_to_actor(). | 2022-09-23 | 1 | -0/+2 | |
| | | |||||
| * | Fixed bug in actor_request(). | 2022-09-23 | 1 | -0/+1 | |
| | | |||||
| * | webfinger_get_handler() returns the status. | 2022-09-23 | 1 | -2/+2 | |
| | | |||||
| * | webfinger_request() returns the status. | 2022-09-23 | 1 | -1/+1 | |
| | | |||||
| * | [activitypub.c] New file. | 2022-09-23 | 1 | -0/+2 | |
| | | |||||
| * | Minor actor tweak. | 2022-09-22 | 1 | -1/+1 | |
| | | |||||
| * | Added some actor functions. | 2022-09-22 | 1 | -0/+3 | |
| | | |||||
| * | Renamed enqueue() to enqueue_output(). | 2022-09-22 | 1 | -1/+2 | |
| | | |||||
| * | New macro valid_status(). | 2022-09-22 | 1 | -0/+2 | |
| | | |||||
| * | New function webfinger_request() (incomplete). | 2022-09-22 | 1 | -0/+1 | |
| | | |||||
| * | Added a webfinger handler. | 2022-09-21 | 1 | -0/+3 | |
| | | |||||
| * | More httpd work. | 2022-09-21 | 1 | -0/+2 | |
| | | |||||
| * | New flag srv_running. | 2022-09-21 | 1 | -0/+1 | |
| | | |||||
| * | Added http signed request code (untested). | 2022-09-20 | 1 | -0/+5 | |
| | | |||||
| * | New function dequeue(). | 2022-09-20 | 1 | -0/+1 | |
| | | |||||
| * | New function queue(). | 2022-09-20 | 1 | -0/+3 | |
| | | |||||
| * | New function enqueue(). | 2022-09-20 | 1 | -1/+1 | |
| | | |||||
| * | Added muted functions. | 2022-09-20 | 1 | -0/+3 | |
| | | |||||
| * | Add following code. | 2022-09-20 | 1 | -0/+5 | |
| | | |||||
| * | More timeline work. | 2022-09-20 | 1 | -1/+3 | |
| | | |||||
| * | Added some timeline functions. | 2022-09-20 | 1 | -0/+3 | |
| | | |||||
| * | More follower data code. | 2022-09-20 | 1 | -0/+7 | |
| | | |||||
| * | New function user_list(). | 2022-09-19 | 1 | -0/+1 | |
| | | |||||
| * | Renamed user functions. | 2022-09-19 | 1 | -2/+2 | |
| | | |||||
| * | New function hash_password() and check_password(). | 2022-09-19 | 1 | -0/+3 | |
| | | |||||
| * | [data.c] new file. | 2022-09-19 | 1 | -0/+2 | |
| | | |||||
| * | New functions snac_debug() and snac_log(). | 2022-09-19 | 1 | -0/+3 | |
| | | |||||
| * | New functions snac_open() and snac_free(). | 2022-09-19 | 1 | -0/+12 | |
| | | |||||
| * | Improved server debug functions. | 2022-09-19 | 1 | -1/+3 | |
| | | |||||
| * | Added time functions. | 2022-09-19 | 1 | -0/+4 | |
| | | |||||
| * | Start of work. | 2022-09-19 | 1 | -0/+10 | |
| | | |||||
| * | More dummy files. | 2022-09-19 | 1 | -0/+2 | |