Commit Graph

  • ca122dc1ba
    upload to multiple peers Kevin Froman 2018-07-23 15:04:36 -0500
  • 0beffab96e
    + added blockimporter.py * removed outdated direct connection handler Kevin Froman 2018-07-23 02:45:48 -0500
  • 71007a2d0a
    + added reverse block insertion * handle downloading of blocks better when peer goes offline * bumped default disk allocation * added post request util Kevin Froman 2018-07-23 02:43:10 -0500
  • aa2e6ba72c Merge branch 'master' of gitlab.com:beardog/Onionr Kevin Froman 2018-07-21 19:21:18 -0500
  • 8e1b6e1e7e
    added forcedifficulty Kevin Froman 2018-07-21 19:20:28 -0500
  • e59d4645e1 Fix onionr start script Benjamin Levy 2018-07-20 17:55:03 -0400
  • eb8c309626 Update the Makefile to comply with the DESTDIR/PREFIX convention Benjamin Levy 2018-07-20 17:49:03 -0400
  • eb00904fde Merge branch 'new-pm' into 'master' Kevin 2018-07-20 04:33:47 +0000
  • 16f5b69e74 Merge branch 'master' of gitlab.com:beardog/Onionr Kevin Froman 2018-07-19 23:26:52 -0500
  • 862b609687
    * reduce spam * another bytes fix for old python Kevin Froman 2018-07-19 22:02:09 -0500
  • ee7e4289f1
    Fixed thread exhaustion for address sync Kevin Froman 2018-07-19 17:32:21 -0500
  • d43daac997
    remove run-linux changes Kevin Froman 2018-07-19 16:52:51 -0500
  • 1c80849c38
    do not attempt block decryption in metadata processing if it is not encrypted Kevin Froman 2018-07-19 16:31:48 -0500
  • 85fdcab534
    fixed bytes on new pow in older python versions Kevin Froman 2018-07-19 15:12:48 -0500
  • 0f69bfd295
    fixed bytes issue with new pow and older python Kevin Froman 2018-07-19 14:46:13 -0500
  • 3b04771eb7
    finished inbox and signature validation for private messages Kevin Froman 2018-07-19 02:08:51 -0500
  • 732fe70ff4 Merge branch 'refactoring2' into new-pm Kevin Froman 2018-07-18 02:36:40 -0500
  • 02cb3d3fd4
    Merge branch 'refactoring2' of gitlab.com:beardog/Onionr into refactoring2 Kevin Froman 2018-07-18 02:36:17 -0500
  • 2a4cef68f8
    * onionrblockapi supports pubkey encryption now * can now read messages in mail plugin Kevin Froman 2018-07-18 02:33:23 -0500
  • 40341b1dc3 Misc updates Arinerron 2018-07-17 21:45:51 -0700
  • 7390945ebf
    work on mail plugin inbox Kevin Froman 2018-07-17 02:18:17 -0500
  • f432d9193e
    + implemented some menus and message drafting in pm plugin * prevent block types from being too large in metadata processing Kevin Froman 2018-07-16 02:40:58 -0500
  • 922ea4b562 Merge branch 'refactoring2' into 'master' v0.1.0 Kevin 2018-07-15 00:19:25 +0000
  • f42d308b2b
    - removed gui for now * work on new pm plugin Kevin Froman 2018-07-13 21:43:03 -0500
  • 40255538da
    reworking PM system before migration to plugin and updating blockapi to encryption format Kevin Froman 2018-07-13 16:02:41 -0500
  • f327918633 Merge branch 'master' into 'refactoring2' Kevin 2018-07-13 06:20:22 +0000
  • 4ba1bd3513 Merge branch 'master' into refactoring2 Kevin Froman 2018-07-13 01:19:18 -0500
  • 6bf679d107
    fixed add-peer Kevin Froman 2018-07-13 01:14:09 -0500
  • eff834d9da
    updated readme Kevin Froman 2018-07-13 00:48:19 -0500
  • ab65f5ea95
    removed old communicator Kevin Froman 2018-07-12 23:57:03 -0500
  • db203290dd
    handle keyboardinterrupt better in flow Kevin Froman 2018-07-12 18:23:58 -0500
  • 865bc94ccb
    + flow plugin is now working + added escapeAnsi function to utils Kevin Froman 2018-07-12 02:37:10 -0500
  • d879383a8a
    work on new flow plugin and block metadata caching Kevin Froman 2018-07-11 14:45:38 -0500
  • f918ae9b9c
    started work on flow plugin Kevin Froman 2018-07-11 02:35:22 -0500
  • ba1b154f52
    fixed bug where new communicator would download blocks it already has Kevin Froman 2018-07-10 02:29:17 -0500
  • 7cf4cd9862
    more bytes issues Kevin Froman 2018-07-10 02:20:32 -0500
  • e0618f3166
    use var instead of direct call in hash comparison in block sync Kevin Froman 2018-07-10 02:15:55 -0500
  • 2c70531a51
    fixed invalid bytes concat when hash is invalid on some versions Kevin Froman 2018-07-10 02:11:58 -0500
  • 33787ef39d
    * fixed broken block metadata validation, incorrect time integer check and missing size value for encryptType Kevin Froman 2018-07-10 01:17:30 -0500
  • 9083775887
    * do not report inserted message if keyboard interrupt/failure * do not crash on keyboard interrupt in pow Kevin Froman 2018-07-09 22:09:45 -0500
  • b3b5e5bb50
    + re-added old pow system as a different class for things like ed25519 keys * no longer run communicator threads if they need peers and we have none connected Kevin Froman 2018-07-09 02:02:33 -0500
  • f027202ac9
    * Pretty much done with new POW format Kevin Froman 2018-07-08 02:51:23 -0500
  • 31236eea84
    hopefully issues with keyboardinterrupt Kevin Froman 2018-07-07 19:26:01 -0500
  • 8727dc2241
    Merge branch 'refactoring2' of gitlab.com:beardog/Onionr into refactoring2 Kevin Froman 2018-07-07 19:03:46 -0500
  • bdb9fa8cc4 Misc updates Arinerron 2018-07-05 21:27:12 -0700
  • 06986d2703
    * now use communicator2 by default * fixed shutdown command crash * now handle shutdown of api in communicator * work on new POW system (block hash being the POW hash) Kevin Froman 2018-07-05 02:31:47 -0500
  • c083d54abb Merge branch 'refactoring2' of https://gitlab.com/beardog/onionr into refactoring2 Arinerron 2018-07-04 12:07:27 -0700
  • bd3a3bfeed Fix type bug Arinerron 2018-07-04 12:07:17 -0700
  • bd819a3ba6
    * fixed validateMetadata not having self + added isIntegerString * other fixes Kevin Froman 2018-07-04 13:49:43 -0500
  • 80648cc920
    added kex command Kevin Froman 2018-07-03 18:44:12 -0500
  • 6f761aaeff
    do not have linebreak in own hsaddr Kevin Froman 2018-07-03 16:27:42 -0500
  • 58110e461e
    improving new communicator bootstrapping, do not connect to self Kevin Froman 2018-07-03 16:24:14 -0500
  • 267220ad72
    only attempt announce with online peers Kevin Froman 2018-07-03 14:26:53 -0500
  • f1c8c8b843
    * changed how new communicator uses bootstrap (untested) + added function to calculate human readable strings from hex Kevin Froman 2018-07-03 03:18:07 -0500
  • efb049fddd
    fixed indent in test Kevin Froman 2018-07-02 16:20:19 -0500
  • 3a7cefbf53
    * do not fail localCommand if host file does not exist * disabled plugin tests Kevin Froman 2018-07-02 16:15:59 -0500
  • 75bb8a11bd
    do not fail on plugin import Kevin Froman 2018-07-02 16:08:47 -0500
  • c4ae80c4a2 Merge branch 'refactoring2' of gitlab.com:beardog/Onionr into refactoring2 Kevin Froman 2018-07-02 15:40:55 -0500
  • 9d107950fd
    re(added) pysocks dependency Kevin Froman 2018-07-02 15:39:12 -0500
  • 027c224084 use python3 in tests Kevin 2018-07-02 20:34:39 +0000
  • a2567eacc2 updated ci test yml Kevin 2018-07-02 20:28:36 +0000
  • 5d05619681 + added gitlab ci file Kevin 2018-07-02 20:01:49 +0000
  • 45234588e2
    * fixed broken insertblock with bytes * some work on improving tests * temporarily disabled testblockapi test Kevin Froman 2018-07-02 03:13:18 -0500
  • f5bd9220fc
    improved communicator2 comments Kevin Froman 2018-07-01 23:04:14 -0500
  • 5c49f544fe documented communicator2 better and bootstrap better Kevin Froman 2018-07-01 16:01:19 -0500
  • a2ad90f2b9 fixed invalid conn commit Kevin Froman 2018-06-30 22:38:57 -0500
  • ab0e0d3ace updated requirements.txt to have defusedxml Kevin Froman 2018-06-30 22:24:51 -0500
  • 45dcfb9e08 Merge branch 'refactoring2' of gitlab.com:beardog/Onionr Kevin 2018-06-27 16:47:52 -0500
  • 92b0ad975f
    + Now log running seconds in heartbeat * Do not spam "could not connect to any peer" if we have a peer connected Kevin Froman 2018-06-26 00:26:01 -0500
  • 6fd0f9aded
    create daemon db table if it doesn't exist Kevin Froman 2018-06-26 00:04:59 -0500
  • 65ea5cf6f0
    completed validateMetadata function Kevin Froman 2018-06-25 23:39:45 -0500
  • 956f720741 added call to new validateMetadata function Kevin Froman 2018-06-25 02:34:43 -0500
  • f148724e69 work on peer/address exchange in new communicator Kevin Froman 2018-06-23 02:36:22 -0500
  • a7d0d73b5b add new block to hash db in communicator Kevin Froman 2018-06-21 19:57:12 -0500
  • 232bc4932a * fixed threadCount not lowering for getBlocks * fixed onionrblockapi not properly converting bytes to string for block hash Kevin Froman 2018-06-21 19:34:42 -0500
  • ff8128ae33 use bytes instead of str when inserting Kevin Froman 2018-06-21 14:07:00 -0500
  • 3c8d1a5b7f readded missing setdata in core Kevin Froman 2018-06-21 13:56:07 -0500
  • ca53da854e readded forgotten setdata to insertblock Kevin Froman 2018-06-21 02:34:42 -0500
  • 997e27b532 do not use blockapi for addmessage Kevin Froman 2018-06-21 02:29:51 -0500
  • 9abb2f4f85 fixed undefined metadata in insertblock Kevin Froman 2018-06-21 02:26:54 -0500
  • 9968a72fbc + added clear offline peers to new communicator + fixed unable to insert unencrypted block Kevin Froman 2018-06-21 02:24:58 -0500
  • 829dba45cc temporarily disabled onionrblockapi metadata Kevin Froman 2018-06-21 02:17:20 -0500
  • 4bc5317b63 fixed leftover break in core Kevin Froman 2018-06-21 01:48:54 -0500
  • 0087e04f57 work on new blocks and encryption Kevin Froman 2018-06-20 15:56:28 -0500
  • b3cbdbaceb Merge branch 'refactoring2' of gitlab.com:beardog/Onionr into refactoring2 Kevin Froman 2018-06-20 14:02:17 -0500
  • 0a8052a9a4
    * work on new block system, encryption + added new exception + encryption now anonymous by default, will probably remove anonymous param in future Kevin Froman 2018-06-20 02:40:49 -0500
  • 06b4094d45 misc changes Arinerron 2018-06-19 21:51:03 -0700
  • d77bb92e28 Refactor initializer Arinerron 2018-06-19 21:36:07 -0700
  • 10ebdddb24
    * work on new block system, working on encryption * added onionrvalues file for onionr requirements * added invalidmetadata exception Kevin Froman 2018-06-19 02:01:59 -0500
  • 7864677498
    + added secrets.py * work on communicator2, syncing blocks * modify insertblock to use new pow metadata (may need more work for new spec) Kevin Froman 2018-06-16 15:54:56 -0500
  • a4824d9b8c
    work on new communicator with downloading new blocks Kevin Froman 2018-06-16 02:33:54 -0500
  • 31a35472ce
    * fixed broken local command * work on communicator2 block syncing Kevin Froman 2018-06-15 14:09:41 -0500
  • e339b78e88
    merge gitlab Kevin Froman 2018-06-15 00:47:37 -0500
  • 21786c6885
    work on getting new blocks in communicator2 Kevin Froman 2018-06-15 00:45:07 -0500
  • debd123ffc Don't sort config keys Arinerron 2018-06-13 21:42:19 -0700
  • b5c06ce64c Add warning message to new communicator Arinerron 2018-06-13 21:35:56 -0700
  • af237eab0b Refactor Onionr Arinerron 2018-06-13 21:17:58 -0700
  • 6cb69c7187
    work on new peer pool system in new communicator Kevin Froman 2018-06-13 17:22:48 -0500
  • effeddc536 Merge branch 'refactoring2' of gitlab.com:beardog/Onionr into refactoring2 Kevin Froman 2018-06-13 02:34:35 -0500
  • 083ffd8af3
    work on new communicator, added some communication to peers and imported some old communicator features Kevin Froman 2018-06-13 02:33:37 -0500