| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Some code moving to avoid false positive leaks. | 2022-10-25 | 1 | -2/+2 | |
| | | |||||
| * | Fixed leak. | 2022-10-25 | 1 | -1/+2 | |
| | | |||||
| * | Send notification emails through the queue. | 2022-10-21 | 1 | -20/+33 | |
| | | |||||
| * | Fixed typo. | 2022-10-21 | 1 | -1/+1 | |
| | | |||||
| * | Don't notify about admirations of things by others. | 2022-10-21 | 1 | -14/+20 | |
| | | |||||
| * | Rewritten notify() to write the message in bulk. | 2022-10-21 | 1 | -23/+43 | |
| | | | | | | This was meant to avoid some 32 EPIPE from sendmail, but it's still happening. | ||||
| * | New function notify(). | 2022-10-21 | 1 | -4/+80 | |
| | | |||||
| * | Better 'Delete' message logging. | 2022-10-20 | 1 | -2/+4 | |
| | | |||||
| * | Added support for HEAD methods. | 2022-10-16 | 1 | -1/+1 | |
| | | | | | Mastodon uses them when it founds an attachment. | ||||
| * | Media can be attached to notes. | 2022-10-10 | 1 | -1/+29 | |
| | | | | | | The web interface limits this (by now) to only one attachment, given the URL. | ||||
| * | Use the time functions of xs_time.h. | 2022-10-02 | 1 | -2/+3 | |
| | | |||||
| * | Fixed crash. | 2022-10-01 | 1 | -2/+3 | |
| | | |||||
| * | Also accept 'Delete' on input. | 2022-10-01 | 1 | -2/+5 | |
| | | |||||
| * | Implemented 'Delete'. | 2022-10-01 | 1 | -3/+26 | |
| | | |||||
| * | timeline_request() also triggers an actor_request(). | 2022-10-01 | 1 | -2/+9 | |
| | | |||||
| * | New web action 'Unfollow'. | 2022-10-01 | 1 | -0/+11 | |
| | | |||||
| * | Add a date to a Follow message if it doesn't include one. | 2022-09-30 | 1 | -3/+10 | |
| | | |||||
| * | New function check_signature() (incomplete). | 2022-09-29 | 1 | -1/+4 | |
| | | |||||
| * | html_entry() is built in its own string and then added. | 2022-09-29 | 1 | -3/+7 | |
| | | | | | This will be faster. | ||||
| * | Treat 410 Gone from actors specially. | 2022-09-28 | 1 | -2/+12 | |
| | | |||||
| * | The input queue also has retries. | 2022-09-28 | 1 | -6/+15 | |
| | | |||||
| * | If an actor cannot be retrieved, move the message back to the queue. | 2022-09-28 | 1 | -1/+6 | |
| | | |||||
| * | Process 'Update' + 'Person'. | 2022-09-28 | 1 | -1/+7 | |
| | | |||||
| * | Process 'Undo' + 'Follow'. | 2022-09-28 | 1 | -2/+8 | |
| | | |||||
| * | 'Announce' messages also try to bring the announced actor. | 2022-09-28 | 1 | -2/+9 | |
| | | |||||
| * | Check for muted actors in Announce messages. | 2022-09-28 | 1 | -2/+18 | |
| | | |||||
| * | Delete the _snac field in outbox. | 2022-09-28 | 1 | -2/+4 | |
| | | |||||
| * | The outbox returns now some entries. | 2022-09-28 | 1 | -1/+15 | |
| | | |||||
| * | Timeline pages are also served. | 2022-09-27 | 1 | -7/+15 | |
| | | |||||
| * | Call process_tags() from msg_note(). | 2022-09-27 | 1 | -4/+13 | |
| | | |||||
| * | New function process_tags() (untested). | 2022-09-27 | 1 | -0/+52 | |
| | | |||||
| * | 'Accept' messages are processed. | 2022-09-27 | 1 | -2/+10 | |
| | | |||||
| * | New function msg_follow(). | 2022-09-27 | 1 | -0/+28 | |
| | | |||||
| * | More work in msg_note(). | 2022-09-27 | 1 | -62/+89 | |
| | | |||||
| * | Notes can be posted WOW!. | 2022-09-27 | 1 | -7/+84 | |
| | | |||||
| * | Started function not_really_markdown(). | 2022-09-27 | 1 | -1/+2 | |
| | | |||||
| * | 'Follow' messages are now processed. | 2022-09-27 | 1 | -16/+58 | |
| | | |||||
| * | Check the digest before enqueueing. | 2022-09-27 | 1 | -1/+15 | |
| | | |||||
| * | Serve the actor as the correct content-type. | 2022-09-26 | 1 | -1/+3 | |
| | | |||||
| * | More work but signatures seem to still fail. | 2022-09-26 | 1 | -11/+24 | |
| | | |||||
| * | New function msg_admiration(). | 2022-09-26 | 1 | -0/+20 | |
| | | |||||
| * | 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 | 1 | -5/+5 | |
| | | |||||
| * | 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 | 1 | -2/+2 | |
| | | | | | This field contains the actor that boosted an entry. | ||||
| * | Return the correct content-type. | 2022-09-26 | 1 | -0/+1 | |
| | | |||||
| * | Backported from xs. | 2022-09-25 | 1 | -1/+1 | |
| | | |||||