Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Releases: AOSC-Archive/LinkC

0.1 Release (Protocol Version 'Unusable')

08 Aug 04:20
Compare
Choose a tag to compare

规范了代码格式
解决了几处BUG
功能没有太大变化

Pre-Release 0.0.2

05 Aug 02:02
Compare
Choose a tag to compare
Pre-Release 0.0.2 Pre-release
Pre-release

版本更新:
-- 订阅/取消订阅BUG的修复
-- 实时/离线消息BUG的修复
-- 改变0.0.1中cmd = query时使用params回复 为 reply 回复
-- 冗余订阅的自动删除
-- 完善取消订阅时数据库方面的操作
-- 更新协议

LinkC (with gurgle protocol) Server Released

10 Jul 12:23
Compare
Choose a tag to compare

此次是服务端第一次Release,暂时没有客户端
服务端提供如下服务:
-- 添加/删除用户[内部操作]
-- 订阅/取消订阅
-- 离线消息推送
-- 消息实时转发
-- 用户资料更新/删除
-- 用户验证/登陆

待解决[待完善]的服务
-- 添加/删除用户[在线操作]
-- 服务端到服务端验证和消息转发
-- 客户端支持[现在没有客户端]
-- 好友状态更新推送

依赖:
MariaDB 10.0.20 or later
Python 3.4.2 or later
MysqlConnector[for python3.4] 2.0.4 or later