summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-26mastoapi: avoid crashing on empty payloads.default
2024-01-26Updated RELEASE_NOTES.default
2024-01-26Some tweaks to retry timeouts.default
2024-01-24Updated README.default
2024-01-24Use get_attachments() in mastoapi_status().default
2024-01-24Use get_attachments() in html_entry().default
2024-01-24New function get_attachments() (still unused).default
2024-01-24Don't send anything to the collected inboxes if collection is disabled.default
2024-01-24Updated RELEASE_NOTES.default
2024-01-24Added a fix to also show the mutual emoji in the people page.default
2024-01-24Moved the mutual and bot emojis after the link, where they belong.default
2024-01-24Show a handshake emoji for mutual relations (following + follower).default
2024-01-23Fixed typo.default
2024-01-23Bumped version.default
2024-01-23Updated RELEASE_NOTES.default
2024-01-23mastoapi: added /v1/statuses put support (note edit).default
2024-01-23mastoapi: added support for status/.../source.default
2024-01-21Updated documentation.default
2024-01-21Updated TODO.default
2024-01-21Updated RELEASE_NOTES.default
2024-01-21Delay creating the shared memory struct after the socket is successfully ↵default
created.
2024-01-19Mastoapi: fixed an error the edited_at field.default
2024-01-18Also process Video in timeline_request().default
2024-01-18Do a very basic conversion of content if it's markdown.default
Peertube videos have this.
2024-01-18New function get_atto(), to get the attributedTo field.default
2024-01-18Deleted breakpoint.default
2024-01-18Fixed bad actor value in the button bar for Peertube videos.default
2024-01-18Added some support for Peertube videos.default
2024-01-18Version 2.45 RELEASED.default
2024-01-18Updated TODO.default
2024-01-17Updated TODO.default
2024-01-17Updated RELEASE_NOTES.default
2024-01-17Updated RELEASE_NOTES.default
2024-01-16Updated TODO.default
2024-01-14Started support for Peertube's Video object.default
2024-01-14Ensure to now overwrite the Accept + Follow object on repeated follows.default
2024-01-14In posts, fixed bad link urls if written between parentheses.default
2024-01-14Fixed crashes in command-line options.default
2024-01-13Merge pull request 'Fixed a bug introduced yesterday that caused double ↵grunfink
notifications' (#103) from draga79/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/103
2024-01-13Fixed a bug introduced yesterday that cause double notificationsStefano Marinelli
2024-01-13Rewritten a sentence to be clearer in README.md.default
2024-01-12Merge pull request 'Added support for ntfy notifications with enhanced ↵grunfink
privacy when utilizing a self-hosted server, eliminating the need for external services.' (#102) from draga79/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/102
2024-01-12In README.md, document how to add -lrt to make (for older distributions).default
2024-01-12Don't hardcode the -lrt, as OpenBSD does not have it.default
2024-01-12Added -lrt to the linkage line, as it's needed at least in Ubuntu 20.04.6 LTS.default
2024-01-12Minor tweak for better corruption detection.default
2024-01-12ntfy code cleanupStefano Marinelli
2024-01-12Updated RELEASE_NOTES.md to add ntfy.sh supportStefano Marinelli
2024-01-12Added support for ntfy notifications. You can configure either a self-hosted ↵Stefano Marinelli
server or use the official ntfy.sh, and you have the option to use a private token to protect access and topics.
2024-01-11More tries to fix crashes in mastoapi_account().default