Skip to content

Releases: libxengine/XEngine_Authorize

XEngine_Authorize V3.14.0.1001

20 Sep 06:37
a4a4a17
Compare
Choose a tag to compare

增加:支持无限制多端登录了
增加:工作流CI支持
增加:当tcp或者websocket登录的时候会返回token了
增加:普通用户token开关支持
修改:websocket支持解析token字段了
修改:现在http post方法不在需要验证用户,使用token替代
修改:可以通过token获取用户过期时间
修改:公告和动态码合并到token任务中
修改:注册管理界面默认设置5次次数验证了
修改:多端登录序列类型进行了验证
修正:删除用户需要验证用户了
修正:某些时候崩溃
修正:公告信息可以为NULL的情况
修正:快速验证不允许硬件码为NULL了
修正:子模块状态错误
修正:在MACOS构建运行失败的问题
删除:XEngine_AuthorizeHTTP_Announcement列举处理方法函数

added:unlimited login type with multi supported now
added:workflow
added:reply token handle when tcp and websocket login
added:token auth for normal user of switch
modify:web socket support parse token field
modify:The post method processing flow now only requires token instead of verifying user and password
modify:get user left time by token
modify:merge notice and dynamic code and token task
modify:set time 5 default value with cdkey init and choice time add serial for management app
modify:multi login serial type is verification now
fixed:verification user information for delete user
fixed:some crashed
fixed:the problem that notice can be set null
fixed:does not allow code is null when fast verification
fixed:sub module status is incorrect
fixed:build error on mac
delete:XEngine_AuthorizeHTTP_Announcement list process from get method

XEngine_Authorize V3.13.0.1001

15 Jul 07:02
f0b3b3e
Compare
Choose a tag to compare

增加:管理程序支持CDKEY创建,打开,授权,初始化
增加:授权验证模块
增加:黑名单开关功能支持
增加:mysql数据库支持
增加:客户端模块加密支持
增加:服务端程序CDKEY验证支持
修改:现在默认使用sqlite数据库
修改:服务器处理CDKEY协议支持更多字段
修正:客户端登录加密协议返回处理不正确
修正:黑名单处理不正确
删除:局域网CDKEY支持

added:cdkey create,open,authorize,init for app management
added:authorize module
added:black function switch supported
added:mysql database support
added:encrypted support for client module
added:cdkey verification support for service
modify:configure use default sqlite
modify:server handle cdkey serial field and set serial field
fixed:Problem with client login protocol parsing failure after setting up encrypted communication
fixed:banned process is incorrect
delete:ver lan support for cdkey module

XEngine_Authorize V3.12.1.1001

21 Jun 06:11
136209e
Compare
Choose a tag to compare

修改:用户列表刷新时间修改
修改:用户增加和修改的时候会刷新用户列表
修改:websocket协议close和ping消息协议支持了
修正:关闭客户端重复关闭的问题
删除:不需要的配置项目

modify:user flush time
modify:flush user list for user add and modify
modify:websocket close and ping message protocol support
fixed:repeat close client
delete:not used configure field

XEngine_Authorize V3.12.0.1001

13 May 07:04
8b6b7b8
Compare
Choose a tag to compare

增加:使用新的git module替换jsoncpp
增加:信息报告模块
增加:天数类型现在已经支持了
修改:分离版本列表从配置文件中
修改:检测多端登录类型
修正:会话模块不是秒卡也会合并计算用时导致的问题
修正:客户端模块登录类型不正确的问题
修正:自定义时间类型充值不正确的问题
修正:次数卡登录的时候可能计算不正确的问题

added:use new git modules instead jsoncpp and info report
added:info report module
added:day type supported
modify:detach the version list into a separate configuration file
modify:check multi login type
fixed:the problem of merging login time instead of seconds for session module
fixed:login type is incorrect for client module
fixed:time of custom type pay is incorrect
fixed:time number is incorrect when login

XEngine_Authorize V3.11.0.1001

23 Feb 03:44
7316761
Compare
Choose a tag to compare

增加:客户端模块的http版本支持获取动态码
更新:对XEngine V8.25的编译支持
修改:客户端编译开关选项名称
修改:动态码被禁用的时候不允许访问
修正:某些时候websocket服务无法访问的问题
修正:http发送数据丢失
修正:某些加解密API缓冲区没有使用正确的问题
删除:客户端模块导出函数构建编译选项删除
删除:websocket的text协议验证

