Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Flock Agent tells the server when twig settings change, or server is enabled/disabled #59

Merged
merged 13 commits into from
Oct 18, 2019

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    03a523d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. Configuration menu
    Copy the full SHA
    c6a53c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    fb86360 View commit details
    Browse the repository at this point in the history
  2. Only enable/disable server, or enable/disable twigs, if they need to …

    …change, to avoid pointless keybase notifications
    micahflee committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    c9e5cae View commit details
    Browse the repository at this point in the history
  3. Remove daemon routes enable_twig and disable_twig, and replace them w…

    …ith enable_undecided_twigs and update_twig_status, to enable/disable twigs in bulk; also replace the flock log types TWIG_ENABLED and TWIG_DISABLED with TWIGS_ENABLED and TWIGS_DISABLED
    micahflee committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    4d09d9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3565114 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    514e1d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Configuration menu
    Copy the full SHA
    3b866b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Configuration menu
    Copy the full SHA
    52bf203 View commit details
    Browse the repository at this point in the history
  2. Don't let the GUI refresh_osqueryd anymore, and clean up logic around…

    … when the use_server setting is changed
    micahflee committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    c8ae695 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Refactor FlockLog.submit_logs; change some of the .format() to use f-…

    …strings instead; make flock logs store timestamps in milliseconds instead of seconds
    micahflee committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    28bcaf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbd7bde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2de454 View commit details
    Browse the repository at this point in the history