summaryrefslogtreecommitdiff
path: root/data.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ensure to now overwrite the Accept + Follow object on repeated follows.Gravatar default2024-01-141-0/+13
|
* Fixed crashes in command-line options.Gravatar default2024-01-141-1/+8
|
* Added support for ntfy notifications. You can configure either a self-hosted ↵Gravatar Stefano Marinelli2024-01-121-0/+15
| | | | server or use the official ntfy.sh, and you have the option to use a private token to protect access and topics.
* Added an unveil() call for "/tmp".Gravatar default2024-01-111-0/+1
| | | | | | | It seems that it's needed for shm_open() to succeed, whatever the first argument points to. No idea why.
* Rewritten part of the job threads to be leaner and faster.Gravatar default2024-01-081-1/+1
|
* dequeue() unlinks the file, even if it's been unable to parse it.Gravatar default2024-01-041-2/+1
|
* Updated copyright year.Gravatar default2024-01-041-1/+1
|
* Moved most server state to a structure.Gravatar default2024-01-031-20/+20
|
* Don't collect our own shared inbox.Gravatar default2023-12-191-0/+4
|
* Added a prefix to srv_archive_qitem().Gravatar default2023-12-171-2/+2
|
* New function srv_archive_qitem().Gravatar default2023-12-171-0/+14
|
* Fixed a misleding log text.Gravatar default2023-12-161-1/+1
|
* More logging tweaks.Gravatar default2023-12-111-4/+8
|
* Some logging tweaks.Gravatar default2023-12-111-1/+1
|
* More functions do not require the user argument.Gravatar default2023-12-101-1/+1
|
* Purge unused tags completely.Gravatar default2023-12-081-0/+8
|
* Started work to support shared inboxes.Gravatar default2023-12-061-1/+22
|
* 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
|