-
Notifications
You must be signed in to change notification settings - Fork 0
Correct the brief: the encoding seed does not reach MSSP #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
4566684
Alt+1–9 go to a numbered pane, and the numbering is the one on screen
HarryCordewener de769fc
Merge branch 'feat/pane-jump-alt-digit'
HarryCordewener f64c950
Move mode targets panes by their number, not a second alphabet
HarryCordewener a306c8f
Take TelnetNegotiationCore 2.6.5
HarryCordewener 228278a
A trigger's route expands captures, so one rule can feed a pane per c…
HarryCordewener 215ceb9
Delete the MSSP parser: TelnetNegotiationCore 2.6.5 reads it correctly
HarryCordewener 3612b64
Number panes by creation, and say in the rail who is in each
HarryCordewener d748663
Merge branch 'chore/crawler-on-tnc-2.6.5'
HarryCordewener 0c22c61
Merge branch 'feat/pane-numbering-by-creation'
HarryCordewener 59e5683
Reordering a tab moves the strip, not only the model behind it
HarryCordewener c8965e4
Say the pane in the sidebar as the chord, not as words
HarryCordewener c13a9f1
Merge branch 'fix/tab-move-bounds'
HarryCordewener e4f97f1
Every pane comes back, because the log is keyed by window and not by …
HarryCordewener 218bcb0
Merge branch 'feat/restore-log'
HarryCordewener 5d8d9c5
Tint the tab a line arrived in, and cap the count it already carried
HarryCordewener 29d73f1
Merge branch 'feat/tab-activity-indicator'
HarryCordewener d029815
Stop the brief claiming the encoding seed reaches MSSP, because it do…
HarryCordewener File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔒 Security & Privacy | 🟠 Major | ⚡ Quick win
Ignore
secrets.jsonand correct the storage description.The current configuration stores plaintext passwords in
secrets.jsonand only a reference inconfig.json(src/SharpMUTerm.Core/Configuration/CharacterDefinition.cs,src/SharpMUTerm.Tui/Program.cs). This block omitssecrets.json, so a normal save can leave credentials unignored and stage them in Git. It also describes restore files as per-pane, while the restore contract is per-window.Suggested fix
📝 Committable suggestion
🤖 Prompt for AI Agents