summaryrefslogtreecommitdiff
path: root/modules/jsonrpc/jsonrpc.cpp
AgeCommit message (Expand)Author
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-06-19Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-09-15Make LSP ignore $/ messagesFrancois Belair
2020-05-15Improve jsonrpc error reportingOliver Frank
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-02Add missing semicolons to `BIND_ENUM_CONSTANT` macro usesHugo Locurcio
2019-09-01Make JSONRPC constants uppercase for consistency with other classesHugo Locurcio
2019-08-11Add JSONRPC-2.0 implementation as a modulegeequlim