Commit Graph

  • 249c62a515 Merge branch 'lan' of ssh://github.com/beardog108/onionr into lan Kevin Froman 2020-04-17 00:44:45 -0500
  • 1618e2988d
    Merge pull request #61 from beardog108/dependabot/pip/lan/pip-tools-5.0.0 Kevin F 2020-04-17 00:44:36 -0500
  • 76daf89565 Merge branch 'lan' of ssh://github.com/beardog108/onionr into lan Kevin Froman 2020-04-17 00:43:39 -0500
  • fc17dda993
    Bump pip-tools from 4.5.1 to 5.0.0 dependabot-preview[bot] 2020-04-17 05:00:29 +0000
  • 05ec520f0e
    Merge pull request #62 from beardog108/dependabot/pip/lan/urllib3-1.25.9 Kevin F 2020-04-16 23:59:01 -0500
  • 9605c9db73
    Bump urllib3 from 1.25.8 to 1.25.9 dependabot-preview[bot] 2020-04-16 16:22:02 +0000
  • 6a23c13cc4
    Merge pull request #60 from beardog108/dependabot/pip/lan/pdoc3-0.8.1 Kevin F 2020-04-15 23:35:59 -0500
  • b863a8cab0
    Bump pdoc3 from 0.7.5 to 0.8.1 dependabot-preview[bot] 2020-04-16 00:46:14 +0000
  • 9f61a93397 Add hash to requirements.txt 0Gitnick 2020-04-14 22:52:50 -0500
  • a6baa8ac00 Merge branch 'master' into lan Kevin Froman 2020-04-14 22:41:11 -0500
  • 026901ce90 Fix gettransports Kevin Froman 2020-04-14 22:40:31 -0500
  • 039d791b90 Merge branch 'lan' of ssh://github.com/beardog108/onionr into lan Kevin Froman 2020-04-14 22:19:19 -0500
  • eb37325222
    Merge pull request #58 from beardog108/dependabot/pip/lan/gevent-1.5.0 Kevin F 2020-04-10 14:11:07 -0500
  • 5d496ee3b1
    Bump gevent from 1.4.0 to 1.5.0 dependabot-preview[bot] 2020-04-10 16:21:22 +0000
  • a52465a54f work on lan Kevin Froman 2020-04-06 08:51:20 -0500
  • a5983d32a4 Merge branch 'lan' of ssh://github.com/beardog108/onionr into lan Kevin Froman 2020-04-06 03:40:25 -0500
  • b2a581823f
    Merge pull request #57 from beardog108/dependabot/pip/lan/streamedrequests-1.0.3 Kevin F 2020-04-06 03:39:53 -0500
  • b35d5be8db
    Bump streamedrequests from 1.0.0 to 1.0.3 dependabot-preview[bot] 2020-04-06 08:38:07 +0000
  • 3bc54086a3 Merge branch 'lan' of ssh://github.com/beardog108/onionr into lan Kevin Froman 2020-04-06 03:06:41 -0500
  • 9959ec0d57
    Merge pull request #56 from beardog108/dependabot/pip/lan/flask-1.1.2 Kevin F 2020-04-06 03:06:27 -0500
  • 12137d3c00
    Bump flask from 1.1.1 to 1.1.2 dependabot-preview[bot] 2020-04-06 08:05:19 +0000
  • d13d9a3039 added is_friend test for onionrusers and fixed bug where isFriend was setting instead of getting the value Kevin Froman 2020-04-05 23:35:03 -0500
  • ae8d1fc5ea Finished implementing notification settings for sound and strangers Kevin Froman 2020-04-05 23:21:21 -0500
  • 4cd2302bc9 added logic for stranger notification setting made page content refreshes happen on visibility Kevin Froman 2020-04-05 03:52:40 -0500
  • 7bedae48a4 * Mail compose no longer uses overlay Kevin Froman 2020-04-04 04:22:11 -0500
  • aa729d862c added escape_ansi unittest Kevin Froman 2020-04-04 02:21:28 -0500
  • 653954714f added script to start many nodes Kevin Froman 2020-04-04 00:58:49 -0500
  • da1940cc8e fix circles escapeansi being passed bytes Kevin Froman 2020-04-04 00:58:02 -0500
  • d47c546620 added dns rebinding runtime test Kevin Froman 2020-04-03 23:34:23 -0500
  • 39d0be32ac import jsondecodeerror seperately since its not in ujson Kevin Froman 2020-04-03 04:33:30 -0500
  • 919ab12b76 plugins now use ujson Kevin Froman 2020-04-03 04:27:37 -0500
  • a8ab5d20f1 moving onionrutils over to ujson Kevin Froman 2020-04-03 04:20:55 -0500
  • 37913d544b fixed localcommand formatting and imports Kevin Froman 2020-04-03 04:19:20 -0500
  • eea8b39b0f refactored onionrusers formatting and json Kevin Froman 2020-04-03 04:17:45 -0500
  • dee5d8ceed make config use ujson Kevin Froman 2020-04-03 04:02:36 -0500
  • 5be4df1276 Bump helium from 3.0.1 to 3.0.2 dependabot-preview[bot] 2020-04-03 08:40:21 +0000
  • b23343e7cb use ujson in serializeddata Kevin Froman 2020-04-03 03:51:31 -0500
  • 46ce27cbe8 fixed get_lan_ips test Kevin Froman 2020-04-03 03:33:05 -0500
  • 8804c13225 * refactored subprocess and made it 20%+ faster by using ujson + added watchdog dep for sneakernet + added ujson dep for faster json esp in pow Kevin Froman 2020-04-03 03:28:48 -0500
  • 599f222d43 work on using vdf instead Kevin Froman 2020-04-03 01:44:26 -0500
  • 8d372cccfb added stats reporter Kevin Froman 2020-03-31 04:00:48 -0500
  • 0da27a78c7 basic requests can now use lan, work on lan client Kevin Froman 2020-03-31 01:48:20 -0500
  • b2f630e4f9 added disk ministry Kevin Froman 2020-03-31 00:15:24 -0500
  • 09134eaba4 comment sneakernet Kevin Froman 2020-03-30 21:14:48 -0500
  • 1bd0aa9419 added sneakernet auto importing exportblocks now takes argument Kevin Froman 2020-03-30 03:23:59 -0500
  • d2746c21b4
    Merge pull request #53 from beardog108/dependabot/pip/deadsimplekv-0.3.1 Kevin F 2020-03-29 18:52:15 -0500
  • 160469f50f added popular board selector Kevin Froman 2020-03-29 18:51:12 -0500
  • 7bb4a7680a fix export test to use new circle plugin name Kevin Froman 2020-03-29 18:50:16 -0500
  • 018f6692a9 don't refresh boards if doc hidden Kevin Froman 2020-03-29 18:49:51 -0500
  • b256db2698 added endpoint to get most popular circles Kevin Froman 2020-03-28 02:41:23 -0500
  • 70a26598fb
    Bump deadsimplekv from 0.3.0 to 0.3.1 dependabot-preview[bot] 2020-03-28 05:41:11 +0000
  • 825c576ce3 finish requirements.txt merge Kevin Froman 2020-03-28 00:18:13 -0500
  • 179ec4a3be Added work on popular board listing Kevin Froman 2020-03-28 00:16:42 -0500
  • 2c848a4caf
    Merge pull request #52 from beardog108/dependabot/pip/deadsimplekv-0.3.0 Kevin F 2020-03-28 00:15:03 -0500
  • 309f98d640
    Bump deadsimplekv from 0.2.0 to 0.3.0 dependabot-preview[bot] 2020-03-28 05:09:53 +0000
  • 418881fc32 removed searchengine plugin files for now since no work being done Kevin Froman 2020-03-27 21:13:42 -0500
  • 3b939b4598 Added default config formatter script Kevin Froman 2020-03-27 20:59:38 -0500
  • d50e6db1d2 fix removeblock docstring Kevin Froman 2020-03-27 20:03:30 -0500
  • 012ee33499 corrected onionrstorage formatting Kevin Froman 2020-03-26 03:57:54 -0500
  • 16ae16f042 fixed forward secrecy test Kevin Froman 2020-03-26 03:57:42 -0500
  • b8a8cfd3f6 changed socket_server config key to more accurate ephemeral_tunnels key Kevin Froman 2020-03-26 03:49:23 -0500
  • 62b4f5eb0e Removed support for v2 onions Kevin Froman 2020-03-26 03:48:57 -0500
  • 922f2be235 added binary forward secrecy test Kevin Froman 2020-03-26 03:47:49 -0500
  • d5c9b01b53 * adjusted default config to scale better * test default config values for dev accidental changes * bump runtime result Kevin Froman 2020-03-26 03:46:49 -0500
  • db9cd3eb60 remove defunct import in register_private_blueprints.py Kevin Froman 2020-03-26 02:33:08 -0500
  • 71c7ad4545 made onboarding use bulma steps Kevin Froman 2020-03-26 02:26:00 -0500
  • d24fd41c53 added fd and disk usage stats Kevin Froman 2020-03-24 03:18:05 -0500
  • 8e31d51740 improve start ram script to use quotes Kevin Froman 2020-03-24 03:17:40 -0500
  • 1be08e09ef reformated sizeutils Kevin Froman 2020-03-24 03:17:22 -0500
  • 0825f2dd01 use mktemp for ram dir Kevin Froman 2020-03-24 02:17:11 -0500
  • 427a5355bc switched circle post loader to use fetch instead of xml http Kevin Froman 2020-03-24 00:21:46 -0500
  • 83a1c09af7 do not ping api when document is hidden Kevin Froman 2020-03-24 00:21:13 -0500
  • 2aa8cdbaa0 corrected utils formatting and removed defunct utils Kevin Froman 2020-03-23 23:55:57 -0500
  • b5e57da191 lan can now properly connect Kevin Froman 2020-03-23 03:39:57 -0500
  • 2c8f1fdf99 restore unicoding in multicast ad Kevin Froman 2020-03-23 01:25:27 -0500
  • eec7efd38d use right multicast address Kevin Froman 2020-03-23 01:24:13 -0500
  • d77f802fdd lan client thread added Kevin Froman 2020-03-23 00:37:49 -0500
  • 3c6b3652c6 hidden is not a js func Kevin Froman 2020-03-23 00:00:35 -0500
  • 77b24d022f fixed undefined mail sig load Kevin Froman 2020-03-22 22:04:20 -0500
  • c7b8f9bed6 don't fetch stats on home page if there is no window focus Kevin Froman 2020-03-22 22:04:06 -0500
  • 42a8d71ebf added script to start Onionr in RAM Kevin Froman 2020-03-22 21:54:20 -0500
  • acabeab7c4 added files for vdf proofing Kevin Froman 2020-03-22 19:16:26 -0500
  • 9369a22841 correct updateblockinfo docstring and format Kevin Froman 2020-03-22 19:16:08 -0500
  • 361853cc95 bump mimcvdf version Kevin Froman 2020-03-22 19:15:37 -0500
  • 481cb5aeff use a smaller offset for obscuring block metadb time Kevin Froman 2020-03-21 01:15:07 -0500
  • 4696e7be3f added offset test for lan block list and improved run time tests to be random order and have better iterative output Kevin Froman 2020-03-21 01:14:35 -0500
  • 05ea54cd28 use double quotes instead of single in home page Kevin Froman 2020-03-20 18:41:09 -0500
  • 2a104d7459 added ram stats Kevin Froman 2020-03-20 18:39:26 -0500
  • a52a17ac25 removed thread debug from events Kevin Froman 2020-03-20 18:39:08 -0500
  • 3e4a39016f work on lan server (upload endpoint) Kevin Froman 2020-03-20 03:51:08 -0500
  • e6181bdd1f fixed nasty bug where tor circuits was causing gevent to leak threads Kevin Froman 2020-03-20 03:50:48 -0500
  • 022fbaa1af bumped disk allocation to 1gb Kevin Froman 2020-03-20 03:47:08 -0500
  • b2f4dae226 refactored main page to not use xhr, added thread ui stat area Kevin Froman 2020-03-20 03:46:33 -0500
  • b5ac1ed7d8 correct timer thread amounts Kevin Froman 2020-03-20 03:45:25 -0500
  • fe3b6c01c4 * Remove ifaddr since psutil provides access to net interfaces + added mimcvdf dependency for future block spec Kevin Froman 2020-03-19 16:02:15 -0500
  • d4f4487fb6 finished block list endpoint for lan and added get data endpoint Kevin Froman 2020-03-19 01:44:44 -0500
  • e90d7e96f4 moved daemon kill command to its own seperate file in daemonlaunch Kevin Froman 2020-03-19 01:43:57 -0500
  • 1ffc899695 added lan transport config Kevin Froman 2020-03-19 01:43:25 -0500
  • 6fed37a237 reduced sleep in housekeeping run test Kevin Froman 2020-03-19 01:43:02 -0500
  • 69bb257166 made ownnode run test only run if tor is enabled Kevin Froman 2020-03-19 01:42:15 -0500