index
:
snac2.git
master
Unnamed repository; edit this file 'description' to name the repository.
hyang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mastoapi.c
Age
Commit message (
Expand
)
Author
2023-04-16
arc4random() does not exist in not-so-old systems, so revert this.
default
2023-04-16
Replaced random() with arc4random().
default
2023-04-16
Replaced strcpy() with strncpy().
default
2023-04-16
Also accept /api/v2 urls.
default
2023-04-16
New function user_open_by_md5().
default
2023-04-16
Temporary fix to this account show error.
default
2023-04-16
Return context ancestors in the right order.
default
2023-04-16
Fixed use-after-free in reply messages.
default
2023-04-16
Don't strip the api version in mastoapi post handler.
default
2023-04-15
Posts can now be sent (still no images).
default
2023-04-15
Force failure in Mastodon API before it gets to a crash-on-startup situation.
default
2023-04-15
Added entrypoint /push/subscription.
default
2023-04-15
Added some more dummy entry points.
default
2023-04-15
Added the 'header' field to verify_credentials.
default
2023-04-15
Some fixes to allow Megalodon to work.
default
2023-04-14
New mastoapi to clear all notifications.
default
2023-04-14
New notifications web page.
default
2023-04-14
Fixed crash in notification list.
default
2023-04-14
Added a dummy 'created_at' field for accounts that don't have a date.
default
2023-04-13
Implemented mastoapi notifications.
default
2023-04-13
New functions notify_get() and notify_list().
default
2023-04-13
New function notify_add().
default
2023-04-13
Started working on a notification list.
default
2023-04-13
More log level tweaks.
default
2023-04-13
Changed mastoapi log levels.
default
2023-04-13
Updated RELEASE_NOTES.
default
2023-04-12
The snac page has been renamed to what-is-snac.
default
2023-04-12
Relationships can only be queried if logged in.
default
2023-04-12
Dummy /accounts/relationships.
default
2023-04-12
Also return (some) information for non-local users.
default
2023-04-12
Added the mastodon account data.
default
2023-04-12
Added the mastodon personal timeline.
default
2023-04-12
Updated RELEASE_NOTES.
default
2023-04-12
Added support for like and boost lists.
default
2023-04-12
Added forgotten user cleanup in mastoapi_post_handler().
default
2023-04-12
Don't generate invalid JSON if an attachment has no description.
default
2023-04-12
Use the ctime instead of the published date in mastoapi_id().
default
2023-04-11
Commented out debugging messages.
default
2023-04-11
Added support for likes and boosts.
default
2023-04-11
Added some comments.
default
2023-04-11
Added many dummy lists.
default
2023-04-11
Added support for statuses/:id and statuses/:id/context.
default
2023-04-11
Started work in /api/v1/statuses.
default
2023-04-11
New function mastodon_status().
default
2023-04-10
Added /api/v1/instance.
default
2023-04-10
Added image attachments.
default
2023-04-10
Added some tweaks for AndStatus, that does some things different (still non-w...
default
2023-04-10
New function mastoapi_id(), that creates mostly-compatible Ids.
default
2023-04-10
Some timeline fixes.
default
2023-04-10
More mastoapi timeline work.
default
[next]