Releases: masx200/go_ws_sh
Releases · masx200/go_ws_sh
Continuous-integration-5734e696e9bc560899d185b927ea1c219a8c6d5b
chore: 删除数据库SQL转储文件 移除了三个数据库转储文件: - credentialstore.sql (凭据存储) - sessionstore.sql (会话存储) - tokenstore.sql (令牌存储) 这些文件包含敏感的数据库结构和数据,不应提交到版本控制中。
Continuous-integration-606fb1d5e906b0ae57c22075c7811638b82314f7
为TokenStore添加TableName方法并修复代码格式
Continuous-integration-fc532c91f3bcfd006a80ec6b3b04c6eb64773d8d
Continuous-integration-c6fa5a5414d283cf14a6c338e76fd97980be85cd
重构WebSocket服务器路由架构,优化会话处理逻辑 - 重构pipe-std-ws-server.go中的路由处理逻辑 - 创建generaterouteshttpsessions.go模块化路由生成器 - 将COPY和MOVE路由配置提取到独立函数 - 优化中间件组织结构,提高代码可维护性 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Continuous-integration-b09574b978b5b057f66e855eaf3825447fa31e56
Update authorizationmiddleware.go
Continuous-integration-69624419dd6bc3bab732ea8cc323dbe8a8a00aff
删除convertSessions函数并将Session结构体统一提取到types包 - 删除go_ws_sh/GenerateRoutes.go中的convertSessions函数,简化代码结构 - 将Session结构体定义移动到types包中,实现统一管理 - 更新所有使用Session类型的文件,统一使用types.Session - 清理未使用的time导入,优化代码组织 - 确保所有引用都指向types包中的Session结构体 - 保持代码编译通过,无类型冲突 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Continuous-integration-55d75bf65c924d02ad329f6e4f3acd3edcfec56a
优化WebSocket服务器路由和授权处理逻辑 - 优化AuthorizationMiddleware中的Bearer token处理 - 重构createTaskServer函数,简化handler参数处理 - 重命名createhandlerauthorization为createhandlerauthorization_websocket - 优化WebSocket路由处理,使用strings.TrimPrefix替代Param获取路径 - 改进路由中间件组合逻辑 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Continuous-integration-34cc887dc2259dd10a24e844e08a3128ff47342c
增强AuthorizationMiddleware的Bearer Token验证功能 - 添加base64解码和JSON解析功能 - 改进Bearer token验证逻辑 - 添加详细的错误处理和响应 - 优化授权验证流程 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Continuous-integration-201d4aa7ad1d9c05e8864c16598fd235e3016246
Continuous-integration-0beee08e1add1e545ce8e9a050ae49f8b9fa0c8e
重构授权验证功能,将验证逻辑分离到独立模块 - 将Validatepasswordortoken函数从AuthorizationHandler.go移至独立文件validatepasswordortoken.go - 在所有处理器中临时注释验证调用,为重构做准备 - 在authorizationmiddleware.go中添加Bearer token处理框架 - 优化代码组织结构,提高可维护性 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>