summaryrefslogtreecommitdiff
path: root/snac.h
AgeCommit message (Collapse)Author
2023-08-14The instance URL can now show a timeline.default
2023-08-12Rewritten actor_get() to not depend on a user.default
2023-08-12Rewritten is_msg_public() to not depend on a user.default
2023-08-06Added support for limiting followed users.default
2023-08-06Version 2.39 RELEASED.default
2023-08-02Bumped version.default
2023-07-28Updated comment in headers.default
2023-07-24Rollback to 86f507410bc5a1e6ce8bcd34f94400a380143d64 for some reasons.Yonle
Signed-off-by: Yonle <yonle@lecturify.net>
2023-07-24Bumped version.default
2023-07-17Version 2.38 RELEASED.default
2023-07-14Fixed prototypes.default
2023-07-13Bumped version.default
2023-07-13New function post_message(), to send a message bypassing the output queue.default
This is used when accepting Follow requests; this way, follows are confirmed as fast as possible. If the message cannot be immediately sent, it's queued as always.
2023-07-13Minor prototype tweak.default
2023-07-13Version 2.37 RELEASED.default
2023-07-11Fixed some memory leaks.default
2023-07-10Revert "New server config array "webfinger_domains"."default
This reverts commit f2e0b7747813445138d5b65363fd3a74c7a2454a.
2023-07-09Fixed failed mkdir() in restricted environments.default
2023-07-08Bumper version.default
2023-07-08New server config array "webfinger_domains".default
2023-07-07Version 2.36 RELEASED.default
2023-07-04Also call process_tags() when in the public timeline's bio.default
2023-07-02Added HTTP caching to static data.default
2023-06-29Added instance blocking to data storage.default
2023-06-28Added some error control to pinning.default
2023-06-28New pinning in data storage.default
2023-06-16Bumped version.default
2023-06-15Version 2.35 RELEASED.default
2023-06-13New function webfinger_request_signed().default
2023-06-07Don't enqueue a request_replies message if it's already there.default
2023-06-07New function enqueue_request_replies().default
This way, the (potentially expensive and slow) call to timeline_request_replies() is detached from actions like replying a message from the web ui.
2023-06-07Some prototype update.default
2023-06-05Some prototype tweaks.default
2023-06-05Moved srv_running variable to httpd.c.default
2023-06-04If a user config field 'bot' is set to true, identies as such.default
2023-06-04Updated some data types.default
2023-06-03Version 2.34 RELEASED.default
2023-05-31New function was_question_voted().default
2023-05-30Create the base message of msg_question() from msg_note().default
2023-05-29Enqueue a close_question user q_item.default
2023-05-29New macro ISO_DATE_SPEC.default
2023-05-29New function update_question().default
2023-05-27Version 2.33 RELEASED.default
2023-05-24More prototype tunnings.default
2023-05-24Added some experimental 'Question' posting code.default
2023-05-24New function msg_question() (unused).default
2023-05-21Bumped version.default
2023-05-21Convert image links in notes to attachments.default
2023-05-21Minor prototype change.default
2023-05-18Version 2.32 RELEASED.default