summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/lljsonrpcws.cpp
AgeCommit message (Collapse)Author
9 daysIssue #6188: standardize and implement missing `system.*` methods.Rider Linden
10 daysIssue #6181: Rather than silently dropping messages sent as a notify that ↵Rider Linden
were registered as async, send back an error to the caller.
2026-08-17Issue https://github.com/secondlife/sl-vscode-plugin/issues/98: Refactor ↵Rider Linden
message passing into unified format.
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-10-07Some cleanup on the JSONRPC class.Rider Linden
2025-10-07Expand the websocket implementation a bit. Added JSONRPC specialization.Rider Linden