Status
SteamPeaks
ChartsSalesUpcomingPatchesEventsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
EventsSteam's own events and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesEventsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
BlackdoorEventsv1.1.1 - bug fixes
Game update

v1.1.1 - bug fixes

Blackdoor · published 13 Sep 2026, 13:18 UTC · build 25270457

All eventsPlayers around this dateRead on Steam

Bug Fixes

  • sqli() no longer crashes a script when a target has no configured routes - returns a normal checkable result instead.

  • Object literals, lists, and function calls can now be written across multiple lines.

  • ls now shows real file permissions and ownership, matching what download()/upload() actually enforce.

  • The web API reference's connect() entry now carries the same success-vs-login warning the in-editor reference already had.

  • The in-editor scripting reference now documents what a module's top level can and can't contain.

  • prompt() no longer discards whitespace-only input.

  • scp/upload() now correctly lands files inside a destination folder in every case.

  • Settings in a blackdoor.conf you find on another box now apply fully, same as your own.

  • theme= in blackdoor.conf now matches a preset regardless of capitalization.



Thanks for all the reports - this patch is basically nothing but them.- Static

More from Blackdoor

Other announcements

All events
Major update10 Sep 2026v1.1.0 - PersistenceThis is the biggest update Blackdoor's had since launch, and it's less about any one feature than about the world stopping being so still. A server used to be a filing cabinet - it sat there with its files and its users until you did something to it, and nothing happened in between. That's fine for a lot of the game, but it meant every "the system noticed you" moment was fake. This update makes…BlackdoorGame update1 Sep 2026v1.0.6 - workshop and scripting fixesNew · Action link syntax (open a firewall port, view server users, etc. from an HTML page) is now documented right in the Workshop editor when editing an .html file, instead of only existing in an external doc. · A new editor= option in ~/.config/blackdoor.conf (simple or nano) - nano mode adds a real Ctrl+X: prompts "Save modified buffer?" if you've got unsaved changes (Y or N then Enter to co…BlackdoorGame update23 Aug 2026v1.0.5 - workshop updatesNew · The mission editor's IRC Chatter sequences can be edited after adding them now, not just deleted and retyped from scratch. · The mission editor's SERVER field is a real picker now, pulled from your own saved servers, instead of a free-text box. · Publishing a mission now bundles any server it references that isn't already its own separate Workshop item directly into the mission itself, in…