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
*
Backport from xs.
default
2023-11-17
1
-0
/
+1
*
When purging tag indexes, also delete the .bak files.
default
2023-11-08
1
-1
/
+4
*
Tag indexes are also purged.
default
2023-11-08
1
-1
/
+19
*
Tags can now be searched for from the server base URL.
default
2023-11-08
1
-3
/
+2
*
New code for indexing tags.
default
2023-11-08
1
-0
/
+61
*
Don't allow creating users which user name strings only differ in case.
default
2023-10-13
1
-4
/
+26
*
mastoapi: some tweaks to better match the returned data in timelines.
default
2023-10-09
1
-9
/
+9
*
Give more retry time to timedout connections.
default
2023-09-29
1
-4
/
+7
*
Pinned posts are never purged.
default
2023-09-18
1
-1
/
+7
*
Also purge the 'pinned' folder.
default
2023-09-18
1
-0
/
+1
*
Discard output messages to blocked instances.
default
2023-09-02
1
-2
/
+5
*
Got rid of old d_char.
default
2023-08-31
1
-1
/
+1
*
history_add() now creates an etag.
default
2023-08-19
1
-1
/
+7
*
static_get() and history_get() both share the same code.
default
2023-08-19
1
-27
/
+25
*
Rewritten history_get() prototype to match static_get().
default
2023-08-19
1
-4
/
+9
*
Return the history in reverse order, which has more sense.
default
2023-08-17
1
-1
/
+1
*
mastoapi: Some tweaks to process posts with 'name' and 'image' fields.
default
2023-08-14
1
-1
/
+1
*
Rewritten actor_get() to not depend on a user.
default
2023-08-12
1
-9
/
+1
*
Rewritten is_msg_public() to not depend on a user.
default
2023-08-12
1
-1
/
+1
*
Change filename order in srv_archive_error().
default
2023-08-11
1
-1
/
+1
*
Renamed json dump functions to new xs spec.
default
2023-08-08
1
-10
/
+10
*
Only create the limited/ folder in calling limit().
default
2023-08-07
1
-4
/
+4
*
Added support for limiting followed users.
default
2023-08-06
1
-0
/
+44
*
Added xs_json_load() wherever possible.
default
2023-08-05
1
-36
/
+19
*
Use xs_json_load() in some places.
default
2023-08-05
1
-14
/
+7
*
Use xs_json_dump_pp() wherever possible.
default
2023-08-03
1
-16
/
+6
*
Updated comment in headers.
default
2023-07-28
1
-1
/
+1
*
Fixed prototypes.
default
2023-07-14
1
-2
/
+2
*
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
[next]