copilot-swe-agent[bot]
15aabd9423
Replace legacy custom JSON parser with System.Text.Json
...
- Rewrite Json.cs to use System.Text.Json.Nodes (JsonNode, JsonObject, JsonArray)
- Add JsonNodeExtensions.GetStringValue() for backward-compatible string access
- Update all 14 consumer files to use the new JsonNode API
- Remove ~300 lines of hand-rolled JSON parsing code from 2013
- Replace KeyUtils.EscapeString with delegation to Json.EscapeString
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/milutinke/Minecraft-Console-Client/sessions/afcd1b7b-ea23-4a0d-bb46-a90b623406fc
2026-03-22 16:39:26 +00:00
BruceChen
892999ac98
Merge into master
2022-12-06 20:32:46 +08:00
BruceChen
ef39e8329c
[SKIP_BUILD] Change file encoding to UTF-8 with BOM
2022-11-28 13:55:05 +08:00
Рома Данилов
69c300cf5f
Update VkMessager add Example ( #1354 )
...
* Update VkMessager.cs
* Update VkMessager.cs
* Move summary above the ChatBot
* Add minimal working example
Co-authored-by: ORelio <ORelio@users.noreply.github.com>
2020-12-05 14:34:33 +01:00
Рома Данилов
2eba2149b7
VkMessagercs: New Methods and VK API version update ( #1319 )
...
* New Methods and VK API version update
* Update VkMessager.cs
* Update VkMessager.cs
* Fix code indenting
Co-authored-by: ORelio <ORelio@users.noreply.github.com>
2020-11-08 23:49:19 +01:00
Рома Данилов
4a3a23eb1d
Update VkMessager.cs ( #1203 )
...
* Update VkMessager.cs
* Fix
* Complite
* Update VkMessager.cs
2020-08-14 20:43:59 +02:00
Рома Данилов
3c30b34b91
Update VK API ( #1201 )
...
* Update VK API
* Fix copy paste
2020-08-13 10:30:35 +02:00
Рома Данилов
3f94814bda
VkMessager: New SendMessage RandomID core ( #1198 )
2020-08-12 21:47:20 +02:00
Рома Данилов
d33677a245
Update VK API Version
2020-08-10 20:13:20 +02:00
Рома Данилов
712875251e
Add UnLoadBot to ChatBot API ( #1164 )
...
Add UnloadBot
Add BotList
Update VkMessager
Remove debug info
2020-08-01 14:24:17 +02:00
Рома Данилов
55f8988bbc
Allow DLLs in scripts, Update VKAPI ( #1158 )
...
* Update VKAPI
* KeyBoard Update
* Add Custom Libs
* Change add method
2020-08-01 13:02:58 +02:00
Рома Данилов
f8111d6b3b
Fix VKAPI
2020-07-18 15:12:01 +02:00
Рома Данилов
03388bf5a1
VkMessager bug fix ( #1119 )
...
* Update VkMessager.cs
VK API Auto Update Server Key
* Update VkMessager.cs
* Update VkMessager.cs
* Update VkMessager.cs
* Update VkMessager.cs
* Update VkMessager.cs
* Update VkMessager.cs
2020-07-08 21:30:08 +02:00
ORelio
9dae40153c
Implement pull request #982
...
LookAtLocation and AutoLook
2020-05-01 14:02:23 +02:00