Each bot's advertised slots, queue and speed show in the List Browser (#926) - #932
Merged
Merged
Conversation
…#926) AutoGet's slots page. OmenServe-style adverts keep slots free/total, queued, speed and mode; SPQR's keep slots in use/total and queued. Only what a bot said is kept, and freshness still compares file count and date only. The List Browser shows them as one line under an online bot, as text. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AP6LSxkr4n9dMFNSNMogmW
This was referenced Sep 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Item 8 of #926, AutoGet's slots page. Stacked on #931, since both touch the same dashboard strings and CSS. It merges cleanly with #925, #929 and #930.
_parse_omenserve_advert()now keepsslots_free/slots_total(free/total, the same sense asparse_search_header()),queued,speedandmode. SPQR's[(2/7) Slots (5/216) Ques Taken]givesslots_in_use/slots_totalandqueued. Only what a bot actually published is kept._advert_snapshot()still compares only files and date, since these figures change with every send.advert_live(webserver._advert_live()), shown for online bots only as one line under the nick, e.g. 3/10 free · 12 queued · 45000cps · Servers Only._advert_now()already does.textContent, because every piece of it comes from another bot's advert.tests/test_a_bots_slots_queue_and_speed_are_shown.py(9); three mutations checked. Full suite 6623 OK.🤖 Generated with Claude Code
https://claude.ai/code/session_01AP6LSxkr4n9dMFNSNMogmW