Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better user-agent handling #702

Merged
merged 5 commits into from
Aug 28, 2019
Merged

better user-agent handling #702

merged 5 commits into from
Aug 28, 2019

Commits on Aug 13, 2019

  1. new: allow overriding the user-agent with an option

    Instead of using a global variable.
    
    This also:
    
    * Adds an option to the identify service to set the user agent.
    * Removes the ability to pass an identify service to NewHost as any reasonable
      Identify service already needs to be constructed with an instance of the host.
    Stebalien committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    d73a517 View commit details
    Browse the repository at this point in the history
  2. set a default client-version using go modules

    This should help us improve network stats on who's using libp2p.
    Stebalien committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    e337633 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. ci: bump go to 1.12

    Stebalien committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    3bfc2cd View commit details
    Browse the repository at this point in the history
  2. README: bump to go 1.12

    Stebalien committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    99c5d3c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. add godocs.

    raulk committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    9cf6af4 View commit details
    Browse the repository at this point in the history