summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Revert "Reverted actor_request() without user."Gravatar default2023-12-115-16/+16
| | | | This reverts commit 8d0a69cd759813b1304605d1676fbca063f0ccdc.
* Reverted actor_request() without user.Gravatar default2023-12-115-16/+16
| | | | Some sites require even Person requests to be signed.
* Some logging tweaks.Gravatar default2023-12-112-1/+7
|
* Log actor_request() errors.Gravatar default2023-12-111-0/+2
|
* More functions do not require the user argument.Gravatar default2023-12-104-8/+8
|
* actor_request() does not need a user argument.Gravatar default2023-12-105-13/+13
|
* The 'actor' command from the command-line allows non-signed queries.Gravatar default2023-12-101-1/+17
|
* activitypub_request() may have a NULL user.Gravatar default2023-12-102-12/+13
| | | | | In the NULL user case, only non-signed requests will be done, but it's probably enough for actor requests in most cases.
* Minor reordering code to process_input_message().Gravatar default2023-12-101-24/+26
|
* process_input_message() returns -1 on errors.Gravatar default2023-12-101-9/+8
|
* Call is_msg_for_me() from global queue input messages.Gravatar default2023-12-101-6/+9
|
* Usage of shared inboxes is now configurable from the server.json file.Gravatar default2023-12-081-3/+2
|
* Purge unused tags completely.Gravatar default2023-12-081-0/+8
|
* Show a note's summary as a header.Gravatar default2023-12-081-2/+12
|
* Backport from xs.Gravatar default2023-12-082-27/+14
|
* Also check inside Update messages in is_msg_for_me().Gravatar default2023-12-061-3/+3
|
* Started work to support shared inboxes.Gravatar default2023-12-063-1/+70
|
* Show the md5 of the original post in its link in html_actor_icon().Gravatar default2023-12-061-0/+3
|
* Updated RELEASE_NOTES.Gravatar default2023-12-051-1/+1
|
* mastoapi: fixed crash processing kbin boosts.Gravatar default2023-12-051-2/+6
|
* mastoapi: correctly print the auth key in the sepcial urn:ietf... case.Gravatar default2023-12-051-2/+8
|
* Updated RELEASE_NOTES.Gravatar default2023-12-031-0/+2
|
* Backport from xs.Gravatar default2023-12-032-35/+24
|
* Backport from xs.Gravatar default2023-12-033-13/+28
|
* Don't show polls as 'votable' from the public timeline.Gravatar default2023-12-031-0/+3
|
* Backport from xs.Gravatar default2023-12-033-13/+23
|
* Fill the 'fields' list in mastoapi_account().Gravatar default2023-12-031-1/+22
|
* mastoapi: patched dates to match the funny timezone Mastodon uses.Gravatar default2023-12-031-3/+28
|