1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-09-28 15:08:47 +00:00
CC-Tweaked/src/main/java/dan200/computercraft
SquidDev d83a68f3ff Allow $private HTTP rule to block any private IP
This is a little magic compared with our previous approach of "list
every private IP range", but given then the sheer number we were
missing[1][2] this feels more reasonable.

Also refactor out some of the logic into separate classes, hopefully to
make things a little cleaner.

Fixes #594.

[1]: https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml
[2]: https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml
2020-12-05 11:32:00 +00:00
..
api Fix players not getting advancements when they own turtles 2020-10-31 10:59:24 +00:00
client Draw in-hand pocket computers with blending 2020-11-01 11:12:28 +00:00
core Allow $private HTTP rule to block any private IP 2020-12-05 11:32:00 +00:00
data Also generate computer models 2020-11-28 12:06:46 +00:00
shared Allow $private HTTP rule to block any private IP 2020-12-05 11:32:00 +00:00
ComputerCraft.java Allow $private HTTP rule to block any private IP 2020-12-05 11:32:00 +00:00
ComputerCraftAPIImpl.java Move getResourceFile to CCAPIImpl 2020-07-18 10:31:28 +01:00