index
:
snac2
master
Mirror of https://codeberg.org/grunfink/snac2
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-12-02
New function object_here_by_md5().
default
1
-4
/
+9
2022-12-02
New function object_parent().
default
1
-3
/
+10
2022-12-02
More old code cleaning.
default
1
-56
/
+1
2022-12-02
Renamed timeline_here() to object_here().
default
1
-9
/
+9
2022-12-02
More old code deletions.
default
1
-38
/
+1
2022-12-02
The old timeline is no longer maintained.
default
1
-224
/
+11
2022-12-02
Big data storage change.
default
1
-34
/
+43
2022-11-28
Fixed status codes for follower_add() and follower_del().
default
1
-4
/
+4
2022-11-28
Changed following_list() to return a list of actors.
default
1
-2
/
+12
2022-11-28
Upgraded followers to the new db.
default
1
-51
/
+30
2022-11-28
New function object_user_cache_in().
default
1
-0
/
+10
2022-11-27
New function object_del_if_unref().
default
1
-2
/
+16
2022-11-26
Added some tweaks to file locking.
default
1
-0
/
+8
2022-11-26
timeline_top_level() works.
default
1
-16
/
+8
2022-11-26
New function timeline_top_level() (untested).
default
1
-0
/
+53
2022-11-26
New function index_first().
default
1
-0
/
+19
2022-11-26
Don't call object_del() from timeline_del().
default
1
-4
/
+3
2022-11-26
Only call the expensive index_del() if unlink() did not fail.
default
1
-2
/
+2
2022-11-26
Added comment.
default
1
-1
/
+1
2022-11-26
_object_user_cache() also update the indexes.
default
1
-11
/
+13
2022-11-26
New function object_user_cache_del().
default
1
-4
/
+21
2022-11-26
Renamed object_user_cache() to object_user_cache_add().
default
1
-3
/
+5
2022-11-26
Maintain a one-element index with each entry's parent.
default
1
-4
/
+8
2022-11-26
New function object_add_ow().
default
1
-3
/
+21
2022-11-26
Avoid calling time() so many times.
default
1
-4
/
+3
2022-11-26
purge_server() deletes using object_del().
default
1
-15
/
+31
2022-11-25
Delete redundant call to timeline_update_indexes().
default
1
-1
/
+0
2022-11-25
New function timeline_update_indexes().
default
1
-5
/
+5
2022-11-25
New function object_user_cache().
default
1
-9
/
+19
2022-11-25
Also purge the public/ and private/ caches.
default
1
-0
/
+2
2022-11-25
Do hard links to objects in each user's public and private caches.
default
1
-2
/
+15
2022-11-25
Renamed indexes.
default
1
-2
/
+2
2022-11-25
New function timeline_object_add().
default
1
-9
/
+16
2022-11-25
Fixed typo.
default
1
-1
/
+1
2022-11-25
In purge_server(), don't purge objects with 2 (or more) hard links.
default
1
-7
/
+8
2022-11-25
New function mtime_nl().
default
1
-4
/
+10
2022-11-25
Started maintaining timeline.idx and local.idx.
default
1
-0
/
+9
2022-11-25
Use macro XS_ALL were possible.
default
1
-4
/
+1
2022-11-25
On Update + Person, call object_del() before actor_add().
default
1
-0
/
+3
2022-11-25
The global object database is also purged.
default
1
-8
/
+39
2022-11-25
Also purge the hidden/ user directory.
default
1
-4
/
+5
2022-11-25
Updated documentation.
default
1
-1
/
+1
2022-11-25
Fixed return value of srv_open().
default
1
-3
/
+3
2022-11-25
New command-line command 'upgrade'.
default
1
-2
/
+9
2022-11-24
Only log the object_admire() if it's new.
default
1
-3
/
+4
2022-11-24
Use index_in() in object_admire() to avoid admiring more than once.
default
1
-3
/
+7
2022-11-24
New function index_in().
default
1
-1
/
+33
2022-11-24
New function object_admire().
default
1
-0
/
+15
2022-11-24
Fixed some source comments.
default
1
-4
/
+4
2022-11-24
Fixed hide() to store the object id, not its md5.
default
1
-2
/
+9
[prev]
[next]