Andrey Petrov
7f2b8e4689
refactor: Add message.Author.ID(), remove a bunch of type assertions
2017-04-28 11:43:15 -04:00
Andrey Petrov
e86996e6b5
progress: Host User interface, and more interfaces in general, tests pass
2017-04-28 11:43:15 -04:00
Andrey Petrov
0aaaa6a1fb
progress: chat tests pass
2017-04-28 11:43:15 -04:00
Andrey Petrov
50022e9e44
broken: Split UserScreen into PipedScreen, BufferedScreen, HandledScreen
2017-04-28 11:43:15 -04:00
Andrey Petrov
33a76bb7f4
broken: Use Member rather than message.User when possible; chat tests are broken.
2017-04-28 11:43:15 -04:00
Andrey Petrov
a22d9380e4
refactor: fixed failing tests
2017-04-28 11:43:15 -04:00
Andrey Petrov
91718a511b
progress: refactor: Remove Identifier interface, reverse ownership of sshchat identity and message.User
2017-04-28 11:43:15 -04:00
Andrey Petrov
a838ee2cad
refactor: Remove mentions of message.User from chat.
2017-04-28 11:43:15 -04:00
Andrey Petrov
bccb5f3c32
refactor: User.Ignored, message.User; add: set.Keyize
2017-04-28 11:43:15 -04:00
Andrey Petrov
cdcc4a9931
refactor: User.Config -> User.Config() and User.SetConfig(UserConfig)
2016-08-29 10:11:39 -04:00
Andrey Petrov
454777448f
refactor: User.SetColorIdx -> User.setColorIdx, preparing to abstract user
2016-08-29 09:58:17 -04:00
Andrey Petrov
d950112dd9
refactor: Id -> ID
2016-08-24 13:54:20 -04:00
Andrey Petrov
0fcc076c74
set: Switch to a common set implementation
2016-08-24 13:54:20 -04:00
Federico Ruggi
58e1cb60bd
commands: /ignore, /unignore
...
#154
* Add `/ignore`/`/unignore` commands
* Move set to common package, use set for ignores
* `chat/set.go` is now `common/set.go`
* use `*IdSet` as type for ignored list for users
* remove `IsIgnoring` and `IgnoredNames` user functions, so to use directly `IdSet` methods
* refactor code accordingly
2016-08-01 11:19:12 -04:00
Andrey Petrov
3ba0c59341
Unflake tests, remove lock from chat/message.User
2016-07-24 16:17:02 -04:00
Andrey Petrov
ea2d4d0dfc
chat: Fix race conditions.
2016-07-12 11:18:07 -04:00
Andrey Petrov
bb1d568b38
Make Set private.
2015-01-20 16:44:35 -08:00
Andrey Petrov
c2adb4d632
ssh-chat/chat/{message,user,theme,history} -> ssh-chat/chat/message
2015-01-20 16:33:52 -08:00
Andrey Petrov
9335a2139b
Sanitize names on join and /nick.
2015-01-20 14:13:59 -08:00
Andrey Petrov
797d8c92be
--log file with timestamps
2015-01-18 22:05:49 -08:00
Andrey Petrov
0c21486992
History backfill, also tests pass.
2015-01-18 18:55:47 -08:00
Andrey Petrov
3c4e6994c2
chat.Channel->chat.Room, /ban, /whois, chat.User.Identifier
...
- Renamed chat.Channel -> chat.Room
- /ban works, supports IP also
- /whois works
- chat.User now accepts an Identifier interface rather than name
- Tweaked rate limiting
2015-01-16 21:53:22 -08:00