Ashvin and GitHub
3ffffd7225
Keep every cookie of a domain when importing a cookies.txt ( #3031 )
2026-08-28 13:20:00 +02:00
Soxoj and GitHub
a7a87f511a
[LAPOINTE] Add 12 sites ( #3028 )
...
Adds 12 sites.
| site | engine | tags |
|---|---|---|
| community.lsst.org | Discourse | forum, discussion, science, research |
| forum.mcmodding.ru | XenForo | forum, discussion, ru, gaming |
| forum.onlinesoccermanager.com | — | forum, discussion, gaming, sport |
| forum.rocketbeans.tv | Discourse | forum, discussion, de, gaming |
| forumroman.com | — | forum, discussion, ir, writing |
| forums.overclockers.ru | — | forum, discussion, ru, tech |
| grassrootsmotorsports.com | — | forum, discussion, auto, sport |
| hc-bb-international.com | — | forum, discussion, de, erotic, sharing |
| minecraft-server.eu | XenForo | forum, discussion, de, gaming |
| mmo-dev.info | XenForo | forum, discussion, ru, gaming |
| newf319.com | XenForo | forum, discussion, vn, finance |
| openforum.hetclub.org | — | forum, discussion, auto, us |
2026-08-28 10:57:22 +02:00
Soxoj and GitHub
958f364f3e
XenForo: count the Hebrew and Persian login notice as presence ( #3029 )
...
A XenForo board can let a member hide their profile from guests. The
profile then answers 403 with a login page, and the engine already handles that
- `You must be logged-in to do that.` and its Russian, French and Turkish
translations are presence strings, not absence ones.
The list has no Hebrew or Persian. On `tapuz.co.il` two of the seven members its
own directory offers are login-walled, and on `forumroman.com` one of four; all
of them are reported as available today.
Both strings were checked against the absence page of four XenForo boards -
prog.co.il, tapuz.co.il, iranjoman.com, forumroman.com - and appear on none of
them.
2026-08-28 10:49:39 +02:00
cddada990e
build(deps): bump platformdirs from 4.11.3 to 4.11.4 ( #3030 )
...
Bumps [platformdirs](https://github.com/tox-dev/platformdirs ) from 4.11.3 to 4.11.4.
- [Release notes](https://github.com/tox-dev/platformdirs/releases )
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/platformdirs/compare/4.11.3...4.11.4 )
---
updated-dependencies:
- dependency-name: platformdirs
dependency-version: 4.11.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-28 10:46:15 +02:00
Soxoj and GitHub
c8ffd89ace
[LAPOINTE] Add 13 sites ( #3027 )
...
Adds 13 sites.
| site | engine | tags |
|---|---|---|
| chiase.org | XenForo | forum, discussion, vn, sharing |
| forum.church.tools | — | forum, discussion, tech, apps |
| forum.kicad.info | Discourse | forum, discussion, tech, design |
| forum.mohaddis.com | XenForo | forum, discussion, pk, religion |
| forum.uit.edu.vn | Discourse | forum, discussion, vn, education |
| ibf.lv | XenForo | forum, discussion, lv, business |
| khatmenbuwat.org | XenForo | forum, discussion, pk, religion |
| phpbbthailand.com | — | forum, discussion, th, tech |
| silkroad4arab.com | — | forum, discussion, gaming, ar |
| tapuz.co.il | — | forum, discussion, il |
| tevu-darzelis.lt | — | forum, discussion, lt, parenting |
| urduweb.org | — | forum, discussion, pk, writing |
| vozer.net | XenForo | forum, discussion, vn, tech |
2026-08-28 10:45:47 +02:00
Julio César Suástegui and GitHub
af3de564c7
Detect status-code checks in --submit fallback ( #3024 )
...
Completes subtask 2 of #2668 . When manual feature detection sees a claimed profile return 2xx and the unclaimed profile return 4xx, --submit creates a status_code check. Redirects keep the message fallback.
2026-08-27 12:02:52 +02:00
Soxoj and GitHub
a187580a11
[LAPOINTE] Disable fuzzies.wtf ( #3025 )
...
The instance is gone. DNS still resolves (23.131.76.144) but the host
refuses connections on both 443 and 80.
Checked against three other federated instances added in the same sweeps -
foxes.day, best-friends.chat and mitmachim.top all answer 200 from here -
so this is the site rather than the checking address.
2026-08-27 11:17:01 +02:00
Soxoj and GitHub
41674631a9
[LAPOINTE] Add 3 sites ( #3023 )
...
Adds 3 sites.
| site | engine | tags |
|---|---|---|
| garantmarket.net | — | gaming, trading, ru |
| glitter-graphics.com | — | art, design |
| zion.beergeeks.co.il | — | il, forum, hobby |
2026-08-26 16:40:15 +02:00
Soxoj and GitHub
8efbac26da
Drop the zero-width joiner from the snap summary ( #3022 )
...
The Snap Store rejects any upload whose summary contains unicode control characters, and the detective emoji in ours is a ZWJ sequence: U+1F575 U+FE0F U+200D U+2642 U+FE0F. The joiner is category Cf, so the upload fails review with `summary: Control/private unicode characters are not allowed` after processing completes.
2026-08-26 15:28:13 +02:00
Soxoj and GitHub
8894b8c154
Add a website link to the snap metadata ( #3017 )
...
snapcraft's metadata linter warns that the `website` field is missing, and the store listing page shows a Website link that would otherwise be empty.
Pointing it at the documentation rather than the repository, since `source-code` already carries the GitHub URL. With this the build passes all four linters silently.
2026-08-25 15:53:58 +02:00
Soxoj and GitHub
80d9f73512
Bump to 0.6.5 ( #3014 )
2026-08-25 14:26:03 +02:00
Soxoj and GitHub
cfcb968727
False negatives ( #3012 )
...
* fix: don't treat refused or self-redirected responses as not-found
401 and 429 fell through to the checkType branch, where any non-2xx code means the username is free, so blocked and rate-limited requests were reported as confirmed absences; they now return errors, Vercel's Security Checkpoint joins the bot-protection markers, and a self-redirect that carries Set-Cookie is retried once instead of read as an absence.
* Fix site checks: 16 sites, 3 fixed, 12 disabled, 1 dead deleted
* docs: note that the joyreactor self-redirect is intermittent
2026-08-25 14:07:02 +02:00
67b18d820f
Updated site list and statistics ( #3011 )
...
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-08-25 13:40:27 +02:00
locsucc and GitHub
990ea23761
Add Coddy and Codédex ( #2995 )
...
* Add Coddy and Codédex
* -
2026-08-25 13:07:45 +02:00
Sushanth012 and GitHub
b32fbc8c2b
fix: disable ForumJizni false-positive check ( #2991 )
2026-08-25 13:07:41 +02:00
Ashvin and GitHub
0aff9aa9c1
fix: write report files with an explicit utf-8 encoding ( #3007 )
...
save_graph_report handed the file off to pyvis's show(), which opens it with
open(name, "w+"), i.e. the locale encoding. On Windows that is the ANSI
codepage (cp1252 by default), and the vis-network bundle pyvis inlines carries
several hundred non-ASCII characters of its own, so every graph report died
with UnicodeEncodeError regardless of what was scanned. The CLI aborted
mid-run and left a 0-byte html file behind; the web interface builds a graph
for every scan, so each one ended as "Search failed" and discarded the
results.
Render the html and write it here with encoding="utf-8" instead. The debug.log
dump and the report template read had the same implicit encoding, so they get
the same treatment.
Three existing tests (test_build_reports_computes_found_count,
test_real_report_generation_does_not_crash, test_live_scan_streams_found_and_done)
fail on a non-utf-8 machine before this change and pass after it. The new tests
perform the writes under -X warn_default_encoding, so a return to the implicit
encoding fails on CI too, where the locale is utf-8 and the bug is invisible.
2026-08-25 12:39:10 +02:00
Soxoj and GitHub
3e8e1c6c75
Add 14 sites ( #3009 )
...
Adds 14 sites.
| site | engine | tags |
|---|---|---|
| ellinikos-stratos.com | — | forum, discussion, military, gr |
| hlmod.hu | — | forum, discussion, gaming, hu |
| nasser-alyamani.org | — | forum, discussion, religion |
| palungjit.org | XenForo | forum, discussion, religion, th |
| foropuros.com | XenForo | forum, discussion, hobby, es |
| foxes.day | — | social, networking |
| f2.freeivr.co.il | — | forum, discussion, tech, il |
| forum.antichat.io | vBulletin | forum, discussion, hacking, ru |
| forum.exbo.net | Flarum | forum, discussion, gaming |
| forum.vsmuta.com | XenForo | forum, discussion, gaming, ru |
| git.factory.uga.edu | — | coding, education, us |
| sahara.irt-saintexupery.com | — | coding, research, fr |
| srcsrv.wikimedia.de | — | coding, de |
| surak.baribar.kz | — | q&a, discussion, kz |
2026-08-25 11:45:54 +02:00
a187f616de
build(deps): bump curl-cffi from 0.16.0 to 0.16.1 ( #3004 )
...
Bumps [curl-cffi](https://github.com/lexiforest/curl_cffi ) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/lexiforest/curl_cffi/releases )
- [Changelog](https://github.com/lexiforest/curl_cffi/blob/main/docs/changelog.rst )
- [Commits](https://github.com/lexiforest/curl_cffi/compare/v0.16.0...v0.16.1 )
---
updated-dependencies:
- dependency-name: curl-cffi
dependency-version: 0.16.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-24 14:58:23 +02:00
d0583e5ffc
build(deps): bump lxml from 6.1.1 to 6.1.2 ( #3005 )
...
Bumps [lxml](https://github.com/lxml/lxml ) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-6.1.1...lxml-6.1.2 )
---
updated-dependencies:
- dependency-name: lxml
dependency-version: 6.1.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-24 14:57:56 +02:00
Soxoj and GitHub
ee7c265f5a
Add 29 sites ( #3006 )
...
Adds 29 sites.
| site | engine | tags |
|---|---|---|
| best-friends.chat | — | social, mastodon |
| fuzzies.wtf | — | social, mastodon |
| bbs.io-tech.fi | XenForo | forum, discussion, fi, tech |
| community.nodebb.org | — | forum, discussion, coding |
| forge.hackers.town | — | coding |
| forum.adrenaline.com.br | XenForo | forum, discussion, br, tech |
| forum.ansible.com | Discourse | forum, discussion, coding, tech |
| forum.beobuild.rs | XenForo | forum, discussion, rs, business |
| forum.coralvuehydros.com | XenForo | forum, discussion, hobby |
| forum.crocieristi.it | XenForo | forum, discussion, it, travel |
| forum.entropiauniverse.com | Discourse | forum, discussion, gaming |
| forum.hamichlol.org.il | — | forum, discussion, il, wiki |
| forum.hebat-malek.com | — | forum, discussion, sport |
| forum.kurortinfo.ru | vBulletin | forum, discussion, ru, travel |
| forum.magiclife.su | — | forum, discussion, ru, esoteric |
| forum.motorguia.net | XenForo | forum, discussion, auto |
| forum.neformat.com.ua | XenForo | forum, discussion, ua, music |
| forum.scooterclubhellas.gr | vBulletin | forum, discussion, gr, auto |
| forum.vinograd.info | — | forum, discussion, ua, hobby |
| forum.wowcircle.com | vBulletin | forum, discussion, gaming |
| forum.yekpars.com | vBulletin | forum, discussion, ir |
| forums.mozfr.org | phpBB | forum, discussion, fr, tech |
| git.k-space.ee | — | coding, ee |
| git.tuxpa.in | — | coding |
| git.virtit.fr | — | coding, fr |
| gitea.devditto.com | — | coding |
| gitea.mdg-hamburg.de | — | coding, de |
| gitea.siberat.id | — | coding, id |
| openjscad.nodebb.com | — | forum, discussion, coding, 3d |
2026-08-24 14:57:45 +02:00
Soxoj and GitHub
86593e7744
Add 9 sites ( #3001 )
...
Adds 9 sites.
| site | engine | tags |
|---|---|---|
| 650f.bike | XenForo | forum, discussion, auto, hobby |
| elektronauts.com | Discourse | forum, discussion, music, tech |
| foropl.com | XenForo | forum, discussion, es, erotic |
| gaminglatest.com | XenForo | forum, discussion, gaming |
| nullforums.net | XenForo | forum, discussion, sharing, coding |
| sadece1.com | XenForo | forum, discussion, tr |
| sorumatik.co | Discourse | forum, discussion, tr, education |
| vsmuta.com | — | ru, gaming |
| wox.cc | — | forum, discussion, blog |
2026-08-23 07:29:52 +02:00
Soxoj and GitHub
1b454d0afc
Add 13 sites ( #2997 )
...
Adds 13 sites.
| site | engine | tags |
|---|---|---|
| audiforum.nu | XenForo | forum, discussion, se, auto |
| finta.pl | — | pl, books, sharing |
| hifisentralen.no | — | forum, discussion, no, music |
| kandaulismus.cz | phpBB | forum, discussion, cz, erotic |
| modellismo.net | — | forum, discussion, it, hobby |
| smallgames.ws | — | ru, gaming |
| zoodbashcity.com | — | ir, social |
| danketoan.com | XenForo | forum, discussion, vn, finance |
| oyunlabi.com | XenForo | forum, discussion, tr, gaming |
| pcbolsa.com | — | es, finance, stock |
| perfuforum.pl | — | forum, discussion, pl, fashion |
| predpriemach.com | XenForo | forum, discussion, bg, business |
| seo-forum.se | — | forum, discussion, se, business |
2026-08-23 06:55:56 +02:00
48eed0ee78
build(deps-dev): bump pytest-rerunfailures from 16.5 to 16.6 ( #2998 )
...
Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures ) from 16.5 to 16.6.
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst )
- [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/16.5...16.6 )
---
updated-dependencies:
- dependency-name: pytest-rerunfailures
dependency-version: '16.6'
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-23 06:55:51 +02:00
fcbecaa148
build(deps): bump pyinstaller from 6.22.1 to 6.22.2 ( #2999 )
...
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller ) from 6.22.1 to 6.22.2.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases )
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst )
- [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.22.1...v6.22.2 )
---
updated-dependencies:
- dependency-name: pyinstaller
dependency-version: 6.22.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-23 06:55:42 +02:00
dependabot[bot] and GitHub
149acb1783
build(deps): bump pyinstaller from 6.22.0 to 6.22.1 ( #2987 )
2026-08-20 21:43:27 +02:00
Sushanth012 and GitHub
cea64a3990
Fix diagnostic database loading on Windows ( #2992 )
2026-08-20 21:43:04 +02:00
Soxoj and GitHub
c4467c10d1
Add 4 sites ( #2996 )
...
Adds 4 sites.
| site | engine | tags |
|---|---|---|
| 3asq.com | vBulletin | forum, discussion, anime |
| dastereo.ru | Discourse | forum, discussion, ru, music |
| forum-mechanika.pl | XenForo | forum, discussion, pl, auto |
| iranjoman.com | XenForo | forum, discussion, ir, tech |
2026-08-20 21:40:30 +02:00
Soxoj and GitHub
ad4a4e389b
Add 8 sites ( #2990 )
...
Adds 8 sites.
| site | engine | tags |
|---|---|---|
| antichat.io | vBulletin | forum, discussion, ru, hacking |
| forumklassika.ru | vBulletin | forum, discussion, ru, music |
| mitmachim.top | NodeBB | forum, discussion, il, tech |
| offroad-forum.de | phpBB | forum, discussion, de, auto |
| rembetiko.gr | Discourse | forum, discussion, gr, music |
| tgforum.ru | XenForo | forum, discussion, ru, tech |
| xentr.net | XenForo | forum, discussion, tr, tech |
| prog.co.il | XenForo | forum, discussion, il, business |
2026-08-20 21:29:57 +02:00
Soxoj and GitHub
e60d6ca92b
Remove opensuse.txt ( #2993 )
2026-08-20 10:38:09 +02:00
696dfa2eed
Updated site list and statistics ( #2986 )
...
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-08-18 13:21:40 +02:00
31b8dec234
build(deps): bump svglib from 2.1.0 to 2.2.0 ( #2981 )
...
Bumps [svglib](https://github.com/deeplook/svglib ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/deeplook/svglib/releases )
- [Changelog](https://github.com/deeplook/svglib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/deeplook/svglib/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: svglib
dependency-version: 2.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-18 13:15:47 +02:00
0d962da96d
build(deps-dev): bump mypy from 2.3.0 to 2.3.1 ( #2982 )
...
Bumps [mypy](https://github.com/python/mypy ) from 2.3.0 to 2.3.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v2.3.0...v2.3.1 )
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 2.3.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-18 13:15:40 +02:00
208c0788a9
build(deps): update chardet requirement from >=7.5.1 to >=7.6.0 ( #2983 )
...
Updates the requirements on [chardet](https://github.com/chardet/chardet ) to permit the latest version.
- [Release notes](https://github.com/chardet/chardet/releases )
- [Changelog](https://github.com/chardet/chardet/blob/main/docs/changelog.rst )
- [Commits](https://github.com/chardet/chardet/compare/7.5.1...7.6.0 )
---
updated-dependencies:
- dependency-name: chardet
dependency-version: 7.6.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-18 13:15:31 +02:00
zsxh1990 and GitHub
45a4c514b5
Add Juejin and NetEase Music ( #2902 )
2026-08-18 13:12:24 +02:00
The Vinh Nguyen and GitHub
83bd7dc82c
Add VNOJ, a competitive programming platform in Vietnam ( #2965 )
2026-08-18 12:53:54 +02:00
dependabot[bot] and GitHub
3a5aba94cf
build(deps): bump platformdirs from 4.11.2 to 4.11.3 ( #2980 )
2026-08-17 09:23:49 +02:00
dependabot[bot] and GitHub
f6beba6f9c
build(deps-dev): bump pytest-rerunfailures from 16.4 to 16.5 ( #2979 )
2026-08-17 09:22:50 +02:00
dependabot[bot] and GitHub
c04e679c4c
build(deps): bump aiohttp-socks from 0.11.0 to 0.12.0 ( #2978 )
2026-08-17 09:22:06 +02:00
Soxoj and GitHub
c983544557
Declare python-dateutil as a direct dependency ( #2977 )
...
maigret/report.py imports dateutil.tz and dateutil.parser directly, but python-dateutil is not listed in pyproject.toml. It resolves today only because socid-extractor requires it transitively, so a first-party import is riding on a second-party dependency staying put.
Constraint is >=2.8.1, the same floor socid-extractor already asks for, with no upper bound. poetry.lock changes only its content-hash: python-dateutil 2.9.0.post0 was already locked in the main group, so no installed version moves.
2026-08-16 11:57:56 +02:00
Soxoj and GitHub
dbbc8adf5a
Add system settings path and document offline test runs ( #2974 )
...
* Add /etc/maigret/settings.json to the settings search path
* Register the slow marker and document offline test runs
2026-08-15 19:41:06 +02:00
Soxoj and GitHub
e1c80a7a42
Move snapcraft.yaml to snap/, migrate to core24 ( #2975 )
2026-08-15 19:40:31 +02:00
Soxoj and GitHub
d7f759a239
Keep runtime activation tokens out of the sites database ( #2973 )
...
* Keep runtime activation tokens out of the sites database
* Document the activation token cache
2026-08-15 12:43:30 +02:00
203e26cc2f
Updated site list and statistics ( #2972 )
...
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-08-15 12:09:53 +02:00
Kaif and GitHub
c934693fce
fix: probe HuggingFace via the API endpoint ( #2957 )
...
The profile route returns 200 for reserved paths (models, pricing, docs) and for
organization pages, so all of them were reported as user accounts. Checking
/api/users/{username}/overview instead returns 404 for those, while `url` stays
the profile page so reports keep linking to a readable page.
2026-08-14 22:13:59 +02:00
felipe and GitHub
b84d61331f
ci: publish dev builds as nightly prereleases ( #2959 ) ( #2963 )
2026-08-14 22:10:53 +02:00
Soxoj and GitHub
23077d2025
Update of README ( #2971 )
2026-08-14 16:09:17 +02:00
ac03d4013d
build(deps): bump platformdirs from 4.11.1 to 4.11.2 ( #2970 )
...
Bumps [platformdirs](https://github.com/tox-dev/platformdirs ) from 4.11.1 to 4.11.2.
- [Release notes](https://github.com/tox-dev/platformdirs/releases )
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/platformdirs/compare/4.11.1...4.11.2 )
---
updated-dependencies:
- dependency-name: platformdirs
dependency-version: 4.11.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-14 09:19:29 +02:00
Soxoj and GitHub
b69f70f942
Add "Fork me on GitHub" ribbon to web interface ( #2969 )
2026-08-12 23:10:12 +02:00
felipe and GitHub
46c90bd2cc
docs: link to socid-extractor readthedocs pages ( #2927 ) ( #2967 )
2026-08-12 17:15:58 +02:00
b6fe0cd0e3
Fix ReverbNation false-positive check ( #2929 )
...
Co-authored-by: Julio César Suástegui <juliosuas@users.noreply.github.com >
2026-08-12 17:10:06 +02:00