]> git.michaelhowe.org Git - packages/p/paho-mqtt.git/log
packages/p/paho-mqtt.git
11 years agoFix support for Python 2.6, 3.0, 3.1.
Roger Light [Mon, 26 Aug 2013 20:13:46 +0000 (21:13 +0100)]
Fix support for Python 2.6, 3.0, 3.1.

11 years agoImprove handling of disconnect() with threaded mode.
Roger Light [Mon, 26 Aug 2013 19:55:59 +0000 (20:55 +0100)]
Improve handling of disconnect() with threaded mode.

11 years agoImplement SSL hostname verification.
Roger Light [Mon, 29 Jul 2013 19:52:01 +0000 (20:52 +0100)]
Implement SSL hostname verification.

11 years agoFix QoS 2 reconnect handling.
Roger Light [Mon, 29 Jul 2013 18:40:52 +0000 (19:40 +0100)]
Fix QoS 2 reconnect handling.

11 years agoRemove old .hgtags file.
Roger Light [Mon, 24 Jun 2013 20:11:46 +0000 (21:11 +0100)]
Remove old .hgtags file.

11 years agoAdd example of using the client in a class.
Roger Light [Mon, 24 Jun 2013 20:10:03 +0000 (21:10 +0100)]
Add example of using the client in a class.

11 years agoExample program to clear retained topic trees.
Roger Light [Sat, 22 Jun 2013 22:18:38 +0000 (23:18 +0100)]
Example program to clear retained topic trees.

11 years agoOnly modify sys.path if paho.mqtt.client not found.
Roger Light [Sat, 22 Jun 2013 22:18:10 +0000 (23:18 +0100)]
Only modify sys.path if paho.mqtt.client not found.

11 years agoHandle will_payload==None.
Roger Light [Sat, 22 Jun 2013 21:40:00 +0000 (22:40 +0100)]
Handle will_payload==None.

11 years agoImplement inflight message handling.
Roger Light [Sat, 22 Jun 2013 21:38:49 +0000 (22:38 +0100)]
Implement inflight message handling.

11 years agoAdd support for binding client connections to a local interface.
Roger Light [Sat, 22 Jun 2013 21:18:37 +0000 (22:18 +0100)]
Add support for binding client connections to a local interface.

11 years agoPrint retain as int not bool.
Roger Light [Sat, 22 Jun 2013 21:15:17 +0000 (22:15 +0100)]
Print retain as int not bool.

11 years agoAuto generate client id if it is None as well as "".
Roger Light [Sat, 22 Jun 2013 21:11:47 +0000 (22:11 +0100)]
Auto generate client id if it is None as well as "".

11 years agoUse loop_forever() in _thread_main().
Roger Light [Sat, 22 Jun 2013 21:10:30 +0000 (22:10 +0100)]
Use loop_forever() in _thread_main().

11 years agoMatch version number to other Paho modules.
Roger Light [Sat, 22 Jun 2013 21:00:09 +0000 (22:00 +0100)]
Match version number to other Paho modules.

11 years agoAdd more topic matching tests.
Roger Light [Sat, 22 Jun 2013 20:57:40 +0000 (21:57 +0100)]
Add more topic matching tests.

11 years agoAdd missing file and fix associated tests.
Roger Light [Fri, 21 Jun 2013 17:09:18 +0000 (18:09 +0100)]
Add missing file and fix associated tests.

11 years agoChange old version tags to be mosquitto specific.
Roger Light [Wed, 19 Jun 2013 09:19:02 +0000 (10:19 +0100)]
Change old version tags to be mosquitto specific.

11 years agoFix license classifiers and version number.
Roger Light [Wed, 19 Jun 2013 09:18:46 +0000 (10:18 +0100)]
Fix license classifiers and version number.

11 years agoChange licensing BSD -> dual EPL/EDL.
Roger Light [Tue, 18 Jun 2013 22:12:19 +0000 (23:12 +0100)]
Change licensing BSD -> dual EPL/EDL.

--HG--
rename : LICENSE.txt => epl-v10

11 years agoAdd .gitignore, remove .hgeol and .hgignore.
Roger Light [Mon, 17 Jun 2013 22:52:16 +0000 (23:52 +0100)]
Add .gitignore, remove .hgeol and .hgignore.

11 years agoBasic readme based on Paho C client.
Roger Light [Mon, 17 Jun 2013 22:45:08 +0000 (23:45 +0100)]
Basic readme based on Paho C client.

11 years agoMore mosq->paho name changes.
Roger Light [Mon, 17 Jun 2013 08:36:28 +0000 (09:36 +0100)]
More mosq->paho name changes.

11 years agoFix makefiles.
Roger Light [Mon, 17 Jun 2013 08:35:23 +0000 (09:35 +0100)]
Fix makefiles.

11 years agoFix tests.
Roger Light [Sun, 16 Jun 2013 23:00:52 +0000 (00:00 +0100)]
Fix tests.

--HG--
rename : test/mosq_test.py => test/paho_test.py

11 years agoFix setup.py for new packages.
Roger Light [Sun, 16 Jun 2013 22:40:15 +0000 (23:40 +0100)]
Fix setup.py for new packages.

11 years agoRename src, add required submodule files and fix example.
Roger Light [Sun, 16 Jun 2013 21:55:44 +0000 (22:55 +0100)]
Rename src, add required submodule files and fix example.

11 years agoStart of reorganisation for Paho.
Roger Light [Sat, 15 Jun 2013 21:20:20 +0000 (22:20 +0100)]
Start of reorganisation for Paho.

--HG--
rename : lib/python/sub.py => examples/sub.py
rename : lib/python/setup.py => setup.py
rename : lib/python/mosquitto.py => src/paho/mqtt/mosquitto.py

11 years agoFix possible thread locking situation.
Roger Light [Tue, 7 May 2013 08:52:23 +0000 (09:52 +0100)]
Fix possible thread locking situation.

11 years agoRemove unused variables.
Roger Light [Mon, 22 Apr 2013 20:26:35 +0000 (21:26 +0100)]
Remove unused variables.

11 years agoFix comparison errors reported by pychecker.
Roger Light [Mon, 22 Apr 2013 20:25:13 +0000 (21:25 +0100)]
Fix comparison errors reported by pychecker.

11 years agoRemove unused uthash license.
Roger Light [Fri, 19 Apr 2013 20:40:24 +0000 (21:40 +0100)]
Remove unused uthash license.

11 years agoAdd OpenSSL attribution.
Roger Light [Fri, 19 Apr 2013 20:34:10 +0000 (21:34 +0100)]
Add OpenSSL attribution.

11 years agoInitial contribution.
Roger Light [Fri, 25 Jan 2013 10:31:19 +0000 (10:31 +0000)]
Initial contribution.