358 Commits (f9b2c91ddb73714158c5a945b0cb3a2213fddf2d)

Author SHA1 Message Date
  Anton Yaroshenko 9fb1cc3320 added UWP compiler flags 5 years ago
  Christian 9aaa94e821
Revert "Replace raw bytes with x509 certificate to allow specify passwords and flags" 5 years ago
  Anton Yaroshenko e8ff48bfd3 Revert "blind uwp fix" 5 years ago
  Anton Yaroshenko 5db05f186f Revert "replace raw byte with x509 certificate to allow specify passwords" 5 years ago
  Anton Yaroshenko ac326babdf blind uwp fix 5 years ago
  Anton Yaroshenko a38623cb5a replace raw byte with x509 certificate to allow specify passwords 5 years ago
  Christian Kratky 896e9ed0aa Add interceptor for unsubscriptions. 5 years ago
  Lucas Rosa 4105beb7e6 Some more cleaning up: 5 years ago
  Lucas Rosa 5c25905510 Clean up 5 years ago
  Lucas Rosa e3f6b579b2 Working PoC 5 years ago
  Lucas Rosa c467c9c818 Debugging duplicated client id issue 5 years ago
  Christoph Stichlberger 7479e320ee Turn subscription publishing loglevel down 5 years ago
  Christoph Stichlberger 781c5d4d7d Separate current and reconnect subscsriptions in managed client 5 years ago
  Christian Kratky b175119008 Refactoring and doc updates. 5 years ago
  Christian Kratky 3ff5806dbb Dispose queue in managed client. 5 years ago
  Christian Kratky 073cd5243f Update docs. Add UnitTests. 5 years ago
  Jimmy Rosenskog 699558e47a Added exception handling to make sure all tasks are observed to avoid UnobservedTaskException. 5 years ago
  Бессонов Дмитрий 15ff03c136 use C#7.0 for default arguments 5 years ago
  Бессонов Дмитрий b12e3bc611 fix for #762 5 years ago
  Johan x Lindqvist 61c3e02242 Updated exception message to be in line with other exception messages. 5 years ago
  Johan x Lindqvist 5618c4c1f7 Always access the exception property on the task if it has status IsFaulted. 5 years ago
  Johan x Lindqvist ba9ceed7ce Use Task.WhenAll to handle errors in both tasks. 5 years ago
  Johan x Lindqvist ad1c198e43 Remove if clause that stopped handling of tasks with exceptions. 5 years ago
  Benjamin Crosnier 1a41415dd1 Allow AssignedClientIdentifier in ClientConnected, ClientDisconnected and ConnectedHandler - Fixes chkr1011/MQTTnet#745 5 years ago
  Christian Kratky 2767d897a4 Fix serialization issue of MQTTv5 PubRec packet. 5 years ago
  JanEggers a4420063c0 fixed #743 5 years ago
  Christian Kratky b09f31d654 Fix TCP server adpater when using empty password. 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. 5 years ago
  Christian Kratky 0cfb8b4020 Remove not async task handling. 5 years ago
  Christian Kratky 9ac726b271 Revert "Remove dedicated UWP builds and code." 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 524f695829 Update docs. 5 years ago
  Craig Lutgen 59d2a8e551 Changed server crentials property name from password to certificateCredentials 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 8bfbbd2b29 Refactoring. 5 years ago
  Christian Kratky 975eb60e90 Fix memory leak when SSL is not working properly. 5 years ago
  Christian Kratky 9cc96f1888 Refactor log messages. 5 years ago
  Paul Fake 5c40577bec
Fixed AsyncLock::WaitAsync cancellation bug 5 years ago
  Christian Kratky ed06ea6bc9 Add version information to MQTTnet.Server. 5 years ago
  Paul Fake e1590fc0c8
Fixed storage queue race condition 5 years ago
  Rudá Cunha 128484c55a X509Certificate convert to X509Certificate2 in ClientCertificate 5 years ago
  Christian Kratky ff22c34bb2 Add first classes for persisted session support. 5 years ago
  Christian Kratky e7ba3f76dc Add options builder methods for remote certificate validation callback. 5 years ago
  Rudá Cunha ba8ce15ab4 Add remote certificate validation callback on server 5 years ago
  Christian Kratky 4eb2b77138 Fix wrong NoDelay usage in server implementation. 5 years ago
  Jan Eggers 4f66614cdd fixed #691 5 years ago