Commit Graph

12722 Commits

Author SHA1 Message Date
Feng Lee dd1704e63f partner 2016-07-01 21:22:49 +08:00
Feng Lee 8d99174123 update cluster image 2016-07-01 21:13:44 +08:00
Feng Lee 37fe71fc6e Merge branch 'emq10' of github.com:emqtt/emqttd into emq10 2016-07-01 21:07:29 +08:00
Feng Lee 003fff299a q.emqtt.com 2016-07-01 21:05:27 +08:00
Feng Lee 947b4739ef Update README.md 2016-07-01 20:54:13 +08:00
Feng Lee 64adaad53e Partner 2016-07-01 20:53:29 +08:00
Feng 3a43d2b41f WSLOG 2016-06-30 23:24:02 +08:00
Feng Lee 8403dcc051 rm 'Guide' 2016-06-30 18:47:47 +08:00
Feng Lee ec3342875d Merge pull request #613 from emqtt/emq10
1.1.2 - Fix websocket client leak and upgrade mysql-otp driver
2016-06-30 18:38:36 +08:00
Feng Lee f699e78b6b upgrade guide 2016-06-30 17:59:18 +08:00
Feng Lee e013a19086 upgrade dashboard plugin 2016-06-30 17:15:19 +08:00
Feng Lee 95448ef5e3 upgrade plugins to 1.1.2 2016-06-30 16:15:41 +08:00
Feng Lee 530c6e4645 update docs for https://github.com/emqtt/emqttd_plugin_mysql/issues/13 2016-06-30 15:50:46 +08:00
Feng Lee 373a81fc57 1.1.2 - changelog 2016-06-30 15:06:31 +08:00
Feng Lee c926964b8c Merge branch 'master' into emq10 2016-06-30 14:48:07 +08:00
Feng Lee 1f40f6a629 Merge pull request #605 from apinf/dynamic_ratelimit
enhance emqttd_client ratelimit handling
2016-06-30 14:43:49 +08:00
Feng Lee d172e8ff84 Merge pull request #612 from emqtt/issue#561
Issue#561 - Fix websocket client leak
2016-06-30 14:41:31 +08:00
Feng Lee 686574913c fix issue #561 - websocket client's process may leak when no mqtt packets received 2016-06-30 14:40:07 +08:00
Feng Lee 02a17a8e96 Add emqttd_ws_client_sup 2016-06-30 14:33:54 +08:00
Feng Lee 61a64ea0b0 send(Packet) 2016-06-28 16:44:52 +08:00
Feng Lee 842df63605 merge master 2016-06-28 11:27:52 +08:00
Feng Lee 2cae8e284a {simple_one_for_one, 0, 1} 2016-06-27 09:57:07 +08:00
Feng Lee 834e6f7269 Add MQTT specs. etc/vm.args: -env ERL_CRASH_DUMP log/emqttd_crash.dump 2016-06-27 09:11:09 +08:00
Feng Lee 8e6a0ec7ad Merge pull request #607 from ralphtheninja/patch-1
typos
2016-06-26 11:22:07 +08:00
Lars-Magnus Skog f273a8635e typos 2016-06-25 20:46:42 +02:00
J Phani Mahesh 9181c273ed enhance emqttd_client ratelimit handling
This allows rate limits on a client to be queried
and changed dynamically (possibly by plugins), by
exposing additional apis.

`set_rate_limit/2` expects a Ratelimit tuple module of
the form `{module, record}` where module implements
`check(NumBytes, RlTuple) -> {TimeToPause, NewRlTuple}`

It is recommended that the rate limit module also
implement `new` to allow creating new RateLimit records.
See `esockd_ratelimit` for a reference implementation.
2016-06-23 10:34:37 +05:30
Feng Lee b877cec208 Merge branch 'issue#599' into emq10 2016-06-21 11:35:25 +08:00
Feng Lee 89e093d1b5 Merge pull request #602 from emqtt/issue#599
Fix issue #599 - Reject empty clientId with non-clean session
2016-06-21 11:35:08 +08:00
Feng Lee 0aa8a82e59 ensure the mqtt listener is started successfully 2016-06-21 11:33:23 +08:00
Feng Lee fe3becbf9b Fix issue#599 - Reject empty clientId with non-clean session 2016-06-21 11:29:59 +08:00
Feng Lee 7d6ec52c37 Merge pull request #601 from emqtt/emq10
Update docs and emqttd_dashboard plugin
2016-06-21 09:26:00 +08:00
Feng Lee fb7a5d1ccf session expired_after 2880 minutes 2016-06-21 09:21:42 +08:00
Feng Lee c289b857a2 Merge branch 'master' into emq10 2016-06-21 09:19:12 +08:00
Feng Lee 77db1c9107 merge master 2016-06-20 12:21:58 +08:00
Feng Lee 83b25fe84a 2.0 2016-06-20 12:18:49 +08:00
Feng Lee 48183ddca0 Upgrade dashboard plugin 2016-06-18 16:03:51 +08:00
Feng Lee e9f94df21b 1.1.2 2016-06-18 14:20:34 +08:00
Feng Lee 6c0271fc61 upgrade mysql-otp driver to 1.2.0 and fix issue #586, #564, #523, #596 2016-06-18 14:14:38 +08:00
Feng Lee bf2e1c39c3 1.1.2 2016-06-18 14:10:22 +08:00
Feng Lee 8c7c380213 architecture.png 2016-06-16 14:25:15 +08:00
Feng Lee 35798292b5 rm gitter 2016-06-16 11:00:02 +08:00
Feng a398a74ed5 rm .gimodules 2016-06-05 12:52:36 +08:00
Feng eaf254e919 Merge branch 'master' into plus 2016-06-05 12:51:35 +08:00
Feng 0dea9d0bb0 1.1.1 2016-06-05 12:37:19 +08:00
Feng 9fc127dc18 1.1.1 2016-06-04 20:24:23 +08:00
Feng Lee 3166ebba92 Merge pull request #584 from emqtt/emq10
Fix issue#575 - Compatible with the Qos0 PUBREL packet
2016-06-04 19:08:57 +08:00
Feng Lee a248b471b9 Merge pull request #583 from emqtt/issue#575
Issue#575 - Fix the incompatible Qos
2016-06-04 12:56:07 +08:00
Feng 8a908b43d5 Fix the incompatible Qos 2016-06-04 12:07:54 +08:00
Feng Lee 590ccd37a6 upgrade dashboard plugin 2016-06-01 15:13:40 +08:00
Feng Lee 5eb23a2b90 Merge pull request #577 from emqtt/emq10
1.1 - docs
2016-06-01 15:13:14 +08:00