aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Onepoll.php
Commit message (Collapse)AuthorAgeFilesLines
* cleanupMario2021-03-141-44/+0
| | | (cherry picked from commit 0fbd0ca416333ee5f675651be7bce5e82aad27fe)
* do not poll feeds if feed_contacts are not allowedMario2021-02-251-1/+7
|
* do not try to fetch legacy zot zotfeed - they will not return anything usefulMario2021-02-171-3/+2
|
* onepoll: add date_begin argument to poll urlMario2021-02-111-0/+1
|
* remove loggingMario2021-01-201-1/+0
|
* looks like we get arrays or json strings here for some reasonMario2021-01-201-0/+1
|
* onepoll via zot6 to /zotfeed which implements an outboxMario2021-01-201-60/+88
|
* more cleanup daemon/onepollMario2021-01-181-56/+53
|
* missing lib includeMario2020-05-021-0/+2
|
* fix onepollMario2020-04-211-1/+5
|
* onepoll: do not update dead feedsMario2019-11-151-5/+7
|
* more z6 compatibility fixeszotlabs2019-01-161-1/+1
|
* use hostname, not urlzotlabs2017-04-301-1/+1
|
* authenticate onepoll so we can receive private posts/comments in zotfeed; if ↵zotlabs2017-04-301-4/+20
| | | | local server bypass the network access and invoke zotfeed directly.
* null_date conversion; phase 1redmatrix2016-09-251-1/+1
|
* optimise Onepoll so it doesn't try and fetch posts for a channel that we've ↵redmatrix2016-08-101-0/+9
| | | | not given permission to send us their stream and posts. Currently the posts are fetched, processed, and ultimately discarded. Since we know they are going to be discarded, there's not much point fetching them in the first place.
* more work on permsredmatrix2016-07-091-1/+3
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)
* first phase of daemon refactoringredmatrix2016-05-191-0/+152