Feng Lee
|
a3daa533e7
|
Add a test case for the new flapping module
|
2019-09-10 16:20:56 +08:00 |
Feng Lee
|
0a1679b122
|
Implement a new flapping module (#2884)
|
2019-09-10 15:21:08 +08:00 |
zhanghongtong
|
36806153c7
|
Merge remote-tracking branch 'origin/develop'
|
2019-09-10 12:54:27 +08:00 |
Feng Lee
|
88321fe6fe
|
Remove the emqx_config module
- Remove the emqx_config module
- Move get_env/1, get_env/2 to emqx module
|
2019-09-09 10:18:10 +08:00 |
turtleDeng
|
8a9a461537
|
Merge pull request #2878 from emqx/develop
Merge develop to master
|
2019-09-06 20:43:05 +08:00 |
turtleDeng
|
de37d62054
|
Update rebar.config (#2877)
|
2019-09-06 20:42:26 +08:00 |
zhouzb
|
2089c2108e
|
Default rap is 0
|
2019-09-06 20:32:10 +08:00 |
zhanghongtong
|
fcf861703f
|
Merge remote-tracking branch 'origin/develop'
|
2019-09-06 19:18:11 +08:00 |
Feng Lee
|
6eedcb0eda
|
Add test cases for emqx_boot module
|
2019-09-06 19:17:31 +08:00 |
Feng Lee
|
6972cbb36e
|
Fix the operator precedence bug
|
2019-09-06 19:04:11 +08:00 |
Feng Lee
|
b97f04ceae
|
Add emqx_boot module
|
2019-09-06 17:37:50 +08:00 |
Feng Lee
|
7175e4a74c
|
Set 'boot_modules' when starting emqx apps.
|
2019-09-06 17:36:34 +08:00 |
Feng Lee
|
6e18f8543d
|
Add emqx_boot module
|
2019-09-06 17:36:13 +08:00 |
zhouzb
|
5a3645c97e
|
Remove proto_ver field stored in the headers of message
|
2019-09-06 14:51:52 +08:00 |
Michael Schmidt
|
3038bd4570
|
Add support for logger per module filtering (#2873)
Add mfa to the meta data to suppor the Erlang Logger's per module / per app filtering
|
2019-09-06 11:03:47 +08:00 |
zhouzb
|
066763248c
|
Fix dup flag
|
2019-09-05 18:35:29 +08:00 |
zhouzb
|
de44a89c21
|
Fix the issue that protocol is undefined
|
2019-09-05 18:28:17 +08:00 |
terry-xiaoyu
|
1e4c51f080
|
Send DISCONNECT on packet parse error
|
2019-09-05 18:16:15 +08:00 |
zhouzb
|
cc4ee065a4
|
Remove debug print
|
2019-09-05 16:16:19 +08:00 |
terry-xiaoyu
|
983973c841
|
Fix set_chan_stats incorrect
|
2019-09-05 15:59:18 +08:00 |
Feng Lee
|
4ba92b6a3b
|
Fix test case 't_handle_deliver'
|
2019-09-05 15:02:20 +08:00 |
Feng Lee
|
451f0451ce
|
Add type/1, qos/1 functions
|
2019-09-05 15:00:54 +08:00 |
Feng Lee
|
847375d2fb
|
Improve connection and channel modules (#2860)
Improve the connection and channel modules
|
2019-09-05 14:17:15 +08:00 |
tigercl
|
811e85f8b7
|
Merge pull request #2841 from emqx/init_stats
Set stats at connection time
|
2019-09-05 14:03:51 +08:00 |
tigercl
|
ed6c096abf
|
Merge pull request #2838 from emqx/update_readme
Remove broken links
|
2019-09-05 14:03:08 +08:00 |
Feng Lee
|
2d6c7e41a5
|
Remove emqx_cli module
|
2019-09-02 09:04:34 +08:00 |
Feng Lee
|
919aa13221
|
Update the default acl conf
|
2019-08-28 15:58:23 +08:00 |
Feng Lee
|
62f0f0ccbc
|
Add more test cases for 'emqx_misc' module
|
2019-08-28 14:29:44 +08:00 |
Feng Lee
|
08ab350fec
|
Move the 'pipeline' function to 'emqx_misc' module
|
2019-08-28 14:29:44 +08:00 |
GilbertWong
|
0e9647b601
|
Delete useless include lib
|
2019-08-28 11:19:51 +08:00 |
GilbertWong
|
783e29d6f7
|
Add test case for emqx_mod_rewrite
|
2019-08-28 11:19:51 +08:00 |
Feng Lee
|
a4e9142979
|
Updat app file
|
2019-08-27 09:27:25 +08:00 |
zhouzb
|
98072dd3d1
|
Set stats at connection time
|
2019-08-26 16:43:08 +08:00 |
turtled
|
29d49b4073
|
Fix get connected_at is undefined
|
2019-08-23 20:37:04 +08:00 |
zhanghongtong
|
11430e3738
|
Merge remote-tracking branch 'origin/develop'
|
2019-08-23 19:05:00 +08:00 |
zhouzb
|
5d338a3e8d
|
Remove broken links
|
2019-08-23 17:52:25 +08:00 |
zhouzb
|
5cfd8b74bc
|
Fix a bug that crash when protocol is undefined
|
2019-08-23 17:29:48 +08:00 |
tigercl
|
f26827a0b9
|
Merge pull request #2837 from emqx/fix_sock_closed
Fix a bug that session terminates immediately when received DISCONNECT packet
|
2019-08-23 16:14:29 +08:00 |
zhouzb
|
9c171f5d9c
|
Fix a bug that session terminates immediately when received DISCONNECT packet
|
2019-08-23 16:08:26 +08:00 |
zhouzb
|
970d243d94
|
Fix function clause
|
2019-08-23 15:23:00 +08:00 |
terry-xiaoyu
|
6352f9e2dc
|
Update testcase emqx_channel:handle_out
|
2019-08-23 15:20:25 +08:00 |
tigercl
|
7151ae9823
|
Merge pull request #2836 from emqx/fix-discard
Fix case clause error
|
2019-08-23 15:18:24 +08:00 |
Feng Lee
|
710302f377
|
Fix case clause error
|
2019-08-23 14:52:11 +08:00 |
tigercl
|
ebc1bd77a9
|
Send the will message immediately when the network connection is closed by the client (#2834)
Send the will message immediately when the network connection is closed by the client
|
2019-08-23 14:41:52 +08:00 |
tigercl
|
b924825fb9
|
Merge pull request #2835 from emqx/fix-discard
Handle the 'discard' cast.
|
2019-08-23 14:41:22 +08:00 |
Feng Lee
|
738145677a
|
Handle the 'discard' cast.
|
2019-08-23 14:31:33 +08:00 |
tigercl
|
9f7cc80c1a
|
Merge pull request #2833 from emqx/update_code
Update emqx_channel.erl
|
2019-08-23 14:09:42 +08:00 |
Feng Lee
|
82b9a7c301
|
Improve session takeover (#2831)
Implement the session takover/resumption across nodes
|
2019-08-23 14:09:00 +08:00 |
zhouzb
|
44d53ecb33
|
Update emqx_channel.erl
|
2019-08-23 13:48:17 +08:00 |
zhouzb
|
f3a92f35f6
|
Handle will message correctly
|
2019-08-23 13:37:35 +08:00 |