Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Caps rewrite #839

Closed
anonimal opened this issue Mar 17, 2018 · 1 comment
Closed

Caps rewrite #839

anonimal opened this issue Mar 17, 2018 · 1 comment

Comments

@anonimal
Copy link
Collaborator


By submitting this issue, I confirm the following:

  • I have read and understood the contributor guide in kovri-docs.
  • I have checked that the issue I am reporting can be replicated or that the feature I am suggesting is not present.
  • I have checked opened or recently closed pull requests for existing solutions/implementations to my issue/suggestion.

The caps impl has always been a PITA. Caps are nothing more than chars in a string. Doing bitwise operation hurdles to set/get flags is unnecessary and makes trivial things like #783 time consuming.

I've worked around this issue while working on #627 but I can't stand it anymore. This issue also extends to RI transports but that should go in a separate issue because it doesn't block #783.

Note: this will have a minor effect on the RI API. Referencing #831.

@anonimal anonimal added this to the 0.1.0-alpha milestone Mar 17, 2018
@anonimal anonimal self-assigned this Mar 17, 2018
@anonimal anonimal removed this from the 0.1.0-alpha milestone Jul 24, 2018
@anonimal
Copy link
Collaborator Author

anonimal commented Sep 7, 2018

NOTICE: THIS ISSUE HAS BEEN MOVED TO GitLab. Please continue the discussion there. See #1013 for details.

@anonimal anonimal closed this as completed Sep 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant