copilot-swe-agent[bot]
5147fb42df
Replace PPFT/urlPost HTML scraping with OAuth 2.0 device code flow for 2FA support
...
- Add Microsoft.RequestDeviceCode() and Microsoft.PollDeviceCodeToken() methods
- Remove XboxLive.PreAuth() and XboxLive.UserLogin() (HTML scraping)
- Remove PreAuthResponse struct, PPFT/urlPost regex patterns
- Update XblAuthenticate to always use "d=" prefix for OAuth tokens
- Update MicrosoftMCCLogin to use device code flow
- Skip password prompting for Microsoft device code method
- Add translation strings for device code prompts
- Update config comments and documentation
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/e13b31f3-8d76-4240-bb69-a519a145fc6a
2026-03-23 15:38:47 +00:00
copilot-swe-agent[bot]
a2d032b549
Add Discord Rich Presence ChatBot integration
...
- Add DiscordRichPresence NuGet package (v1.143.0)
- Create DiscordRpc.cs ChatBot with configurable presence display
- Wire config in Settings.cs ChatBotConfig class
- Register bot in McClient.cs RegisterBots()
- Add translation strings to Translations.resx and Designer
- Add config comments to ConfigComments.resx and Designer
- Support placeholders: {server_host}, {server_port}, {username},
{health}, {max_health}, {food}, {dimension}, {gamemode},
{x}, {y}, {z}, {player_count}, {protocol}
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/43388021-4264-47e6-8403-7a1bca66d86f
2026-03-23 00:03:55 +00:00
breadbyte
08551097c6
Add Sentry Error Tracking ( #2670 )
...
* Add Sentry Error Tracking
* Omit personally identifiable information and add additional sentry context
* Remove debug message
* Make sentry opt-out and add related notices and strings
Also add Minecraft Version to error context
* Update build to send release info to sentry
* Adjust sentry error tracking
- Send the user-friendly Minecraft Version in the error logs
- Capture exceptions in more parts of the application
We now capture exceptions from the following locations:
- Protocol18 (1.8+) Packet errors
- Errors during client initialization phase (When client is about to start, session keys are NEVER sent to sentry)
* Make Sentry DSN configurable and repository-specific
The Sentry DSN will automatically be filled out on the main repository through the Github Actions build.
* Update build-and-release.yml
Update sed command
* style: change variable name
nitpick, just to make it a little bit more descriptive
* Add Sentry branding in README.
* remove old code (merge conflict)
2024-06-22 06:41:13 +08:00
Polaris_Light
a08bfca4e5
Merge branch 'master' into master
2023-11-25 17:23:06 +08:00
zorua162
1f4db70f8a
Added extra config to the WebSocket bot AllowIpAlias, which allows enabling of any IP to be used to host the WebSocket bot from
2023-11-19 13:43:32 +00:00
Polaris_Light
4fc1aacca5
BetterTranslationMaybe
2023-11-16 10:10:06 +08:00
Polaris_Light
a97096cddf
ImplPlayerSection
2023-11-16 00:04:56 +08:00
ozi2285
968f864f34
Added ShiftRightClick ( #2582 )
...
* Added ShiftRightClick
* Added ShiftRightClick
* Added ShiftRightClick
* Added ShiftRightClick
* Added ShiftRightClick
* Added ShiftRightClick
* Added ShiftRightClick
* Added ShiftRightClick
* Updated Protocol18.cs ShiftRightClick Description for ReinforceZwei's Suggestion
* Just Deleted Added ShiftRightClick's Description Line
* Just Deleted Added ShiftRightClick's Description Lines
* Made Change With Informaiton ReinforceZwei Given to Me About Switch-Case and Shorten the Code.
* Re Added Lines That Got Deleted By Mistake
* Add translation key for shift right-click
---------
Co-authored-by: ReinforceZwei <39955851+ReinforceZwei@users.noreply.github.com>
2023-09-16 19:39:55 +08:00
Anon
c5a0409edc
Added documentation examples and covered an edge case
2023-07-16 20:45:24 +02:00
Anon
272900d52e
Added slab handling for 1.20/.1
...
Added Farm bot crops handling for 1.20/.1
Added utilities for Containers/Inventories
Added bot movement lock to prevent multiple bots that use movements from running at the same time.
General code improvements.
2023-06-23 16:25:18 +02:00
Anon
f77d58402a
Merge branch 'master' into rename-items
2023-06-03 14:29:42 +00:00
Anon
a357d2c87a
Fixing merge conflict
2023-06-03 16:27:36 +02:00
Anon
081cebcf76
Fixed typos and fixed a merge conflict
2023-06-03 16:23:07 +02:00
Anon
fce12db33f
Added a command to (re)name items in the Anvil
2023-06-03 16:12:17 +02:00
Anon
1efa55206f
Re-added WebSocketChat bot and improved it, no longer using WebsocketSharp library
2023-05-27 19:46:28 +02:00
Anon
cfc2baa4e7
Translated
2023-05-21 12:11:58 +02:00
Anon
0f77828ac5
Updated translations
2023-03-26 14:33:06 +02:00
BruceChen
50dd5a3ba3
Support specifying the digging duration
2023-01-15 20:56:10 +08:00
BruceChen
94a3c92b36
Bug fix
2022-12-11 16:30:45 +08:00
BruceChen
127978615c
Update tip message
2022-12-11 14:54:11 +08:00
BruceChen
5e11ed3896
Tooltip support & Bug fix
2022-12-11 13:00:19 +08:00
BruceChen
892999ac98
Merge into master
2022-12-06 20:32:46 +08:00
BruceChen
84cf749344
Implement command completion suggestions.
2022-12-06 15:50:17 +08:00
BruceChen
2ad6d02d59
Display ETA when downloading.
2022-12-01 23:37:15 +08:00
BruceChen
28827b720a
Support downloading updates via command.
2022-12-01 22:55:48 +08:00
BruceChen
2331590588
Store the text resources of the setting file separately.
2022-11-30 16:22:48 +08:00
BruceChen
09d4e71554
Change the way Crowdin integrates ( #2329 )
2022-11-06 21:21:21 +08:00
BruceChen
0b5a562f7f
[SKIP_DEPLOY] Support account alias in configs
2022-11-06 16:20:38 +08:00
BruceChen
b46fef1b34
New Crowdin updates ( #2326 )
2022-11-05 20:27:53 +08:00
BruceChen
02e344724d
Short links using document site
2022-11-05 13:30:46 +08:00
BruceChen
524dbea8fc
New translation update from Crowdin ( #2318 )
2022-11-04 09:46:21 +08:00
BruceChen
de3e21dd64
New translation update from Crowdin ( #2317 )
...
* New translations Translations.resx (Russian)
* New translations README.md (Russian)
* New translations Translations.resx (Romanian)
* New translations Translations.resx (Spanish)
2022-11-01 16:47:43 +08:00
BruceChen
e954801a0d
Fix AutoDig
2022-11-01 16:37:50 +08:00
BruceChen
e5ed0dc04c
New translation update from Crowdin ( #2313 )
...
* New translations README.md (Turkish)
* New translations Translations.resx (Chinese_Traditional)
* New translations Translations.resx (Turkish)
2022-10-31 10:46:20 +08:00
BruceChen
7b09230e10
New Crowdin updates ( #2312 )
...
* New translations Translations.resx (Dutch)
2022-10-28 14:18:59 +08:00
BruceChen
95e03476f8
Merge nl.ini from PR #2255
2022-10-28 13:59:39 +08:00
BruceChen
bccf7120cc
New Crowdin updates ( #2311 )
2022-10-28 11:34:40 +08:00
BruceChen
077e3a5e9f
Crowdin localization support ( #2310 )
...
* Switching to use resource files
* Update Crowdin configuration file
* Code cleanup
2022-10-28 11:13:20 +08:00