Skip to content

Update libquicr with draft-18 support - #179

Merged
TimEvens merged 56 commits into
mainfrom
draft-18
Aug 14, 2026
Merged

Update libquicr with draft-18 support#179
TimEvens merged 56 commits into
mainfrom
draft-18

Conversation

@TimEvens

Copy link
Copy Markdown
Collaborator

No description provided.

@TimEvens
TimEvens requested a review from GhostofCookie June 12, 2026 23:21

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b85b3e67b9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/client_manager.cc Outdated
Comment on lines +829 to +830
s_attrs.new_group_request_id =
parameters.GetOptional<bool>(quicr::messages::ParameterType::kNewGroupRequest);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep the forwarded new-group request id

For peer subscribe data that contains kNewGroupRequest with an actual group id (for example 123), reading it as bool converts the value to true and then assigns 1 into s_attrs.new_group_request_id. The downstream ProcessSubscribe/logs use that id to request the new group, so relayed peer subscriptions will request group 1 instead of the group carried on the wire; this should use the already-parsed uint64_t value.

Useful? React with 👍 / 👎.

@RichLogan RichLogan mentioned this pull request Jun 24, 2026
Comment thread src/peering/peer_manager.cc Outdated
Comment thread src/fetch_handler.h Outdated
Comment thread src/subscribe_handler.cc Outdated

@RichLogan RichLogan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Couple very minor things but looks good

@TimEvens
TimEvens merged commit 2a65109 into main Aug 14, 2026
2 checks passed
@TimEvens
TimEvens deleted the draft-18 branch August 14, 2026 18:47
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.

3 participants