added:get dynamic code for http ver
update:xengine v8.25 build supported
modify:client build switch name
modify:dynamiccode is disable then not allow access
fixed:sometime does not visit websocket service
fixed:http sendmsg lost datas
fixed:Some crypto api buffers are used incorrectly
delete:export functions build switch for client module
delete:text protocol ver for websocket

XEngine_Authorize V3.10.0.1001

09 Jan 06:44
ce73426
Compare
Choose a tag to compare

增加:临时验证超时时间字段支持
增加:临时验证TOKEN权限检查
增加:临时验证增加管理代码,支持枚举,删除和修改
增加:编译选项支持客户端链接和客户端临时验证
增加:验证客户端模块,支持网络授权和临时试用
修正:超时时间一直为1的问题
修正:超时时间处理不正确的问题
修正:试用时间类型不正确并且修改过期时间
修正:试用删除数据库语法错误
修正:临时验证过期时间计算方法不正确

added:temp ver left time field supported
added:temporary verification token ver supported
added:mangement code for temporary verification
added:build switch supported and added client connect and temp ver supported
added:auth client module
fixed:The remaining time after timeout is 1
fixed:try type time handle is incorrent
fixed:try time type is incorrent and modify to left time
fixed:try delete sql syntax is incorrent
fixed:temp ver left time cal is incorrent

XEngine_Authorize V3.9.1.1001

10 Nov 09:49
b6a59d8
Compare
Choose a tag to compare

修改:管理程序禁用了天数卡生成选项
修正:删除用户崩溃的问题
修正:管理程序无法生成自定义序列号的问题
删除:http验证超时时间配置

modify:management disable to day serial generate
fixed:crashed when delete user
fixed:not custom serial for management app
delete:http auth time in configure

XEngine_Authorize V3.9.0.1001

10 Nov 05:48
4f66d65
Compare
Choose a tag to compare

优化:管理程序的用户列表刷新代码
优化:会话模块的秒钟时间统计方法
修改:多端登录可以不限制登录设备类型了
修改:分钟时间修改为秒钟,时间更加精准
修改:管理程序展示所有用户级别了
修改:当启动失败后服务需要按下按钮关闭
修改:自定义卡和天数卡背分开处理了
修改:秒钟时间类型现在展示的剩余时间了
修改:加密传输的启动日志
修改:多端登录的类型判断支持
修复:注册协议设置用户级别和时间错误
删除:管理程序添加用户的时候没用的代码

improved:user list flush for app
improved:time second count way for sessoion module
modify:does not limit login type for mutil login
modify:minute time modified to second time,Timing is more accurate
modify:show all user level for management app
modify:button push key for close service when service start is failed
modify:custom and day type handle separately
modify:second time type show left time and not left date
modify:crypto transport start log
modify:Mulit Login type handle is supported
fixed:register protocol set user level and time is incorrent
delete:unused when add user for manage app

XEngine_Authorize V3.8.0.1001

11 Aug 02:06
2395033
Compare
Choose a tag to compare

添加:管理端用户地址列表支持
增加:多端登录支持以及合并用时
更新:匹配XEngine V8.15
修改:次数卡类型用户登录后就修改了
修改:不在允许管理用户三方验证了
修改:管理接口不在限制单点登录了
修改:会话模块内部代码重构
修改:功能开关支持多端登录了
删除:普通用户http登录接口

added:client addr for user list of the management app
added:mulit device login supported and Merge Time
update:match xengine v8.15
modify:login to modify number of time for time serial type
modify:does not allow http hook for admin user
modify:the management interface does not limit single login now
modify:refator code for session module
modify:function switch supported multi login
delete:http login for normal user

XEngine_Authorize V3.7.0.1001

21 Apr 01:53
2f72e7d
Compare
Choose a tag to compare

添加:登录支持动态验证码功能
添加:禁用列表查询数量限制功能
更新:扩展HTTP缓冲区大小
更新:支持XEngine V8.x版本了
修改:公告协议现在有数量限制了
修正:获取公告功能开关错误

added:dynamic verfication code for login
added:limit query count for banned function
update:extend http buffer size
update:support xengine 8.x
modify:The number of announcements has been limited
fixed:get notice switch is incorrent