Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prepare outbound fep-8b32 (object integrity) but do not enable yet since the ↵ | Mario | 2024-01-10 | 1 | -9/+1 |
| | | | | additional context seems to break ldsig for some reason, introduce Activity::build_packet() and Activity::ap_context() to reduce code duplication, implement fep-2c59 (webfinger) and some cleanup | ||||
* | Revert "changelog" | Mario | 2023-12-20 | 1 | -1/+1 |
| | | | | This reverts commit 3aefe23184c25c1fc0865313d13902cabfb934d3. | ||||
* | changelog | Mario | 2023-12-20 | 1 | -1/+1 |
| | |||||
* | some low level work on native repeats | Mario | 2023-11-09 | 1 | -1/+6 |
| | |||||
* | move profile photo fetching to background | Mario | 2023-08-14 | 1 | -0/+34 |
| | |||||
* | only remove the owner from delivery if its their post and minor cleanup | Mario | 2023-06-12 | 1 | -1/+1 |
| | |||||
* | remove logging | Mario | 2023-06-08 | 1 | -2/+1 |
| | |||||
* | shuffle queue deliveries for more randomness | Mario | 2023-06-08 | 1 | -0/+3 |
| | |||||
* | fix parent_mid and thr_parent not set correctly for response activities | Mario | 2023-05-15 | 1 | -3/+4 |
| | |||||
* | fix poller after refactor | Mario Vavti | 2023-04-28 | 1 | -2/+1 |
| | |||||
* | initial commit for directory flags federation | Mario Vavti | 2023-04-26 | 2 | -5/+7 |
| | |||||
* | dirsync update column | Mario Vavti | 2023-04-26 | 1 | -1/+1 |
| | |||||
* | Fetch conversations in the background. Otherwise it might sgnificantly delay ↵ | Mario | 2023-04-21 | 1 | -0/+31 |
| | | | | delivery | ||||
* | queue and poller testing | Mario | 2023-04-21 | 3 | -17/+19 |
| | |||||
* | cleanup | Mario | 2023-04-15 | 1 | -30/+0 |
| | |||||
* | this has been moved to cron for now | Mario Vavti | 2023-04-14 | 1 | -11/+0 |
| | |||||
* | improved item_expire() | Mario Vavti | 2023-04-14 | 1 | -4/+3 |
| | |||||
* | more logging | Mario Vavti | 2023-04-12 | 1 | -1/+2 |
| | |||||
* | reset ud_last if we had contact and some cleanup | Mario Vavti | 2023-04-12 | 1 | -26/+5 |
| | |||||
* | initial commit directory sync rewrite - should work but still requires lots ↵ | Mario Vavti | 2023-04-12 | 3 | -8/+32 |
| | | | | of cleanup | ||||
* | add some explanation and remove logging | Mario | 2023-03-30 | 1 | -1/+0 |
| | |||||
* | ignore deliveries by our own channel which do not origin from the local hub. ↵ | Mario | 2023-03-30 | 1 | -0/+1 |
| | | | | instead rely on the sync delivery. | ||||
* | initial check in to allow all mentions option | Mario | 2023-03-23 | 1 | -2/+0 |
| | |||||
* | mark items as fetched in other places | Mario | 2023-03-11 | 3 | -0/+3 |
| | |||||
* | more queue updates from streams and remove a hz_syslog | Mario | 2023-02-16 | 1 | -1/+1 |
| | |||||
* | remove deprecated functions | Mario | 2023-02-12 | 1 | -2/+2 |
| | |||||
* | port queue improvements from streams | Mario | 2023-02-12 | 1 | -50/+27 |
| | |||||
* | remove fragment in notifier - it should not be required, when processing ↵ | Mario | 2023-01-12 | 1 | -8/+2 |
| | | | | multiple choice polls sleep some time before calling the notifier | ||||
* | add sys channel to receiveres for public items | Mario Vavti | 2023-01-02 | 1 | -0/+2 |
| | |||||
* | queueworker testing and more logging to syslog | Mario | 2022-12-15 | 1 | -1/+1 |
| | |||||
* | queueworker: introduce new interval config queueworker.queue_interval - ↵ | Mario Vavti | 2022-12-12 | 2 | -9/+9 |
| | | | | defaults to 500000 microseconds. No config UI yet. | ||||
* | bring back poll and delivery interval | Mario | 2022-12-12 | 2 | -23/+21 |
| | |||||
* | fix typo | Mario | 2022-12-11 | 1 | -1/+1 |
| | |||||
* | add option to set worker sleep based on load average, remove redundand code ↵ | Mario | 2022-12-10 | 15 | -20/+53 |
| | | | | and add return to some daemons | ||||
* | the logic for public stream has changed - adjust help text and externals, ↵ | Mario | 2022-12-04 | 1 | -4/+6 |
| | | | | disable lockfile check in cron daemon | ||||
* | move queueworker to core and bump version | Mario | 2022-12-02 | 3 | -3/+32 |
| | |||||
* | should compare against abook_updated to make sure we do not always poll ↵ | Mario | 2022-11-26 | 1 | -1/+3 |
| | | | | broken feeds | ||||
* | mark unseen items seen after a certain amount of time (default 90 days) | Mario | 2022-11-25 | 1 | -0/+16 |
| | |||||
* | if a feed fails, do not update connected timestamp. attempt to poll feeds ↵ | Mario | 2022-11-17 | 2 | -2/+18 |
| | | | | only once a day if we could not fetch it last time we tried | ||||
* | externals: fix warnings | Mario | 2022-11-17 | 1 | -3/+3 |
| | |||||
* | fix more php warnings | Mario Vavti | 2022-11-02 | 1 | -1/+2 |
| | |||||
* | fix php warnings | Mario Vavti | 2022-10-23 | 1 | -0/+3 |
| | |||||
* | fix various issues | Mario | 2022-10-21 | 1 | -5/+1 |
| | |||||
* | fix php warnings | Mario | 2022-10-20 | 1 | -4/+4 |
| | |||||
* | fix php warnings | Mario | 2022-10-12 | 1 | -3/+6 |
| | |||||
* | remove unnecessary check | Mario | 2022-09-28 | 1 | -1/+1 |
| | |||||
* | fix warnings and regressions | Mario | 2022-09-15 | 1 | -1/+2 |
| | |||||
* | php8: warning fixes | Mario | 2022-09-14 | 1 | -2/+6 |
| | |||||
* | make gprobe deal with URLs, fix issue in get_actor_protocols and fix missing ↵ | Mario | 2022-02-28 | 1 | -8/+20 |
| | | | | author issue if wall2wall comment arrives and author is not yet known | ||||
* | fix php error in externals and streamline actor cache time | Mario Vavti | 2022-02-08 | 1 | -1/+3 |
| |