299 Commits (e7ba3f76dcdd4f3d59bc2dd3c507ffa434a36903)

Author SHA1 Message Date
  JanEggers a85792c392 fixed another issue 5 years ago
  JanEggers fbca8a6dc1 span based reader 6 years ago
  Christian Kratky 65896269da Improve protocol version detection. 5 years ago
  Christian Kratky 631f660d5c Add MQTTnet.Server to build script. 5 years ago
  Christian Kratky 1afd59325f Add validations for client options builder. 5 years ago
  Christian Kratky 45c033f401 Improve payload handling and allocation. 5 years ago
  Christian Kratky 61b10a8b56 Add extension methods. 5 years ago
  Christian Kratky dbee941dcc Update nuget packages. 5 years ago
  Christian Kratky c911797f1b Fix broken config in MQTTnet.Server. 5 years ago
  Christian Kratky b5a1d3a69f Add more config values for TCP connections. 5 years ago
  Christian Kratky cdeb073bb0 Fix disposal of SSL streams. 5 years ago
  Christian Kratky 2267770a72 Make internal message of server async. 5 years ago
  Christian Kratky 35ee732045 Remove obsolete files from MQTTnet.Server. 5 years ago
  Christian Kratky d0f1659eec Remove obsolete methods. 5 years ago
  Christian Kratky 11a5b5a080 Add queue with async support to free up threads. 5 years ago
  Christian Kratky 7c3d88f62d Add validation for topics before publishing. 5 years ago
  Christian Kratky 673fc5e20c Add windows startup script. 5 years ago
  Christian Kratky f2b9642712 Add linuc startup script. 5 years ago
  Christian Kratky 653ea8a102 Add MQTTnet debug logging. 5 years ago
  Christian Kratky 3450889e84 Refactor settings. 5 years ago
  Christian Kratky 1311535eed Added support for persisted retained messages. 5 years ago
  Christian Kratky e1799ea6a3 Extend configuration. 5 years ago
  Christian Kratky cd76f434e3 Fix breaking changes. 5 years ago
  Christian Kratky cd1bfc3a10 Auto stash before merge of "develop" and "feature/server-project-bootstrap" 5 years ago
  Christian Kratky 562a5304f6 Add flag for secure connections. 5 years ago
  Kiarash 1e697a94a1 Add Kesterl Settings into appsettings 5 years ago
  Kiarash 0e2c3abd05 Add missing method for setting encrpted IPv6 address. 5 years ago
  Christian Kratky 510c3bd0bf Move logger into WebSocketServerAdapter instead of creating a new instance. 5 years ago
  Kiarash 0c056b511e Fix and clean up 5 years ago
  Christian Kratky 2ca6866c5e Remove obsolete code. 5 years ago
  Kiarash 9e7c70e649 Add new configuartion model 5 years ago
  Christian Kratky bef0860e53 Add support for WebSocket connections. 5 years ago
  Christian Kratky 9070087fad Add flag for indicating if application message processing has failed. 5 years ago
  Christian 5090cfb411 Fix memory leak in AsyncAutoResetEvent. 5 years ago
  Christian Kratky 6e64d653c5 Hide connect password from logs. 5 years ago
  Christian Kratky 03bfc5f00b Refactor event handler namings. 5 years ago
  Christian Kratky 8708609498 Add more function mappings for MQTTnet Server. 5 years ago
  Christian dffc27c1f4 Migrate events in server to async handlers. 5 years ago
  Christian 6f5f507323 Extend MQTTnet.Server application. 5 years ago
  Christian 26d6d817cd Fix memory leak in AsyncAutoResetEvent. 5 years ago
  Kiarash Ghiaseddin b68247f56d WIP 5 years ago
  Christian 3b02a5f6aa Fix NullRefException when cancelling the server. 5 years ago
  Christian 09718a00e7 Add handlers to variable before using to avoid NullRefExceptions. 5 years ago
  BennyM 4860cec6c7 When no handlers are configured the client should not blow up 5 years ago
  Dominik Psenner b9e0dbf150 Add extension methods that provide a simpler api for IMqttClient and IManagedMqttClient connect/disconnect when the handlers do not need async/await 5 years ago
  vbBerni 2a4eb460da StopAsync now waits until the managed client is stoped and more typical disposing of internal client 5 years ago
  Dominik Psenner 2000de15e7 Add async handlers for connect and disconnect, too 5 years ago
  Dominik Psenner 5e6b902430 Add convenience extensions to the managed client 5 years ago
  Dominik Psenner a1f414a06d Add async handler interfaces for connected and disconnected to allow async code to execute on connect 5 years ago
  Berni de3a39bdc2 Fix Managed Client should dispose inner mqtt client #527 5 years ago