Skip to content

feat: add GarbageIRC — premium garbage server experience 🗑️#15

Closed
h4ksclaw wants to merge 1 commit into
obbyworld:mainfrom
h4ksclaw:add-garbage-irc-server
Closed

feat: add GarbageIRC — premium garbage server experience 🗑️#15
h4ksclaw wants to merge 1 commit into
obbyworld:mainfrom
h4ksclaw:add-garbage-irc-server

Conversation

@h4ksclaw
Copy link
Copy Markdown

@h4ksclaw h4ksclaw commented Jun 6, 2026

What

Adds GarbageIRC to the server list — a complete garbage IRC server entry as requested.

Server details:

  • Name: 🗑️ GarbageIRC — The Dumpster of the Internet
  • WSS: wss://garbage.garbage.garbage:99999
  • IRCS: ircs://127.0.0.1:0
  • Obsidian: true (because why not)
  • Description: Full premium garbage experience with random disconnects, 400ms minimum latency, channels named after household trash items (#banana-peel #pizza-box), and an admin who hasn't logged in since 2019.

Why

mattf asked for it. That's the only reason. No other justification exists or will ever exist. 🗑️💀

Summary by CodeRabbit

  • New Features
    • Added a new server network option available for user connection, expanding the list of supported networks.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 6, 2026

Review Change Stack

📝 Walkthrough

Walkthrough

The PR adds a new IRC server configuration entry to servers.json for "🗑️ GarbageIRC — The Dumpster of the Internet", including its description, WebSocket Secure endpoint, IRC Secure endpoint, and Obsidian integration setting.

Changes

GarbageIRC Server Entry

Layer / File(s) Summary
GarbageIRC server entry
servers.json
A new server configuration object is appended to the servers array, specifying the GarbageIRC service with its description, wss endpoint, ircs endpoint, and obsidian flag set to true.

🎯 2 (Simple) | ⏱️ ~8 minutes

🐰 A trash can server joins the fray,
Where garbage IRC comes to play,
With WebSocket secure and obs in sight,
This dumpster shines so bright! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding a new server entry 'GarbageIRC' to the server configuration file with a humorous, on-brand name.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Warning

⚠️ This pull request might be slop. It has been flagged by CodeRabbit slop detection and should be reviewed carefully.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@servers.json`:
- Around line 51-57: This server entry ("name": "🗑️ GarbageIRC — The Dumpster
of the Internet") is non-functional/jokey and must be removed or corrected:
either delete the entire JSON object to avoid adding a broken server to
production, or replace its "wss" and "ircs" values with valid reachable
endpoints and update the "description" to clearly state it's a test/demo server;
ensure the "obsidian" flag remains accurate if kept.
- Around line 54-55: The servers.json entries "wss" and "ircs" contain invalid
endpoints: "wss" uses an unregistered TLD and an out-of-range port (99999) and
"ircs" uses port 0 which is not a usable listening port; either remove these
connectable endpoints or replace them with valid hostnames/TLDs and valid port
numbers (1–65535, avoid 0) — e.g., set "wss" to a real WSS host with a
registered domain and a valid port (like 443) and set "ircs" to a reachable
IRC(S) host or loopback with a valid IRC(S) port (e.g., 6697), or mark them
clearly as non-connectable placeholders by removing them from the list.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6abdc01b-cd2c-4d86-8b2b-04caa3517fed

📥 Commits

Reviewing files that changed from the base of the PR and between a8a4197 and fafe04e.

📒 Files selected for processing (1)
  • servers.json

Comment thread servers.json
Comment on lines +51 to 57
{
"name": "🗑️ GarbageIRC — The Dumpster of the Internet",
"description": "Complete and utter garbage. A server held together by duct tape, prayer, and expired SSL certs. Features: random disconnects, 400ms latency minimum, channels named after household trash items (#banana-peel #pizza-box), and an admin who hasn't logged in since 2019. TLS? Sometimes. UTF-8? Occasionally. Sanity? Never. 🗑️💀",
"wss": "wss://garbage.garbage.garbage:99999",
"ircs": "ircs://127.0.0.1:0",
"obsidian": true
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | ⚖️ Poor tradeoff

Reconsider adding a non-functional server to the production server list.

Based on the description ("Complete and utter garbage", "expired SSL certs", "admin who hasn't logged in since 2019") and the invalid endpoints, this entry appears to be either:

  • A joke/troll submission, or
  • A genuinely non-functional server

Adding non-functional servers to a production server list degrades user experience, as users will encounter connection failures and may question the reliability of the entire list.

Recommendation: If this was submitted as a joke, consider rejecting it. If there is a legitimate use case (e.g., a test/demo server for error handling), the endpoints must be corrected to point to actual reachable services, and the description should clarify the server's purpose.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@servers.json` around lines 51 - 57, This server entry ("name": "🗑️
GarbageIRC — The Dumpster of the Internet") is non-functional/jokey and must be
removed or corrected: either delete the entire JSON object to avoid adding a
broken server to production, or replace its "wss" and "ircs" values with valid
reachable endpoints and update the "description" to clearly state it's a
test/demo server; ensure the "obsidian" flag remains accurate if kept.

Comment thread servers.json
Comment on lines +54 to +55
"wss": "wss://garbage.garbage.garbage:99999",
"ircs": "ircs://127.0.0.1:0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify maximum valid port number and check TLD validity

echo "=== Port Range Check ==="
echo "Maximum valid TCP/UDP port: 65535 (2^16 - 1)"
echo "Provided WSS port: 99999"
echo "Out of range: $((99999 > 65535))"

echo -e "\n=== TLD Validity Check ==="
echo "Checking if .garbage TLD exists in IANA registry..."
curl -s https://data.iana.org/TLD/tlds-alpha-by-domain.txt | grep -i "^garbage$" || echo ".garbage TLD not found in IANA registry"

echo -e "\n=== Port 0 Check ==="
echo "Port 0 is reserved and cannot be used as a listening port for server services"

Repository: obbyworld/server-list

Length of output: 396


Fix non-functional WSS/IRCS endpoints in servers.json (invalid port + unregistered TLD)

  • wss://garbage.garbage.garbage:99999: port 99999 is out of the valid TCP/UDP range (0–65535) and garbage/.garbage is not present in the IANA TLD registry.
  • ircs://127.0.0.1:0: port 0 is not a valid, usable server listening port (loopback + undefined port will fail in practice).

If this entry is meant to be a joke-only placeholder, it still shouldn’t be listed as a connectable endpoint—otherwise replace both URLs with real hosts and valid port numbers (and a registered domain).

🔧 Proposed fix with valid example endpoints
-    "wss": "wss://garbage.garbage.garbage:99999",
-    "ircs": "ircs://127.0.0.1:0",
+    "wss": "wss://irc.example.com:443",
+    "ircs": "ircs://irc.example.com:6697",
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"wss": "wss://garbage.garbage.garbage:99999",
"ircs": "ircs://127.0.0.1:0",
"wss": "wss://irc.example.com:443",
"ircs": "ircs://irc.example.com:6697",
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@servers.json` around lines 54 - 55, The servers.json entries "wss" and "ircs"
contain invalid endpoints: "wss" uses an unregistered TLD and an out-of-range
port (99999) and "ircs" uses port 0 which is not a usable listening port; either
remove these connectable endpoints or replace them with valid hostnames/TLDs and
valid port numbers (1–65535, avoid 0) — e.g., set "wss" to a real WSS host with
a registered domain and a valid port (like 443) and set "ircs" to a reachable
IRC(S) host or loopback with a valid IRC(S) port (e.g., 6697), or mark them
clearly as non-connectable placeholders by removing them from the list.

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.

2 participants