summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-28Delete dangling local timeline entry in timeline_admire().default
2022-09-28'Announce' messages also try to bring the announced actor.default
2022-09-28New function html_msg_icon().default
2022-09-28New function login() (untested).default
2022-09-28Added dummy HTTP handlers for html.default
2022-09-28Check for muted actors in Announce messages.default
2022-09-28Delete the _snac field in outbox.default
2022-09-28The outbox returns now some entries.default
2022-09-27Timeline pages are also served.default
2022-09-27Call process_tags() from msg_note().default
2022-09-27New function process_tags() (untested).default
2022-09-27New variable USER_AGENT.default
2022-09-27Rewrite not_really_markdown() with xs_regex_split().default
2022-09-27Backport from xs.default
2022-09-27'Accept' messages are processed.default
2022-09-27New function msg_follow().default
2022-09-27More work in msg_note().default
2022-09-27Notes can be posted WOW!.default
2022-09-27Disabled URL replacement by now because it's not infinite-loop-safe.default
2022-09-27More work in not_really_markdown().default
2022-09-27Fixed bug in xs_replace_i().default
2022-09-27Use xs_replace_i() in some places.default
2022-09-27Updated dependencies.default
2022-09-27Backported from xs.default
2022-09-27Backported xs_regex.h from xs.default
2022-09-27Started command-line command 'note'.default
2022-09-27Started function not_really_markdown().default
2022-09-27[html.c] new file.default
2022-09-27[.gitignore] new file.default
2022-09-27'Follow' messages are now processed.default
2022-09-27Check the digest before enqueueing.default
2022-09-26Backported from xs.default
2022-09-26Use xs_evp_sign() for signing.default
2022-09-26Backported from xs.default
2022-09-26More error testing in srv_archive().default
2022-09-26Serve the actor as the correct content-type.default
2022-09-26Added direction to srv_archive() files.default
2022-09-26More work but signatures seem to still fail.default
2022-09-26New function msg_admiration().default
2022-09-26New function post.default
2022-09-26New function is_msg_public().default
2022-09-26Renamed to recipient_list().default
2022-09-26New function recipients().default
2022-09-26Link to local if the child id is from this actor.default
2022-09-26Also store local referrers in the local timeline.default
2022-09-26Resolve object id instead of discarding like or boost.default
2022-09-26New metadata 'referrer', that contains an actor.default
This field contains the actor that boosted an entry.
2022-09-26Return the correct content-type.default
2022-09-25New file README.md.default
2022-09-25Backported from xs.default