9 Commits

Author SHA1 Message Date
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
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
0c21486992 History backfill, also tests pass. 2015-01-18 18:55:47 -08:00
Andrey Petrov
137e84db79 Messing with the API more, tests pass. 2014-12-21 12:17:01 -08:00
Andrey Petrov
1652511bf2 Progress, most of this probably doesnt work. 2014-12-20 20:21:41 -08:00
Andrey Petrov
4c8d73b932 Framework for server-agnostic chat. 2014-12-20 16:45:10 -08:00