summaryrefslogtreecommitdiff
path: root/data.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Increased log level for enqueue_request_replies().Gravatar default2023-06-151-4/+4
|
* If a ~/log/ folder exists, also write the log there.Gravatar default2023-06-151-0/+3
|
* Avoid returning 'ghost' no-longer-followers in followers_list().Gravatar default2023-06-151-3/+8
|
* Use the _a.json extension for actor object links into following/.Gravatar default2023-06-151-3/+3
|
* following_list() creates links to the actors if they don't exist.Gravatar default2023-06-151-3/+13
|
* Maintain a link to the author object in the following/ subdirectory.Gravatar default2023-06-151-1/+12
|
* Use utimes() to 'touch' the actor file in actor_get().Gravatar default2023-06-141-6/+2
|
* Don't enqueue a request_replies message if it's already there.Gravatar default2023-06-071-6/+38
|
* New function enqueue_request_replies().Gravatar default2023-06-071-0/+13
| | | | | | This way, the (potentially expensive and slow) call to timeline_request_replies() is detached from actions like replying a message from the web ui.
* Some prototype update.Gravatar default2023-06-071-22/+22
|
* New function was_question_voted().Gravatar default2023-05-311-0/+24
|
* Enqueue a close_question user q_item.Gravatar default2023-05-291-0/+15
|
* New macro ISO_DATE_SPEC.Gravatar default2023-05-291-1/+1
|
* More prototype tunnings.Gravatar default2023-05-241-5/+5
|
* Also find local users in /api/v1/search.Gravatar default2023-05-151-1/+1
|
* Add /v1/account/search support.Gravatar default2023-05-151-3/+4
|
* Added a source (web, mastoapi, etc) to lastlog_write().Gravatar default2023-05-081-2/+2
|
* Added some const here and there.Gravatar default2023-05-041-1/+1
|
* Deleted real unused parameters.Gravatar default2023-05-041-1/+1
|
* Ensure no actor data is left in actor_get().Gravatar default2023-05-031-2/+4
|
* Partial support for mastoapi unfavourite / unreblog.Gravatar default2023-05-011-1/+1
|