Member since 2025-12-22 09:24:20Z · 6mo ago
Total posts: 151 · Total topics: 148
Fourth pass on the mbweb web console. Snap 20260429-1009 analysed
and cleaned. Bugs, dead code, remaining French strings, and the last
open improvement items from the backlog.
Third audit pass on the mbweb web console. This article covers
the remaining items from the backlog: bug fixes, full i18n cleanup,
and the major structural refactor of app.js.
All user-facing strings across app.js, routes/auth.js, lib/render.js
and lib/mediabotRepository.js have been translated to English. This covers
page titles, section headers, table headers, error messages, paginat…
Follow-up on the first audit pass. This article covers the six improvements and refactors applied after the initial bug fixes.
viewHelpers.jsyesNo() and isEnabled()…
mbweb is the Node.js/Express web console for Mediabot v3.
This article documents the bugs identified and fixed during
the audit of snapshot 20260427-2350.
**…
mbweb is the Node.js / Express web console for Mediabot v3.
It provides a web interface for existing Mediabot users, using the Mediabot database for authentication, profile data, channel visibility, radio status, commands, quotes, metrics, and privileged…
This write-up documents the radio stack we just set up for Mediabot v3 on Debian 13.
The goal was not to touch the existing production stream on port 15000, but to build a clean test instance on port …
We have just finished an important reliability improvement in Mediabot v3.
The goal was to make sure that when an IRC restart is triggered from the Partyline, the bot does not kill the whole process. Instead, it should drop the IR…
We recently improved the way Mediabot v3 handles IRC restarts from the Partyline.
The goal was simple:
when an admin requests a restart, the bot should restart the IRC connection cleanly without killing the whole process. In other words, no br…
Branch:
master(3.2-dev) · Next release: 3.3
This session is a significant step toward making the Mediabot Partyline feel like a proper Eggdrop partyline. Seven features were added or reworked across Partyline.pm, Mediabot.pm, `Log.p…