aedes

Barebone MQTT broker that can run on any stream server, the node way

MIT License

Downloads
132.5K
Stars
1.7K
Committers
63

Bot releases are visible (Hide)

aedes - v0.23.0

Published by mcollina about 8 years ago

  • Support presence topics #69 by @GavinDmello
aedes - v0.22.0

Published by mcollina about 8 years ago

  • Bumped dependencies.
aedes - v0.21.0

Published by mcollina about 8 years ago

  • Support `connackSent
aedes - v0.20.0

Published by mcollina about 8 years ago

  • Handle user-driven return codes for CONNACK #62 by @GavinDmello
aedes - v0.19.0

Published by mcollina over 8 years ago

  • Emit full packet in 'ack' event #54 by @behrad
  • Emit 'keepalive' event #56 by @behrad
aedes - v0.18.0

Published by mcollina over 8 years ago

  • Fixed several issues regarding retained messages #53 #52
aedes - v0.17.1

Published by mcollina over 8 years ago

  • Fixed authorizeSubscribe example #48
aedes - v0.16.1

Published by mcollina over 8 years ago

  • No duplicate messages on overlapping subscriptions #45 by @mcollina
aedes - v0.16.0

Published by mcollina over 8 years ago

  • Added authorizeForward #42 #44 by @stoiKris
  • Node v6 support
aedes - v0.15.1

Published by mcollina over 8 years ago

aedes - v0.15.0

Published by mcollina over 8 years ago

  • Rename 'deliver' event to 'ack' #41 by @mcollina
aedes - v0.14.0

Published by mcollina over 8 years ago

  • Delivered event #39 by @pkinney
aedes - v0.13.1

Published by mcollina over 8 years ago

  • README tweaks.
aedes - v0.13.0

Published by mcollina over 8 years ago

  • Support for authenticate, authorizePublish, authorizeSubscribe and published in the constructor #36 by @pkinney
  • Fix passing the client into published in QoS 2 packets #35 by @pkinney.
aedes - 0.12.6

Published by mcollina over 8 years ago

  • Right count of connected clients if a client disconnected before completing the connect phase #32 by @dpatekar.
  • Downgrade of QoS 0 packets for QoS 1/2 subscriptions by @dpatekar.
aedes - v0.12.5

Published by mcollina over 8 years ago

  • Do not crash on a UNSUBSCRIBE without a subscription #30 by @dpatekar
aedes - v0.12.4

Published by mcollina almost 9 years ago

  • Remove offline subscriptions during an UNSUBSCRIBE.
  • Do not double subscribe, but rather update the subscription to the new QOS (if different).
aedes - v0.12.3

Published by mcollina almost 9 years ago

  • Authenticated user gets kicked when trying to connect with the same account with wrong credentials (reported as #6)
aedes -

Published by mcollina almost 9 years ago

  • Stop ingesting packets after the client has errored #21 #22
aedes - v0.12.0

Published by mcollina almost 9 years ago

  • Correctly deliver retained messages over a QoS 1/2 subscription #20.