We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d0447 commit 2ce73fdCopy full SHA for 2ce73fd
1 file changed
README.md
@@ -71,6 +71,12 @@ git checkout v3
71
- [x] Rate limiting
72
- [x] Automatic reconnection on disconnect(configurable)
73
74
+- [ ] **Alternative Redis Communication**
75
+ - [ ] Extended config for Redis
76
+ - [ ] Redis implementation in core (SendOperation)
77
+ - [ ] Channel mapping alternative on velocity
78
+ - [ ] Sending/Receiving support on all Platforms
79
+
80
- [x] **Security**
81
- [x] Mutual authentication (HMAC-SHA256)
82
- [x] TLS SPKI key pinning
@@ -106,7 +112,7 @@ git checkout v3
106
112
- [x] Dual-mode output (chat and console)
107
113
- [ ] Automatic update checker
108
114
- [ ] Dump export to file or paste service
109
- - [ ] bstats
115
+ - [x] bstats
110
116
111
117
- [ ] **Web Interface**
118
- [ ] ...
0 commit comments