| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New function purge_all(). | 2022-10-17 | 1 | -0/+1 | |
| | | |||||
| * | Version 2.05 RELEASED.2.05 | 2022-10-16 | 1 | -1/+1 | |
| | | |||||
| * | Attachments are now starting to get real. | 2022-10-16 | 1 | -1/+2 | |
| | | |||||
| * | Version 2.04 RELEASED.2.04 | 2022-10-14 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.03 RELEASED.2.03 | 2022-10-10 | 1 | -1/+1 | |
| | | |||||
| * | Media can be attached to notes. | 2022-10-10 | 1 | -1/+1 | |
| | | | | | | The web interface limits this (by now) to only one attachment, given the URL. | ||||
| * | Version 2.02 RELEASED.2.02 | 2022-10-07 | 1 | -1/+1 | |
| | | |||||
| * | New command-line option purge. | 2022-10-04 | 1 | -0/+2 | |
| | | |||||
| * | New function adduser(). | 2022-10-04 | 1 | -0/+1 | |
| | | |||||
| * | New function initdb(). | 2022-10-04 | 1 | -0/+2 | |
| | | |||||
| * | Version 2.01 RELEASED.2.01 | 2022-10-03 | 1 | -1/+1 | |
| | | |||||
| * | The history is shown at the bottom of the local timeline. | 2022-10-02 | 1 | -0/+1 | |
| | | |||||
| * | An 'Update' message is set to everyone when data is changed. | 2022-10-02 | 1 | -0/+2 | |
| | | |||||
| * | Use the time functions of xs_time.h. | 2022-10-02 | 1 | -4/+0 | |
| | | |||||
| * | Implemented 'Delete'. | 2022-10-01 | 1 | -0/+1 | |
| | | |||||
| * | New web action 'Unfollow'. | 2022-10-01 | 1 | -0/+2 | |
| | | |||||
| * | New MUTE web action. | 2022-10-01 | 1 | -0/+1 | |
| | | |||||
| * | Use doubles instead of floats. | 2022-09-30 | 1 | -3/+3 | |
| | | |||||
| * | Timeline is cached. | 2022-09-30 | 1 | -0/+5 | |
| | | |||||
| * | New function check_signature() (incomplete). | 2022-09-29 | 1 | -0/+1 | |
| | | |||||
| * | Added support for one-entry timeline. | 2022-09-29 | 1 | -0/+1 | |
| | | |||||
| * | The input queue also has retries. | 2022-09-28 | 1 | -1/+1 | |
| | | |||||
| * | New function ftime(). | 2022-09-28 | 1 | -0/+1 | |
| | | |||||
| * | More HTML work. | 2022-09-28 | 1 | -0/+2 | |
| | | |||||
| * | New function static_get(). | 2022-09-28 | 1 | -0/+2 | |
| | | |||||
| * | New function html_msg_icon(). | 2022-09-28 | 1 | -0/+3 | |
| | | |||||
| * | Added dummy HTTP handlers for html. | 2022-09-28 | 1 | -0/+3 | |
| | | |||||
| * | The outbox returns now some entries. | 2022-09-28 | 1 | -1/+3 | |
| | | |||||
| * | New variable USER_AGENT. | 2022-09-27 | 1 | -0/+4 | |
| | | |||||
| * | New function msg_follow(). | 2022-09-27 | 1 | -0/+1 | |
| | | |||||
| * | Notes can be posted WOW!. | 2022-09-27 | 1 | -0/+2 | |
| | | |||||
| * | 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 | |
| | | |||||