Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no quotes on dbutcnow() output | zotlabs | 2017-01-29 | 1 | -1/+1 |
| | |||||
* | Alter the queue so that each queue item stores the scheduled time of the ↵ | zotlabs | 2017-01-29 | 1 | -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 ↵ | redmatrix | 2016-05-24 | 1 | -0/+1 |
| | | | | into include/channel.php from include/connections.php | ||||
* | first phase of daemon refactoring | redmatrix | 2016-05-19 | 1 | -0/+89 |