Commit Graph

2720 Commits

Author SHA1 Message Date
huangdan 1da9e4397e
Merge pull request #1574 from emqtt/emq24
Version 2.3.7
2018-04-21 23:19:53 +08:00
huangdan f5b77f2e7b
Merge pull request #1558 from emqtt/develop
Version 2.3.7
2018-04-21 15:55:26 +08:00
HeeeJianBo e7e8131f2a Align code 2018-04-21 11:39:19 +08:00
turtled f717b734c3 Update ekka 0.2.3 2018-04-21 11:17:27 +08:00
turtled 5b0c752181 2.3.7 2018-04-21 10:44:29 +08:00
turtled 92f3036f1f Client sub/unsub mount topic 2018-04-21 10:43:43 +08:00
turtleDeng 58e3555e9b
Merge pull request #1564 from terry-xiaoyu/develop
fix #1562 dup flag not set when re-deliver
2018-04-21 10:41:34 +08:00
turtleDeng e79c714ec4
Merge pull request #1572 from callbay/devel
Devel
2018-04-21 10:00:21 +08:00
turtleDeng 2ee18ddebc
Merge pull request #1567 from terry-xiaoyu/clean_dead_session
clean dead persistent session on connect
2018-04-21 09:58:40 +08:00
Frank Feng 490ac8f449 match {error,Reason} 2018-04-20 14:33:13 +08:00
Frank Feng 27fcb73483 fix spec of function setstats/3 2018-04-20 14:07:41 +08:00
terry-xiaoyu 5039b751f4 clean dead persistent session on connect 2018-04-17 17:08:32 +08:00
turtled f13654dbce Support set k8s namespace 2018-04-17 11:39:03 +08:00
terry-xiaoyu 18100cacf9 fix #1562 dup flag not set when re-deliver
The dup flag is not set when redeliver the PUBLISH messages for QoS1 and QoS2
2018-04-13 16:00:46 +08:00
Feng Lee ad5ece8c33 Upgrade the lager_console_backend config 2018-04-09 14:56:33 +08:00
J Phani Mahesh 1f842e4a19 change log level: warning -> info on stop publish
Message publishes may be prevented by hooks by returning `{stop, Msg}`
or variants. However, this causes a log message at warning level.

Since a hook can potentially prevent multiple messages rapidly, these
warning messages pollute the logs. Similar level of detail is present
currently at info level, so demoting this message to info.
2018-03-27 21:20:26 +03:00
huangdan 8822468528
Merge pull request #1541 from emqtt/emq24
Version 2.3.6
2018-03-24 00:51:43 +08:00
huangdan 3c0294eafe
Merge pull request #1540 from emqtt/develop
Version 2.3.6
2018-03-23 20:57:30 +08:00
HuangDan e722e0f6d1 Version 2.3.6 2018-03-23 20:56:50 +08:00
huangdan ebbba23276
Merge pull request #1539 from emqtt/develop
Add LWT message ACL
2018-03-23 20:54:49 +08:00
turtled 61567c0fcc Add LWT message ACL 2018-03-12 20:16:20 +08:00
Feng Lee 7d345e120c
Merge pull request #1512 from emqtt/emq24
Version 2.3.5
2018-02-24 10:28:35 +08:00
Feng Lee f020b1185e
Merge pull request #1511 from emqtt/develop
Change the default sndbuf, rebuf options of internal MQTT TCP connections
2018-02-24 10:10:52 +08:00
turtled 91b64813fa Modify tcp buffer config 2018-02-24 09:15:18 +08:00
turtled a864aa9743 Modify tcp buffer config 2018-02-23 21:23:55 +08:00
Feng Lee 37bc6f54ea
Merge pull request #1504 from emqtt/develop
Feature - Using SSL for Erlang Distribution
2018-02-18 13:07:10 +08:00
Feng Lee 98d63a1454 Comment 'node.ssl_dist_optfile' option by default 2018-02-16 21:15:30 +08:00
Feng Lee 93e161f83b Version 2.3.5 2018-02-16 21:09:25 +08:00
Feng Lee 2674c145a9 Fix the 'inet_ssl' distribution module 2018-02-16 20:40:44 +08:00
Feng Lee 6c4ec45888 Add etc/ssl_dist.conf file to configure SSL distribution 2018-02-16 18:41:15 +08:00
Feng Lee 79902be40e Fix issue #1492 - add 'node.ssl_dist_optfile' to support ssl distributation 2018-02-16 18:40:03 +08:00
Feng Lee 85a5a71bba
Merge pull request #1484 from emqtt/emq24
Version 2.3.5
2018-02-01 12:21:48 +08:00
Feng Lee d3f7df7c45
Merge pull request #1483 from emqtt/develop
Version 2.3.5 - depends on the 'develop' branch of esockd, ekka and m…
2018-02-01 12:21:08 +08:00
Feng Lee 06b8db1967
Merge branch 'emq24' into develop 2018-02-01 12:20:43 +08:00
Feng Lee 0dac7a2708 Version 2.3.5 - depends on the 'develop' branch of esockd, ekka and mochiweb 2018-02-01 12:18:49 +08:00
Feng Lee dcc75c8da4
Merge pull request #1482 from emqtt/emq24
Depends on esockd v5.2.1, mochiweb v4.2.2
2018-02-01 12:16:08 +08:00
Feng Lee 4727acad14 Depends on esockd v5.2.1, mochiweb v4.2.2 2018-02-01 12:13:46 +08:00
huangdan 4af821edc8
Merge pull request #1478 from emqtt/emq24
Version 2.3.4
2018-01-28 23:27:49 +08:00
huangdan 25557c9f22
Merge pull request #1477 from emqtt/develop
Version 2.3.4
2018-01-28 22:24:42 +08:00
Feng Lee a22e225e67
Merge pull request #1475 from HJianBo/develop
Fix #1473 for supporting special chars in URL path
2018-01-28 15:32:56 +08:00
Feng Lee bd0409879b Add 'proxy_port_address', 'proxy_port_header' options for WebSocket listener 2018-01-28 15:26:56 +08:00
Feng Lee f810698d7e
Merge pull request #1476 from emqtt/ws-proxy
Fix issue #1335 - Forward real client IP using a reverse proxy for websocket
2018-01-28 15:12:19 +08:00
Feng Lee 707d338b0e
Merge branch 'develop' into ws-proxy 2018-01-28 15:11:08 +08:00
HeeeJianBo 3146cdda92 Fix #1473 for supporting special chars in URL path 2018-01-28 14:25:41 +08:00
Feng Lee f70bf23440 Add 'listener.<proto>.<name>.reuseaddr' option 2018-01-24 09:48:06 +08:00
Feng Lee 94e1229abb Uncomment the 'node.proto_dist' to support docker env 2018-01-23 16:32:53 +08:00
Feng Lee 87ae76b6b4 Fix issue #1460 - Add node.proto_dist option to support inet6_dist 2018-01-23 15:22:05 +08:00
Feng Lee b9dcccd7f7 Version 2.3.4 2018-01-23 15:20:35 +08:00
Feng Lee 0f717e5b3b Merge branch 'develop' of github.com:emqtt/emqttd into develop 2018-01-23 11:10:27 +08:00
Feng Lee 701c632e07 Fix issue #1461 - keep the retain flag for new subscription 2018-01-23 11:09:42 +08:00