571 Commits (e10cedebea9fed808c2e64e5e37868b203eeec58)

Author SHA1 Message Date
erqan 831ae233e4 spam message queue 9 years ago
Denis Ryabov 6de0e2036d fix asserts to support NDEBUG 10 years ago
Miguel Freitas e52f2c2527 dhtproxy: tunnel DHT traffic into TCP connections 11 years ago
Miguel Freitas 102d172ca3 highly experimental soft checkpoint based on consensus 11 years ago
Miguel Freitas 6416fa5d58 another try to fix the infinite recursion triggered when the new (longer) chain 11 years ago
Miguel Freitas 19ff320d24 replace HaveTxIndex for GetTransaction. this is a more secure check since it also 11 years ago
Miguel Freitas 4c25acc6af partialy revert changeset 77d1a4fb. fixed one case (that -reindex would fix anyway) but broke another one. 11 years ago
Miguel Freitas 055240b2a9 fix "CreateNewBlock() : ConnectBlock failed" due to "duplicate username". 11 years ago
Miguel Freitas 77d1a4fb7b trying to fix infinite recursion in SetBestChain 11 years ago
Miguel Freitas ba43f10e8f move spamuser key validation from CheckTransation to ConnectBlock. 11 years ago
Miguel Freitas fbc7d9a77a generalize checking if tx is in mainchain for GetTransaction 11 years ago
Miguel Freitas 9d5d203a0c bugfix: weak checking for existing users (the transaction may exist in index only 11 years ago
Miguel Freitas 23cb6fbdb6 limit transaction size 11 years ago
Miguel Freitas 339c4a00ea TODO cleanups 11 years ago
Miguel Freitas fd404d0927 dumppubkey json return value must be hexstr 11 years ago
Miguel Freitas 33a04c7cf0 improve miner response to new blocks received to prevent stale blocks being generated 11 years ago
Miguel Freitas d2d64bfed2 make sure strSpamUser is valid before using it to sign message 11 years ago
Miguel Freitas b4d044f843 utf8 character counting to check message size < 140 11 years ago
Miguel Freitas fb0802449c implement index of partial usernames so search-as-you-type can work as expected with listusernamespartial 11 years ago
Miguel Freitas 3847d74f5d fix GetTransaction old key search. how many more iterations do i need to get this thing right? 11 years ago
Miguel Freitas 30992b87c3 use scrypt hash function like litecoin 11 years ago
Miguel Freitas 2917054c80 change to version 0.9.00. sounds better than 0.8.99 11 years ago
Miguel Freitas ceddb2781b Check duplicate usernames within the same block 11 years ago
Miguel Freitas 4c99e80449 fix txindex inconsistency if twisterd crashes. 11 years ago
Miguel Freitas 247ae657ef remove failing assert when db is empty 11 years ago
Miguel Freitas f81088be70 properly implement verification using keys that have been replaced. 11 years ago
Miguel Freitas 0678ae169b CreateSpamMsgTx fallback to "nobody" 11 years ago
Miguel Freitas 2c48386b4e Properly implement spam signing and checking to prevent it from been used to impersonate users. 11 years ago
Miguel Freitas 7e57fb2fe4 mempool uses txhash again (instead of userhash). this is needed to fix key replacement. 11 years ago
Miguel Freitas b6db2327e4 add support (untested) for key replacement 11 years ago
Miguel Freitas 0df5c54166 promoted posts implemented 11 years ago
Miguel Freitas a32bfec78f sugestion: add language to the spam message text 11 years ago
miguel 6b9c27048e partial untested torrent chages. will use leveldb for storage, no more multi-files per torrent, number of pieces may increase. 11 years ago
Miguel Freitas 82ea843b46 make block signature compatible with the rest 11 years ago
Miguel Freitas 3a1d772643 improve dht node added from bitcoin network peers 11 years ago
Miguel Freitas 78e97ac9dc use the same message magic everywhere (to hash) 11 years ago
Miguel Freitas 9946d6ed72 mining fixes: add salt to instance and use correct username for signing 11 years ago
Miguel Freitas ad712d5006 fix wrongly erasing of indextx with checklevel==3 11 years ago
Miguel Freitas 76f8a901a7 removing stuff 11 years ago
Miguel Freitas 26bbd5614f remove GetCoins/SetCoins 11 years ago
Miguel Freitas fe01fd01cb create CScript overload for << string 11 years ago
Miguel Freitas 4d43b4a6f0 fix CreateSpamMsgTx signing (GetHash on CHashWriter cannot be used twice) 11 years ago
Miguel Freitas 84f796be7f fix EraseTxIndex usage 12 years ago
Miguel Freitas 6e1c42e963 tx accepted! 12 years ago
Miguel Freitas a6ff5511fa test invalid userhash (might be an invalid tx received from network) 12 years ago
Miguel Freitas d9fdca340c implement CScript => string extraction, check username constraits, improve username hash 12 years ago
Miguel Freitas 623b80c061 fix missing nHeight field 12 years ago
Miguel Freitas 6ff04a0de2 fix genesis block hash 12 years ago
Miguel Freitas 0b753e0ce2 add nHeight to header for mining (a couple of offsets need +4 to work again) 12 years ago
Miguel Freitas 05c7d3f27d fix/improve printf of created tx 12 years ago