summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated TODO.Gravatar default2023-04-211-2/+2
|
* Added a new compilation variable NO_MASTODON_API.Gravatar default2023-04-212-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/snac2Gravatar default2023-04-200-0/+0
|\
| * Commented out more code.Gravatar default2023-04-201-2/+0
| |
* | Commented out more debugging code.Gravatar default2023-04-201-2/+0
|/
* Commented out test code.Gravatar default2023-04-201-2/+2
|
* More complete mastodon api instance object.Gravatar default2023-04-201-1/+21
| | | | But Megalodon keeps crashing.
* snac_init() now prompts for the admin_address.Gravatar default2023-04-201-0/+7
|
* The default greeting.html now include %admin_email%.Gravatar default2023-04-201-5/+2
|
* Replace %admin_email% in greeting.html.Gravatar default2023-04-201-0/+7
|
* Deleted debug code.Gravatar default2023-04-201-2/+0
|
* Use server.json "admin_email" in mastoapi instance object.Gravatar default2023-04-201-1/+7
|
* Backport from xs.Gravatar default2023-04-202-3/+3
|
* Backport from xs.Gravatar default2023-04-193-3/+3
|
* arc4random() does not exist in not-so-old systems, so revert this.Gravatar default2023-04-163-8/+9
| | | | | | Revert "Replaced random() with arc4random()." This reverts commit f658f345cac7b24d6fa61f08b4ec09823d28b11a.
* Replaced random() with arc4random().Gravatar default2023-04-163-9/+8
|
* Replaced strcpy() with strncpy().Gravatar default2023-04-162-3/+3
| | | | To shut up some compiler whining.
* Updated documentation.Gravatar default2023-04-161-1/+5
|
* Also accept /api/v2 urls.Gravatar default2023-04-161-3/+9
|
* New function user_open_by_md5().Gravatar default2023-04-163-5/+22
|
* Temporary fix to this account show error.Gravatar default2023-04-161-0/+4
|
* Return context ancestors in the right order.Gravatar default2023-04-161-1/+1
|
* Fixed use-after-free in reply messages.Gravatar default2023-04-161-30/+30
|
* Don't strip the api version in mastoapi post handler.Gravatar default2023-04-161-6/+6
|
* Updated RELEASE_NOTES.Gravatar default2023-04-161-2/+2
|
* New button to clear all notifications.Gravatar default2023-04-161-0/+13
|
* Updated RELEASE_NOTES.Gravatar default2023-04-161-2/+4
|
* Posts can now be sent (still no images).Gravatar default2023-04-153-3/+48
|
* Force failure in Mastodon API before it gets to a crash-on-startup situation.Gravatar default2023-04-151-2/+6
|
* Added entrypoint /push/subscription.Gravatar default2023-04-151-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.Gravatar default2023-04-151-0/+18
|
* Added the 'header' field to verify_credentials.Gravatar default2023-04-151-0/+1
| | | | Megalodon accepted, but now crashes on input.
* Some fixes to allow Megalodon to work.Gravatar default2023-04-151-18/+29
| | | | The instance object was wrong and the oauth args can appear as JSON.
* New mastoapi to clear all notifications.Gravatar default2023-04-143-0/+27
|
* Set the timeline check time after showing the notifications.Gravatar default2023-04-141-0/+5
|
* New function timeline_touch().Gravatar default2023-04-143-1/+14
|
* Updated RELEASE_NOTES.Gravatar default2023-04-141-0/+2
|
* Updated TODO.Gravatar default2023-04-141-2/+2
|
* Delete the private HTML cache on edits.Gravatar default2023-04-141-0/+1
|
* More notification web page tweaks.Gravatar default2023-04-141-1/+1
|
* More notification web tweaks.Gravatar default2023-04-141-2/+12
|
* Don't show the full tree in notifications.Gravatar default2023-04-142-45/+60
|
* New notifications web page.Gravatar default2023-04-142-2/+88
|
* Show a top link to the (future) notifications area, including a count of new ↵Gravatar default2023-04-141-1/+14
| | | | ones.
* notify_list() returns the notifications in reverse order.Gravatar default2023-04-141-1/+1
|
* Updated TODO.Gravatar default2023-04-141-1/+1
|
* Updated TODO.Gravatar default2023-04-141-0/+4
|
* Fixed crash in notification list.Gravatar default2023-04-142-10/+13
|
* Added a dummy 'created_at' field for accounts that don't have a date.Gravatar default2023-04-141-0/+5
| | | | This avoid a crash in Tusky.
* Fixed crash in notify_get().Gravatar default2023-04-131-1/+1
|