Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shazow/ssh-chat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6
Choose a base ref
...
head repository: shazow/ssh-chat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7
Choose a head ref
  • 14 commits
  • 26 files changed
  • 7 contributors

Commits on Jun 13, 2017

  1. /nick: Avoid announcing when it's the same nick (#237)

    Fixes #234
    ograff authored and shazow committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    a631215 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

  1. Fix unit tests / Travis (#238)

    * Fix net_test
    
    * Update host test to add carriage return char
    
    * Fix host_test so it will not hang if the SSH connection fails
    
    Fixes #231, closes #235.
    ograff authored and shazow committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    05597b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2017

  1. docs: Typo and odd grammar fix (#240)

    * Typo and odd grammar
    
    * Forgot a word in my edit
    JimmyBot authored and shazow committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    2c1e523 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. chat/doc: gofmt

    shazow committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    e3b5c37 View commit details
    Browse the repository at this point in the history
  2. Travis: Check for gofmt issues. (#241)

    * Travis: Check for gofmt issues.
    
    This will help catch issues like #240 (comment)
    in CI.
    
    * chat: Fix gofmt issue.
    dmitshur authored and shazow committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    50001bf View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. tests: Fix flake in TestSetExpiring

    * Fix Test Case 3 of #187
    sahilgoel1610 authored and shazow committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    0cb58fa View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

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

Commits on Oct 4, 2017

  1. Colorize /name output with selected theme (#249)

    * command.go: colorizing names according to theme (#205)
    
    * Adding safety check for nil and mono
    
    * Refactoring coloring into a function
    ste5e99 authored and shazow committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    206a907 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. vendor: Switch to using go dep

    * Adding go dep to the project
    
    * Adding lockfile and changing README Go version
    ste5e99 authored and shazow committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    2078e13 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

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

Commits on Jan 19, 2018

  1. dep ensure -update

    shazow committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    14b380b View commit details
    Browse the repository at this point in the history
  2. /uptime and /whois relative timestamps made more precise

    Replaced go-humanize dependency with our own logic.
    
    Fixes #259.
    shazow committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    66fee99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87dd859 View commit details
    Browse the repository at this point in the history
  4. /shrug ¯\_(ツ)_/¯

    shazow committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    d73aae0 View commit details
    Browse the repository at this point in the history
Loading