aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon
Commit message (Collapse)AuthorAgeFilesLines
* document the daemon classesredmatrix2016-06-261-0/+43
|
* allow an exclusion for transmitting hidden file activities. There may be a ↵redmatrix2016-06-091-1/+5
| | | | better way to do this, but it was pointed out recently that transmitting some hidden activities might cause a problem. I cannot locate the conversation at the moment to summarise the exact issue.
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-1/+1
| | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
* duplicate daemon run of cronhooksredmatrix2016-05-251-5/+0
|
* require token signatures in zot_refresh, also move channel specific stuff ↵redmatrix2016-05-241-0/+1
| | | | into include/channel.php from include/connections.php
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-225-6/+3
| | | | (connections.php)
* finish updating zot_finger instancesredmatrix2016-05-211-3/+2
|
* remove test fileredmatrix2016-05-191-13/+0
|
* roll minor version, change example textredmatrix2016-05-191-1/+1
|
* daemon conversion continued...redmatrix2016-05-192-2/+2
|
* cleanup of daemon infrastructureredmatrix2016-05-191-1/+1
|
* Separate cron into periodic components and use that as the main interface ↵redmatrix2016-05-194-230/+321
| | | | for scheduled tasks instead of the quaint 'poller'.
* don't try to deliver empty hashesredmatrix2016-05-191-0/+3
|
* daemon master: create some compatibility coderedmatrix2016-05-196-19/+21
|
* first phase of daemon refactoringredmatrix2016-05-1918-0/+2122