summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/llwebsocketmgr.cpp
AgeCommit message (Collapse)Author
2026-07-22Publish object inventories to external editor. (#5834)Rider Linden
* Adding tight integration flag for vscode and open code through a URL. * [WIP] Publish objects and their contents from the viewer into VS code. * [WIP] Still very much a work in progress, supports most of the core operations publish, get, write, delete, and create. Still quite a few bugs to work out. * [WIP] Object publishing checkpoint. * [checkpoint] Script tight integration with vscode, object publishing. * Number of fixed issue. * A few redundancy and performance fixes. * Some cosmetics. * I like "Explore" better than "Publish" * Object renaming, luau inventory icon, runstate, restart. * Some clean up around permissions and possible nullptr deref. * Code review feedback.
2025-11-21Minimal fix for ctdWolfGangS
2025-10-07Some cleanup on the JSONRPC class.Rider Linden
2025-10-07initial Lua types files, and switch websocket server to use a single ↵Rider Linden
connection for all scripts.
2025-10-07Expand the websocket implementation a bit. Added JSONRPC specialization.Rider Linden
2025-10-07First pass at websocket server for editing.Rider Linden
2025-10-07Update indra/llcorehttp/llwebsocketmgr.cppRider Linden
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-07Finish blocking run and adding documentation.Rider Linden
2025-10-07Initial simple websockets server with managing singleton.Rider Linden