-
Notifications
You must be signed in to change notification settings - Fork 5
Update servers.json #25
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
Open
Duhanins
wants to merge
1
commit into
obbyworld:main
Choose a base branch
from
Duhanins:patch-4
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
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
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.
🩺 Stability & Availability | 🟠 Major | 🏗️ Heavy lift
🧩 Analysis chain
🏁 Script executed:
Repository: obbyworld/server-list
Length of output: 322
🏁 Script executed:
Repository: obbyworld/server-list
Length of output: 1873
🏁 Script executed:
Repository: obbyworld/server-list
Length of output: 3417
🌐 Web query:
RusChat IRC wss://irc.ruschat.net:443 WebSocket endpoint💡 Result:
There is no public, authoritative evidence that irc.ruschat.net operates a native WebSocket (wss://) endpoint [1][2]. While modern IRC server software (such as UnrealIRCd [3] or ElixIRCd [4]) and IRC gateways (such as kiwiirc/webircgateway [5]) are capable of supporting WebSocket connections, they typically require specific server-side configuration to listen on custom ports or utilize reverse proxies to handle the WebSocket traffic on port 443 [3][5][6]. If you are attempting to connect to an IRC network via a web client: 1. Native WebSocket support is an optional extension that must be explicitly enabled by the network administrators [3][7]. 2. Many IRC networks use dedicated web-based gateways (which act as a proxy between the browser and the IRC server) to enable connection, rather than the IRC server itself listening for WebSocket connections directly [5]. 3. For networks that do not support WebSocket connections natively, you would typically need to use a middleware gateway (like KiwiIRC's webircgateway) to bridge the WebSocket connection to the network's standard TCP IRC port [5]. Without official documentation or a server capability announcement indicating that irc.ruschat.net supports the IRCv3 WebSocket extension [7], it is likely that the endpoint wss://irc.ruschat.net:443 does not exist or will not function as an IRC entry point.
Citations:
🌐 Web query:
site:irc.ruschat.net wss websocket💡 Result:
I couldn’t find any indexed pages on
irc.ruschat.netmentioning WebSocket/WSS.wss://is the secure WebSocket scheme, and IRC servers need explicit WebSocket support to accept WebSocket clients. So ifirc.ruschat.netsupports it, there’s likely a separatews/wssendpoint rather than the raw IRC host. [1][2][1] WebSocket scheme (
ws/wss) docs: https://en.wikipedia.org/wiki/WebSocket[2] IRC server WebSocket support note: https://docs.inspircd.org/4/modules/websocket/
🌐 Web query:
irc.ruschat.net wss://irc.ruschat.net:443💡 Result:
RusChat is a Russian-language IRC network, accessible via the server address irc.ruschat.net [1][2]. Regarding the specific connection details you provided: 1. irc.ruschat.net: This is the primary server address for the RusChat IRC network [3][4]. The network supports standard IRC connections, typically via port 6667 (plain) and port 6697 (SSL/TLS) [4]. 2. wss://irc.ruschat.net:443: While the RusChat network offers various connection options, standard IRC servers often use different ports for specific protocols (like SSL on 6697) [4]. The use of "wss://" (WebSocket Secure) specifically refers to a WebSocket gateway, which allows browser-based IRC clients to connect to the network [5]. While some IRC networks provide WebSocket support on ports like 443 to bypass firewalls [6], this is typically configured as a web-based gateway rather than a direct IRC server port. If you are attempting to connect via a web-based IRC client, ensure that the client supports WebSocket gateways and that the server specifically supports a WebSocket listener on the port you are attempting to use [5]. For direct IRC client connections, it is recommended to use the standard SSL/TLS port 6697 [4]. Note that RusChat is a distinct network and should not be confused with the larger, historically separate RusNet network [7][8].
Citations:
Confirm the WSS endpoint before merging.
irc.ruschat.net:443is not documented as a WebSocket/IRCv3 WebSocket gateway, and this PR’s connectivity probes show the WSS transport is unavailable while IRCS succeeds. Remove the unsupportedwssentry or replace it with the network’s valid IRCv3 WebSocket URL before this server can pass added-server validation.🤖 Prompt for AI Agents