aboutsummaryrefslogtreecommitdiff
path: root/src/netgroup.cpp
AgeCommit message (Collapse)Author
2022-04-25[netgroup] Use nStartByte as offset for the last byte of the groupdergoegge
Should we ever introduce a new address type that makes use of `nStartByte` and adds fractional bytes to the group, then nStartByte should be used as the offset for the last byte.
2022-04-20[netgroupman] Move asmap checksum calculation to NetGroupManagerJohn Newbery
2022-04-20[netgroupman] Move GetMappedAS() and GetGroup() logic to NetGroupManagerJohn Newbery
Reviewer hint: use: `git diff --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space`
2022-04-20[netgroupman] Add GetMappedAS() and GetGroup()John Newbery
These currently call through to the CNetAddr methods. The logic will be moved in a future commit.
2022-04-19[build] Add netgroup.cpp|hJohn Newbery
These aren't used yet.