summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Version 2.44 RELEASED.2.44Gravatar default2024-01-101-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2024-01-101-1/+1
|
* Minor code cleaning.Gravatar default2024-01-102-13/+3
|
* Updated RELEASE_NOTES.Gravatar default2024-01-101-1/+1
|
* Webfinger queries are cached, as they should.Gravatar default2024-01-081-2/+12
|
* New state variable top_job_fifo_size.Gravatar default2024-01-082-0/+4
|
* Renamed some thread states.Gravatar default2024-01-082-3/+3
|
* Updated RELEASE_NOTES.Gravatar default2024-01-081-1/+1
|
* Added some state flags for threads.Gravatar default2024-01-082-2/+15
|