summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-30Updated RELEASE_NOTES.default
2024-05-30Fixed minor leak.default
2024-05-30Merge pull request 'Mastodon PATCH API for user profile updates' (#169) from ...grunfink
2024-05-29Implement image uploads for TokodonLouis Brauer
2024-05-28Fix parsing of boundary for multipart/form-dataLouis Brauer
2024-05-27More or less smaller fixes :)Louis Brauer
2024-05-27Merge remote-tracking branch 'origin/master'Louis Brauer
2024-05-27Implement empty response for /accounts/:id/featured_tagsLouis Brauer
2024-05-27Merge branch 'master' into masterLouis Brauer
2024-05-27Translate status codes to canonical status textsLouis Brauer
2024-05-27Use ISO C99 __func__ instead of GNU __FUNCTION__Louis Brauer
2024-05-27Merge remote-tracking branch 'origin/master'Louis Brauer
2024-05-27Implement Mastodon PATCH endpoint for account profile updatesLouis Brauer
2024-05-27Backport from xs.default
2024-05-27Minor tweak to markdown-like links.default
2024-05-26Use enum instead of numeric status codes for HTTP statusesLouis Brauer
2024-05-26Updated documentation.default
2024-05-26Updated documentation.default
2024-05-26Updated documentation.default
2024-05-26Updated RELEASE_NOTES.default
2024-05-26Bumped version.default
2024-05-26Added markdown-like links.default
2024-05-26Minor code reformatting.default
2024-05-26Merge pull request 'Enable deletion of avatar and header image in user settin...grunfink
2024-05-26Enable deletion of avatar and header image in user settingsLouis Brauer
2024-05-25Merge pull request 'master' (#1) from grunfink/snac2:master into masterLouis Brauer
2024-05-25Backport from xs (fix regex.h compilation with tcc).default
2024-05-24Added a 'title' to each list timeline.default
2024-05-24Don't show list links in read only timelines.default
2024-05-24Show 'Nothing found for tag' message.default
2024-05-24Minor list show tweaks.default
2024-05-24Added links to the lists in html_timeline().default
2024-05-24Also delete the list .idx.bak.default
2024-05-23Added more const.default
2024-05-22Also return an application/ld+json object in webfinger.default
2024-05-22Merge pull request 'Change WebFinger content type to RFC-required type' (#167...grunfink
2024-05-22Fixed warning.default
2024-05-22Change WebFinger content type to RFC-required typeSteve Bate
2024-05-22Updated README.default
2024-05-21Another approach to disabling SHM.default
2024-05-21New compilation variable WITHOUT_SHM, to disable shared memory functions.default
2024-05-21Added const everywhere.default
2024-05-16Version 2.53 RELEASED.default
2024-05-15Skip hidden posts in content_search().default
2024-05-15Renamed content_check() to content_match().default
2024-05-15Moved functions around.default
2024-05-15Use xs_regex_match() where applicable.default
2024-05-15Updated RELEASE_NOTES.default
2024-05-15Convert the regex to lowercase in content_search().default
2024-05-15User search can also be done by tag.default