ssh-chat/chat/{message,user,theme,history} -> ssh-chat/chat/message
authorAndrey Petrov <andrey.petrov@shazow.net>
Tue, 20 Jan 2015 23:57:01 +0000 (15:57 -0800)
committerAndrey Petrov <andrey.petrov@shazow.net>
Wed, 21 Jan 2015 00:33:52 +0000 (16:33 -0800)
commitc2adb4d632a37d612f1c19e9886cdfae6cedb2b1
tree5a9f089f99871a182fe9d494c389e33beafaa714
parent2ebd77af6af5fc7c2fa4ebdabb805709da69163b
ssh-chat/chat/{message,user,theme,history} -> ssh-chat/chat/message
21 files changed:
chat/command.go
chat/help.go
chat/message/history.go [moved from chat/history.go with 98% similarity]
chat/message/history_test.go [moved from chat/history_test.go with 98% similarity]
chat/message/identity.go [new file with mode: 0644]
chat/message/logger.go [new file with mode: 0644]
chat/message/message.go [moved from chat/message.go with 98% similarity]
chat/message/message_test.go [moved from chat/message_test.go with 81% similarity]
chat/message/screen_test.go [moved from chat/screen_test.go with 98% similarity]
chat/message/theme.go [moved from chat/theme.go with 99% similarity]
chat/message/theme_test.go [moved from chat/theme_test.go with 98% similarity]
chat/message/user.go [moved from chat/user.go with 93% similarity]
chat/message/user_test.go [moved from chat/user_test.go with 96% similarity]
chat/room.go
chat/room_test.go
chat/set.go
chat/set_test.go
cmd.go
host.go
host_test.go
identity.go