obbyworld / obbyworld/obby

metadata-2: combine SUB keys

Open
#98 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
233
Forks
19
Avg merge
9d 20h
Merged PRs (30d)
3

Description

herro tem

after MOTD, obsidian subscribes to a series of metadata keys of self.

S: ":fastbox 376 user591 :End of MOTD command."
C: "METADATA * SUB url"
S: ":fastbox 770 user591 url user591"
C: "METADATA * SUB website"
S: ":fastbox 770 user591 website user591"
C: "METADATA * SUB status"
S: ":fastbox 770 user591 status user591"
C: "METADATA * SUB location"

Would be nice if this can be done in a single command, e.g. METADATA * SUB key1 key2 key3

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the IRC client handling for the METADATA command and its SUB operation. Verify how the current separate subscriptions are sent, then implement support for requesting multiple keys in one command and confirm that url, website, status, and location can be subscribed to together.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.