index
:
snac2.git
master
Unnamed repository; edit this file 'description' to name the repository.
hyang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data.c
Age
Commit message (
Expand
)
Author
2024-01-08
Rewritten part of the job threads to be leaner and faster.
default
2024-01-04
dequeue() unlinks the file, even if it's been unable to parse it.
default
2024-01-04
Updated copyright year.
default
2024-01-03
Moved most server state to a structure.
default
2023-12-19
Don't collect our own shared inbox.
default
2023-12-17
Added a prefix to srv_archive_qitem().
default
2023-12-17
New function srv_archive_qitem().
default
2023-12-16
Fixed a misleding log text.
default
2023-12-11
More logging tweaks.
default
2023-12-11
Some logging tweaks.
default
2023-12-10
More functions do not require the user argument.
default
2023-12-08
Purge unused tags completely.
default
2023-12-06
Started work to support shared inboxes.
default
2023-11-17
Backport from xs.
default
2023-11-08
When purging tag indexes, also delete the .bak files.
default
2023-11-08
Tag indexes are also purged.
default
2023-11-08
Tags can now be searched for from the server base URL.
default
2023-11-08
New code for indexing tags.
default
2023-10-13
Don't allow creating users which user name strings only differ in case.
default
2023-10-09
mastoapi: some tweaks to better match the returned data in timelines.
default
2023-09-29
Give more retry time to timedout connections.
default
2023-09-18
Pinned posts are never purged.
default
2023-09-18
Also purge the 'pinned' folder.
default
2023-09-02
Discard output messages to blocked instances.
default
2023-08-31
Got rid of old d_char.
default
2023-08-19
history_add() now creates an etag.
default
2023-08-19
static_get() and history_get() both share the same code.
default
2023-08-19
Rewritten history_get() prototype to match static_get().
default
2023-08-17
Return the history in reverse order, which has more sense.
default
2023-08-14
mastoapi: Some tweaks to process posts with 'name' and 'image' fields.
default
2023-08-12
Rewritten actor_get() to not depend on a user.
default
2023-08-12
Rewritten is_msg_public() to not depend on a user.
default
2023-08-11
Change filename order in srv_archive_error().
default
2023-08-08
Renamed json dump functions to new xs spec.
default
2023-08-07
Only create the limited/ folder in calling limit().
default
2023-08-06
Added support for limiting followed users.
default
2023-08-05
Added xs_json_load() wherever possible.
default
2023-08-05
Use xs_json_load() in some places.
default
2023-08-03
Use xs_json_dump_pp() wherever possible.
default
2023-07-28
Updated comment in headers.
default
2023-07-14
Fixed prototypes.
default
2023-07-13
New function post_message(), to send a message bypassing the output queue.
default
2023-07-10
Simplified inbox_list().
default
2023-07-05
index_list() and index_list_desc() always return a list, even if empty.
default
2023-07-05
Tweaked static_get() logging.
default
2023-07-05
Posts can be pinned/unpinned from the web interface.
default
2023-07-04
index_list() and index_list_desc() don't return deleted entries.
default
2023-07-04
Call index_del() from _object_user_cache().
default
2023-07-02
Added HTTP caching to static data.
default
2023-06-29
Added instance blocking to data storage.
default
[prev]
[next]