summaryrefslogtreecommitdiff
path: root/data.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Logging tweaks.Gravatar default2024-03-041-2/+2
|
* Log (and not notify) repeated likes and announces.Gravatar default2024-02-211-2/+4
|
* Call verify_links() instead of enqueue_verify_links() from purge_user().Gravatar default2024-02-201-1/+1
|
* Increased logging level for enqueue_verify_links().Gravatar default2024-02-201-1/+1
|
* Enqueue a link verification from the user purge.Gravatar default2024-02-201-0/+3
|
* New verify_links q_item.Gravatar default2024-02-201-0/+13
|
* Moved verified links to its own json file.Gravatar default2024-02-151-0/+9
|
* Deactivated stale actors behind a compiler directive.Gravatar default2024-02-071-0/+2
|
* Added paging to notify_list(), and use it in the notifications page.Gravatar default2024-02-051-3/+3
|
* Added a notification index.Gravatar default2024-02-051-23/+66
|
* notify_list() no longer has a new_only argument.Gravatar default2024-02-051-10/+25
|
* New function get_atto(), to get the attributedTo field.Gravatar default2024-01-181-1/+2
|
* 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
|