Commit Graph

2185 Commits

Author SHA1 Message Date
Kevin Froman 81c8c4f124 mass removal for redesigns 2021-02-22 20:56:17 +00:00
Kevin Froman 7fba65c459 work on torgossip 2021-02-21 23:22:18 +00:00
Kevin Froman 4b36e9d3da work on torgossip 2021-02-21 02:29:00 +00:00
Kevin Froman 346d30086e work on torgossip 2021-02-20 23:45:24 +00:00
Kevin Froman 60dfa8fb7e work on torgossip 2021-02-20 00:41:46 +00:00
Kevin Froman db5320124f work on torgossip 2021-02-16 05:01:01 +00:00
Kevin Froman 2ffcc2e18e work on torgossip 2021-02-15 09:11:16 +00:00
Kevin Froman 630a9b1522 work on torgossip 2021-02-13 20:22:07 +00:00
Kevin Froman 4bf1acf446 work on torgossip 2021-02-11 21:03:41 +00:00
Kevin Froman 257bef6ca0 added subprocess validator 2021-02-09 23:02:19 +00:00
Kevin Froman d9c0adcc7b work on torgossip 2021-02-08 07:32:31 +00:00
Kevin Froman 8a6129f4e2 work on torgossip 2021-02-08 01:52:12 +00:00
Kevin Froman 18d4a87973 added onion service key storage database to overcome limitations in normal torrc-based system 2021-02-07 07:25:39 +00:00
Kevin Froman ad103ee8b0 work on torgossip 2021-02-06 06:35:18 +00:00
Kevin Froman b720f2f1d5 Work on torgossip client
Use stems HS validator instead of custom logic
2021-02-05 22:16:10 +00:00
Kevin Froman bae7f745ee implemented peer announce in torgossip 2021-02-05 04:57:35 +00:00
Kevin Froman 227472d4dc implemented peer announce in torgossip 2021-02-05 04:38:57 +00:00
Kevin Froman f4182cb996 implemented peer exchange 2021-02-05 02:19:23 +00:00
Kevin Froman b4127c9836 work on torgossip 2021-02-04 05:21:37 +00:00
Kevin Froman 9d546432f5 added traceback handler 2021-02-04 01:52:36 +00:00
Kevin Froman 5ea90acd3f work on torgossip 2021-02-02 23:24:35 +00:00
Kevin Froman 9d8c7a7224 added peerDB to torgossip 2021-02-02 06:58:06 +00:00
Kevin Froman 582ac1607e remove streamfill 2021-02-02 06:57:37 +00:00
Kevin Froman c40effd520 added offset block list getter 2021-02-01 06:59:53 +00:00
Kevin Froman 9d13c0c989 work on implementing torgossip 2021-01-31 05:17:02 +00:00
Kevin Froman ee8b81ead6 work on implementing torgossip 2021-01-31 04:40:51 +00:00
Kevin Froman 418237cfc6 fix extra onion icon displaying in stat panel 2021-01-29 23:54:14 +00:00
Kevin Froman 84987cfc21 added unsafe socks denial to torrc generator 2021-01-29 21:30:58 +00:00
Kevin Froman 63f7209bdd Added blockcreatorqueue and subprocess generator for new block system 2021-01-29 21:15:18 +00:00
Kevin Froman 67d9dc3557 added more modules to dependencycheck.py 2021-01-29 20:57:39 +00:00
Kevin Froman a2da6b8c89 added serialized api work 2021-01-27 18:15:06 +00:00
Kevin Froman 6625b7ce19 added serialized api work 2021-01-27 08:38:45 +00:00
Kevin Froman da353476cf remove floodfill script 2021-01-27 07:12:05 +00:00
Kevin Froman 828c78a569 work on torgossip, added base64 code whitelist because of a werid plugin issue with bigbrother 2021-01-27 05:34:31 +00:00
Kevin Froman a55055e720 started work on new gossip streaming protocol 2021-01-26 05:39:23 +00:00
Kevin Froman ba8ba6d3d8 properly clean block list in blockio 2021-01-25 22:16:51 +00:00
Kevin Froman 708c5d2e71 added block cleaning method for new database 2021-01-25 06:28:18 +00:00
Kevin Froman 75234310ca added blockio load implementation 2021-01-24 23:29:02 +00:00
Kevin Froman 5ed5b8455a bump blocks version 2021-01-24 23:28:25 +00:00
Kevin Froman 003718db04 Merge branch 'master' into integrate-new-blocks 2021-01-24 18:11:42 +00:00
Kevin Froman 3e17cf7c0b added papers list dev doc 2021-01-24 07:16:44 +00:00
Kevin Froman db96f6ad7e bump blocks version 2021-01-24 07:15:27 +00:00
Kevin Froman 735220d8da update runtime result 2021-01-23 19:21:02 +00:00
Kevin Froman 914b505dfa added remote ui plugin 2021-01-23 05:41:36 +00:00
Kevin Froman 8659fa613e merge master for docker fixes 2021-01-23 04:04:17 +00:00
Kevin Froman 7fa320cfc5 don't print version command to devnull in run script either
added docker and VPS documentation
2021-01-23 04:00:14 +00:00
Kevin Froman 9306143e4c dont check hostname if not bound to loopback in client api security 2021-01-23 04:00:03 +00:00
Kevin Froman 7303cf041e if binding to 0.0.0.0, don't validate source ip in client api 2021-01-23 04:00:03 +00:00
Kevin Froman 4e96d18396 print tor errors to stdout 2021-01-23 04:00:03 +00:00
Duncan X Simpson 133b3ea699 Docker improvements
- Create run-onionr-node.sh to parse env and supply args to run-onionr-node.py
- Dockerfile:
  - Run onionr by default rather than bash
  - Run as unprivileged user by default instead of root
  - Use /app for all code
  - Specify python 3.7 (3.8 fails to build cffi)
  - Use apt-get rather than apt (apt's CLI is not stable)
  - Slight reformatting and consolidation
  - do not use devnull in run-onionr-node.py
2021-01-23 04:00:03 +00:00