summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-01-04Try #113:tryingbors[bot]
2023-01-04Do not depend on github actions checks anymoreMarcel Müller
2023-01-04Make bors check from garnix instead of GH ActionsMarcel Müller
2023-01-04Merge #111bors[bot]
2023-01-04Add test whether CONNACK Flag bits are set as specifiedMatthias Beyer
2023-01-04Merge #110bors[bot]
2023-01-04Reduce waiting for output boilerplate with helper macroMatthias Beyer
2023-01-04Merge #108 #109bors[bot]
2023-01-04Add a sample login handler to server binMarcel Müller
2023-01-04Add correct rejection code depending on login errMarcel Müller
2023-01-04Add InvalidPassword LoginErrorMarcel Müller
2023-01-04Add login handling to serverMarcel Müller
2023-01-04Add login module and handler traitMarcel Müller
2023-01-04Merge #107bors[bot]
2023-01-04Add check: UTF8 string must not contain nullcharMatthias Beyer
2023-01-04Simplify Report construction with helper macroMatthias Beyer
2023-01-04Merge #106bors[bot]
2023-01-04Add check: First packet is not CONNACK and must be rejectedMatthias Beyer
2023-01-04Merge #105bors[bot]
2023-01-04Update Changelogs for 0.2.0Marcel Müller
2023-01-04Merge #100bors[bot]
2023-01-04Also build deps for all crates and all targetsMarcel Müller
2023-01-04Update flake input: craneMatthias Beyer
2023-01-04Fix formatting of flakeMarcel Müller
2023-01-04Add building all to the base cloudmqtt derivationMarcel Müller
2023-01-04Remove all-targets from clippy checkMarcel Müller
2023-01-04Allow unused enum variantsMarcel Müller
2023-01-04Use a type alias for BoxFnMarcel Müller
2023-01-04Elide lifetimeMarcel Müller
2023-01-04Actually create vec with the given sizeMarcel Müller
2023-01-04Remove unused importsMarcel Müller
2023-01-04Include all workspace members in clippy checkMarcel Müller
2023-01-03Merge #91bors[bot]
2023-01-03Merge #98 #99bors[bot]
2023-01-03Ignore nix resultsMatthias Beyer
2023-01-03Add cloudmqtt-{client,server} in flakeMatthias Beyer
2023-01-02Merge #94bors[bot]
2023-01-02Simplify: Use byte string instead of sliceMatthias Beyer
2023-01-02Replace hand-written bytes with paket declarationMatthias Beyer
2023-01-02Add utility to write packet to byte vecMatthias Beyer
2023-01-02Use MPacketKind instead of hand-writing bytesMatthias Beyer
2023-01-02Make ClientCommand take VecMatthias Beyer
2023-01-02Add MPacketKind::to_byte()Matthias Beyer
2023-01-02Merge #97bors[bot]
2023-01-02Build cloudmqtt crate with all featuresMatthias Beyer
2023-01-02Ignore unused variableMatthias Beyer
2023-01-02Fix typoMatthias Beyer
2023-01-02Fix imports, remove unused onesMatthias Beyer
2023-01-02Merge #95bors[bot]
2023-01-02Add QoS 2 handling for receiving messagesMarcel Müller