summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* The actor link is now an anchored link to the people page for connected users.Gravatar default2023-12-271-8/+23
|
* Backport from xs.Gravatar default2023-12-274-128/+247
|
* Also log the job_fifo len in status.txt.Gravatar default2023-12-261-12/+17
|
* Really do what is described in previous commit.Gravatar default2023-12-261-1/+1
|
* Don't create a link to the people page from the public one.Gravatar default2023-12-261-1/+6
|
* The "boosted" link in html_entry() points to the user in the people page.Gravatar default2023-12-261-2/+5
| | | | | This way, it's easier to do something on someone whom we follow, like MUTE them, limit, etc.
* New page status.txt.Gravatar default2023-12-261-2/+14
| | | | It just return an empty page as a query, but some status logging is done.
* Don't wrap the content in <p></p>; just add a final <p>.Gravatar default2023-12-211-4/+1
|
* Check some fwrite() return values in xs_fcgi_response().Gravatar default2023-12-201-6/+8
|
* Don't collect our own shared inbox.Gravatar default2023-12-191-0/+4
|
* Correctly insert polls and attachments inside CW.Gravatar default2023-12-191-2/+2
|
* More shared inbox tweaks.Gravatar default2023-12-181-2/+2
|
* Added some crash checks.Gravatar default2023-12-182-1/+7
|
* Fixed follow / unfollow mess for shared inboxes.Gravatar default2023-12-181-2/+8
|
* Fixed Accept + Follow for shared inboxes.Gravatar default2023-12-181-1/+6
|
* Also strip cgi variables (things after ?) in key request for checking.Gravatar default2023-12-181-2/+7
|
* Avoid crashing on missing 'method' or 'path' headers in httpd_connection().Gravatar default2023-12-181-2/+7
|
* actor_request() accepts again an optional snac argument.Gravatar default2023-12-175-13/+13
|
* Deleted debug messages.Gravatar default2023-12-171-5/+1
|
* Also check for the .../followers rcpt for non-public messages.Gravatar default2023-12-171-3/+25
|
* Blah blah blah is_msg_for_me() blah blah blahGravatar default2023-12-171-5/+9
|
* Even more is_msg_for_me() tweaks.Gravatar default2023-12-171-5/+5
|
* Even more is_msg_for_me() updates.Gravatar default2023-12-171-3/+8
|
* More is_msg_for_me() tweaks.Gravatar default2023-12-171-4/+4
|
* Added a prefix to srv_archive_qitem().Gravatar default2023-12-173-4/+4
|
* New function srv_archive_qitem().Gravatar default2023-12-173-1/+18
|
* Fixed shared inbox distribution logic for Delete messages.Gravatar default2023-12-171-2/+4
|
* Fixed a misleding log text.Gravatar default2023-12-161-1/+1
|
* CSS code must be emitted as preformatted and not escaped.Gravatar default2023-12-161-2/+2
|
* Added more code to discard Delete messages earlier.Gravatar default2023-12-161-0/+16
|
* New cmdline command 'update', to post an update for a user.Gravatar default2023-12-161-0/+7
| | | | Only useful for testing, so it's left undocumented.
* More tweaks to is_msg_for_me().Gravatar default2023-12-151-3/+3
|
* Avoid propagating Undo messages innecesarily.Gravatar default2023-12-151-0/+5
|
* Added some spacing to the Operations... form.Gravatar default2023-12-151-0/+4
|
* Added a special check for Undo + Follow.Gravatar default2023-12-151-0/+3
|
* Merge pull request 'html.c: media: disable preloading' (#87) from ↵Gravatar grunfink2023-12-151-0/+2
|\ | | | | | | | | | | Yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/87
| * html.c: media: disable preloadingGravatar Yonle2023-12-151-0/+2
| | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net>
* | Updated RELEASE_NOTES.Gravatar default2023-12-151-1/+1
| |
* | Updated RELEASE_NOTES.Gravatar default2023-12-151-0/+2
| |
* | Merge branch 'master' of triptico.com:git/snac2Gravatar default2023-12-151-2/+2
|\ \
| * | More debug tweaks.Gravatar default2023-12-141-2/+2
| | |
* | | Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar default2023-12-151-1/+1
|\ \ \ | |/ / |/| |
| * | Merge pull request 'format.c: add <bdi>' (#86) from Yonle/snac2:master into ↵Gravatar grunfink2023-12-151-1/+1
| |\| | | | | | | | | | | | | | | | master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/86
| | * format.c: add <bdi>Gravatar Yonle2023-12-151-1/+1
| |/ | | | | | | Signed-off-by: Yonle <yonle@lecturify.net>
* / More log tweaks.Gravatar default2023-12-141-3/+3
|/
* Call process_input_message() from the shared-inbox input.Gravatar default2023-12-111-26/+47
| | | | | | 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.
* Added a special drop for Delete messages from unknown actors.Gravatar default2023-12-111-7/+15
|
* Fixed error message.Gravatar default2023-12-111-1/+1
|
* Do not retry Delete messages on actor error.Gravatar default2023-12-111-0/+6
|
* More logging tweaks.Gravatar default2023-12-112-8/+12
|