summaryrefslogtreecommitdiff
path: root/data.c
AgeCommit message (Collapse)Author
2023-09-29Give more retry time to timedout connections.default
2023-09-18Pinned posts are never purged.default
2023-09-18Also purge the 'pinned' folder.default
2023-09-02Discard output messages to blocked instances.default
2023-08-31Got rid of old d_char.default
2023-08-19history_add() now creates an etag.default
2023-08-19static_get() and history_get() both share the same code.default
2023-08-19Rewritten history_get() prototype to match static_get().default
2023-08-17Return the history in reverse order, which has more sense.default
2023-08-14mastoapi: Some tweaks to process posts with 'name' and 'image' fields.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-11Change filename order in srv_archive_error().default
2023-08-08Renamed json dump functions to new xs spec.default
2023-08-07Only create the limited/ folder in calling limit().default
2023-08-06Added support for limiting followed users.default
2023-08-05Added xs_json_load() wherever possible.default
2023-08-05Use xs_json_load() in some places.default
2023-08-03Use xs_json_dump_pp() wherever possible.default
2023-07-28Updated comment in headers.default
2023-07-14Fixed prototypes.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-10Simplified inbox_list().default
2023-07-05index_list() and index_list_desc() always return a list, even if empty.default
2023-07-05Tweaked static_get() logging.default
2023-07-05Posts can be pinned/unpinned from the web interface.default
2023-07-04index_list() and index_list_desc() don't return deleted entries.default
2023-07-04Call index_del() from _object_user_cache().default
2023-07-02Added HTTP caching to static data.default
2023-06-29Added instance blocking to data storage.default
2023-06-28Fixed unpinning indexing.default
2023-06-28Added some error control to pinning.default
2023-06-28Also purge pinned.idx.default
2023-06-28New pinning in data storage.default
2023-06-26Minor logging tweak.default
2023-06-18Fixed crash in _object_fn_by_md5().default
2023-06-18Delete unnecessary function information in _object_fn().default
2023-06-18Improved checks to _object_fn_by_md5().default
2023-06-18Added some more checks to _object_fn_by_md5().default
2023-06-18Added the caller function name to _object_fn_by_md5() and _object_fn().default
2023-06-18Avoid checking for deleted entries (starting with '-') in index_gc().default
2023-06-16Added some logging on corrupted md5 ids.default
2023-06-15Fixed voting / replying confusion.default
2023-06-15Increased log level for enqueue_request_replies().default
2023-06-15If a ~/log/ folder exists, also write the log there.default
2023-06-15Avoid returning 'ghost' no-longer-followers in followers_list().default
2023-06-15Use the _a.json extension for actor object links into following/.default
2023-06-15following_list() creates links to the actors if they don't exist.default
2023-06-15Maintain a link to the author object in the following/ subdirectory.default
2023-06-14Use utimes() to 'touch' the actor file in actor_get().default