refactor: User.Config -> User.Config() and User.SetConfig(UserConfig)
[ssh-chat] / chat / command.go
2016-08-29 Andrey Petrovrefactor: User.Config -> User.Config() and User.SetConf...
2016-08-27 Andrey Petrovchat/message: Remove User.Ignore(...) and User.Unignore...
2016-08-24 Andrey Petrovrefactor: Id -> ID
2016-08-24 Andrey Petrovset: Switch to a common set implementation
2016-08-16 Andrey Petrov/help: Improve help for /ignore and /theme
2016-08-11 Andrey Petrovchat/message/theme: Apply PM colors, add new themes...
2016-08-01 Federico Ruggicommands: /ignore, /unignore
2015-08-20 Andrey PetrovMerge pull request #131 from fjarlq/master
2015-08-20 Matt DayFix `go vet` nitpicks.
2015-01-21 Andrey PetrovMerge pull request #119 from shazow/message-package
2015-01-21 Andrey Petrovssh-chat/chat/{message,user,theme,history} -> ssh-chat...
2015-01-20 Andrey PetrovMerge branch 'refactor'
2015-01-20 Andrey PetrovSanitize names on join and /nick.
2015-01-19 Andrey PetrovRename fix.
2015-01-19 Andrey Petrov/slap
2015-01-19 Andrey Petrov/op with pubkey.
2015-01-19 Andrey PetrovHistory backfill, also tests pass.
2015-01-19 Andrey Petrov/reply command with autocomplete.
2015-01-17 Andrey Petrovchat.Channel->chat.Room, /ban, /whois, chat.User.Identifier
2015-01-11 Andrey Petrov/kick and /msg
2015-01-07 Andrey PetrovMerge branch 'refactor' of github.com:shazow/ssh-chat...
2015-01-03 Andrey PetrovMerge pull request #96 from NickPresta/add-quiet-option
2015-01-03 Nick PrestaAdding impl for quiet mode with tests.
2015-01-02 Andrey PetrovTests pass.
2015-01-02 Andrey PetrovChannel Member now wrapping User with metadata, new...
2015-01-02 Andrey PetrovOp command support, and /op
2015-01-02 Andrey PetrovPadded help output, because why not.
2015-01-01 Andrey PetrovCommandHandler func -> Command struct
2014-12-27 Andrey PetrovMaking a dent in golint: 94 -> 70
2014-12-27 Andrey PetrovThemes are working, and /theme command.
2014-12-27 Andrey PetrovAdded /nick, /names
2014-12-26 Andrey PetrovAdded /nick and /exit commands.
2014-12-26 Andrey Petrov/me works now, with test.
2014-12-26 Andrey Petrovclose once, handleMsg api consistency.
2014-12-26 Andrey PetrovSplit up message types, added exit codes, basic command...
2014-12-23 Andrey PetrovSuper broken but kinda working.
2014-12-21 Andrey PetrovProgress, most of this probably doesnt work.