欧阳
欧阳
1、用户表增加注册IP 登陆IP 2、新增ip_limit表、user_ip_limit表 3、用户创建需要增加createIp参数同步 用户登录需要增加loginIp参数同步 users.login_limit 限制说明 0:普通限制IP登陆 读取ip_limits表 限制用户注册+用户登陆IP 1:指定IP登陆 读取user_ip_limits表 限制用户在指定IP登陆 2:黑名单限制登陆 读取black_lists表 限制用户在限制时间不能登陆
增加 AWS S3 存储 子模块已经单独PR(https://github.com/OpenIMSDK/Open-IM-SDK-Core/pull/32)
#### 🅰 Please add the issue ID after "Fixes #" Fixes #566
### OpenIM Server Version chat 1.8.0 ### Operating System and CPU Architecture Linux (AMD) ### Deployment Method Source Code Deployment ### Bug Description and Steps to Reproduce [version:v1.8.0] [mw/rpc_server_interceptor.go:107] rpc...