aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix php warningsMario Vavti2022-10-231-0/+3
|
* fix various issuesMario2022-10-211-5/+1
|
* fix php warningsMario2022-10-201-4/+4
|
* fix php warningsMario2022-10-121-3/+6
|
* remove unnecessary checkMario2022-09-281-1/+1
|
* fix warnings and regressionsMario2022-09-151-1/+2
|
* php8: warning fixesMario2022-09-141-2/+6
|
* make gprobe deal with URLs, fix issue in get_actor_protocols and fix missing ↵Mario2022-02-281-8/+20
| | | | author issue if wall2wall comment arrives and author is not yet known
* fix php error in externals and streamline actor cache timeMario Vavti2022-02-081-1/+3
|
* add the signatureMario Vavti2022-01-311-0/+3
|
* port new_token from zap, fixes and more cleanupMario2022-01-021-1/+1
|
* update_poll() can be called many times in a row for the same item if a ↵Mario2021-12-221-2/+8
| | | | multiple poll is being updated. This could result in the queueworker not processing duplicates. We are now adding the source item mid to the notifier call as the third argument (fragment) so that the queueworker will not think they are duplicates. The fragment is also passed to the deliver_hooks call in the notifier