aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon
Commit message (Collapse)AuthorAgeFilesLines
* remove deprecated functionsMario2023-02-121-2/+2
|
* port queue improvements from streamsMario2023-02-121-50/+27
|
* remove fragment in notifier - it should not be required, when processing ↵Mario2023-01-121-8/+2
| | | | multiple choice polls sleep some time before calling the notifier
* add sys channel to receiveres for public itemsMario Vavti2023-01-021-0/+2
|
* queueworker testing and more logging to syslogMario2022-12-151-1/+1
|
* queueworker: introduce new interval config queueworker.queue_interval - ↵Mario Vavti2022-12-122-9/+9
| | | | defaults to 500000 microseconds. No config UI yet.
* bring back poll and delivery intervalMario2022-12-122-23/+21
|
* fix typoMario2022-12-111-1/+1
|
* add option to set worker sleep based on load average, remove redundand code ↵Mario2022-12-1015-20/+53
| | | | and add return to some daemons
* the logic for public stream has changed - adjust help text and externals, ↵Mario2022-12-041-4/+6
| | | | disable lockfile check in cron daemon
* move queueworker to core and bump versionMario2022-12-023-3/+32
|
* should compare against abook_updated to make sure we do not always poll ↵Mario2022-11-261-1/+3
| | | | broken feeds
* mark unseen items seen after a certain amount of time (default 90 days)Mario2022-11-251-0/+16
|
* if a feed fails, do not update connected timestamp. attempt to poll feeds ↵Mario2022-11-172-2/+18
| | | | only once a day if we could not fetch it last time we tried
* externals: fix warningsMario2022-11-171-3/+3
|
* fix more php warningsMario Vavti2022-11-021-1/+2
|
* fix php warningsMario Vavti2022-10-231-0/+3
|
* fix various issuesMario2022-10-211-5/+1
|
* fix php warningsMario2022-10-201-4/+4
|
* fix php warningsMario2022-10-121-3/+6
|
* remove unnecessary checkMario2022-09-281-1/+1
|
* fix warnings and regressionsMario2022-09-151-1/+2
|
* php8: warning fixesMario2022-09-141-2/+6
|
* make gprobe deal with URLs, fix issue in get_actor_protocols and fix missing ↵Mario2022-02-281-8/+20
| | | | author issue if wall2wall comment arrives and author is not yet known
* fix php error in externals and streamline actor cache timeMario Vavti2022-02-081-1/+3
|
* add the signatureMario Vavti2022-01-311-0/+3
|
* port new_token from zap, fixes and more cleanupMario2022-01-021-1/+1
|
* update_poll() can be called many times in a row for the same item if a ↵Mario2021-12-221-2/+8
| | | | multiple poll is being updated. This could result in the queueworker not processing duplicates. We are now adding the source item mid to the notifier call as the third argument (fragment) so that the queueworker will not think they are duplicates. The fragment is also passed to the deliver_hooks call in the notifier
* daemon to delete abbok items in the backgroundMario2021-12-171-0/+25
|
* merge branch perms_ng into devMario2021-12-151-0/+12
|
* fix hubloc_site_id in fix_system_urls() on detected site rename events and ↵Mario Vavti2021-11-301-1/+1
| | | | during sync_locations() if it changed or was stored incorrectly.
* do not deliver to the same channel multiple times in case duplicate hubloc ↵Mario Vavti2021-11-291-1/+3
| | | | entries for the channel exist
* make sure we do not select removed channels as importer in onepollMario2021-10-101-6/+2
|
* simplifyMario2021-10-061-19/+14
|
* really de-duplicate entries for dead hubsMario2021-10-061-16/+19
|
* do not show duplicate entries for dead hubsMario2021-10-061-1/+3
|
* clone channel delete issues - part 1Mario Vavti2021-10-032-7/+11
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-10-031-1/+1
|\
| * add optional $removed argument to channelx_by functions to allow inclusion ↵Mario Vavti2021-10-031-1/+1
| | | | | | | | of removed channels which is required (mod channel, daemon notifier -> refresh_all) if a channel got removed also remove caching to App so we always get a fresh copy. In import_hublocs() add site_id to the array passed to Libzot::gethubs() because it is expected there.
* | channel_purge: raise limit by factor of 10Mario2021-10-031-2/+2
|/
* import_progress: deal with the situation where items/files are being ↵Mario Vavti2021-10-012-3/+2
| | | | imported but there are none to import
* implement file totals and add mod import_progressMario Vavti2021-09-301-3/+9
|
* provide a very simple status page for content importMario Vavti2021-09-302-5/+21
|
* add channel purge daemonMario Vavti2021-09-301-0/+34
|
* revise content import/export part 2Mario Vavti2021-09-292-9/+27
|
* importer daemons: do not call with zap_compat flag and use return instead of ↵Mario2021-09-272-15/+15
| | | | kill so that queueworker can go on
* add importer daemons ported from zapMario2021-09-272-0/+109
|
* externals: if dealing with AP profiles also fetch comments. there is no way ↵Mario2021-09-251-5/+5
| | | | to fetch conversations later
* bring back externals (slightly different approach), rename zotfeed to outbox ↵Mario2021-09-253-115/+86
| | | | for consistency wit AP naming. warning: this commit requires update of addons!
* add zot6 specific handling to onepollMario2021-09-231-1/+16
|