Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add optional $removed argument to channelx_by functions to allow inclusion ↵ | Mario Vavti | 2021-10-03 | 1 | -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. | ||||
* | notifier fixes | Mario | 2021-05-29 | 1 | -4/+4 |
| | |||||
* | fix notifier for non-zot hublocs | Mario | 2021-05-28 | 1 | -1/+1 |
| | |||||
* | more notifier work | Mario | 2021-05-25 | 1 | -273/+209 |
| | |||||
* | remove location command from notifier | Mario | 2021-05-23 | 1 | -28/+0 |
| | |||||
* | remove request command from notifier | Mario | 2021-05-23 | 1 | -33/+3 |
| | |||||
* | remove mail and some hubzilla < 5.0 quirks from notifier | Mario | 2021-05-23 | 1 | -50/+4 |
| | |||||
* | mod subthread issue continued | Mario | 2021-03-14 | 1 | -0/+6 |
| | |||||
* | get dev | Hilmar R | 2021-03-01 | 1 | -209/+199 |
| | |||||
* | allow deletes for e.g. w2w posts where we are the author but item wall is ↵ | Mario Vavti | 2021-01-08 | 1 | -7/+0 |
| | | | | not set. ownership is checked at the receiving side anyway | ||||
* | try to fix more hubloc anomalies: use refresh_all in ↵ | Mario | 2020-12-15 | 1 | -42/+42 |
| | | | | remove_obsolete_hublocs() and use Libzot::encode_locations() instead of zot_encode_locations() in notifier | ||||
* | deliver to local hub first | Mario | 2020-11-21 | 1 | -3/+10 |
| | |||||
* | minor queue adjustments | Mario | 2020-11-13 | 1 | -10/+13 |
| | |||||
* | provide info about dead sites in delivery report and set site_dead when ↵ | Mario | 2020-10-19 | 1 | -5/+53 |
| | | | | marking a hubloc down. | ||||
* | add rss network authors to the not fetchable list | Mario | 2020-10-09 | 1 | -1/+1 |
| | |||||
* | 5.0RC testing: do not attempt zot6 delivery of anonymous comments - the ↵ | Mario | 2020-10-06 | 1 | -0/+6 |
| | | | | author is not a valid actor | ||||
* | item/activity fetching | Mario | 2020-10-02 | 1 | -1/+0 |
| | |||||
* | RC5.0 testing: fix purge and some cleanup | Mario | 2020-09-28 | 1 | -24/+40 |
| | |||||
* | be more clear in comment | Mario | 2020-08-20 | 1 | -1/+1 |
| | |||||
* | fix item deletion | Mario | 2020-08-20 | 1 | -2/+3 |
| | |||||
* | whitespace | Mario | 2020-05-15 | 1 | -5/+5 |
| | |||||
* | rewriting the author for legacy compatibility only if author is from this ↵ | Mario | 2020-05-15 | 1 | -2/+6 |
| | | | | site and add comment. | ||||
* | rewriting the owner for legacy compatibility should be sufficient | Mario | 2020-05-15 | 1 | -4/+2 |
| | |||||
* | Revert "keychange and request packets via zot6" | Mario | 2020-04-16 | 1 | -8/+6 |
| | | | This reverts commit 9d0f71bfcbc0d1080a9f93590118046d326cae70 | ||||
* | keychange and request packets via zot6 | Mario | 2020-04-15 | 1 | -6/+8 |
| | |||||
* | fix outgoing mails to zot connections | Mario | 2020-04-01 | 1 | -4/+10 |
| | |||||
* | first batch of zot6 transition patches. basic communication with ↵ | Mario | 2020-03-12 | 1 | -4/+10 |
| | | | | transitioned channels *should* work now | ||||
* | fix poll responses | zotlabs | 2020-02-10 | 1 | -1/+11 |
| | |||||
* | Notify on custom items - rework hooks | M. Dent | 2019-09-23 | 1 | -2/+15 |
| | |||||
* | we no longer use xchan_instance_url - this is an abook thing | zotlabs | 2019-03-30 | 1 | -1/+1 |
| | |||||
* | remove clones from delivery recipients for top-level posts - they will get ↵ | zotlabs | 2019-03-04 | 1 | -0/+6 |
| | | | | the post via clone sync | ||||
* | block private reshares from zot6 due to different parents | zotlabs | 2019-01-28 | 1 | -0/+11 |
| | |||||
* | support photo items between zot and zot6 | zotlabs | 2019-01-24 | 1 | -0/+2 |
| | |||||
* | regression: mail from dev to core not delivering | zotlabs | 2018-12-17 | 1 | -1/+6 |
| | |||||
* | translate zot message packets to zot6 for delivery | zotlabs | 2018-11-11 | 1 | -12/+35 |
| | |||||
* | more z6 debugging | zotlabs | 2018-11-11 | 1 | -0/+1 |
| | |||||
* | add zot6 delivery method | zotlabs | 2018-11-08 | 1 | -0/+1 |
| | |||||
* | refresh packets | zotlabs | 2018-11-08 | 1 | -3/+12 |
| | |||||
* | redirect stdout/stderr on cron command | zotlabs | 2018-08-28 | 1 | -0/+2 |
| | |||||
* | copy/paste error resulting in bad behaviour | zotlabs | 2018-02-20 | 1 | -1/+1 |
| | |||||
* | and fix the typo | zotlabs | 2018-02-19 | 1 | -1/+1 |
| | |||||
* | fix the fix for precision | zotlabs | 2018-02-19 | 1 | -1/+1 |
| | |||||
* | target zot6 deliveries with more precision to ensure we handle a very ↵ | zotlabs | 2018-02-19 | 1 | -1/+15 |
| | | | | precise type of content until the mechanism is extended to other types in the future | ||||
* | more zot6 delivery work | zotlabs | 2018-02-07 | 1 | -2/+2 |
| | |||||
* | remove deprecated 'qcomment' feature; unused since 2012 | zotlabs | 2018-01-18 | 1 | -2/+0 |
| | |||||
* | use mid/parent_mid to trigger $top_level_post | zotlabs | 2018-01-17 | 1 | -1/+1 |
| | |||||
* | pubstream comments and a few other bugfixes that were discovered along the way | zotlabs | 2017-11-26 | 1 | -2/+4 |
| | |||||
* | blah is not author or owner | zotlabs | 2017-11-25 | 1 | -1/+1 |
| | |||||
* | acl encoding issues | zotlabs | 2017-10-23 | 1 | -2/+2 |
| | |||||
* | re-implement single delivery | zotlabs | 2017-10-10 | 1 | -3/+20 |
| |