Wykres commitów

1340 Commity (config_dataclasses)

Autor SHA1 Wiadomość Data
Nicolas 360d5b03c7 Fix #28 2016-04-10 22:06:33 +02:00
Nicolas dd04b44a57 Fix timeout management on message delivery 2016-04-10 21:46:52 +02:00
Nicolas 7a868bd66e Fix issue #24
Data was not read correctly until the end of the buffer
2016-04-10 15:33:48 +02:00
Nicolas d380029cb5 Fix typo 2016-04-06 14:33:13 +02:00
njouanin 340891a75f Update env to python 3.4.4 2016-03-12 22:30:55 +01:00
njouanin 37eeb536e6 Update configuration 2016-03-12 22:25:25 +01:00
njouanin 3fa35849e0 Bump version 2016-03-12 22:02:34 +01:00
njouanin 618cfb1a8f Update changelog to 0.6.3 2016-03-12 22:01:59 +01:00
njouanin 414acc49f3 Merge branch 'release/0.6.3' into develop 2016-03-12 21:57:55 +01:00
njouanin 093c44ef76 Merge branch 'release/0.6.3' 2016-03-12 21:57:45 +01:00
njouanin dbe3e76024 Bump version 2016-03-12 21:54:58 +01:00
njouanin ba09225779 Fix issue #22 2016-03-08 21:10:46 +01:00
njouanin cbbadf47ab Add gitter channel link 2016-03-07 15:41:00 +01:00
njouanin f2caf70927 Bump version 2016-03-06 21:57:52 +01:00
njouanin b7e699c8d4 Merge branch 'release/0.6.2' into develop 2016-03-06 21:54:27 +01:00
njouanin 30bab89957 Merge branch 'release/0.6.2' 2016-03-06 21:53:39 +01:00
njouanin 8c32cb308f Bump version 2016-03-06 21:53:22 +01:00
njouanin 0161e16246 Update changelog 2016-03-06 21:51:00 +01:00
njouanin df23357d4a Fix typo 2016-03-06 21:46:57 +01:00
njouanin 6906e7ebe2 Upgrade websockets to 3.0.0 2016-03-06 21:41:17 +01:00
njouanin ac04185e31 Merge branch 'master' of https://github.com/beerfactory/hbmqtt into develop 2016-03-06 21:39:47 +01:00
Nicolas cbdc0e21b4 Merge pull request #21 from pumelo/master
Add subprotocol headers for ws connection as defined by the mqtt spec…
This was ok on the client, but it has been forgotten in the borker implementation
2016-03-06 21:33:31 +01:00
pumelo 0064c500ac Add subprotocol headers for ws connection as defined by the mqtt specification v3.1.1 chapter 6:
''The WebSocket Sub Protocol name selected and returned by the server MUST be “mqtt” [MQTT-6.0.0-4]."
2016-03-04 22:52:18 +01:00
njouanin bdd8fb30ab Bump version 2016-02-05 21:21:36 +01:00
njouanin 3eccaa4f84 Merge branch 'release/0.6.1' into develop 2016-02-05 21:12:18 +01:00
njouanin c3d6fd94d2 Merge branch 'release/0.6.1' 2016-02-05 21:12:04 +01:00
njouanin 8bd897bff5 Bump version 2016-02-05 21:11:21 +01:00
njouanin 5458ec7764 No need to close stream when client has disconnected (it is already closed).
Fixes issue #19
2016-02-05 14:14:57 +01:00
Nico de7634bfb9 Merge branch 'develop' of https://github.com/beerfactory/hbmqtt into develop
Conflicts:
	readme.rst
2015-11-15 10:12:17 +01:00
Nico c4bf1064c5 Add badges 2015-11-15 10:10:22 +01:00
Nico 9a8e51b8ee Add badges 2015-11-15 10:08:24 +01:00
Nico f2c8a1987e Merge branch 'develop' of https://github.com/beerfactory/hbmqtt into develop 2015-11-13 22:26:10 +01:00
Nico a8ee3ef492 Add python 3.5 classifier 2015-11-13 22:24:59 +01:00
njouanin fc861ddb28 Merge pull request #18 from beerfactory/master
Master
2015-11-13 22:19:18 +01:00
Nico 2cbe53635f Bump develop version 2015-11-13 22:18:08 +01:00
Nico 272c33211c Merge branch 'release/0.6' into develop 2015-11-13 22:14:15 +01:00
Nico 6311e2503b Merge branch 'release/0.6' 2015-11-13 22:13:32 +01:00
Nico 8f86d94964 Bump version 2015-11-13 22:13:09 +01:00
Nico 82985b6f1c Improve documentation 2015-11-13 22:07:58 +01:00
Nico 06597542ba fix typo 2015-11-13 21:27:40 +01:00
Nico 58666d6f8f Complete MQTTClient documentation 2015-11-13 21:24:43 +01:00
Nico 35c48ff9a8 Improve documentation 2015-11-12 22:57:00 +01:00
njouanin 56ec43d78a Merge pull request #16 from hexdump42/develop
Install default yaml files in scripts directory
2015-11-12 09:07:41 +01:00
Mark Rees 71f0c29b49 Include default yaml files in scripts directory
Use include_package_data directive & MANIFEST.in entry rather than
data_files directive to include default yaml files as part of the
distribution.
2015-11-12 16:01:21 +11:00
Mark Rees ad4419caff Merge remote-tracking branch 'upstream/develop' into develop 2015-11-12 11:03:48 +11:00
Nico 6c0657b438 Documentation update 2015-11-11 22:40:38 +01:00
Nico 9ba8a46914 Improve samples 2015-11-11 22:03:32 +01:00
Mark Rees 6cc0fbe709 Install default yaml files in scripts directory so hbmqtt server and client scripts work without error. 2015-11-11 18:38:16 +11:00
Nico 9e9c6a643f Update + add waffle.io 2015-11-10 22:30:15 +01:00
Nico 263d86f942 Docstring 2015-11-08 20:46:58 +01:00