Wykres commitów

29 Commity (revert-274-broker_script_logging)

Autor SHA1 Wiadomość Data
MVladislav 3e0902cc8b refactor: update base project confs 2025-04-04 21:06:41 +02:00
MVladislav 338ff39b17 chore: update version to 0.11.0-beta4, add clear_queues method, and improve resource management in PluginManager and BrokerProtocolHandler 2025-04-04 19:18:17 +02:00
MVladislav 769d108b1f refactor: version updates and linter updates 2025-04-01 20:07:14 +02:00
MVladislav 7cc746e483 refactor: base cleanup and bring project to run with test cases 2024-12-19 20:34:09 +01:00
Stein Magnus Jodal b85774439e Move scripts module into hbmqtt module
Fixes #166
2021-03-13 15:58:25 +01:00
Marius Kriegerowski e0fabc0bc3 Refactor to comply python3.8 2021-03-09 19:13:32 +01:00
Román Cárdenas 9d81b1f4a9 ACL plugin and documentation 2019-01-04 18:29:48 +01:00
Schneider 2bd5e4afba fixed missing json import 2018-12-05 15:59:08 +01:00
Schneider 7cc5e17988 improved documentation and script integration of extra_headers 2018-12-05 15:39:31 +01:00
Nicolas 530eedba27
Restore __init__ file because these scripts are not examples scripts 2018-07-21 21:42:38 +02:00
Guillaume Desvé 31888f8e69 python3.7 support 2018-06-29 15:56:27 +02:00
Stein Magnus Jodal b6185a2c91 Don't install example scripts
This can either be accomplished by:

A) making the scripts directory not be a Python module by removing the
`__init__.py` file, or

B) add `scripts` to the `excludes` parameter of `find_packages()` in
setup.py.

Since the there is no reason the scripts directory needs to be a Python
module, I went with A.
2018-05-19 00:44:38 +02:00
Stein Magnus Jodal ed676945b4 flake8: Fix all Wxxx whitespace and newline warnings 2017-08-07 01:23:21 +02:00
Stein Magnus Jodal 6f4b306886 flake8: Fix all E2xx whitespace warnings 2017-08-07 01:23:20 +02:00
Nicolas 56f3c911dd Refactor scripts utils location 2016-05-04 21:32:22 +02:00
Nicolas 6f7b438ebf Refactor scripts utils location 2016-05-04 21:32:01 +02:00
Nico 0e2d0c4a8a Fix client id pattern 2015-11-06 21:33:39 +01:00
Nico e5a05d57f7 Fix exception when -q is not given 2015-11-06 21:10:17 +01:00
Nico 8c8be854a8 Cleanup 2015-11-06 17:53:36 +01:00
Nico f3d136a773 Make client.publish calls async 2015-11-06 17:51:04 +01:00
Nico 0db853e0b5 Add -n option to allow max message received 2015-11-06 17:37:21 +01:00
Nico 2d40c92811 Add -r argument for retaining publish 2015-11-05 22:36:00 +01:00
Nico 09827d8a0f Add critical message if pub/sub operation is cancelled 2015-11-04 22:12:03 +01:00
Nico ddab6ff576 support -l and -s arguments 2015-11-04 22:11:42 +01:00
Nico 4dcf8eb477 Revert to 3.4 coroutine syntax 2015-11-01 15:58:20 +01:00
Nico 735693cd3e Add hbmqtt_sub script 2015-11-01 14:23:17 +01:00
Nico 6aef6dce93 Rename script + complete hbmqtt_pub 2015-10-31 14:28:30 +01:00
Nico d8527fb206 Add console script for broker 2015-10-30 21:29:13 +01:00
Nico a8e5879551 Remove blinker signal
Add some debugging info
2015-10-20 21:53:21 +02:00