summaryrefslogtreecommitdiffstats
path: root/modules/jsonrpc
Commit message (Expand)AuthorAgeFilesLines
* Make LSP ignore $/ messagesFrancois Belair2020-09-151-0/+4
* Improve jsonrpc error reportingOliver Frank2020-05-151-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-4/+5
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-014-8/+8
* Add missing semicolons to `BIND_ENUM_CONSTANT` macro usesHugo Locurcio2019-10-021-5/+5
* Make JSONRPC constants uppercase for consistency with other classesHugo Locurcio2019-09-012-14/+14
* Add JSONRPC-2.0 implementation as a modulegeequlim2019-08-116-0/+325