That would have bugged me if I didn't do this.
[ssh-chat] / host_test.go
2024-03-27 PeteFix the tests. int-2024-03-27_1612
2022-01-06 mik2k2Add /allowlist command (#399)
2021-05-02 Akshay Shekhertests: Fixed flaky test by using user joined callback...
2021-05-02 Akshay ShekherFix SSHCHAT_TIMESTAMP env variables (#392)
2021-04-24 Andrey PetrovMerge pull request #390 from shazow/shazow-patch-3
2021-04-24 Andrey Petrovtests: Skip flakey TestHostNameCollision
2021-03-26 Andrey Petrovmain: Update host_test.go to pass vet, use errgroup
2019-03-21 Andrey PetrovMerge pull request #308 from shazow/timestamp-both
2019-03-21 Andrey PetrovMerge pull request #306 from shazow/fork-terminal
2019-03-21 Andrey Petrovsshchat: Fix tests to use new rendering format.
2019-03-17 Andrey PetrovMerge pull request #304 from shazow/autocomplete-sort
2019-03-17 Andrey Petrov/timestamp now prefixes each line with a timestamp
2019-03-17 Andrey Petrovsshchat: Echo command messages with the new timestamp...
2019-03-15 Andrey Petrov/op: Fix room op being tied to the nick, add remove...
2017-06-14 Oliver GraffFix unit tests / Travis (#238)
2016-08-29 Andrey Petrovrefactor: User.Config -> User.Config() and User.SetConf...
2016-08-29 Andrey Petrovrefactor: User.SetColorIdx -> User.setColorIdx, prepari...
2016-08-24 Andrey Petrovrefactor: Id -> ID
2016-08-24 Andrey Petrovset: Switch to a common set implementation
2016-08-24 Andrey Petrovtests: Fix flake in TestHostNameCollision
2016-08-12 Andrey Petrovchat/message/theme: Tweak default colorscheme v1.4
2016-08-06 Dmitri Shuralyov/whois: Hide IP if user isn't admin; display client...
2016-08-02 Andrey PetrovFix travisci tests
2016-07-24 Andrey PetrovUnflake tests, remove lock from chat/message.User
2016-07-24 Andrey PetrovProgress: Unchan user
2016-07-15 Andrey PetrovFixed /kick command to actually close target
2016-07-12 Andrey PetrovProgress: Trying to fix more deadlocks, failing.
2016-07-11 Andrey PetrovFix more silly race conditions in tests
2016-07-11 Andrey Petrovtests: Fix race condition in TestHostNameCollision
2016-07-11 Andrey Petrovtests: Fix flakey collision test
2015-01-23 Andrey PetrovMerge pull request #121 from shazow/sshchat-package
2015-01-21 Andrey PetrovRoot sshchat package, main moved into cmd/ssh-chat/.
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 Petrov/ban and /op now support durations, also all other...
2015-01-19 Andrey PetrovHistory backfill, also tests pass.
2015-01-17 Andrey Petrovchat.Channel->chat.Room, /ban, /whois, chat.User.Identifier
2015-01-11 Andrey PetrovPassing /kick test.
2015-01-10 Andrey PetrovUse authorized_keys-style public keys rather than finge...
2015-01-07 Andrey PetrovMerge branch 'refactor' of github.com:shazow/ssh-chat...
2015-01-07 Andrey PetrovResolve name collision to GuestX, with test.
2014-12-27 Andrey PetrovThemes are working, and /theme command.