| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New function timeline_request(). | 2022-09-25 | 3 | -7/+53 | |
| | | |||||
| * | New function timeline_admire(). | 2022-09-25 | 3 | -36/+104 | |
| | | |||||
| * | Some log tweaks. | 2022-09-25 | 1 | -1/+1 | |
| | | |||||
| * | Fixed bug in srv_archive(). | 2022-09-25 | 2 | -1/+2 | |
| | | |||||
| * | Some fixes to timeline_add(). | 2022-09-25 | 4 | -23/+68 | |
| | | |||||
| * | Process 'Create' messages (untested). | 2022-09-25 | 2 | -3/+34 | |
| | | |||||
| * | The HTTP request headers are stored in a plain dict. | 2022-09-25 | 4 | -29/+21 | |
| | | |||||
| * | New function srv_archive(). | 2022-09-25 | 3 | -48/+106 | |
| | | |||||
| * | Added some aechiving. | 2022-09-24 | 1 | -0/+34 | |
| | | |||||
| * | More work. | 2022-09-24 | 2 | -16/+13 | |
| | | |||||
| * | More message work. | 2022-09-24 | 1 | -9/+24 | |
| | | |||||
| * | Started creating messages. | 2022-09-24 | 1 | -12/+49 | |
| | | |||||
| * | More log tweaks. | 2022-09-24 | 1 | -8/+8 | |
| | | |||||
| * | Replace long paths with ~ in logs. | 2022-09-24 | 1 | -0/+12 | |
| | | |||||
| * | Always call srv_debug() from snac_debug(). | 2022-09-24 | 1 | -5/+3 | |
| | | |||||
| * | Also store the req object in enqueue_input(). | 2022-09-24 | 3 | -11/+12 | |
| | | |||||
| * | More ActivityPub work. | 2022-09-23 | 1 | -0/+45 | |
| | | |||||
| * | New function enqueue_input(). | 2022-09-23 | 3 | -2/+46 | |
| | | |||||
| * | Fixed memleak. | 2022-09-23 | 1 | -2/+4 | |
| | | |||||
| * | New function activitypub_get_handler(). | 2022-09-23 | 3 | -2/+67 | |
| | | |||||
| * | xs_httpd_request() also returns the payload. | 2022-09-23 | 4 | -12/+54 | |
| | | |||||
| * | New function process_queue(). | 2022-09-23 | 3 | -37/+82 | |
| | | |||||
| * | New functions send_to_inbox() and send_to_actor(). | 2022-09-23 | 3 | -1/+40 | |
| | | |||||
| * | Fixed bug in actor_request(). | 2022-09-23 | 3 | -2/+15 | |
| | | |||||
| * | Improved activitypub_request(). | 2022-09-23 | 2 | -19/+47 | |
| | | |||||
| * | server_get_handler() returns the status. | 2022-09-23 | 1 | -11/+13 | |
| | | |||||
| * | webfinger_get_handler() returns the status. | 2022-09-23 | 3 | -15/+17 | |
| | | |||||
| * | webfinger_request() returns the status. | 2022-09-23 | 3 | -10/+11 | |
| | | |||||
| * | [activitypub.c] New file. | 2022-09-23 | 4 | -1/+78 | |
| | | |||||
| * | Reworked timeline_add(). | 2022-09-23 | 1 | -75/+107 | |
| | | |||||
| * | Added comment about what to do with recursive parent storage. | 2022-09-23 | 1 | -0/+2 | |
| | | |||||
| * | _timeline_parent() does not need to be recursive (or does it?). | 2022-09-23 | 1 | -5/+2 | |
| | | |||||
| * | Return 110 "Response Is Stale" to stale actors. | 2022-09-22 | 1 | -1/+2 | |
| | | |||||
| * | Minor actor tweak. | 2022-09-22 | 2 | -2/+2 | |
| | | |||||
| * | Added some actor functions. | 2022-09-22 | 2 | -0/+80 | |
| | | |||||
| * | httpd serves susie.png. | 2022-09-22 | 1 | -0/+14 | |
| | | |||||
| * | Fixed memleak in greeting. | 2022-09-22 | 1 | -1/+2 | |
| | | |||||
| * | Renamed enqueue() to enqueue_output(). | 2022-09-22 | 2 | -4/+5 | |
| | | |||||
| * | New function _timeline_parent(). | 2022-09-22 | 1 | -0/+77 | |
| | | |||||
| * | New macro valid_status(). | 2022-09-22 | 2 | -1/+3 | |
| | | |||||
| * | Deleted left debug information. | 2022-09-22 | 1 | -1/+0 | |
| | | |||||
| * | Minor webfinger tweak. | 2022-09-22 | 1 | -1/+4 | |
| | | |||||
| * | More webfinger work. | 2022-09-22 | 2 | -9/+77 | |
| | | |||||
| * | New function webfinger_request() (incomplete). | 2022-09-22 | 3 | -2/+47 | |
| | | |||||
| * | Added a webfinger handler. | 2022-09-21 | 4 | -1/+102 | |
| | | |||||
| * | Updated Makefile. | 2022-09-21 | 1 | -12/+12 | |
| | | |||||
| * | Fix q_path. | 2022-09-21 | 1 | -11/+17 | |
| | | |||||
| * | Added a global server handler. | 2022-09-21 | 2 | -1/+116 | |
| | | |||||
| * | More httpd work. | 2022-09-21 | 4 | -4/+53 | |
| | | |||||
| * | New flag srv_running. | 2022-09-21 | 3 | -0/+4 | |
| | | |||||