aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon
Commit message (Expand)AuthorAgeFilesLines
* don't send purge_all notification to self.redmatrix2016-09-031-1/+1
* optimise Onepoll so it doesn't try and fetch posts for a channel that we've n...redmatrix2016-08-101-0/+9
* This checkin should make all permission modes work correctly with atokens (th...redmatrix2016-08-011-3/+7
* undefined functionredmatrix2016-07-201-1/+1
* Merge branch 'dev' into permsredmatrix2016-07-171-0/+9
|\
| * remove expired access tokensredmatrix2016-07-151-0/+9
* | Merge branch 'dev' into permsredmatrix2016-07-111-1/+1
|\|
| * expire crashing on shared hosting from memory exhaustion. Lower the expire li...redmatrix2016-07-061-1/+1
* | more work on permsredmatrix2016-07-091-1/+3
|/
* disable wiki if feature disabled, sync updates of delayed publish postsredmatrix2016-06-302-2/+12
* still working through some issues with curl magic-authredmatrix2016-06-271-2/+5
* provide a daemon for implementing zot magic-auth over curl.redmatrix2016-06-271-0/+52
* document the daemon classesredmatrix2016-06-261-0/+43
* allow an exclusion for transmitting hidden file activities. There may be a be...redmatrix2016-06-091-1/+5
* the rest of the schema updates - WARNING: some third party plugins may fail; ...redmatrix2016-06-011-1/+1
* duplicate daemon run of cronhooksredmatrix2016-05-251-5/+0
* require token signatures in zot_refresh, also move channel specific stuff int...redmatrix2016-05-241-0/+1
* renamed include files identity.php (channel.php) and Contact.php (connections...redmatrix2016-05-225-6/+3
* 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 for...redmatrix2016-05-194-230/+321
* 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