From 74217bf9ea68ca63af6396da2d994face5c74062 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Thu, 23 Apr 2015 00:00:26 +0800 Subject: [PATCH] Plugins --- Makefile | 3 +++ TODO | 18 ------------------ 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/Makefile b/Makefile index 7fc513ffc..d1dc06a8c 100644 --- a/Makefile +++ b/Makefile @@ -27,4 +27,7 @@ edoc: @$(REBAR) doc dist: + #TODO write new Makefile cd rel && ../rebar generate -f + cp -R plugins/emqttd_plugin_demo rel/emqttd/plugins/ && rm -rf rel/emqttd/plugins/emqttd_plugin_demo/src + diff --git a/TODO b/TODO index 687fce68f..773a48954 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,3 @@ -0.5.5 -------------------------- - -static, dynmaic, bridge types of topic and trie node - -try_to_remove topic node - - v0.6.0-alpha (2015-03-20) ------------------------- @@ -57,15 +49,6 @@ full test cases... spawn_link to replace 'spawn' and 'link' ======= -## ACL - -## Authentication with clientId - -## SSL/TLS Socket - -## $SYS/topics and Broker statistics... - -## Cluster ## Bridge @@ -75,4 +58,3 @@ spawn_link to replace 'spawn' and 'link' ## Mnesia -Create Schema...