Skip to content
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

Implement Telnet Option MSSP #133

Open
wants to merge 2 commits into
base: feat/telnet-status
Choose a base branch
from
Open

Conversation

mystiker
Copy link
Collaborator

@mystiker mystiker commented Nov 4, 2024

Description

This pull request adds support for the Mud Server Status Protocol (MSSP), enabling the client to request and receive detailed server information as structured key-value pairs. This protocol is valuable for MUD clients to display server-specific information, such as player count, game genre, uptime, and other details relevant to users.

Key Changes

  • Added handleMSSPOption function: Supports MSSP negotiation by handling the DO, DONT, WILL, and WONT commands for the MSSP option.
  • Structured Server Data: Once MSSP is agreed upon, the server responds with detailed information, which is automatically logged for display or diagnostics.

This addition provides comprehensive insights into server configurations, enhancing the client’s ability to present server-specific details to users.

Fixes #131

@mystiker mystiker self-assigned this Nov 4, 2024
@mystiker mystiker linked an issue Nov 4, 2024 that may be closed by this pull request
@mystiker mystiker changed the title Feat/MSSP Implement Telnet Option MSSP Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Mud Server Status Protocol (MSSP)
1 participant