| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fixed warning. | 2023-04-23 | 2 | -2/+2 | ||
| | | ||||||
| * | Added mastoapi unfollow. | 2023-04-23 | 3 | -2/+18 | ||
| | | ||||||
| * | Added mastoapi follow. | 2023-04-23 | 4 | -35/+96 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-23 | 1 | -0/+4 | ||
| | | ||||||
| * | Attend mastoapi relationships. | 2023-04-23 | 3 | -13/+48 | ||
| | | | | | Now, the follow/unfollow buttons appear on each account's page. | |||||
| * | Added mastoapi code for account search. | 2023-04-23 | 4 | -6/+46 | ||
| | | ||||||
| * | Version 2.28 RELEASED.2.28 | 2023-04-23 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated TODO. | 2023-04-23 | 1 | -0/+4 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-22 | 1 | -3/+3 | ||
| | | ||||||
| * | Updated README. | 2023-04-22 | 1 | -3/+3 | ||
| | | ||||||
| * | History functions fail on ids with /. | 2023-04-22 | 2 | -16/+25 | ||
| | | ||||||
| * | Fail on static data ids with / in them. | 2023-04-22 | 1 | -15/+25 | ||
| | | ||||||
| * | Updated TODO. | 2023-04-22 | 1 | -4/+10 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-22 | 1 | -2/+2 | ||
| | | ||||||
| * | New function mastoapi_put_handler(). | 2023-04-22 | 3 | -0/+83 | ||
| | | ||||||
| * | Use static_get_meta() when preparing the attachment. | 2023-04-22 | 3 | -7/+9 | ||
| | | ||||||
| * | New functions to get and set metadata into static files. | 2023-04-22 | 2 | -0/+35 | ||
| | | ||||||
| * | Added mastoapi support for adding images. | 2023-04-22 | 1 | -0/+70 | ||
| | | ||||||
| * | Updated README. | 2023-04-21 | 1 | -1/+3 | ||
| | | ||||||
| * | Updated README. | 2023-04-21 | 1 | -0/+6 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-21 | 1 | -0/+2 | ||
| | | ||||||
| * | Updated TODO. | 2023-04-21 | 1 | -2/+2 | ||
| | | ||||||
| * | Added a new compilation variable NO_MASTODON_API. | 2023-04-21 | 2 | -0/+9 | ||
| | | | | | | | | | | The Mastodon API is a big and ugly beast; if you don't want it in your snac, you can compile it out by running make CFLAGS=-DNO_MASTODON_API And your snac binary will be as slim as always. | |||||
| * | Merge branch 'master' of /home/angel/git/snac2 | 2023-04-20 | 0 | -0/+0 | ||
| |\ | ||||||
| | * | Commented out more code. | 2023-04-20 | 1 | -2/+0 | ||
| | | | ||||||
| * | | Commented out more debugging code. | 2023-04-20 | 1 | -2/+0 | ||
| |/ | ||||||
| * | Commented out test code. | 2023-04-20 | 1 | -2/+2 | ||
| | | ||||||
| * | More complete mastodon api instance object. | 2023-04-20 | 1 | -1/+21 | ||
| | | | | | But Megalodon keeps crashing. | |||||
| * | snac_init() now prompts for the admin_address. | 2023-04-20 | 1 | -0/+7 | ||
| | | ||||||
| * | The default greeting.html now include %admin_email%. | 2023-04-20 | 1 | -5/+2 | ||
| | | ||||||
| * | Replace %admin_email% in greeting.html. | 2023-04-20 | 1 | -0/+7 | ||
| | | ||||||
| * | Deleted debug code. | 2023-04-20 | 1 | -2/+0 | ||
| | | ||||||
| * | Use server.json "admin_email" in mastoapi instance object. | 2023-04-20 | 1 | -1/+7 | ||
| | | ||||||
| * | Backport from xs. | 2023-04-20 | 2 | -3/+3 | ||
| | | ||||||
| * | Backport from xs. | 2023-04-19 | 3 | -3/+3 | ||
| | | ||||||
| * | arc4random() does not exist in not-so-old systems, so revert this. | 2023-04-16 | 3 | -8/+9 | ||
| | | | | | | | Revert "Replaced random() with arc4random()." This reverts commit f658f345cac7b24d6fa61f08b4ec09823d28b11a. | |||||
| * | Replaced random() with arc4random(). | 2023-04-16 | 3 | -9/+8 | ||
| | | ||||||
| * | Replaced strcpy() with strncpy(). | 2023-04-16 | 2 | -3/+3 | ||
| | | | | | To shut up some compiler whining. | |||||
| * | Updated documentation. | 2023-04-16 | 1 | -1/+5 | ||
| | | ||||||
| * | Also accept /api/v2 urls. | 2023-04-16 | 1 | -3/+9 | ||
| | | ||||||
| * | New function user_open_by_md5(). | 2023-04-16 | 3 | -5/+22 | ||
| | | ||||||
| * | Temporary fix to this account show error. | 2023-04-16 | 1 | -0/+4 | ||
| | | ||||||
| * | Return context ancestors in the right order. | 2023-04-16 | 1 | -1/+1 | ||
| | | ||||||
| * | Fixed use-after-free in reply messages. | 2023-04-16 | 1 | -30/+30 | ||
| | | ||||||
| * | Don't strip the api version in mastoapi post handler. | 2023-04-16 | 1 | -6/+6 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-16 | 1 | -2/+2 | ||
| | | ||||||
| * | New button to clear all notifications. | 2023-04-16 | 1 | -0/+13 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-16 | 1 | -2/+4 | ||
| | | ||||||
| * | Posts can now be sent (still no images). | 2023-04-15 | 3 | -3/+48 | ||
| | | ||||||
| * | Force failure in Mastodon API before it gets to a crash-on-startup situation. | 2023-04-15 | 1 | -2/+6 | ||
| | | ||||||