aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Queue.php
Commit message (Collapse)AuthorAgeFilesLines
* more queue workzotlabs2017-11-021-0/+1
|
* no quotes on dbutcnow() outputzotlabs2017-01-291-1/+1
|
* Alter the queue so that each queue item stores the scheduled time of the ↵zotlabs2017-01-291-19/+4
| | | | | | | | next delivery. This keeps the query for queued items simple. We no longer group by posturl; as the queue update function will only keep one item per destination scheduled for shorter term processing. Others (multiple queued items for a single destination) will be scheduled for delivery far into the future and only delivered if the hub responds to the "active" or short term queue item.
* require token signatures in zot_refresh, also move channel specific stuff ↵redmatrix2016-05-241-0/+1
| | | | into include/channel.php from include/connections.php
* first phase of daemon refactoringredmatrix2016-05-191-0/+89