| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
| | | ||||||
| * | [httpd.c] new file. | 2022-09-21 | 1 | -0/+52 | ||
| | | ||||||
| * | More work in http signed request. | 2022-09-21 | 3 | -8/+15 | ||
| | | ||||||
| * | New function xs_sha256_base64(). | 2022-09-21 | 2 | -4/+24 | ||
| | | ||||||
| * | Use its own copy of the headers in http_signed_request(). | 2022-09-21 | 2 | -8/+15 | ||
| | | ||||||
| * | Added http signed request code (untested). | 2022-09-20 | 3 | -3/+74 | ||
| | | ||||||
| * | Updated Makefile. | 2022-09-20 | 1 | -1/+1 | ||
| | | ||||||
| * | [http.c] new file. | 2022-09-20 | 2 | -1/+23 | ||
| | | ||||||
| * | Imported changes from xs. | 2022-09-20 | 1 | -0/+2 | ||
| | | ||||||
| * | Changed some glob() oddities. | 2022-09-20 | 1 | -4/+6 | ||
| | | ||||||
| * | New function dequeue(). | 2022-09-20 | 3 | -1/+25 | ||
| | | ||||||
| * | New function queue(). | 2022-09-20 | 3 | -0/+48 | ||
| | | ||||||
| * | New function enqueue(). | 2022-09-20 | 4 | -5/+40 | ||
| | | ||||||
| * | Added muted functions. | 2022-09-20 | 2 | -0/+45 | ||
| | | ||||||
| * | Add following code. | 2022-09-20 | 2 | -0/+56 | ||
| | | ||||||
| * | More timeline work. | 2022-09-20 | 1 | -0/+49 | ||
| | | ||||||
| * | More timeline work. | 2022-09-20 | 3 | -9/+73 | ||
| | | ||||||
| * | Added some timeline functions. | 2022-09-20 | 2 | -0/+63 | ||
| | | ||||||