| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Version 2.35 RELEASED.2.35 | 2023-06-15 | 1 | -1/+1 | |
| | | |||||
| * | New function webfinger_request_signed(). | 2023-06-13 | 1 | -0/+1 | |
| | | |||||
| * | Don't enqueue a request_replies message if it's already there. | 2023-06-07 | 1 | -0/+1 | |
| | | |||||
| * | New function enqueue_request_replies(). | 2023-06-07 | 1 | -0/+2 | |
| | | | | | | | This way, the (potentially expensive and slow) call to timeline_request_replies() is detached from actions like replying a message from the web ui. | ||||
| * | Some prototype update. | 2023-06-07 | 1 | -7/+7 | |
| | | |||||
| * | Some prototype tweaks. | 2023-06-05 | 1 | -7/+7 | |
| | | |||||
| * | Moved srv_running variable to httpd.c. | 2023-06-05 | 1 | -1/+0 | |
| | | |||||
| * | If a user config field 'bot' is set to true, identies as such. | 2023-06-04 | 1 | -1/+1 | |
| | | |||||
| * | Updated some data types. | 2023-06-04 | 1 | -4/+4 | |
| | | |||||
| * | Version 2.34 RELEASED.2.34 | 2023-06-03 | 1 | -1/+1 | |
| | | |||||
| * | New function was_question_voted(). | 2023-05-31 | 1 | -0/+1 | |
| | | |||||
| * | Create the base message of msg_question() from msg_note(). | 2023-05-30 | 1 | -1/+2 | |
| | | |||||
| * | Enqueue a close_question user q_item. | 2023-05-29 | 1 | -0/+1 | |
| | | |||||
| * | New macro ISO_DATE_SPEC. | 2023-05-29 | 1 | -0/+2 | |
| | | |||||
| * | New function update_question(). | 2023-05-29 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.33 RELEASED.2.33 | 2023-05-27 | 1 | -1/+1 | |
| | | |||||
| * | More prototype tunnings. | 2023-05-24 | 1 | -5/+5 | |
| | | |||||
| * | Added some experimental 'Question' posting code. | 2023-05-24 | 1 | -1/+1 | |
| | | |||||
| * | New function msg_question() (unused). | 2023-05-24 | 1 | -0/+1 | |
| | | |||||
| * | Bumped version. | 2023-05-21 | 1 | -1/+1 | |
| | | |||||
| * | Convert image links in notes to attachments. | 2023-05-21 | 1 | -1/+1 | |
| | | |||||
| * | Minor prototype change. | 2023-05-21 | 1 | -2/+2 | |
| | | |||||
| * | Version 2.32 RELEASED.2.32 | 2023-05-18 | 1 | -1/+1 | |
| | | |||||
| * | Also find local users in /api/v1/search. | 2023-05-15 | 1 | -1/+1 | |
| | | |||||
| * | Bumped version. | 2023-05-15 | 1 | -1/+1 | |
| | | |||||
| * | Add /v1/account/search support. | 2023-05-15 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.31 RELEASED.2.31 | 2023-05-13 | 1 | -1/+1 | |
| | | |||||
| * | Added a source (web, mastoapi, etc) to lastlog_write(). | 2023-05-08 | 1 | -1/+1 | |
| | | |||||
| * | Bumped version. | 2023-05-07 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.30 RELEASED.2.30 | 2023-05-07 | 1 | -1/+1 | |
| | | |||||
| * | Implemented 'Ping' and 'Pong' activities. | 2023-05-05 | 1 | -0/+2 | |
| | | | | | According to https://humungus.tedunangst.com/r/honk/v/tip/f/docs/ping.txt | ||||
| * | Added some const here and there. | 2023-05-04 | 1 | -6/+8 | |
| | | |||||
| * | Deleted real unused parameters. | 2023-05-04 | 1 | -1/+1 | |
| | | |||||
| * | Partial support for mastoapi unfavourite / unreblog. | 2023-05-01 | 1 | -0/+1 | |
| | | |||||
| * | The instance timeline now works. | 2023-04-30 | 1 | -2/+2 | |
| | | |||||
| * | Some instance timeline work. | 2023-04-30 | 1 | -4/+4 | |
| | | |||||
| * | Bumped version. | 2023-04-30 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.29 RELEASED.2.29 | 2023-04-28 | 1 | -1/+1 | |
| | | |||||
| * | New function mastoapi_purge() (still dummy). | 2023-04-28 | 1 | -0/+1 | |
| | | |||||
| * | Store the what-is-snac URL as a CPP constant. | 2023-04-25 | 1 | -0/+2 | |
| | | |||||
| * | Fixed warning. | 2023-04-23 | 1 | -1/+1 | |
| | | |||||
| * | Added mastoapi unfollow. | 2023-04-23 | 1 | -1/+1 | |
| | | |||||
| * | Added mastoapi follow. | 2023-04-23 | 1 | -4/+4 | |
| | | |||||
| * | Attend mastoapi relationships. | 2023-04-23 | 1 | -5/+5 | |
| | | | | | Now, the follow/unfollow buttons appear on each account's page. | ||||
| * | Added mastoapi code for account search. | 2023-04-23 | 1 | -3/+3 | |
| | | |||||
| * | Version 2.28 RELEASED.2.28 | 2023-04-23 | 1 | -1/+1 | |
| | | |||||
| * | History functions fail on ids with /. | 2023-04-22 | 1 | -5/+5 | |
| | | |||||
| * | New function mastoapi_put_handler(). | 2023-04-22 | 1 | -0/+3 | |
| | | |||||
| * | Use static_get_meta() when preparing the attachment. | 2023-04-22 | 1 | -2/+2 | |
| | | |||||
| * | New functions to get and set metadata into static files. | 2023-04-22 | 1 | -0/+2 | |
| | | |||||