| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use doubles instead of floats. | 2022-09-30 | 1 | -9/+9 | |
| | | |||||
| * | Timeline is cached. | 2022-09-30 | 1 | -1/+55 | |
| | | |||||
| * | The input queue also has retries. | 2022-09-28 | 1 | -5/+8 | |
| | | |||||
| * | Process 'Update' + 'Person'. | 2022-09-28 | 1 | -1/+1 | |
| | | |||||
| * | Process 'Undo' + 'Follow'. | 2022-09-28 | 1 | -2/+6 | |
| | | |||||
| * | More HTML work. | 2022-09-28 | 1 | -1/+2 | |
| | | |||||
| * | New function static_get(). | 2022-09-28 | 1 | -0/+25 | |
| | | |||||
| * | Delete dangling local timeline entry in timeline_admire(). | 2022-09-28 | 1 | -0/+2 | |
| | | |||||
| * | The outbox returns now some entries. | 2022-09-28 | 1 | -4/+19 | |
| | | |||||
| * | New variable USER_AGENT. | 2022-09-27 | 1 | -1/+1 | |
| | | |||||
| * | More work but signatures seem to still fail. | 2022-09-26 | 1 | -3/+3 | |
| | | |||||
| * | New function msg_admiration(). | 2022-09-26 | 1 | -1/+1 | |
| | | |||||
| * | Link to local if the child id is from this actor. | 2022-09-26 | 1 | -1/+1 | |
| | | |||||
| * | Also store local referrers in the local timeline. | 2022-09-26 | 1 | -4/+7 | |
| | | |||||
| * | New metadata 'referrer', that contains an actor. | 2022-09-26 | 1 | -17/+19 | |
| | | | | | This field contains the actor that boosted an entry. | ||||
| * | Fixed some incorrect allocations. | 2022-09-25 | 1 | -10/+6 | |
| | | |||||
| * | More sign work (I'm tired). | 2022-09-25 | 1 | -2/+2 | |
| | | |||||
| * | New function msg_actor(). | 2022-09-25 | 1 | -2/+0 | |
| | | |||||
| * | Fixed a bug in the digest header. | 2022-09-25 | 1 | -2/+4 | |
| | | |||||
| * | New function timeline_request(). | 2022-09-25 | 1 | -0/+14 | |
| | | |||||
| * | New function timeline_admire(). | 2022-09-25 | 1 | -35/+93 | |
| | | |||||
| * | Some log tweaks. | 2022-09-25 | 1 | -1/+1 | |
| | | |||||
| * | Fixed bug in srv_archive(). | 2022-09-25 | 1 | -0/+1 | |
| | | |||||
| * | Some fixes to timeline_add(). | 2022-09-25 | 1 | -6/+7 | |
| | | |||||
| * | Also store the req object in enqueue_input(). | 2022-09-24 | 1 | -4/+5 | |
| | | |||||
| * | New function enqueue_input(). | 2022-09-23 | 1 | -1/+28 | |
| | | |||||
| * | New function process_queue(). | 2022-09-23 | 1 | -36/+36 | |
| | | |||||
| * | New functions send_to_inbox() and send_to_actor(). | 2022-09-23 | 1 | -1/+1 | |
| | | |||||
| * | 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 | 1 | -1/+1 | |
| | | |||||
| * | Added some actor functions. | 2022-09-22 | 1 | -0/+77 | |
| | | |||||
| * | Renamed enqueue() to enqueue_output(). | 2022-09-22 | 1 | -3/+3 | |
| | | |||||
| * | New function _timeline_parent(). | 2022-09-22 | 1 | -0/+77 | |
| | | |||||
| * | Changed some glob() oddities. | 2022-09-20 | 1 | -4/+6 | |
| | | |||||
| * | New function dequeue(). | 2022-09-20 | 1 | -0/+20 | |
| | | |||||
| * | New function queue(). | 2022-09-20 | 1 | -0/+33 | |
| | | |||||
| * | New function enqueue(). | 2022-09-20 | 1 | -1/+36 | |
| | | |||||
| * | Added muted functions. | 2022-09-20 | 1 | -0/+42 | |
| | | |||||
| * | Add following code. | 2022-09-20 | 1 | -0/+51 | |
| | | |||||
| * | More timeline work. | 2022-09-20 | 1 | -0/+49 | |
| | | |||||
| * | More timeline work. | 2022-09-20 | 1 | -8/+58 | |
| | | |||||
| * | Added some timeline functions. | 2022-09-20 | 1 | -0/+60 | |
| | | |||||
| * | More follower data code. | 2022-09-20 | 1 | -0/+7 | |
| | | |||||
| * | Added some follower functions. | 2022-09-20 | 1 | -5/+104 | |
| | | |||||
| * | New function user_list(). | 2022-09-19 | 1 | -2/+32 | |
| | | |||||
| * | Renamed user functions. | 2022-09-19 | 1 | -1/+1 | |
| | | |||||
| * | [data.c] new file. | 2022-09-19 | 1 | -0/+133 | |