1
0
mirror of https://github.com/go-mqtt/mqtt.git synced 2025-07-31 04:04:21 +03:00

22 Commits

Author SHA1 Message Date
b33ea0451b Merge remote-tracking branch 'pascal/master' 2021-07-02 18:59:22 +02:00
e6d3d61b53 New -ca, -cert and -key options for mqttc(1). 2021-07-02 18:48:10 +02:00
daf7cf26cc Rebranding. 2021-06-27 18:11:10 +02:00
2b4db51604 Annotate all errors with request context. Helps lazy loggers plus failfast for exact error matching (instead of errors.Is). 2021-03-17 13:59:22 +01:00
dcd7329b52 Please CI comlexity by extracting pub/sub method from main. 2021-03-17 13:32:16 +01:00
5393197e58 Await mqttc exit code, as all exits are defined. 2021-03-17 13:26:53 +01:00
135cb84e5c Pass mqttc client as argument. 2021-03-17 12:57:52 +01:00
a3bd92c420 Rename WireTimeout to PauseTimeout. 2021-03-14 13:22:52 +01:00
ca1df581db Limit mqttc input size. 2021-03-12 14:30:24 +01:00
fbc3958c3f Better mqttc exit codes + cleanup. 2021-03-12 14:24:29 +01:00
8e64a96be7 FIX: mqttc(1) initialization assignment. 2021-02-21 13:26:28 +01:00
c38a195aae API change catchup for mqttc(1) and the integration test. 2021-02-20 17:17:54 +01:00
951da53342 Refactor session configuration, including integrity checks & self-healing. 2021-02-11 01:45:14 +01:00
a519918aaa Support messages beyond the read buffer capacity. 2021-02-08 21:10:23 +01:00
1a4ff7fcd2 Follow constructor convention for Dialers. 2021-02-07 15:01:24 +01:00
4ecf373855 Minor comment tweaks. 2021-02-07 14:57:28 +01:00
3a56ba91b1 Rename Connecter to Dialer to prevent confusion with CONNECT request/packet name. 2021-02-06 20:04:36 +01:00
715d3ec08e Merge session and client configuration. The clear distinction is not worth the effort. 2021-02-06 20:02:35 +01:00
11095ddd8d Apply strict quit handling. 2021-02-05 16:27:34 +01:00
917669d69f Missed some with the last commit. 2021-02-03 21:32:19 +01:00
b5b7f69e48 Documentation tweaks and typos. 2021-02-01 13:37:01 +01:00
b9a3144c5c Add command-line client. 2021-01-31 17:44:37 +01:00