| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | |||||
| * | Added entrypoint /push/subscription. | 2023-04-15 | 1 | -4/+40 | |
| | | | | | | The returned object is just wild guessing, I don't understand all this things. Anyway, the offical app keeps crashing. | ||||
| * | Added some more dummy entry points. | 2023-04-15 | 1 | -0/+18 | |
| | | |||||
| * | Added the 'header' field to verify_credentials. | 2023-04-15 | 1 | -0/+1 | |
| | | | | | Megalodon accepted, but now crashes on input. | ||||
| * | Some fixes to allow Megalodon to work. | 2023-04-15 | 1 | -18/+29 | |
| | | | | | The instance object was wrong and the oauth args can appear as JSON. | ||||
| * | New mastoapi to clear all notifications. | 2023-04-14 | 3 | -0/+27 | |
| | | |||||
| * | Set the timeline check time after showing the notifications. | 2023-04-14 | 1 | -0/+5 | |
| | | |||||
| * | New function timeline_touch(). | 2023-04-14 | 3 | -1/+14 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-04-14 | 1 | -0/+2 | |
| | | |||||
| * | Updated TODO. | 2023-04-14 | 1 | -2/+2 | |
| | | |||||
| * | Delete the private HTML cache on edits. | 2023-04-14 | 1 | -0/+1 | |
| | | |||||
| * | More notification web page tweaks. | 2023-04-14 | 1 | -1/+1 | |
| | | |||||
| * | More notification web tweaks. | 2023-04-14 | 1 | -2/+12 | |
| | | |||||
| * | Don't show the full tree in notifications. | 2023-04-14 | 2 | -45/+60 | |
| | | |||||
| * | New notifications web page. | 2023-04-14 | 2 | -2/+88 | |
| | | |||||
| * | Show a top link to the (future) notifications area, including a count of new ↵ | 2023-04-14 | 1 | -1/+14 | |
| | | | | | ones. | ||||
| * | notify_list() returns the notifications in reverse order. | 2023-04-14 | 1 | -1/+1 | |
| | | |||||
| * | Updated TODO. | 2023-04-14 | 1 | -1/+1 | |
| | | |||||
| * | Updated TODO. | 2023-04-14 | 1 | -0/+4 | |
| | | |||||
| * | Fixed crash in notification list. | 2023-04-14 | 2 | -10/+13 | |
| | | |||||
| * | Added a dummy 'created_at' field for accounts that don't have a date. | 2023-04-14 | 1 | -0/+5 | |
| | | | | | This avoid a crash in Tusky. | ||||
| * | Fixed crash in notify_get(). | 2023-04-13 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-04-13 | 1 | -0/+4 | |
| | | |||||
| * | Implemented mastoapi notifications. | 2023-04-13 | 2 | -4/+55 | |
| | | |||||
| * | New functions notify_get() and notify_list(). | 2023-04-13 | 3 | -3/+60 | |
| | | |||||
| * | New function notify_check_time(). | 2023-04-13 | 2 | -0/+29 | |
| | | |||||
| * | New function notify_add(). | 2023-04-13 | 4 | -6/+42 | |
| | | |||||
| * | Started working on a notification list. | 2023-04-13 | 2 | -15/+17 | |
| | | |||||
| * | Version 2.27 RELEASED.2.27 | 2023-04-13 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-04-13 | 1 | -1/+1 | |
| | | |||||
| * | More log level tweaks. | 2023-04-13 | 1 | -1/+1 | |
| | | |||||
| * | Changed mastoapi log levels. | 2023-04-13 | 1 | -13/+14 | |
| | | |||||
| * | f_ctime() returns the oldest of ctime and mtime. | 2023-04-13 | 1 | -2/+7 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-04-13 | 2 | -1/+7 | |
| | | |||||
| * | The snac page has been renamed to what-is-snac. | 2023-04-12 | 1 | -1/+1 | |
| | | |||||
| * | Relationships can only be queried if logged in. | 2023-04-12 | 1 | -3/+6 | |
| | | |||||