summaryrefslogtreecommitdiff
path: root/data.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Backport from xs.Gravatar default2023-11-171-0/+1
|
* When purging tag indexes, also delete the .bak files.Gravatar default2023-11-081-1/+4
|
* Tag indexes are also purged.Gravatar default2023-11-081-1/+19
|
* Tags can now be searched for from the server base URL.Gravatar default2023-11-081-3/+2
|
* New code for indexing tags.Gravatar default2023-11-081-0/+61
|
* Don't allow creating users which user name strings only differ in case.Gravatar default2023-10-131-4/+26
|
* mastoapi: some tweaks to better match the returned data in timelines.Gravatar default2023-10-091-9/+9
|
* Give more retry time to timedout connections.Gravatar default2023-09-291-4/+7
|
* Pinned posts are never purged.Gravatar default2023-09-181-1/+7
|
* Also purge the 'pinned' folder.Gravatar default2023-09-181-0/+1
|
* Discard output messages to blocked instances.Gravatar default2023-09-021-2/+5
|
* Got rid of old d_char.Gravatar default2023-08-311-1/+1
|
* history_add() now creates an etag.Gravatar default2023-08-191-1/+7
|
* static_get() and history_get() both share the same code.Gravatar default2023-08-191-27/+25
|
* Rewritten history_get() prototype to match static_get().Gravatar default2023-08-191-4/+9
|
* Return the history in reverse order, which has more sense.Gravatar default2023-08-171-1/+1
|
* mastoapi: Some tweaks to process posts with 'name' and 'image' fields.Gravatar default2023-08-141-1/+1
|
* Rewritten actor_get() to not depend on a user.Gravatar default2023-08-121-9/+1
|
* Rewritten is_msg_public() to not depend on a user.Gravatar default2023-08-121-1/+1
|
* Change filename order in srv_archive_error().Gravatar default2023-08-111-1/+1
|
* Renamed json dump functions to new xs spec.Gravatar default2023-08-081-10/+10
|
* Only create the limited/ folder in calling limit().Gravatar default2023-08-071-4/+4
|
* Added support for limiting followed users.Gravatar default2023-08-061-0/+44
|
* Added xs_json_load() wherever possible.Gravatar default2023-08-051-36/+19
|
* Use xs_json_load() in some places.Gravatar default2023-08-051-14/+7
|
* Use xs_json_dump_pp() wherever possible.Gravatar default2023-08-031-16/+6
|
* Updated comment in headers.Gravatar default2023-07-281-1/+1
|
* Fixed prototypes.Gravatar default2023-07-141-2/+2
|
* New function post_message(), to send a message bypassing the output queue.Gravatar default2023-07-131-1/+1
| | | | | | | This is used when accepting Follow requests; this way, follows are confirmed as fast as possible. If the message cannot be immediately sent, it's queued as always.
* Simplified inbox_list().Gravatar default2023-07-101-15/+7
|
* index_list() and index_list_desc() always return a list, even if empty.Gravatar default2023-07-051-4/+2
|
* Tweaked static_get() logging.Gravatar default2023-07-051-1/+1
|
* Posts can be pinned/unpinned from the web interface.Gravatar default2023-07-051-4/+4
|
* index_list() and index_list_desc() don't return deleted entries.Gravatar default2023-07-041-6/+10
|
* Call index_del() from _object_user_cache().Gravatar default2023-07-041-0/+1
|
* Added HTTP caching to static data.Gravatar default2023-07-021-7/+32
|
* Added instance blocking to data storage.Gravatar default2023-06-291-0/+66
|
* Fixed unpinning indexing.Gravatar default2023-06-281-1/+9
|
* Added some error control to pinning.Gravatar default2023-06-281-10/+12
|
* Also purge pinned.idx.Gravatar default2023-06-281-1/+1
|
* New pinning in data storage.Gravatar default2023-06-281-0/+50
|
* Minor logging tweak.Gravatar default2023-06-261-1/+1
|
* Fixed crash in _object_fn_by_md5().Gravatar default2023-06-181-1/+1
|
* Delete unnecessary function information in _object_fn().Gravatar default2023-06-181-13/+13
|
* Improved checks to _object_fn_by_md5().Gravatar default2023-06-181-5/+6
|
* Added some more checks to _object_fn_by_md5().Gravatar default2023-06-181-26/+17
|
* Added the caller function name to _object_fn_by_md5() and _object_fn().Gravatar default2023-06-181-27/+34
|
* Avoid checking for deleted entries (starting with '-') in index_gc().Gravatar default2023-06-181-1/+1
|
* Added some logging on corrupted md5 ids.Gravatar default2023-06-161-7/+22
|
* Fixed voting / replying confusion.Gravatar default2023-06-151-1/+2
|