summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-10Call srv_archive_error() on input q_item errors.default
2024-01-10Version 2.44 RELEASED.default
2024-01-10Updated RELEASE_NOTES.default
2024-01-10Minor code cleaning.default
2024-01-10Updated RELEASE_NOTES.default
2024-01-08Webfinger queries are cached, as they should.default
2024-01-08New state variable top_job_fifo_size.default
2024-01-08Renamed some thread states.default
2024-01-08Updated RELEASE_NOTES.default
2024-01-08Added some state flags for threads.default
2024-01-08Non-important variable renaming.default
2024-01-08Rewritten part of the job threads to be leaner and faster.default
2024-01-07Merge 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-07Addes NetBSD rc script exampleStefano Marinelli
2024-01-07Updated README.md for NetBSD compiling instructionsStefano Marinelli
2024-01-07Added Makefile.NetBSD to compile on NetBSDStefano Marinelli
To compile on NetBSD, just use "make -f Makefile.NetBSD" and "make -f Makefile.NetBSD install"
2024-01-07Updated RELEASE_NOTES.default
2024-01-07Better behaviour on broken queue items.default
2024-01-07Backport from xs.default
2024-01-06Merge branch 'master' of grunfink-codeberg:grunfink/snac2default
2024-01-06Merge 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-05improvement(nginx): Adjust nginx template to proper SSL/TLS cipher & protocolsFlorian Paul Azim Hoberg
Fixes: #97
2024-01-05More tweaks regarding shared inboxes.default
2024-01-04dequeue() unlinks the file, even if it's been unable to parse it.default
2024-01-04In the people page, followers and following lists are foldable.default
2024-01-04Updated copyright year.default
2024-01-03Updated RELEASE_NOTES.default
2024-01-03Merge 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-03Update doc/snac.8draga79
Added FreeBSD
2024-01-03Updated README.md for FreeBSD instructionsdraga79
2024-01-03Addes FreeBSD rc script exampledraga79
2024-01-03Added example configuration for the Apache2 server.default
2024-01-03Moved most server state to a structure.default
2024-01-03Try to avoid host header misconfigurations in check_signature().default
2024-01-03Made check_signature() a bit clearer.default
2024-01-02Updated RELEASE_NOTES.default
2023-12-29Updated documentation.default
2023-12-29Minor tweaks to /.well-known/nodeinfo returned data.default
2023-12-28In 'Follow', ensure the actor object to be followed is here.default
Due to the routing change made for the shared inboxes, local users are not in the data storage, so this fixes it.
2023-12-27In xs_fcgi_response(), don't add the b_size to the total size if body is NULL.default
2023-12-27The actor link is now an anchored link to the people page for connected users.default
2023-12-27Backport from xs.default
2023-12-26Also log the job_fifo len in status.txt.default
2023-12-26Really do what is described in previous commit.default
2023-12-26Don't create a link to the people page from the public one.default
2023-12-26The "boosted" link in html_entry() points to the user in the people page.default
This way, it's easier to do something on someone whom we follow, like MUTE them, limit, etc.
2023-12-26New page status.txt.default
It just return an empty page as a query, but some status logging is done.
2023-12-21Don't wrap the content in <p></p>; just add a final <p>.default
2023-12-20Check some fwrite() return values in xs_fcgi_response().default
2023-12-19Don't collect our own shared inbox.default