Andrey Petrov
0096404142
tests: Add chat.TestIgnore again
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
91718a511b
progress: refactor: Remove Identifier interface, reverse ownership of sshchat identity and message.User
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
33d7d26a17
chat/message: Remove User.Ignore(...) and User.Unignore(...)
...
Also changes some messaging
2016-08-27 15:15:07 -04:00
Andrey Petrov
d950112dd9
refactor: Id -> ID
2016-08-24 13:54:20 -04:00
Andrey Petrov
972bb86621
chat/message/theme: Tweak default colorscheme
...
Fewer grey names, lighter grey for system messages.
2016-08-12 17:13:11 -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
e6f7dba34e
Progress: Unchan 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
c2adb4d632
ssh-chat/chat/{message,user,theme,history} -> ssh-chat/chat/message
2015-01-20 16:33:52 -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