1. 10 Feb, 2020 2 commits
    • Oli Evans's avatar
      feat: add peerlog plugin · edfe9c5e
      Oli Evans authored
      adds a plugin to log just peerIDs for nodes we connect to, to allow us to see how many unique peers a node connects to over time.
      
      It's set up a preloaded plugin, so it would be enabled by default. We may want to extract it to a seperate repo so we can make it an optional add on.
      
      **Usage**
      
      ```console
      $ GOLOG_FILE=~/peer.log IPFS_LOGGING_FMT=json ipfs daemon
      ```
      
      **output**
      
      ```json
      {"level":"info","ts":"2020-02-10T13:54:26.639Z","logger":"plugin/peerlog","caller":"peerlog/peerlog.go:51","msg":"connected","peer":"QmS2H72gdrekXJggGdE9SunXPntBqdkJdkXQJjuxcH8Cbt"}
      {"level":"info","ts":"2020-02-10T13:54:59.095Z","logger":"plugin/peerlog","caller":"peerlog/peerlog.go:56","msg":"disconnected","peer":"QmS2H72gdrekXJggGdE9SunXPntBqdkJdkXQJjuxcH8Cbt"}
      ```
      
      License: MIT
      Signed-off-by: default avatarOli Evans <oli@tableflip.io>
      edfe9c5e
    • Oli Evans's avatar
      wip: minimal plugin works · d83e07ea
      Oli Evans authored
      License: MIT
      Signed-off-by: default avatarOli Evans <oli@tableflip.io>
      d83e07ea
  2. 29 Jan, 2020 1 commit
  3. 09 Jan, 2020 1 commit
  4. 22 Nov, 2019 1 commit
  5. 24 Sep, 2019 1 commit
  6. 30 Aug, 2019 1 commit
    • Steven Allen's avatar
      plugins: add support for plugin configs · 150b6dd1
      Steven Allen authored
      For now, configs specified in `daemon --init-config` and `init CONFIG` are not
      available. We should fix this eventually but isn't necessary for now (and
      supporting this will be annoying).
      150b6dd1
  7. 15 Aug, 2019 1 commit
  8. 28 Jun, 2019 2 commits
  9. 12 Jun, 2019 2 commits
  10. 21 May, 2019 1 commit
  11. 29 Mar, 2019 1 commit
  12. 05 Mar, 2019 1 commit
  13. 01 Mar, 2019 1 commit
  14. 27 Feb, 2019 2 commits
  15. 21 Feb, 2019 2 commits
  16. 19 Feb, 2019 2 commits
  17. 18 Feb, 2019 1 commit
  18. 14 Feb, 2019 1 commit
  19. 11 Feb, 2019 1 commit
  20. 09 Feb, 2019 2 commits
  21. 30 Jan, 2019 2 commits
  22. 23 Jan, 2019 1 commit
  23. 19 Dec, 2018 1 commit
  24. 18 Dec, 2018 1 commit
  25. 28 Nov, 2018 1 commit
  26. 16 Nov, 2018 1 commit
  27. 05 Nov, 2018 2 commits
  28. 03 Nov, 2018 1 commit
  29. 29 Oct, 2018 1 commit
  30. 24 Sep, 2018 1 commit
  31. 23 Sep, 2018 1 commit