emqx/apps/emqx_gateway/src
JianBo He 257e310931 chore: ensure the `bind` output style
e.g:
- Configured as `1883`, printed as `:1883`
- Configured as `0.0.0.0:1883`, printed as `:1883`
- Configured as `127.0.0.1:1883`, printed as `127.0.0.1:1883`
- Configured as `::1:1883`, printed as `[::1]:1883`
- Configured as `[::1]:1883`, printed as `[::1]:1883`
2022-07-26 19:02:04 +08:00
..
bhvrs fix(limiter): remove unused rate limit codes 2022-05-07 17:00:13 +08:00
coap chore: make sure swagger's tags always titlecase 2 2022-07-25 16:55:38 +08:00
exproto chore: ensure the `bind` output style 2022-07-26 19:02:04 +08:00
lwm2m feat(authn): add enable_authn flag for listeners 2022-06-15 22:26:08 +03:00
mqttsn feat(authn): add enable_authn flag for listeners 2022-06-15 22:26:08 +03:00
proto fix(gateway): add node_status into the result of /gateway/{name}/listeners 2022-05-09 12:37:15 +08:00
stomp feat(authn): add enable_authn flag for listeners 2022-06-15 22:26:08 +03:00
emqx_gateway.app.src chore: bump emqx_gateway to 0.1.2 2022-07-20 17:03:04 +08:00
emqx_gateway.appup.src chore(appup): add appup for emqx_conf 2022-06-22 00:06:26 +02:00
emqx_gateway.erl refactor(gateway): re-use `emqx_authentication_config:authenticator_id/1` 2022-04-05 13:28:24 -03:00
emqx_gateway_api.erl fix(gw): save ssl files for dtls listener 2022-05-30 19:34:48 +08:00
emqx_gateway_api_authn.erl chore(authn api): replace user import api with upload api 2022-06-01 19:56:23 +03:00
emqx_gateway_api_authn_user_import.erl fix: fix bad swagger format 2022-07-20 16:56:07 +08:00
emqx_gateway_api_clients.erl feat(api-clients): return client mountpoint property 2022-05-03 16:52:38 +08:00
emqx_gateway_api_listeners.erl chore: ensure the `bind` output style 2022-07-26 19:02:04 +08:00
emqx_gateway_app.erl style(gateway): format gateway application 2022-03-31 17:41:32 +08:00
emqx_gateway_cli.erl style(gateway): format gateway application 2022-03-31 17:41:32 +08:00
emqx_gateway_cm.erl fix(exproto): keep conn_mod attribute in ConnInfo 2022-04-06 10:45:51 +08:00
emqx_gateway_cm_registry.erl style(gateway): format gateway application 2022-03-31 17:41:32 +08:00
emqx_gateway_conf.erl feat(gw): change the listeners api fields 2022-07-26 11:05:04 +08:00
emqx_gateway_ctx.erl fix(gw): enhance the authn resources managing logic 2022-06-16 17:48:19 +08:00
emqx_gateway_gw_sup.erl style(gateway): format gateway application 2022-03-31 17:41:32 +08:00
emqx_gateway_http.erl chore(gw): throw authn creation errors 2022-06-16 20:02:34 +08:00
emqx_gateway_insta_sup.erl chore(gw): throw authn creation errors 2022-06-16 20:02:34 +08:00
emqx_gateway_metrics.erl style(gateway): format gateway application 2022-03-31 17:41:32 +08:00
emqx_gateway_registry.erl style(gateway): format gateway application 2022-03-31 17:41:32 +08:00
emqx_gateway_schema.erl feat(authn): add enable_authn flag for listeners 2022-06-15 22:26:08 +03:00
emqx_gateway_sup.erl style(gateway): format gateway application 2022-03-31 17:41:32 +08:00
emqx_gateway_utils.erl chore: ensure the `bind` output style 2022-07-26 19:02:04 +08:00