tree checksum vpatch file split hunks

all signers: mod6

antecedents: programmable-versionstring

press order:

genesismod6
bitcoin-asciilifeform.1mod6
rm_rf_upnpmod6
bitcoin-asciilifeform.3-turdmeister-alert-snipmod6
asciilifeform_orphanage_thermonukemod6
bitcoin-asciilifeform.2-https_snipsnipmod6
bitcoin-v0_5_3_1-static_makefile_v002.8mod6
bitcoin-asciilifeform.4-goodbye-win32mod6
bitcoin-v0_5_3_1-rev_bump.7mod6
asciilifeform_tx-orphanage_amputationmod6
asciilifeform_dnsseed_snipsnipmod6
asciilifeform_zap_hardcoded_seedsmod6
asciilifeform_zap_showmyip_crudmod6
asciilifeform_dns_thermonyukyoolar_kleansingmod6
asciilifeform_ver_now_5_4_and_irc_is_gone_and_now_must_give_ipmod6
asciilifeform-kills-integer-retardationmod6
asciilifeform_and_now_we_have_block_dumper_correctedmod6
mod6_fix_dumpblock_paramsmod6
asciilifeform_and_now_we_have_eatblockmod6
asciilifeform_lets_lose_testnetmod6
asciilifeform_add_verifyall_optionmod6
programmable-versionstringmod6
malleus_mikehearnificarummod6

patch:

- DDF551D237480F8118D0E4ED033194ADA0A229E8D8580354E3EA20467F3E381AF1F1D0542F861E8BEC628F55326D70172B6FAA0E8A3FA007BA79BDADC13C1C29
+ 4426E28AAE0CB5AA58EE73273F937E988E0911893E9EEE9E718556D8EBB50FD229169C11F72421498A982F50A01F4C74154F91A7B14EBD4308162C9BAC03750E
bitcoin/src/main.cpp
(1901 . 6)(1901 . 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);
(2103 . 7)(2108 . 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