summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated RELEASE_NOTES.Gravatar default2024-01-211-0/+6
|
* Delay creating the shared memory struct after the socket is successfully ↵Gravatar default2024-01-211-7/+7
| | | | created.
* Mastoapi: fixed an error the edited_at field.Gravatar default2024-01-191-1/+1
|
* Also process Video in timeline_request().Gravatar default2024-01-181-1/+1
|
* Do a very basic conversion of content if it's markdown.Gravatar default2024-01-181-0/+8
| | | | Peertube videos have this.
* New function get_atto(), to get the attributedTo field.Gravatar default2024-01-185-43/+49
|
* Deleted breakpoint.Gravatar default2024-01-181-2/+0
|
* Fixed bad actor value in the button bar for Peertube videos.Gravatar default2024-01-181-3/+2
|
* Added some support for Peertube videos.Gravatar default2024-01-182-10/+99
|
* Version 2.45 RELEASED.2.45Gravatar default2024-01-181-1/+1
|
* Updated TODO.Gravatar default2024-01-181-0/+2
|
* Updated TODO.Gravatar default2024-01-171-0/+2
|
* Updated RELEASE_NOTES.Gravatar default2024-01-171-1/+3
|
* Updated RELEASE_NOTES.Gravatar default2024-01-171-1/+1
|
* Updated TODO.Gravatar default2024-01-161-0/+2
|
* Started support for Peertube's Video object.Gravatar default2024-01-141-6/+12
|
* Ensure to now overwrite the Accept + Follow object on repeated follows.Gravatar default2024-01-141-0/+13
|
* In posts, fixed bad link urls if written between parentheses.Gravatar default2024-01-141-1/+1
|
* Fixed crashes in command-line options.Gravatar default2024-01-143-1/+12
|
* Merge pull request 'Fixed a bug introduced yesterday that caused double ↵Gravatar grunfink2024-01-131-2/+0
|\ | | | | | | | | | | notifications' (#103) from draga79/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/103
| * Fixed a bug introduced yesterday that cause double notificationsGravatar Stefano Marinelli2024-01-131-2/+0
|/
* Rewritten a sentence to be clearer in README.md.Gravatar default2024-01-132-2/+2
|
* Merge pull request 'Added support for ntfy notifications with enhanced ↵Gravatar grunfink2024-01-126-1/+90
|\ | | | | | | | | | | 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
| * ntfy code cleanupGravatar Stefano Marinelli2024-01-121-2/+1
| |
| * Updated RELEASE_NOTES.md to add ntfy.sh supportGravatar Stefano Marinelli2024-01-121-0/+2
| |
| * Added support for ntfy notifications. You can configure either a self-hosted ↵Gravatar Stefano Marinelli2024-01-125-1/+89
| | | | | | | | server or use the official ntfy.sh, and you have the option to use a private token to protect access and topics.
* | In README.md, document how to add -lrt to make (for older distributions).Gravatar default2024-01-121-0/+7
| |
* | Don't hardcode the -lrt, as OpenBSD does not have it.Gravatar default2024-01-121-1/+1
| |
* | Added -lrt to the linkage line, as it's needed at least in Ubuntu 20.04.6 LTS.Gravatar default2024-01-121-1/+1
| |
* | Minor tweak for better corruption detection.Gravatar default2024-01-121-6/+6
| |
* | More tries to fix crashes in mastoapi_account().Gravatar default2024-01-111-2/+8
|/
* Avoid invalid actors in mastoapi_status().Gravatar default2024-01-111-0/+4
|
* Better checking for CC creation in msg_note().Gravatar default2024-01-111-2/+2
|
* Updated RELEASE_NOTES.Gravatar default2024-01-111-2/+2
|
* Silenced some unused argument warnings.Gravatar default2024-01-111-0/+5
|
* Updated RELEASE_NOTES.Gravatar default2024-01-111-0/+2
|
* Set the 'bot' field in verify_credentials to the matching value.Gravatar default2024-01-111-2/+1
|
* Merge pull request 'Improve support for Mona iOS app' (#100) from ↵Gravatar grunfink2024-01-113-0/+31
|\ | | | | | | | | | | jamesoff/snac2:monaapp-support into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/100
| * Support DELETE for Mastodon subscriptionsGravatar James Seward2024-01-113-0/+26
| | | | | | | | | | | | | | | | 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.
| * Add missing fields to account verificationGravatar James Seward2024-01-111-0/+5
|/ | | | | | | | | | 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.
* Added an unveil() call for "/tmp".Gravatar default2024-01-111-0/+1
| | | | | | | It seems that it's needed for shm_open() to succeed, whatever the first argument points to. No idea why.
* If the actor from a message from the shared-inbox fails, propagate.Gravatar default2024-01-111-2/+8
| | | | It may be because the actor request needs to be authenticated.
* Avoid a webfinger request in msg_note().Gravatar default2024-01-111-9/+16
|
* Updated RELEASE_NOTES.Gravatar default2024-01-101-0/+2
|
* Updated documentation.Gravatar default2024-01-101-0/+22
|
* New command-line option 'state'.Gravatar default2024-01-102-6/+100
|
* Updated RELEASE_NOTES.Gravatar default2024-01-101-0/+4
|
* Added more webfinger checks, just to be sure.Gravatar default2024-01-102-3/+4
|
* Fixed minor collision in webfinger caching.Gravatar default2024-01-102-4/+8
|
* Call srv_archive_error() on input q_item errors.Gravatar default2024-01-101-0/+2
|