summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-02Use xs_set_result() in timeline_top_level().default
2022-12-02New function object_here_by_md5().default
2022-12-02New function object_parent().default
2022-12-02More old code cleaning.default
2022-12-02Renamed timeline_here() to object_here().default
2022-12-02More old code deletions.default
2022-12-02The old timeline is no longer maintained.default
2022-12-02Fixed one post queries.default
2022-12-02Fixed RSS and outbox to use the new data storage.default
2022-12-02Big data storage change.default
2022-12-02Updated RELEASE_NOTES.default
2022-12-02Fixed conflict.default
2022-12-01Updated RELEASE_NOTES.default
2022-12-01Merge pull request 'Close a tag in history list' (#8) from ↵grunfink
kensanata/snac2:close-tag into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/8
2022-12-01Merge pull request 'this is actually a pipe not a file, it should be closed ↵grunfink
as a pipe' (#6) from themusicgod1/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/6
2022-12-01Close a tag in history list.default
2022-12-01Added the profile="" argument to Person content-type.default
2022-12-01Close a tag in history listAlex Schroeder
2022-11-30this is actually a pipe not a file, it should be closed as a pipeAnonymous
2022-11-30Updated TODO.default
2022-11-30Updated TODO.default
2022-11-28Updated README.default
2022-11-28Deleted dump of debugging code.default
2022-11-28Use xs_set in recipient_list() and inbox_list().default
2022-11-28Backport from xs.default
2022-11-28Updated TODO.default
2022-11-28Fixed status codes for follower_add() and follower_del().default
2022-11-28Changed following_list() to return a list of actors.default
2022-11-28Deleted debug trap.default
2022-11-28Upgraded followers to the new db.default
2022-11-28New function object_user_cache_in().default
2022-11-27Updated documentation.default
2022-11-27Updated documentation.default
2022-11-27New function object_del_if_unref().default
2022-11-27Dump bad signature headers to /tmp/ (temporary).default
2022-11-27I was using fclose() instead of pclose(). What a moron.default
2022-11-26Added some tweaks to file locking.default
2022-11-26timeline_top_level() works.default
2022-11-26New function timeline_top_level() (untested).default
2022-11-26New function index_first().default
2022-11-26Don't call object_del() from timeline_del().default
Only delete from each user's cache, not from the global database.
2022-11-26Only call the expensive index_del() if unlink() did not fail.default
2022-11-26Added comment.default
2022-11-26_object_user_cache() also update the indexes.default
2022-11-26New function object_user_cache_del().default
2022-11-26Renamed object_user_cache() to object_user_cache_add().default
2022-11-26Maintain a one-element index with each entry's parent.default
2022-11-26New function object_add_ow().default
2022-11-26Renamed 'admin' link label to 'private'.default
2022-11-26Avoid calling time() so many times.default