forge: add patch 8 — drop [MCBOT] advert suffix

The auto-discovery of known bots via the suffix only fed DM suppression,
which is moot since DMs are encrypted to one recipient. Channel
coordination now lands via patch 7's request token mechanism, which
doesn't need the suffix. Removes the marker, writeBotAdvertName,
isBotAdvertName, autoLearnKnownBotAdvert, and getAdvertNodeName; reverts
all four advert sites to use _prefs.node_name directly. Removes the
test_bot_advert_marker host test. Manual 'bot known add' from CLI still
works for explicit DM suppression.
This commit is contained in:
cj-vana
2026-05-16 19:55:44 -06:00
parent c13e5474dd
commit 064904e596
10 changed files with 235 additions and 25 deletions