Net improvements - #187
Open
y4my4my4m wants to merge 3 commits into
Open
Conversation
- Added Telnet negotiation support and improved state management for parsing Telnet commands and ANSI escape sequences. - Implemented error handling for malformed IPV4 packets in the network handler. - Updated TCP connection handling to include retransmission logic and improved error reporting. - Refactored various functions for better readability and maintainability, including socket management and buffer handling. - Introduced new constants for TCP maximum retries and enhanced packet parsing validation across protocols.
- Streamlined Telnet command parsing and state management, enhancing overall functionality. - Introduced new methods for handling ANSI escape sequences, including cursor movement and screen manipulation. - Improved error handling and buffer management for terminal operations. - Updated terminal attributes and cursor visibility management for better user experience.
- Introduced a new HTTP client for ZealOS, supporting HTTP/1.0 with basic request handling and response parsing. - Added a minimal text-mode web browser that fetches and displays web pages in plain text, allowing link navigation. - Enhanced Telnet functionality with improved scrolling and history management for better user experience. - Updated network loading to include HTTP protocol dependencies, ensuring proper integration with the new browser functionality.
y4my4my4m
marked this pull request as ready for review
July 18, 2026 08:12
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Big improvements to the PCNet driver and Telnet client.
The telnet client now behaves as you'd expect from a modern one on any other OS.
Additionally, I have some very minimal HTTP Browser (well, it's more of a fetch + strip HTML tags and display as text)
Note: AI (Fable 5) helped me debug where I've been stonewalled before.