| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added level of debug for 'Delete' messages. | 2022-12-08 | 1 | -1/+1 | |
| | | |||||
| * | Pagination of the public and private page | 2022-12-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | Use the query parameters skip and show to control what you can see, e.g. /alex/admin?skip=0&show=4 Don't use or save the timeline cache if either is set. The following functions were changed from accepting a single max parameter to accepting both skip and show: timeline_simple_list, timeline_list, index_list_desc. | ||||
| * | Use "new" instead of "New" for log messages | 2022-12-04 | 1 | -2/+2 | |
| | | | | | | The messages for new "Like" and new "Delete" started with an uppercase n instead of a lowercase n like all the other log messages. | ||||
| * | New function timeline_simple_list(). | 2022-12-03 | 1 | -1/+1 | |
| | | |||||
| * | More old code cleaning. | 2022-12-02 | 1 | -3/+3 | |
| | | |||||
| * | Renamed timeline_here() to object_here(). | 2022-12-02 | 1 | -1/+1 | |
| | | |||||
| * | Fixed one post queries. | 2022-12-02 | 1 | -4/+1 | |
| | | |||||
| * | Fixed RSS and outbox to use the new data storage. | 2022-12-02 | 1 | -6/+9 | |
| | | |||||
| * | Big data storage change. | 2022-12-02 | 1 | -3/+3 | |
| | | |||||
| * | Added the profile="" argument to Person content-type. | 2022-12-01 | 1 | -1/+1 | |
| | | |||||
| * | Deleted dump of debugging code. | 2022-11-28 | 1 | -8/+0 | |
| | | |||||
| * | Use xs_set in recipient_list() and inbox_list(). | 2022-11-28 | 1 | -13/+14 | |
| | | |||||
| * | Upgraded followers to the new db. | 2022-11-28 | 1 | -5/+3 | |
| | | |||||
| * | Dump bad signature headers to /tmp/ (temporary). | 2022-11-27 | 1 | -0/+8 | |
| | | |||||
| * | I was using fclose() instead of pclose(). What a moron. | 2022-11-27 | 1 | -1/+1 | |
| | | |||||
| * | New function object_add_ow(). | 2022-11-26 | 1 | -2/+0 | |
| | | |||||
| * | Also call object_del() on a renewed actor in actor_request(). | 2022-11-25 | 1 | -0/+1 | |
| | | |||||
| * | On Update + Person, call object_del() before actor_add(). | 2022-11-25 | 1 | -0/+2 | |
| | | |||||
| * | In msg_note(), also add the in_reply_to author as a tag.Mention. | 2022-11-22 | 1 | -6/+21 | |
| | | |||||
| * | Logging tweaks. | 2022-11-18 | 1 | -3/+3 | |
| | | |||||
| * | Always log process_queue sending. | 2022-11-18 | 1 | -2/+2 | |
| | | |||||
| * | Queue messages to inboxes instead of actors. | 2022-11-17 | 1 | -8/+33 | |
| | | |||||
| * | Move send to actor logging to process_queue(). | 2022-11-17 | 1 | -4/+4 | |
| | | |||||
| * | Also log the inbox in send_to_actor(). | 2022-11-17 | 1 | -1/+1 | |
| | | |||||
| * | Use endpoints/sharedInbox instead of inbox, if there is one. | 2022-11-17 | 1 | -12/+23 | |
| | | |||||
| * | Set "u-url mention" class for mentions. | 2022-11-13 | 1 | -1/+1 | |
| | | |||||
| * | Some formatting refactoring. | 2022-11-13 | 1 | -2/+2 | |
| | | |||||
| * | Fixed memory leak. | 2022-11-07 | 1 | -1/+1 | |
| | | |||||
| * | Use the newly resolved actor in msg_follow() instead of rewriting the old one. | 2022-11-02 | 1 | -2/+1 | |
| | | |||||
| * | Fixed bug when following by @user@host. | 2022-11-02 | 1 | -2/+11 | |
| | | |||||
| * | People page started. | 2022-11-02 | 1 | -2/+8 | |
| | | |||||
| * | Don't store objects other than 'Note' in timeline_request(). | 2022-11-01 | 1 | -10/+14 | |
| | | |||||
| * | 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 | |
| | | |||||