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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
New function post_message(), to send a message bypassing the output queue.
default
2023-07-13
1
-1
/
+1
*
Simplified inbox_list().
default
2023-07-10
1
-15
/
+7
*
index_list() and index_list_desc() always return a list, even if empty.
default
2023-07-05
1
-4
/
+2
*
Tweaked static_get() logging.
default
2023-07-05
1
-1
/
+1
*
Posts can be pinned/unpinned from the web interface.
default
2023-07-05
1
-4
/
+4
*
index_list() and index_list_desc() don't return deleted entries.
default
2023-07-04
1
-6
/
+10
*
Call index_del() from _object_user_cache().
default
2023-07-04
1
-0
/
+1
*
Added HTTP caching to static data.
default
2023-07-02
1
-7
/
+32
*
Added instance blocking to data storage.
default
2023-06-29
1
-0
/
+66
*
Fixed unpinning indexing.
default
2023-06-28
1
-1
/
+9
*
Added some error control to pinning.
default
2023-06-28
1
-10
/
+12
*
Also purge pinned.idx.
default
2023-06-28
1
-1
/
+1
*
New pinning in data storage.
default
2023-06-28
1
-0
/
+50
*
Minor logging tweak.
default
2023-06-26
1
-1
/
+1
*
Fixed crash in _object_fn_by_md5().
default
2023-06-18
1
-1
/
+1
*
Delete unnecessary function information in _object_fn().
default
2023-06-18
1
-13
/
+13
*
Improved checks to _object_fn_by_md5().
default
2023-06-18
1
-5
/
+6
*
Added some more checks to _object_fn_by_md5().
default
2023-06-18
1
-26
/
+17
*
Added the caller function name to _object_fn_by_md5() and _object_fn().
default
2023-06-18
1
-27
/
+34
*
Avoid checking for deleted entries (starting with '-') in index_gc().
default
2023-06-18
1
-1
/
+1
*
Added some logging on corrupted md5 ids.
default
2023-06-16
1
-7
/
+22
*
Fixed voting / replying confusion.
default
2023-06-15
1
-1
/
+2
*
Increased log level for enqueue_request_replies().
default
2023-06-15
1
-4
/
+4
*
If a ~/log/ folder exists, also write the log there.
default
2023-06-15
1
-0
/
+3
*
Avoid returning 'ghost' no-longer-followers in followers_list().
default
2023-06-15
1
-3
/
+8
*
Use the _a.json extension for actor object links into following/.
default
2023-06-15
1
-3
/
+3
*
following_list() creates links to the actors if they don't exist.
default
2023-06-15
1
-3
/
+13
*
Maintain a link to the author object in the following/ subdirectory.
default
2023-06-15
1
-1
/
+12
*
Use utimes() to 'touch' the actor file in actor_get().
default
2023-06-14
1
-6
/
+2
*
Don't enqueue a request_replies message if it's already there.
default
2023-06-07
1
-6
/
+38
*
New function enqueue_request_replies().
default
2023-06-07
1
-0
/
+13
*
Some prototype update.
default
2023-06-07
1
-22
/
+22
*
New function was_question_voted().
default
2023-05-31
1
-0
/
+24
*
Enqueue a close_question user q_item.
default
2023-05-29
1
-0
/
+15
*
New macro ISO_DATE_SPEC.
default
2023-05-29
1
-1
/
+1
*
More prototype tunnings.
default
2023-05-24
1
-5
/
+5
*
Also find local users in /api/v1/search.
default
2023-05-15
1
-1
/
+1
*
Add /v1/account/search support.
default
2023-05-15
1
-3
/
+4
*
Added a source (web, mastoapi, etc) to lastlog_write().
default
2023-05-08
1
-2
/
+2
*
Added some const here and there.
default
2023-05-04
1
-1
/
+1
*
Deleted real unused parameters.
default
2023-05-04
1
-1
/
+1
*
Ensure no actor data is left in actor_get().
default
2023-05-03
1
-2
/
+4
*
Partial support for mastoapi unfavourite / unreblog.
default
2023-05-01
1
-1
/
+1
*
New functions index_del_md5(), index_del() and object_unadmire().
default
2023-05-01
1
-0
/
+62
*
Purge / gc the instance timeline index.
default
2023-05-01
1
-1
/
+5
*
Return immediately from actor_get() if it's a local user.
default
2023-04-30
1
-0
/
+1
*
actor_get() returns an actor message for local users.
default
2023-04-30
1
-5
/
+21
*
Some instance timeline work.
default
2023-04-30
1
-2
/
+11
*
Public posts are also added to an instance public timeline index.
default
2023-04-29
1
-1
/
+6
*
New function mastoapi_purge() (still dummy).
default
2023-04-28
1
-0
/
+4
[next]