Christian Kratky
30c33d46f9
Merge remote-tracking branch 'origin/develop' into develop
5 years ago
Christian
651b79a124
Merge pull request #740 from cslutgen/chain
Fix Client SslStream CRL verification
5 years ago
Christian Kratky
2e3cf54f11
Add support for different strategies when generating RPC topics.
5 years ago
Craig Lutgen
d7948afd98
Fix client SslStream certificate chain CRL validation. The logic was inverse and CRLs were never checked.
Add a missing dispose in managed client.
5 years ago
cslutgen
4cefa1dfa9
Merge pull request #2 from chkr1011/develop
Develop
5 years ago
Christian Kratky
0cfb8b4020
Remove not async task handling.
5 years ago
Christian Kratky
9ac726b271
Revert "Remove dedicated UWP builds and code."
This reverts commit 6d0e2c2022
.
5 years ago
Christian Kratky
232605304e
Revert "Update nugets."
This reverts commit 6c53677e7d
.
5 years ago
Christian Kratky
6c53677e7d
Update nugets.
5 years ago
Christian Kratky
6d0e2c2022
Remove dedicated UWP builds and code.
5 years ago
Christian Kratky
8ad1fb2871
Refactor server certificate classes (breaking change).
5 years ago
Christian Kratky
4a7ff9e9ed
Add TLS certificate password support for MQTTnet.Server.
5 years ago
Christian Kratky
2300e68fff
Add UnitTests for RPC.
5 years ago
Christian Kratky
6996824157
Merge branch 'master' into develop
5 years ago
Christian Kratky
524f695829
Update docs.
5 years ago
Christian
72faa067cc
Merge pull request #729 from cslutgen/clientcerts
Add Server certificate password and client certificate builders
5 years ago
SeppPenner
01aa75471c
Updated description of issue templates.
5 years ago
HansM
048206eb1e
Fixed my spelling mistake from before.
5 years ago
HansM
ad5b0caa4d
Fixed spelling issue in feature request issue template.
5 years ago
HansM
0f14ddcf79
Updated bug report issue template.
5 years ago
Craig Lutgen
59d2a8e551
Changed server crentials property name from password to certificateCredentials
5 years ago
HansM
8607ceb3b7
Fixed feature request issue template.
5 years ago
HansM
b82e5a48a4
Fixed custom issue template.
5 years ago
HansM
30c5147c62
Fixed bug reports issue template.
5 years ago
Craig Lutgen
9d63500f95
Fix build issue with UWP
5 years ago
Craig Lutgen
a03bdc7616
Expose server certificate password and client certificate options to MqttServerOptionsBuilder
5 years ago
Christian Kratky
413daee551
Merge branch 'master' into develop
5 years ago
Christian Kratky
f3ea7008e5
Merge remote-tracking branch 'origin/develop' into develop
5 years ago
Christian Kratky
8bfbbd2b29
Refactoring.
5 years ago
Christian Kratky
ab8c7df0b9
Add unit Tests.
5 years ago
Christian Kratky
975eb60e90
Fix memory leak when SSL is not working properly.
5 years ago
Christian Kratky
6076151222
Update docs.
5 years ago
Christian Kratky
9cc96f1888
Refactor log messages.
5 years ago
HansM
7aa4d5159c
Fixed styling in feature request template.
5 years ago
Christian
9b021c4093
Update README.md
5 years ago
Christian
54c303369e
Update README.md
5 years ago
Christian
8f30042e49
Update README.md
5 years ago
Christian
4c33270d26
Merge pull request #718 from PaulFake/patch-3
Fixed AsyncLock::WaitAsync cancellation bug
5 years ago
Paul Fake
5c40577bec
Fixed AsyncLock::WaitAsync cancellation bug
There isn't any code in MQTTnet that actually uses a cancellation token in WaitAsync, so this is more of a preventative thing than a bug fix. The original code just checks if the task was completed, not whether it was cancelled. If the process is cancelled immediately before the call to WaitAsync, it'll return as normal (https://referencesource.microsoft.com/#mscorlib/system/threading/SemaphoreSlim.cs,612 ) rather than throw a cancellation exception. This change will ensure we only return the releaser if the wait actually ran to completion rather than exited early due to cancellation. I've tested this, and it properly throws a cancellation exception later on.
5 years ago
Christian Kratky
3d404f9755
Fixed build.
5 years ago
Christian Kratky
1b5e0197e4
Update docs.
5 years ago
Christian
1dab729d84
Merge pull request #717 from PaulFake/patch-2
Storage queue drain test
5 years ago
Christian
3eac5bcaf3
Merge pull request #709 from PaulFake/patch-1
Fixed storage queue race condition
5 years ago
Paul Fake
8eb23f0f1d
Storage queue drain test
It's a unit test to ensure the storage queue is drained.
5 years ago
Christian
1fd1a12fce
Merge pull request #715 from mseyock/change-icon
Remove shadow and made text bold
5 years ago
Matthias Seyock
349d506b37
Remove shadow and made text bold
5 years ago
Christian
a981b05aa7
Merge pull request #712 from mseyock/change-icon
fix typo in icon
5 years ago
Matthias Seyock
654f06d20d
fix typo in icon
5 years ago
Christian
c92cd10499
Merge pull request #711 from mseyock/change-icon
Replace icon
5 years ago
Christian Kratky
ed06ea6bc9
Add version information to MQTTnet.Server.
5 years ago