summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request 'Fixed webfinger and curl issues' (#31) from poesty/snac2:...Gravatar grunfink2023-05-073-4/+6
|\
| * Merge pull request 'master' (#1) from grunfink/snac2:master into masterGravatar poesty2023-05-0716-147/+610
| |\ | |/ |/|
* | Version 2.30 RELEASED.2.30Gravatar default2023-05-071-1/+1
* | Updated RELEASE_NOTES.Gravatar default2023-05-061-1/+3
* | Fixed a bug in Tusky's image send.Gravatar default2023-05-061-19/+0
* | Updated examples/docket-entrypoint.sh.Gravatar default2023-05-051-1/+1
* | The 'ping' command-line requests the actor for better error info.Gravatar default2023-05-051-5/+13
* | Fixed bug in ping cmdline debug output.Gravatar default2023-05-051-1/+1
* | Updated RELEASE_NOTES.Gravatar default2023-05-051-0/+2
* | Implemented 'Ping' and 'Pong' activities.Gravatar default2023-05-053-3/+54
* | Updated documentation.Gravatar default2023-05-041-2/+6
* | Fixed mastoapi debug levels.Gravatar default2023-05-041-8/+8
* | New url /oauth/x-snac-get-token.Gravatar default2023-05-041-0/+52
* | Made the post action configurable in login_page.Gravatar default2023-05-041-5/+6
* | Fixed more warnings.Gravatar default2023-05-043-2/+3
* | Added -Wextra to C flags.Gravatar default2023-05-046-1/+27
* | Added some const here and there.Gravatar default2023-05-045-13/+17
* | Deleted real unused parameters.Gravatar default2023-05-044-12/+11
* | Updated dependencies.Gravatar default2023-05-041-1/+1
* | Updated documentation.Gravatar default2023-05-041-1/+2
* | Updated documentation.Gravatar default2023-05-041-0/+11
* | Avoid crash in optional mastoapi argument.Gravatar default2023-05-041-0/+3
* | Updated documentation.Gravatar default2023-05-041-0/+14
* | Ensure no actor data is left in actor_get().Gravatar default2023-05-031-2/+4
* | Updated RELEASE_NOTES.Gravatar default2023-05-031-0/+2
* | Fixed missing notifications in certain circunstancies.Gravatar default2023-05-032-2/+2
* | Use xs_replace_n() where it suits.Gravatar default2023-05-023-11/+11
* | Backport from xs.Gravatar default2023-05-023-15/+220
* | Updated RELEASE_NOTES.Gravatar default2023-05-011-1/+1
* | Partial support for mastoapi unfavourite / unreblog.Gravatar default2023-05-013-3/+9
* | New functions index_del_md5(), index_del() and object_unadmire().Gravatar default2023-05-011-0/+62
* | Purge / gc the instance timeline index.Gravatar default2023-05-011-1/+5
* | In /api/v1/statuses, get the object from the storage instead of from the time...Gravatar default2023-05-011-1/+1
* | Return immediately from actor_get() if it's a local user.Gravatar default2023-04-301-0/+1
* | Updated RELEASE_NOTES.Gravatar default2023-04-301-0/+4
* | The instance timeline now works.Gravatar default2023-04-302-20/+13
* | actor_get() returns an actor message for local users.Gravatar default2023-04-301-5/+21
* | Some instance timeline work.Gravatar default2023-04-303-35/+38
* | Bumped version.Gravatar default2023-04-301-1/+1
* | Public posts are also added to an instance public timeline index.Gravatar default2023-04-291-1/+6
| * Fixed webfinger and curl issuesGravatar poesty2023-05-073-4/+6
|/
* Version 2.29 RELEASED.2.29Gravatar default2023-04-281-1/+1
* Incomplete mastoapi apps are purged.Gravatar default2023-04-281-2/+35
* New function mastoapi_purge() (still dummy).Gravatar default2023-04-283-0/+10
* Ensure the new app client_id is unique.Gravatar default2023-04-281-1/+12
* Updated RELEASE_NOTES.Gravatar default2023-04-271-1/+1
* Hide hidden posts from timelines.Gravatar default2023-04-271-1/+5
* Updated documentation.Gravatar default2023-04-271-0/+4
* Fixed video attachments.Gravatar default2023-04-261-13/+15
* Fixed crash in mastoapi search.Gravatar default2023-04-261-1/+1