| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | |||||
| * | New function user_open_by_md5(). | 2023-04-16 | 1 | -0/+1 | |
| | | |||||
| * | Posts can now be sent (still no images). | 2023-04-15 | 1 | -1/+1 | |
| | | |||||
| * | New mastoapi to clear all notifications. | 2023-04-14 | 1 | -0/+1 | |
| | | |||||
| * | New function timeline_touch(). | 2023-04-14 | 1 | -0/+1 | |
| | | |||||
| * | New functions notify_get() and notify_list(). | 2023-04-13 | 1 | -0/+2 | |
| | | |||||
| * | New function notify_check_time(). | 2023-04-13 | 1 | -0/+1 | |
| | | |||||
| * | New function notify_add(). | 2023-04-13 | 1 | -1/+4 | |
| | | |||||
| * | Version 2.27 RELEASED.2.27 | 2023-04-13 | 1 | -1/+1 | |
| | | |||||
| * | Don't generate invalid JSON if an attachment has no description. | 2023-04-12 | 1 | -1/+1 | |
| | | |||||
| * | New functions object_ctime() and object_ctime_by_md5(). | 2023-04-12 | 1 | -0/+2 | |
| | | |||||
| * | New function f_ctime(). | 2023-04-12 | 1 | -0/+1 | |
| | | |||||
| * | New function mastodon_status(). | 2023-04-11 | 1 | -2/+2 | |
| | | |||||
| * | OAuth login now works. | 2023-04-09 | 1 | -5/+7 | |
| | | |||||
| * | More mastoapi work. | 2023-04-08 | 1 | -2/+6 | |
| | | |||||
| * | Added some OAuth scaffold code. | 2023-04-08 | 1 | -0/+2 | |
| | | |||||
| * | New file mastoapi.c. | 2023-04-08 | 1 | -0/+3 | |
| | | |||||
| * | New function lastlog_write(). | 2023-04-05 | 1 | -0/+2 | |
| | | |||||
| * | Fixed overzealous rejection of Announces. | 2023-04-05 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.26 RELEASED.2.26 | 2023-04-05 | 1 | -1/+1 | |
| | | |||||
| * | Bumped version. | 2023-04-01 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.25 RELEASED.2.25 | 2023-03-08 | 1 | -1/+1 | |
| | | |||||
| * | New function is_msg_for_me(). | 2023-03-06 | 1 | -0/+1 | |
| | | |||||