summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated RELEASE_NOTES.Gravatar default2022-12-021-2/+2
|
* Fixed conflict.Gravatar default2022-12-020-0/+0
|\
| * Merge pull request 'Close a tag in history list' (#8) from ↵Gravatar grunfink2022-12-011-1/+1
| |\ | | | | | | | | | | | | | | | kensanata/snac2:close-tag into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/8
| | * Close a tag in history listGravatar Alex Schroeder2022-12-011-1/+1
| | |
| * | Merge pull request 'this is actually a pipe not a file, it should be closed ↵Gravatar grunfink2022-12-011-3/+3
| |\ \ | | |/ | |/| | | | | | | | | | as a pipe' (#6) from themusicgod1/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/6
| | * this is actually a pipe not a file, it should be closed as a pipeGravatar Anonymous2022-11-301-3/+3
| |/
* | Updated RELEASE_NOTES.Gravatar default2022-12-011-0/+8
| |
* | Close a tag in history list.Gravatar default2022-12-011-1/+1
| |
* | Added the profile="" argument to Person content-type.Gravatar default2022-12-011-1/+1
| |
* | Updated TODO.Gravatar default2022-11-301-0/+2
| |
* | Updated TODO.Gravatar default2022-11-301-0/+4
| |
* | Updated README.Gravatar default2022-11-281-0/+1
| |
* | Deleted dump of debugging code.Gravatar default2022-11-281-8/+0
| |
* | Use xs_set in recipient_list() and inbox_list().Gravatar default2022-11-283-14/+16
| |
* | Backport from xs.Gravatar default2022-11-282-4/+14
| |
* | Updated TODO.Gravatar default2022-11-281-2/+2
| |
* | Fixed status codes for follower_add() and follower_del().Gravatar default2022-11-281-4/+4
| |
* | Changed following_list() to return a list of actors.Gravatar default2022-11-282-3/+13
| |
* | Deleted debug trap.Gravatar default2022-11-281-2/+0
| |
* | Upgraded followers to the new db.Gravatar default2022-11-285-63/+84
| |
* | New function object_user_cache_in().Gravatar default2022-11-281-0/+10
| |
* | Updated documentation.Gravatar default2022-11-271-0/+13
| |
* | Updated documentation.Gravatar default2022-11-271-0/+4
| |
* | New function object_del_if_unref().Gravatar default2022-11-272-2/+17
| |
* | Dump bad signature headers to /tmp/ (temporary).Gravatar default2022-11-271-0/+8
| |
* | I was using fclose() instead of pclose(). What a moron.Gravatar default2022-11-271-1/+1
| |
* | Added some tweaks to file locking.Gravatar default2022-11-261-0/+8
| |
* | timeline_top_level() works.Gravatar default2022-11-263-17/+18
| |
* | New function timeline_top_level() (untested).Gravatar default2022-11-262-0/+55
| |
* | New function index_first().Gravatar default2022-11-262-0/+20
| |
* | Don't call object_del() from timeline_del().Gravatar default2022-11-262-4/+6
| | | | | | | | Only delete from each user's cache, not from the global database.
* | Only call the expensive index_del() if unlink() did not fail.Gravatar default2022-11-261-2/+2
| |
* | Added comment.Gravatar default2022-11-261-1/+1
| |
* | _object_user_cache() also update the indexes.Gravatar default2022-11-261-11/+13
| |
* | New function object_user_cache_del().Gravatar default2022-11-261-4/+21
| |
* | Renamed object_user_cache() to object_user_cache_add().Gravatar default2022-11-261-3/+5
| |
* | Maintain a one-element index with each entry's parent.Gravatar default2022-11-261-4/+8
| |
* | New function object_add_ow().Gravatar default2022-11-262-5/+21
| |
* | Renamed 'admin' link label to 'private'.Gravatar default2022-11-261-2/+2
| |
* | Avoid calling time() so many times.Gravatar default2022-11-261-4/+3
| |
* | purge_server() deletes using object_del().Gravatar default2022-11-262-16/+32
| |
* | Delete redundant call to timeline_update_indexes().Gravatar default2022-11-251-1/+0
| |
* | New function timeline_update_indexes().Gravatar default2022-11-251-5/+5
| |
* | New function object_user_cache().Gravatar default2022-11-251-9/+19
| |
* | Also purge the public/ and private/ caches.Gravatar default2022-11-251-0/+2
| |
* | Do hard links to objects in each user's public and private caches.Gravatar default2022-11-253-3/+39
| |
* | Renamed indexes.Gravatar default2022-11-251-2/+2
| | | | | | | | timeline.idx to private.idx, local.idx to public.idx.
* | New function timeline_object_add().Gravatar default2022-11-251-9/+16
| |
* | Fixed typo.Gravatar default2022-11-251-1/+1
| |
* | In purge_server(), don't purge objects with 2 (or more) hard links.Gravatar default2022-11-251-7/+8
| | | | | | | | | | This way, an object can be protected from the purge by creating a hard link to it.