| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | More work in not_really_markdown(). | 2022-09-27 | 4 | -4/+64 | ||
| | | ||||||
| * | Fixed bug in xs_replace_i(). | 2022-09-27 | 1 | -1/+1 | ||
| | | ||||||
| * | Use xs_replace_i() in some places. | 2022-09-27 | 3 | -10/+4 | ||
| | | ||||||
| * | Updated dependencies. | 2022-09-27 | 1 | -5/+7 | ||
| | | ||||||
| * | Backported from xs. | 2022-09-27 | 1 | -22/+14 | ||
| | | ||||||
| * | Backported xs_regex.h from xs. | 2022-09-27 | 2 | -1/+48 | ||
| | | ||||||
| * | Started command-line command 'note'. | 2022-09-27 | 1 | -0/+35 | ||
| | | ||||||
| * | Started function not_really_markdown(). | 2022-09-27 | 4 | -1/+74 | ||
| | | ||||||
| * | [html.c] new file. | 2022-09-27 | 2 | -1/+10 | ||
| | | ||||||
| * | [.gitignore] new file. | 2022-09-27 | 1 | -0/+2 | ||
| | | ||||||
| * | 'Follow' messages are now processed. | 2022-09-27 | 1 | -16/+58 | ||
| | | ||||||
| * | Check the digest before enqueueing. | 2022-09-27 | 1 | -1/+15 | ||
| | | ||||||
| * | Backported from xs. | 2022-09-26 | 1 | -2/+4 | ||
| | | ||||||
| * | Use xs_evp_sign() for signing. | 2022-09-26 | 1 | -4/+4 | ||
| | | ||||||
| * | Backported from xs. | 2022-09-26 | 1 | -0/+41 | ||
| | | ||||||
| * | More error testing in srv_archive(). | 2022-09-26 | 1 | -3/+3 | ||
| | | ||||||
| * | Serve the actor as the correct content-type. | 2022-09-26 | 2 | -3/+8 | ||
| | | ||||||
| * | Added direction to srv_archive() files. | 2022-09-26 | 1 | -1/+1 | ||
| | | ||||||
| * | More work but signatures seem to still fail. | 2022-09-26 | 6 | -19/+41 | ||
| | | ||||||
| * | New function msg_admiration(). | 2022-09-26 | 4 | -1/+34 | ||
| | | ||||||
| * | 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 | 2 | -6/+6 | ||
| | | ||||||
| * | Also store local referrers in the local timeline. | 2022-09-26 | 1 | -4/+7 | ||
| | | ||||||
| * | 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 | 3 | -20/+22 | ||
| | | | | | This field contains the actor that boosted an entry. | |||||
| * | Return the correct content-type. | 2022-09-26 | 1 | -0/+1 | ||
| | | ||||||
| * | New file README.md. | 2022-09-25 | 1 | -0/+42 | ||
| | | ||||||
| * | Backported from xs. | 2022-09-25 | 4 | -17/+17 | ||
| | | ||||||
| * | Fixed some incorrect allocations. | 2022-09-25 | 1 | -10/+6 | ||
| | | ||||||
| * | Remove manually the leading zeros in _xs_json_dumps(). | 2022-09-25 | 1 | -1/+14 | ||
| | | ||||||
| * | Avoid crashing on empty q_items. | 2022-09-25 | 1 | -0/+5 | ||
| | | ||||||
| * | Always write a raw payload in srv_archive(). | 2022-09-25 | 1 | -6/+6 | ||
| | | ||||||
| * | More sign work (I'm tired). | 2022-09-25 | 3 | -8/+3 | ||
| | | ||||||
| * | New function msg_actor(). | 2022-09-25 | 6 | -2/+110 | ||
| | | ||||||
| * | Minor tweak in http signatures. | 2022-09-25 | 1 | -6/+10 | ||
| | | ||||||
| * | Fixed a bug in the digest header. | 2022-09-25 | 4 | -11/+23 | ||
| | | ||||||
| * | 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 | ||
| | | ||||||