aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon
Commit message (Collapse)AuthorAgeFilesLines
* add the observer hash to the cache key in categories_widget()Mario2024-03-251-1/+4
|
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-2412-42/+57
|
* AS2 Follow/IgnoreMario2024-03-011-1/+1
|
* AS2Mario2024-02-251-2/+1
|
* introduce Activity::init_background_fetch() and refactor zotconvo to ↵Mario2024-01-291-6/+11
| | | | implement it
* enable object cash by default, introduce system.cache_expire_days and ↵Mario2024-01-283-6/+6
| | | | default to 7, default system.default_expire_days to 30 and system.active_expire_days to 7
* implement short time object cache to reduce network calls and some cleanupMario2024-01-271-3/+6
|
* refactor fetch_and_store_parents() and inroduce the fetchparents daemonMario2024-01-251-0/+39
|
* store the original announce actor (the one that pushed the item into our ↵Mario2024-01-221-1/+2
| | | | stream first) in source_xchan instead of owner_xchan. this way we will preserve the real owner for the thread and not have conflicts when dealing with deletes of comments or likes
* prepare outbound fep-8b32 (object integrity) but do not enable yet since the ↵Mario2024-01-101-9/+1
| | | | additional context seems to break ldsig for some reason, introduce Activity::build_packet() and Activity::ap_context() to reduce code duplication, implement fep-2c59 (webfinger) and some cleanup
* Revert "changelog"Mario2023-12-201-1/+1
| | | | This reverts commit 3aefe23184c25c1fc0865313d13902cabfb934d3.
* changelogMario2023-12-201-1/+1
|
* some low level work on native repeatsMario2023-11-091-1/+6
|
* move profile photo fetching to backgroundMario2023-08-141-0/+34
|
* only remove the owner from delivery if its their post and minor cleanupMario2023-06-121-1/+1
|
* remove loggingMario2023-06-081-2/+1
|
* shuffle queue deliveries for more randomnessMario2023-06-081-0/+3
|
* fix parent_mid and thr_parent not set correctly for response activitiesMario2023-05-151-3/+4
|
* fix poller after refactorMario Vavti2023-04-281-2/+1
|
* initial commit for directory flags federationMario Vavti2023-04-262-5/+7
|
* dirsync update columnMario Vavti2023-04-261-1/+1
|
* Fetch conversations in the background. Otherwise it might sgnificantly delay ↵Mario2023-04-211-0/+31
| | | | delivery
* queue and poller testingMario2023-04-213-17/+19
|
* cleanupMario2023-04-151-30/+0
|
* this has been moved to cron for nowMario Vavti2023-04-141-11/+0
|
* improved item_expire()Mario Vavti2023-04-141-4/+3
|
* more loggingMario Vavti2023-04-121-1/+2
|
* reset ud_last if we had contact and some cleanupMario Vavti2023-04-121-26/+5
|
* initial commit directory sync rewrite - should work but still requires lots ↵Mario Vavti2023-04-123-8/+32
| | | | of cleanup
* add some explanation and remove loggingMario2023-03-301-1/+0
|
* ignore deliveries by our own channel which do not origin from the local hub. ↵Mario2023-03-301-0/+1
| | | | instead rely on the sync delivery.
* initial check in to allow all mentions optionMario2023-03-231-2/+0
|
* mark items as fetched in other placesMario2023-03-113-0/+3
|
* more queue updates from streams and remove a hz_syslogMario2023-02-161-1/+1
|
* remove deprecated functionsMario2023-02-121-2/+2
|
* port queue improvements from streamsMario2023-02-121-50/+27
|
* remove fragment in notifier - it should not be required, when processing ↵Mario2023-01-121-8/+2
| | | | multiple choice polls sleep some time before calling the notifier
* add sys channel to receiveres for public itemsMario Vavti2023-01-021-0/+2
|
* queueworker testing and more logging to syslogMario2022-12-151-1/+1
|
* queueworker: introduce new interval config queueworker.queue_interval - ↵Mario Vavti2022-12-122-9/+9
| | | | defaults to 500000 microseconds. No config UI yet.
* bring back poll and delivery intervalMario2022-12-122-23/+21
|
* fix typoMario2022-12-111-1/+1
|
* add option to set worker sleep based on load average, remove redundand code ↵Mario2022-12-1015-20/+53
| | | | and add return to some daemons
* the logic for public stream has changed - adjust help text and externals, ↵Mario2022-12-041-4/+6
| | | | disable lockfile check in cron daemon
* move queueworker to core and bump versionMario2022-12-023-3/+32
|
* should compare against abook_updated to make sure we do not always poll ↵Mario2022-11-261-1/+3
| | | | broken feeds
* mark unseen items seen after a certain amount of time (default 90 days)Mario2022-11-251-0/+16
|
* if a feed fails, do not update connected timestamp. attempt to poll feeds ↵Mario2022-11-172-2/+18
| | | | only once a day if we could not fetch it last time we tried
* externals: fix warningsMario2022-11-171-3/+3
|
* fix more php warningsMario Vavti2022-11-021-1/+2
|