summaryrefslogtreecommitdiff
path: root/snac.h
AgeCommit message (Collapse)Author
2023-11-08Tags can now be searched for from the server base URL.default
2023-11-08New code for indexing tags.default
2023-10-22New function deluser(), to delete a user.default
Only unfollows by now.
2023-10-17Bumped version.default
2023-10-17Version 2.42 RELEASED.default
2023-10-04New function encode_html_strict().default
2023-09-29Give more retry time to timedout connections.default
2023-09-27Some tweaks to the logging system.default
2023-09-18Pinned posts are never purged.default
2023-09-06Bumped version.default
2023-08-30Version 2.41 RELEASED.default
2023-08-19history_add() now creates an etag.default
2023-08-19Merge branch 'master' of triptico.com:git/snac2default
2023-08-19Rewritten history_get() prototype to match static_get().default
2023-08-18Bumped version.default
2023-08-16Version 2.40 RELEASED.default
2023-08-14Unify the instance description text.default
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