tree checksum vpatch file split hunks
all signers: mircea_popescu trinque ben_vulpes mod6 asciilifeform
antecedents: asciilifeform_add_verifyall_option
press order:
patch:
(1899 . 6)(1899 . 11)
5 pfrom->PushMessage(inv.GetCommand(), (*mi).second);
6 }
7 }
8 else
9 {
10 pfrom->Misbehaving(100);
11 return error("BANNED peer issuing unknown inv type.");
12 }
13
14 // Track requests for our stuff
15 Inventory(inv.hash);
(2101 . 7)(2106 . 9)
17
18 else
19 {
20 // Ignore unknown commands for extensibility
21 // He who comes to us with a turd, by the turd shall perish.
22 pfrom->Misbehaving(100);
23 return error("BANNED peer issuing heathen command.");
24 }
25
26