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