aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Poller.php
Commit message (Collapse)AuthorAgeFilesLines
* fix poller after refactorMario Vavti2023-04-281-2/+1
|
* initial commit for directory flags federationMario Vavti2023-04-261-1/+2
|
* dirsync update columnMario Vavti2023-04-261-1/+1
|
* queue and poller testingMario2023-04-211-1/+6
|
* cleanupMario2023-04-151-30/+0
|
* initial commit directory sync rewrite - should work but still requires lots ↵Mario Vavti2023-04-121-0/+9
| | | | of cleanup
* queueworker: introduce new interval config queueworker.queue_interval - ↵Mario Vavti2022-12-121-5/+5
| | | | defaults to 500000 microseconds. No config UI yet.
* bring back poll and delivery intervalMario2022-12-121-13/+11
|
* move queueworker to core and bump versionMario2022-12-021-2/+14
|
* should compare against abook_updated to make sure we do not always poll ↵Mario2022-11-261-1/+3
| | | | broken feeds
* if a feed fails, do not update connected timestamp. attempt to poll feeds ↵Mario2022-11-171-0/+7
| | | | only once a day if we could not fetch it last time we tried
* remove most legacy zot quirksMario2021-05-261-6/+5
|
* get devHilmar R2021-03-011-75/+68
|
* undefined variableMario Vavti2021-01-101-2/+2
|
* Return in the case of further processingDM42.Net Zap Dev2019-08-191-1/+1
|
* find unregistered z6 clones on hubzilla sites (does not happen automatically ↵zotlabs2019-03-131-0/+1
| | | | since z6 is not the default protocol on hubzilla). This will need to be pushed to master for the next point release.
* more z6 compatibility fixeszotlabs2019-01-161-1/+1
|
* just query for data we actually needMario Vavti2018-05-301-2/+6
|
* null_date conversion; phase 1redmatrix2016-09-251-3/+3
|
* duplicate daemon run of cronhooksredmatrix2016-05-251-5/+0
|
* Separate cron into periodic components and use that as the main interface ↵redmatrix2016-05-191-230/+0
| | | | for scheduled tasks instead of the quaint 'poller'.
* daemon master: create some compatibility coderedmatrix2016-05-191-12/+12
|
* first phase of daemon refactoringredmatrix2016-05-191-0/+437