chore: remove vendored antiflood-tokens and identity-management modules#3804
Merged
iduartgomez merged 1 commit intomainfrom Apr 9, 2026
Merged
chore: remove vendored antiflood-tokens and identity-management modules#3804iduartgomez merged 1 commit intomainfrom
iduartgomez merged 1 commit intomainfrom
Conversation
These crates have been moved to the freenet-email repository, which is their only consumer (see freenet/mail#10). They were never part of this workspace's `members` list — they lived in modules/ as orphaned, independently-built crates referenced only by freenet-email's legacy Makefile. Removed: modules/antiflood-tokens/ (contracts/token-allocation-record, delegates/token-generator, interfaces, and the standalone Makefile/workspace) modules/identity-management/ (delegate, tool binary, Makefile) Verified: `cargo check --workspace` compiles 236 crates clean from this state — no dangling references anywhere in freenet-core.
Contributor
Rule Review: Clean deletion PR, no code violationsRules checked: WarningsNone. Info
This is a pure deletion PR removing orphaned, non-workspace vendored modules. No production code was added or modified, so code-style rules ( Rule review against |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Removes the `modules/antiflood-tokens/` and `modules/identity-management/` directories from freenet-core. These crates have been moved to the freenet-email repository (see freenet/mail#10), which is their only consumer.
These modules were never part of freenet-core's workspace `members` list — they lived in `modules/` as orphaned, independently-built crates with their own Makefiles, used only by freenet-email's legacy build pipeline.
What was removed
Verification
`cargo check --workspace` compiles 236 crates clean after the removal — no dangling references anywhere in freenet-core (verified across all `.toml`, `.rs`, `.md`, `.sh`, `*.yml` files). The only references were self-referential Makefiles inside the deleted directories themselves.
Cross-references
Test plan