aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Onepoll.php
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-2/+3
|
* queue and poller testingMario2023-04-211-8/+4
|
* mark items as fetched in other placesMario2023-03-111-0/+1
|
* if a feed fails, do not update connected timestamp. attempt to poll feeds ↵Mario2022-11-171-2/+11
| | | | only once a day if we could not fetch it last time we tried
* fix warnings and regressionsMario2022-09-151-1/+2
|
* make sure we do not select removed channels as importer in onepollMario2021-10-101-6/+2
|
* bring back externals (slightly different approach), rename zotfeed to outbox ↵Mario2021-09-251-1/+1
| | | | for consistency wit AP naming. warning: this commit requires update of addons!
* add zot6 specific handling to onepollMario2021-09-231-1/+16
|
* omit deleted hublocs in get_actor_hublocs() and use ↵Mario2021-09-051-1/+4
| | | | Activity::get_actor_collections() to get collections. Fallback to xconfig->collections if Activity::get_actor_collections() does not return anything yet.
* remove reply_message_request(), implement force_refresh and minor fixesMario2021-05-271-9/+10
|
* missing includesMario2021-05-271-0/+1
|
* typoMario2021-05-261-1/+1
|
* remove most legacy zot quirksMario2021-05-261-7/+3
|
* cleanupMario2021-03-141-44/+0
|
* get devHilmar R2021-03-011-87/+118
|
* 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