Revision history for Perl extension AnyEvent::MQTT.
1.212810 2021-10-08 13:40:52+01:00 Europe/London
- Merge pr #12 - adding AnyEvent tls option. Thanks to @jr-dimedis.
1.202052 2020-07-23 22:29:34+01:00 Europe/London
- Merge pr #9
- Merge pr #7 which fixes #2
1.202051 2020-07-23 18:56:03+01:00 Europe/London
- Fixes issue/pr #10
- Fixes issue/pr #11
1.202050 2020-07-23 18:53:17+01:00 Europe/London
1.172121 2017-07-31 22:05:49+01:00 Europe/London
- Fix travis builds (and changelog)
1.172120 2017-07-31 19:35:44+01:00 Europe/London
- Add client_id option to command line examples
- Add handle_args which is useful for TLS arguments. Thanks to
Matt (@mattaltus)
1.142640 2014-09-21 19:14:14+01:00 Europe/London
- Documentation fixes. (Thanks to Toshio Ito.)
1.142230 2014-08-11 18:32:39+01:00 Europe/London
- Don't check locale-specific error message to avoid test failure.
1.142010 2014-07-20 13:35:48+01:00 Europe/London
- Fix message ids large than 16-bits. (Thanks to wnagele on github.)
1.141992 2014-07-18 14:36:30+01:00 Europe/London
- Fix bad release tar.gz.
1.141991 2014-07-18 14:17:51+01:00 Europe/London
- Use on_read to avoid broken pipe on eof.
- Support username and password in connect message.
- Add -e option to command line for neat one-liners.
1.112340 2011-08-22 20:22:40 Europe/London
- Support for retained messages with multiple subscriptions to the
same topic.
- Fix multiple subscriptions not unsubscribing properly.
1.112320 2011-08-20 23:12:35 Europe/London
- Support multiple subscriptions to the same topic with different
callback functions.
- Disconnect support.
1.111981 2011-07-17 22:54:00 Europe/London
- Fix PAUSE indexing problem.
1.111980 2011-07-17 22:31:37 Europe/London
- Add clean disconnect support.
- Make Gtk2 modules suggested dependencies since only
anyevent-mqtt-monitor uses them - thx to Roger Light for
reminding me about this.
1.110880 2011-03-29 22:23:16 Europe/London
- New script 'anyevent-mqtt-monitor' (requires Gtk2).
- Support for simple unsubscribe.
- New callback, 'message_log_callback', to log every incoming and
outgoing message.
- Avoid some cyclic references that lead to memory leaks.
- Use Sub::Name to aid debugging of anonymous subroutines.
1.110390 2011-02-08 23:01:05 Europe/London
- Add retain flag support.
- Add missing debian libanyevent-perl dependency.
- Improve tests to make them easier to debug.
1.110240 2011-01-24 21:19:02 Europe/London
- Support subscribe method with QoS levels 1 and 2.
- Support publish method with QoS levels 1 and 2.
1.110220 2011-01-22 15:29:52 Europe/London
- Initial release.