Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-08-18 | More warnings about invalid results from AS 3PE query | Paul "LeoNerd" Evans | 1 | -2/+7 | |
2016-08-18 | Avoid so much copypasta between 3PU and 3PL query by unifying around a ↵ | Paul "LeoNerd" Evans | 4 | -42/+34 | |
ThirdPartyEntityKind enumeration | |||||
2016-08-18 | Minor syntax neatenings | Paul "LeoNerd" Evans | 2 | -16/+10 | |
2016-08-18 | Appease pep8 | Paul "LeoNerd" Evans | 1 | -0/+2 | |
2016-08-18 | Authenticate 3PE lookup requests | Paul "LeoNerd" Evans | 1 | -0/+6 | |
2016-08-18 | Copypasta the 3PU support code to also do 3PL | Paul "LeoNerd" Evans | 3 | -3/+61 | |
2016-08-18 | Remove TODO note about request fields being strings - they're always strings | Paul "LeoNerd" Evans | 1 | -2/+0 | |
2016-08-18 | Log a warning if an AS yields an invalid 3PU lookup result | Paul "LeoNerd" Evans | 1 | -1/+6 | |
2016-08-18 | Scattergather the call out to ASes; validate received results | Paul "LeoNerd" Evans | 1 | -7/+34 | |
2016-08-18 | Filter 3PU lookups by only ASes that declare knowledge of that protocol | Paul "LeoNerd" Evans | 3 | -3/+22 | |
2016-08-18 |