Commit Graph

6 Commits

Author SHA1 Message Date
Andrey Petrov 903d6c9420
/ban query support (#286)
For #285 

Turns out there were some bugs in Set, and I was using it incorrectly too.

The query syntax is a little awkward but couldn't find a nicer easy to parse format that worked with quoted string values.
2018-12-25 14:29:19 -05:00
Andrey Petrov bdd9274aaa set: Fix race condition 2018-12-15 20:37:46 -05:00
Sahil Goel 0cb58facef tests: Fix flake in TestSetExpiring
* Fix Test Case 3 of #187
2017-08-28 14:34:47 -04:00
Andrey Petrov 0fcc076c74 set: Switch to a common set implementation 2016-08-24 13:54:20 -04:00
Andrey Petrov 6e02b05f99 set: Improve coverage and cleanup. Switch sshchat package to use it. 2016-08-24 13:54:20 -04:00
Andrey Petrov b0a90315d8 set: Generalized Set type 2016-08-24 13:54:20 -04:00