Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Operate hashed Member credentials (#165, #27) #168

Merged
merged 20 commits into from
Jan 4, 2021
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ All user visible changes to this project will be documented in this file. This p
- gRPC Control API callbacks:
- `on_join` ([#63], [#153]);
- `on_leave` ([#63]).
- Configuration of `Member`'s Client API RPC settings ([#95]).
- Configuration of `Member`'s Client API RPC settings ([#95]);
- Hashed `Member` credentials support ([#168]).
- Signalling:
- Dynamic `Peer`s creation when client connects ([#28]);
- Auto-removing `Peer`s when `Member` disconnects ([#28]);
Expand Down Expand Up @@ -87,6 +88,7 @@ All user visible changes to this project will be documented in this file. This p
[#153]: /../../pull/153
[#155]: /../../pull/155
[#156]: /../../pull/156
[#168]: /../../pull/168



Expand Down
Loading