Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-21 | Updated TODO. | default | |
2024-01-21 | Updated RELEASE_NOTES. | default | |
2024-01-21 | Delay creating the shared memory struct after the socket is successfully ↵ | default | |
created. | |||
2024-01-19 | Mastoapi: fixed an error the edited_at field. | default | |
2024-01-18 | Also process Video in timeline_request(). | default | |
2024-01-18 | Do a very basic conversion of content if it's markdown. | default | |
Peertube videos have this. | |||
2024-01-18 | New function get_atto(), to get the attributedTo field. | default | |
2024-01-18 | Deleted breakpoint. | default | |
2024-01-18 | Fixed bad actor value in the button bar for Peertube videos. | default | |
2024-01-18 | Added some support for Peertube videos. | default | |
2024-01-18 | Version 2.45 RELEASED. | default | |
2024-01-18 | Updated TODO. | default | |
2024-01-17 | Updated TODO. | default | |
2024-01-17 | Updated RELEASE_NOTES. | default | |
2024-01-17 | Updated RELEASE_NOTES. | default | |
2024-01-16 | Updated TODO. | default | |
2024-01-14 | Started support for Peertube's Video object. | default | |
2024-01-14 | Ensure to now overwrite the Accept + Follow object on repeated follows. | default | |
2024-01-14 | In posts, fixed bad link urls if written between parentheses. | default | |
2024-01-14 | Fixed crashes in command-line options. | default | |
2024-01-13 | Merge 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-13 | Fixed a bug introduced yesterday that cause double notifications | Stefano Marinelli | |
2024-01-13 | Rewritten a sentence to be clearer in README.md. | default | |
2024-01-12 | Merge 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-12 | In README.md, document how to add -lrt to make (for older distributions). | default | |
2024-01-12 | Don't hardcode the -lrt, as OpenBSD does not have it. | default | |
2024-01-12 | Added -lrt to the linkage line, as it's needed at least in Ubuntu 20.04.6 LTS. | default | |
2024-01-12 | Minor tweak for better corruption detection. | default | |
2024-01-12 | ntfy code cleanup | Stefano Marinelli | |
2024-01-12 | Updated RELEASE_NOTES.md to add ntfy.sh support | Stefano Marinelli | |
2024-01-12 | Added 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-11 | More tries to fix crashes in mastoapi_account(). | default | |
2024-01-11 | Avoid invalid actors in mastoapi_status(). | default | |
2024-01-11 | Better checking for CC creation in msg_note(). | default | |
2024-01-11 | Updated RELEASE_NOTES. | default | |
2024-01-11 | Silenced some unused argument warnings. | default | |
2024-01-11 | Updated RELEASE_NOTES. | default | |
2024-01-11 | Set the 'bot' field in verify_credentials to the matching value. | default | |
2024-01-11 | Merge pull request 'Improve support for Mona iOS app' (#100) from ↵ | grunfink | |
jamesoff/snac2:monaapp-support into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/100 | |||
2024-01-11 | Support DELETE for Mastodon subscriptions | James Seward | |
While testing Mona, I noticed that after deleting my account entry for my snac server, Mona would repeatedly try to delete the subscription it thought it had created, resulting in many unhandled DELETE calls. This accepts the call and returns 200 for it, which makes Mona happy. | |||
2024-01-11 | Add missing fields to account verification | James Seward | |
This allows the Mona iOS app to successfully sign in. I wasn't sure what a suitable value for `last_status_at` would be so I just copied `published` since it's the right format. This also just sets the `bot` field to false regardless of the user's configuration, which probably isn't ideal. | |||
2024-01-11 | Added an unveil() call for "/tmp". | default | |
It seems that it's needed for shm_open() to succeed, whatever the first argument points to. No idea why. | |||
2024-01-11 | If the actor from a message from the shared-inbox fails, propagate. | default | |
It may be because the actor request needs to be authenticated. | |||
2024-01-11 | Avoid a webfinger request in msg_note(). | default | |
2024-01-10 | Updated RELEASE_NOTES. | default | |
2024-01-10 | Updated documentation. | default | |
2024-01-10 | New command-line option 'state'. | default | |
2024-01-10 | Updated RELEASE_NOTES. | default | |
2024-01-10 | Added more webfinger checks, just to be sure. | default | |
2024-01-10 | Fixed minor collision in webfinger caching. | default | |