zhouzb
|
caed16f57b
|
Fix `acl_deny_action`
|
2020-03-05 14:27:41 +08:00 |
terry-xiaoyu
|
6b5a8949c5
|
Change rate limit pausing logs to warning
|
2020-03-02 18:26:37 +08:00 |
JianBo He
|
9b6a8ebe84
|
Fix emqx_json:to_ejson
|
2020-02-21 13:17:12 +08:00 |
JianBo He
|
3f6f0eca40
|
Add an option to allow client bypass auth plugins
|
2020-02-21 09:42:26 +08:00 |
JianBo He
|
f6b0ad8873
|
Ignore some discarded exceptions
|
2020-02-17 09:40:44 +08:00 |
张奇怪
|
f29a8b0d5c
|
Mqtt protocol tests (#3237)
Add more test cases for MQTT
|
2020-02-07 10:07:36 +08:00 |
zhouzb
|
839465fbd8
|
Enhance security
|
2020-02-07 09:19:21 +08:00 |
JianBo He
|
b9bdb03005
|
Decode/Encode json from nested proplist
|
2020-02-06 12:00:18 +08:00 |
zhouzb
|
368b85027e
|
Fix issue#3228
|
2020-02-04 16:30:38 +08:00 |
JianBo He
|
3c459e8e74
|
Compatible jsx encode/decode (#3230)
|
2020-02-04 16:18:19 +08:00 |
terry-xiaoyu
|
367398e965
|
Remove jsx from app.src
|
2020-01-19 19:41:13 +08:00 |
Feng Lee
|
eea377eb8f
|
Replace 'jsx' with 'jiffy' and add more test cases
|
2020-01-19 16:58:51 +08:00 |
Feng Lee
|
b3e2cc5a18
|
Replace 'jsx' with 'jiffy' to optimize json encode/decode
|
2020-01-19 16:58:51 +08:00 |
JianBo He
|
e17241884c
|
Send DISCONNECT packet for mqttv5 (#3183) (#3208)
|
2020-01-17 19:48:39 +08:00 |
Feng Lee
|
f4081b5885
|
Tune the global GC
|
2020-01-17 18:32:00 +08:00 |
turtleDeng
|
7a2234c608
|
Improve emqx_mqtt_caps:get_caps/1 (#3198)
|
2020-01-17 16:29:46 +08:00 |
tigercl
|
8734922abb
|
Fix rap handling and keep the value of retain flag in bridge mode (#3189)
|
2020-01-17 11:37:28 +08:00 |
turtleDeng
|
2897e4fa06
|
Fix the bug that cannot add a second MQTT-WS TCP Port (#3196)
|
2020-01-17 10:08:34 +08:00 |
Feng Lee
|
a318532bb0
|
Tuning the 'force_gc_policy' of MQTT connections (#3192)
Tuning the 'force_gc_policy' of MQTT connections
|
2020-01-17 09:42:16 +08:00 |
Feng Lee
|
2b3003b323
|
Move the global GC server from 'emqx-recon' to 'emqx' project (#3190)
|
2020-01-16 23:45:17 +08:00 |
turtleDeng
|
f6b2c9a69f
|
Correct timestamp for banned (#3188)
|
2020-01-16 23:11:19 +08:00 |
Feng Lee
|
2ba624ac31
|
Add 'compose/1', 'compose/2' functions
|
2020-01-13 21:00:40 +08:00 |
zhanghongtong
|
fdeade3212
|
Add more test cases
|
2020-01-09 20:01:46 +08:00 |
JianBo He
|
b1a22931f4
|
Add testcase for takeover (#3160)
|
2020-01-09 12:26:24 +08:00 |
JianBo He
|
7d3a08dc13
|
Improve 'client.connect', 'client.connack' hooks (#3153)
|
2020-01-04 10:44:17 +08:00 |
turtleDeng
|
6b8ffc386a
|
Fix WS reason code (#3149)
|
2020-01-04 10:06:50 +08:00 |
zhouzb
|
7ea75f4289
|
Update copyright
|
2020-01-03 18:31:08 +08:00 |
turtled
|
f33217c049
|
Fix unexpected timeout
|
2019-12-31 09:06:58 +08:00 |
zhouzb
|
597558fee8
|
Fix unexpected timeout
|
2019-12-30 21:27:47 +08:00 |
Feng Lee
|
46ca3f2f82
|
Add metrics for session's lifecircle
- session.created
- session.resumed
- session.takeovered
- session.discarded
- session.terminated
|
2019-12-30 09:29:41 +08:00 |
Feng Lee
|
12c6d5fe2c
|
Add more metrics for client's lifecircle
- client.connect
- client.connack
- client.connected
- client.authenticate
- client.check_acl
- client.subscribe
- client.unsubscribe
- client.disconnected
|
2019-12-30 09:28:55 +08:00 |
Feng Lee
|
9a3d16c654
|
Add 'emqx_packet:info/2' function and test cases
|
2019-12-30 09:28:38 +08:00 |
Feng Lee
|
b7ca3905a6
|
Breaking Change: Add new hooks for client and session lifecircle (#3138)
|
2019-12-27 16:31:06 +08:00 |
JianBo He
|
d000284a40
|
Merge branch 'caps' into develop
|
2019-12-21 16:04:41 +08:00 |
turtleDeng
|
b612674ffa
|
Update emqx_mqtt_caps.erl
|
2019-12-21 14:16:37 +08:00 |
JianBo He
|
b3eed9123f
|
Fix typo
|
2019-12-21 10:39:02 +08:00 |
Feng Lee
|
578355442b
|
Add more metrics and improve the 'channel', 'session' modules (#3128)
|
2019-12-20 21:47:32 +08:00 |
张奇怪
|
2cf3af12ef
|
Update test cases for emqx_connection (#3116)
|
2019-12-20 19:15:45 +08:00 |
tigercl
|
116c593178
|
Fix returned value of plugin reloading (#3126)
|
2019-12-20 16:34:07 +08:00 |
JianBo He
|
9b9df46718
|
Add sockport to ClientInfo (#3122)
|
2019-12-19 13:34:24 +08:00 |
zhouzb
|
70ae3c75a0
|
Remove emqx_time module
|
2019-12-17 09:38:33 +08:00 |
turtled
|
eea5e14b0c
|
Fix event/message out of order
|
2019-12-16 22:12:56 +08:00 |
Feng Lee
|
814f103e34
|
Fix issue#3109 - remove the 'sessions.persistent.count', 'sessions.persistent.max' stats
|
2019-12-16 16:41:42 +08:00 |
Feng Lee
|
1f25f4439f
|
Remove the 'stop_reason' field
|
2019-12-16 12:45:46 +08:00 |
Feng Lee
|
635c3f75fe
|
Improve the 'emqx_connection' module for CT
|
2019-12-16 11:25:47 +08:00 |
Feng Lee
|
ad9e0fc311
|
Support the 'clean_start = false' websocket connection
|
2019-12-16 11:25:47 +08:00 |
Feng Lee
|
2ef52828bc
|
Improve 'emqx_connection' module and update test cases
|
2019-12-16 11:25:47 +08:00 |
zhouzb
|
7ac60678de
|
Add test cases for emqx_cm and emqx_router_helper modules
|
2019-12-13 18:09:48 +08:00 |
Feng Lee
|
c5c99b7c4e
|
Improve 'emqx_ws_connection' module and add more test cases
|
2019-12-13 18:07:59 +08:00 |
tigercl
|
2a3baed7e0
|
Merge pull request #3103 from emqx/ws-conn-ct
Rename 'channel.gc.cnt' to 'channel.gc'
|
2019-12-13 18:04:54 +08:00 |
Feng Lee
|
d193b5fa0d
|
Rename 'channel.gc.cnt' to 'channel.gc'
|
2019-12-11 20:39:51 +08:00 |
Feng Lee
|
d1c3dec730
|
Optimize emqx_session and add more test cases
|
2019-12-11 13:44:52 +08:00 |
zhouzb
|
e30c0ac31d
|
Change log level for existing metric
|
2019-12-10 17:20:21 +08:00 |
zhouzb
|
ec2f758c9f
|
Use erlang:system_time/1
|
2019-12-10 09:25:39 +08:00 |
JianBo He
|
08e234f61e
|
Fix typo
|
2019-12-10 09:24:33 +08:00 |
Feng Lee
|
0f9f1258b6
|
Improve the emqx_message module and add more test cases
- Add 'emqx_message:clean_dup/1' function
- Clean dup flag before publishing a message
- Add more test cases for emqx_message module
|
2019-12-10 09:22:38 +08:00 |
Feng Lee
|
cd94ba71b4
|
Remove the 'try' ... 'catch'
|
2019-12-10 09:01:55 +08:00 |
Feng Lee
|
0c377c67cd
|
Use 'erlang:system_time' to replace 'os:timestamp' (#3088)
Use 'erlang:system_time/1' to replace 'os:timestamp/0'
|
2019-12-09 16:27:25 +08:00 |
zhouzb
|
dace882667
|
Fix will message
|
2019-12-07 17:06:22 +08:00 |
Feng Lee
|
dc3e7dc21c
|
Ignore the expired messages
|
2019-12-07 16:51:20 +08:00 |
Feng Lee
|
bbcd2bffc5
|
Improve the session module (#3082)
Improve the session module
|
2019-12-07 15:54:02 +08:00 |
zhouzb
|
32500685a1
|
Export emqx_cm:kick_session/2
|
2019-12-07 13:35:55 +08:00 |
zhouzb
|
5b949fda2c
|
Add emqx_cm:kick_session/1
|
2019-12-07 13:31:33 +08:00 |
Feng Lee
|
9c3273a2c6
|
Improve the process of handling MQTT control packets (#3079)
|
2019-12-06 19:51:06 +08:00 |
tigercl
|
98b109b6b2
|
Merge pull request #3074 from emqx/emqx_desc
Add emqx.app.src.script
|
2019-12-05 18:01:24 +08:00 |
turtled
|
dceb087039
|
Format code
|
2019-12-04 13:54:59 +08:00 |
turtled
|
4b59db62fa
|
Optimize caps
|
2019-12-04 13:52:01 +08:00 |
turtled
|
691c6aa182
|
Add emqx.app.src.script
|
2019-12-04 13:50:31 +08:00 |
turtleDeng
|
a540958846
|
Add mqtt.strict_mode configuration (#3069)
Add mqtt.strict_mode configuration
|
2019-12-04 10:54:52 +08:00 |
zhouzb
|
8bf06b9c63
|
Fix typo
|
2019-11-23 10:53:27 +08:00 |
tigercl
|
f44b8ce607
|
Avoid emqx crashes due to auth plugins (#3047)
Avoid emqx crashes due to auth plugins
|
2019-11-23 10:11:48 +08:00 |
zhouzb
|
790c729b1f
|
Optimize code
|
2019-11-21 16:26:50 +08:00 |
JianBo He
|
d7ddc406fa
|
Fix ConnInfo of client.connected hook
|
2019-11-21 15:01:57 +08:00 |
Feng Lee
|
1af1fc4f6a
|
Fix the check of limiter
|
2019-11-18 11:51:58 +08:00 |
Feng Lee
|
39dbb03629
|
Fix the 'undefined function' call
|
2019-11-18 11:11:20 +08:00 |
zhouzb
|
c9963b1df5
|
Replace esockd_net with inet
|
2019-11-18 10:58:15 +08:00 |
tigercl
|
6288cd1345
|
Merge branch 'develop' into bump-version
|
2019-11-18 10:53:33 +08:00 |
tigercl
|
d793c4256f
|
Merge pull request #3034 from emqx/rm-vm-module
Improve the emqx_vm module and update test cases
|
2019-11-18 10:51:54 +08:00 |
tigercl
|
b10cd85ba3
|
Merge pull request #3033 from emqx/flapping2
Optimize flapping and banned modules
|
2019-11-18 10:50:35 +08:00 |
tigercl
|
2ad701361d
|
Merge pull request #3031 from emqx/more_test_cases
Add more test cases
|
2019-11-18 10:49:56 +08:00 |
Feng Lee
|
4935ba11a8
|
Upgrade deps to ekka v0.7.0 and esockd v5.6.0
|
2019-11-18 10:40:53 +08:00 |
zhouzb
|
73275a2b4d
|
Replace inflight with inflight_cnt in STATS_KEYS
|
2019-11-18 10:24:23 +08:00 |
Feng Lee
|
17332b0465
|
Improve the emqx_vm module and update test cases
|
2019-11-14 10:40:55 +08:00 |
Feng Lee
|
d3107facf9
|
Validate packet id if strict mode.
|
2019-11-14 09:46:56 +08:00 |
zhouzb
|
2fb4d66496
|
Optimize flapping and banned modules
|
2019-11-14 09:37:37 +08:00 |
zhanghongtong
|
1072536382
|
Add more test cases for emqx_sup
|
2019-11-13 18:30:02 +08:00 |
zhanghongtong
|
b22a1a87ba
|
Add more test case for emqx_plugins
|
2019-11-09 21:26:15 +08:00 |
zhanghongtong
|
f1ae430d43
|
Add more test cases for emqx_sys
|
2019-11-08 17:01:10 +08:00 |
terry-xiaoyu
|
df3d7b628b
|
Update emqx_ws_connection for clientinfo
|
2019-11-01 21:36:30 +08:00 |
terry-xiaoyu
|
3cc2bf2bfa
|
Merge branch 'develop' into make_test_cases_pass
|
2019-11-01 20:05:52 +08:00 |
zhouzb
|
0be06a93d6
|
Fix test cases
|
2019-11-01 18:38:30 +08:00 |
terry-xiaoyu
|
d946848d42
|
Improve testcases for emqx_logger
|
2019-11-01 18:21:46 +08:00 |
tigercl
|
1a901942f7
|
Merge pull request #3007 from emqx/improve-connection
Improve the 'connection', 'channel' and 'zone' modules
|
2019-11-01 16:40:20 +08:00 |
tigercl
|
81a507c6fa
|
Merge pull request #3012 from emqx/add_more_test_cases
Add more test cases
|
2019-11-01 16:40:00 +08:00 |
tigercl
|
b3731aaff4
|
Merge pull request #3010 from emqx/test_cases_zhou
Add test cases and fix bugs
|
2019-11-01 16:29:00 +08:00 |
zhouzb
|
c5ad674dd7
|
Add test cases and fix bugs
|
2019-11-01 15:48:28 +08:00 |
Feng Lee
|
2b1b58fc66
|
Add the new 'emqx_limiter' module
|
2019-11-01 08:10:58 +08:00 |
Feng Lee
|
6f30dca4ba
|
Add more option APIs
|
2019-11-01 08:10:26 +08:00 |
Feng Lee
|
d256387cee
|
Ensure the 'inc_sent/1', 'inc_recv/1' to return 'ok'
|
2019-11-01 08:09:45 +08:00 |
Feng Lee
|
30adfc18e6
|
Remove 'gc_state' and 'pub_stats' from channel's state
|
2019-11-01 08:08:38 +08:00 |