summaryrefslogtreecommitdiff
path: root/data.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Emojis are now read from ~/emojis.json.Gravatar default2024-03-251-0/+3
|
* Call actor_get_refresh() from actor_request().Gravatar default2024-03-131-1/+1
|
* Fixed log message.Gravatar default2024-03-121-1/+1
|
* Queue actor request renamed to actor_refresh.Gravatar default2024-03-121-5/+5
|
* More actor refreshing tweaks.Gravatar default2024-03-121-1/+1
|
* Don't call enqueue_actor_request() with a NULL user.Gravatar default2024-03-121-1/+11
|
* Added actor refreshing via the user queue.Gravatar default2024-03-121-6/+41
|
* Also call content_check() from timeline_request().Gravatar default2024-03-111-1/+3
|
* New function content_check().Gravatar default2024-03-111-0/+40
|
* Add defines for time to enable macos builds.Gravatar Andy Piper2024-03-061-0/+7
|
* More logging tweaks.Gravatar default2024-03-041-2/+2
|
* 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
|