Commit Graph

6037 Commits

Author SHA1 Message Date
Feng Lee 2370e7dfcb 2.0 - replace 'now/0' with 'erlang:monotonic_time/0' 2016-07-21 17:18:27 +08:00
Feng 710890dd22 relx 2016-07-21 09:31:14 +08:00
Feng 3e77773d04 generated by erlang.mk 2016-07-19 17:58:31 +08:00
Feng 2e200f253f 2.0 - erlang.mk to replace rebar 2016-07-19 17:46:05 +08:00
Feng 03d6710b60 gen_conf to improve the configuration of emqttd broker 2016-07-19 16:49:30 +08:00
Feng ca44fd4031 Merge branch 'master' into plus 2016-07-16 21:56:37 +08:00
Feng 61b2ab48ad merge emq10 2016-07-16 21:55:02 +08:00
Feng Lee 55b93fa144 Merge pull request #627 from callbay/master
optimize the procedures that retrieve the Broker version and Borker description in the tick timer
2016-07-16 21:01:03 +08:00
Frank Feng 9f509c3d13 optimize the procedures that retrieve the Broker version and Borker description in the tick timer 2016-07-15 21:45:58 +08:00
Feng Lee 223c06fd68 fix ldap sslopts 2016-07-12 17:36:23 +08:00
Feng cc488199d9 comment net.ipv4.tcp_tw_recycle 2016-07-06 19:37:34 +08:00
Feng Lee 077343985f Merge pull request #622 from emqtt/emq10
issue#621 - Add 'bin/emqttd_ctl users list' command
2016-07-06 15:47:43 +08:00
Feng a362b96b6b add 'bin/emqttd_ctl users list' command 2016-07-06 15:23:45 +08:00
Feng Lee e941c5799c Introduce QingCloud 2016-07-02 12:39:16 +08:00
Feng Lee 3cffe715f9 Merge pull request #617 from emqtt/emq10
Public cluster on qingcloud
2016-07-01 21:21:55 +08:00
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