Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2024-01-10 | Call srv_archive_error() on input q_item errors. | default | |
2024-01-10 | Version 2.44 RELEASED. | default | |
2024-01-10 | Updated RELEASE_NOTES. | default | |
2024-01-10 | Minor code cleaning. | default | |
2024-01-10 | Updated RELEASE_NOTES. | default | |
2024-01-08 | Webfinger queries are cached, as they should. | default | |
2024-01-08 | New state variable top_job_fifo_size. | default | |
2024-01-08 | Renamed some thread states. | default | |
2024-01-08 | Updated RELEASE_NOTES. | default | |
2024-01-08 | Added some state flags for threads. | default | |
2024-01-08 | Non-important variable renaming. | default | |
2024-01-08 | Rewritten part of the job threads to be leaner and faster. | default | |
2024-01-07 | Merge pull request 'Added compatibility with NetBSD' (#99) from ↵ | grunfink | |
draga79/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/99 | |||
2024-01-07 | Addes NetBSD rc script example | Stefano Marinelli | |
2024-01-07 | Updated README.md for NetBSD compiling instructions | Stefano Marinelli | |
2024-01-07 | Added Makefile.NetBSD to compile on NetBSD | Stefano Marinelli | |
To compile on NetBSD, just use "make -f Makefile.NetBSD" and "make -f Makefile.NetBSD install" | |||
2024-01-07 | Updated RELEASE_NOTES. | default | |
2024-01-07 | Better behaviour on broken queue items. | default | |
2024-01-07 | Backport from xs. | default | |
2024-01-06 | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | default | |
2024-01-06 | Merge pull request 'improvement(nginx): Adjust nginx template to proper ↵ | grunfink | |
SSL/TLS cipher & protocols' (#98) from gyptazy/snac2:feature/adjust-nginx-ssl-tls-config into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/98 | |||
2024-01-05 | improvement(nginx): Adjust nginx template to proper SSL/TLS cipher & protocols | Florian Paul Azim Hoberg | |
Fixes: #97 | |||
2024-01-05 | More tweaks regarding shared inboxes. | default | |
2024-01-04 | dequeue() unlinks the file, even if it's been unable to parse it. | default | |
2024-01-04 | In the people page, followers and following lists are foldable. | default | |
2024-01-04 | Updated copyright year. | default | |
2024-01-03 | Updated RELEASE_NOTES. | default | |
2024-01-03 | Merge pull request 'Added FreeBSD documentation and rc script' (#96) from ↵ | grunfink | |
draga79/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/96 | |||
2024-01-03 | Update doc/snac.8 | draga79 | |
Added FreeBSD | |||
2024-01-03 | Updated README.md for FreeBSD instructions | draga79 | |