mosquitto/src
Ben Hardill 740b710a0b Add support for local only bridge notifications (#328)
This update adds an option to only publishes bridge
notification messages to the local side of the bridge.

It adds a config file option called notifications_local_only
that accepts a boolean value, defaults to false to be
consistent with existing behaviour.

Fixes #233

Signed-off-by: Ben Hardill <hardillb@uk.ibm.com>
2016-12-04 21:47:38 +00:00
..
db_dump db_dump: use objects to simplify printing (#215) 2016-09-10 13:10:01 +01:00
bridge.c Add support for local only bridge notifications (#328) 2016-12-04 21:47:38 +00:00
CMakeLists.txt mosquitto_broker.h include file for end users. 2016-07-08 10:44:41 +01:00
conf.c Add support for local only bridge notifications (#328) 2016-12-04 21:47:38 +00:00
context.c broker: support byte based queueing 2016-09-09 17:27:39 +00:00
database.c HASH_DELETE needs to modify subhier. 2016-09-16 12:46:32 +01:00
handle_connack.c Add support for local only bridge notifications (#328) 2016-12-04 21:47:38 +00:00
handle_connect.c New mosquitto_unpwd_check(). 2016-07-08 13:27:14 +01:00
handle_publish.c Rename mosquitto_broker.h -> mosquitto_broker_internal.h 2016-07-08 10:10:04 +01:00
handle_subscribe.c Better subtree searching. 2016-07-19 15:05:53 +01:00
handle_unsubscribe.c Better subtree searching. 2016-07-19 15:05:53 +01:00
lib_load.h Initial contribution. 2014-05-07 23:27:00 +01:00
linker-macosx.syms More client accessors. 2016-07-09 21:49:13 +01:00
linker.syms More client accessors. 2016-07-09 21:49:13 +01:00
logging.c Rename mosquitto_broker.h -> mosquitto_broker_internal.h 2016-07-08 10:10:04 +01:00
loop.c Better subtree searching. 2016-07-19 15:05:53 +01:00
Makefile New mosquitto_unpwd_check(). 2016-07-08 13:27:14 +01:00
mosquitto_broker_internal.h Add support for local only bridge notifications (#328) 2016-12-04 21:47:38 +00:00
mosquitto_broker.h Update defer plugin function signatures. 2016-07-11 14:29:41 +01:00
mosquitto_passwd.c Merge branch 'master' into develop 2016-06-21 23:33:58 +01:00
mosquitto_plugin.h Backwards compatibility for auth plugins. 2016-07-10 23:17:30 +01:00
mosquitto.c Rename mosquitto_broker.h -> mosquitto_broker_internal.h 2016-07-08 10:10:04 +01:00
net.c New mosquitto_auth_psk_key_get() 2016-07-08 13:52:02 +01:00
persist.c Better subtree searching. 2016-07-19 15:05:53 +01:00
persist.h Initial contribution. 2014-05-07 23:27:00 +01:00
plugin_defer.c Update defer plugin function signatures. 2016-07-11 14:29:41 +01:00
plugin.c More client accessors. 2016-07-09 21:49:13 +01:00
read_handle.c Rename mosquitto_broker.h -> mosquitto_broker_internal.h 2016-07-08 10:10:04 +01:00
security_default.c Rename mosquitto_broker.h -> mosquitto_broker_internal.h 2016-07-08 10:10:04 +01:00
security.c Backwards compatibility for auth plugins. 2016-07-10 23:17:30 +01:00
send_connack.c Rename mosquitto_broker.h -> mosquitto_broker_internal.h 2016-07-08 10:10:04 +01:00
send_suback.c Rename mosquitto_broker.h -> mosquitto_broker_internal.h 2016-07-08 10:10:04 +01:00
service.c Update all mqtt 3.1 references to 3.1.1 where appropriate. 2015-10-24 21:50:19 +01:00
signals.c Better subtree searching. 2016-07-19 15:05:53 +01:00
subs.c Fix Coverity issue 1362805. 2016-09-15 22:22:28 +01:00
sys_tree.c broker: publish initial load averages 2016-08-17 11:14:31 +00:00
sys_tree.h Update copyrights. 2016-07-08 09:42:24 +01:00
uhpa.h Updated uhpa code with "move" function. 2015-06-28 16:59:03 +01:00
uthash.h Initial contribution. 2014-05-07 23:27:00 +01:00
websockets.c Merge branch 'develop' of github.com:eclipse/mosquitto into develop 2016-08-10 12:22:39 +01:00