summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2023-12-19Correctly insert polls and attachments inside CW.default
2023-12-18More shared inbox tweaks.default
2023-12-18Added some crash checks.default
2023-12-18Fixed follow / unfollow mess for shared inboxes.default
2023-12-18Fixed Accept + Follow for shared inboxes.default
2023-12-18Also strip cgi variables (things after ?) in key request for checking.default
2023-12-18Avoid crashing on missing 'method' or 'path' headers in httpd_connection().default
2023-12-17actor_request() accepts again an optional snac argument.default
2023-12-17Deleted debug messages.default
2023-12-17Also check for the .../followers rcpt for non-public messages.default
2023-12-17Blah blah blah is_msg_for_me() blah blah blahdefault
2023-12-17Even more is_msg_for_me() tweaks.default
2023-12-17Even more is_msg_for_me() updates.default
2023-12-17More is_msg_for_me() tweaks.default
2023-12-17Added a prefix to srv_archive_qitem().default
2023-12-17New function srv_archive_qitem().default
2023-12-17Fixed shared inbox distribution logic for Delete messages.default
2023-12-16Fixed a misleding log text.default
2023-12-16CSS code must be emitted as preformatted and not escaped.default
2023-12-16Added more code to discard Delete messages earlier.default
2023-12-16New cmdline command 'update', to post an update for a user.default
Only useful for testing, so it's left undocumented.
2023-12-15More tweaks to is_msg_for_me().default
2023-12-15Avoid propagating Undo messages innecesarily.default
2023-12-15Added some spacing to the Operations... form.default
2023-12-15Added a special check for Undo + Follow.default
2023-12-15Merge pull request 'html.c: media: disable preloading' (#87) from ↵grunfink
Yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/87
2023-12-15html.c: media: disable preloadingYonle
Signed-off-by: Yonle <yonle@lecturify.net>
2023-12-15Updated RELEASE_NOTES.default
2023-12-15Updated RELEASE_NOTES.default
2023-12-15Merge branch 'master' of triptico.com:git/snac2default
2023-12-15Merge branch 'master' of grunfink-codeberg:grunfink/snac2default
2023-12-15Merge pull request 'format.c: add <bdi>' (#86) from Yonle/snac2:master into ↵grunfink
master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/86
2023-12-15format.c: add <bdi>Yonle
Signed-off-by: Yonle <yonle@lecturify.net>
2023-12-14More debug tweaks.default
2023-12-14More log tweaks.default
2023-12-11Call process_input_message() from the shared-inbox input.default
This way, some garbage like unrequested Deletes from Mastodon and other transient errors (like unaccessible authors) can be short-circuited before propagating the message to the users.
2023-12-11Added a special drop for Delete messages from unknown actors.default
2023-12-11Fixed error message.default
2023-12-11Do not retry Delete messages on actor error.default
2023-12-11More logging tweaks.default
2023-12-11Revert "Reverted actor_request() without user."default
This reverts commit 8d0a69cd759813b1304605d1676fbca063f0ccdc.
2023-12-11Reverted actor_request() without user.default
Some sites require even Person requests to be signed.
2023-12-11Some logging tweaks.default
2023-12-11Log actor_request() errors.default
2023-12-10More functions do not require the user argument.default