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.5
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.6
Choose a head ref
  • 16 commits
  • 30 files changed
  • 5 contributors

Commits on Aug 21, 2016

  1. Configuration menu
    Copy the full SHA
    87d3840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a67a9d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

  1. Configuration menu
    Copy the full SHA
    c57a5ac View commit details
    Browse the repository at this point in the history
  2. set: Generalized Set type

    shazow committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    b0a9031 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e02b05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fcc076 View commit details
    Browse the repository at this point in the history
  5. refactor: Id -> ID

    shazow committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    d950112 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2016

  1. chat/message: Remove User.Ignore(...) and User.Unignore(...)

    Also changes some messaging
    shazow committed Aug 27, 2016
    Configuration menu
    Copy the full SHA
    33d7d26 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2016

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

Commits on Sep 1, 2016

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

Commits on Sep 15, 2016

  1. Windows support (fixed #217)

    * Swap out gopass dependency
    
    Remove github.com/mewbak/gopass in favor of github.com/howeyc/gopass
    
    * Add Windows to Makefile and build_release
    
    Added Windows/386 and Windows/amd64 to the Makefile.  Some minor changes
    needed to be made to build_release to give the windows binary the ".exe"
    extension.
    
    * Makefile: remove windows/amd64
    zorchenhimer authored and shazow committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    55c1def View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2016

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

Commits on Apr 28, 2017

  1. Fixed /reply bug (#230)

    sleibrock authored and shazow committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    e800c88 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2017

  1. command.go: modifying Theme command to show all available themes (#232)

    command.go: modifying Theme command to show all available themes
    sleibrock authored and shazow committed May 7, 2017
    Configuration menu
    Copy the full SHA
    227dad7 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. chat: Emit BEL when receiving a PM.

    Also get rid of extraneous SetReplyTo which was not getting set before because we were switching on the wrong type.
    
    Closes #207
    CC @sleibrock
    shazow committed May 11, 2017
    Configuration menu
    Copy the full SHA
    25689a8 View commit details
    Browse the repository at this point in the history
Loading