wangchuxiao
|
1747ae8984
|
fix code
|
2 years ago |
wangchuxiao
|
dfee8891d3
|
fix code
|
2 years ago |
wangchuxiao
|
cb10df7c9f
|
fix code
|
2 years ago |
wangchuxiao
|
919e2543ca
|
fix code
|
2 years ago |
wangchuxiao
|
b705ac24fa
|
fix code
|
2 years ago |
wangchuxiao
|
4ec255917d
|
Merge branch 'del' of github.com:OpenIMSDK/Open-IM-Server into del
|
2 years ago |
wangchuxiao
|
9b86a18752
|
Merge branch 'del' of github.com:OpenIMSDK/Open-IM-Server into del
# Conflicts:
# pkg/common/db/mysql_model/im_mysql_model/ip_model.go
|
2 years ago |
skiffer-git
|
630fef29a2
|
Restrict user login with IP
|
2 years ago |
wangchuxiao
|
05d45c94d5
|
ip limit
|
2 years ago |
Gordon
|
1f8a965b7a
|
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
|
2 years ago |
Gordon
|
8b491f4c94
|
retry function
|
2 years ago |
skiffer-git
|
8b857f9980
|
Restrict user login with IP
|
2 years ago |
wangchuxiao
|
7d1707ca7c
|
fix log
|
2 years ago |
skiffer-git
|
5e3a3c61f3
|
Set the token activity time to five minutes ago
|
2 years ago |
skiffer-git
|
073b6d200a
|
Set the token activity time to five minutes ago
|
2 years ago |
Gordon
|
652d560a21
|
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
|
2 years ago |
Gordon
|
be69ee8b1d
|
fcm update
|
2 years ago |
wangchuxiao
|
d5239365be
|
hide jwt not active yet
|
2 years ago |
欧阳氏
|
ac7f905248
|
完善 用户注册 用户更新
|
2 years ago |
欧阳氏
|
39606248a1
|
邀请码功能
1、新增邀请码功能
needInvitationCode: false 改成 true 后生效
2、完善后台用户注册 修改相关
|
2 years ago |
skiffer-git
|
4e5c1606f3
|
log
|
2 years ago |
wangchuxiao
|
9b130ae56c
|
fix log
|
2 years ago |
wangchuxiao
|
a48b2e9edb
|
cms
|
2 years ago |
wangchuxiao
|
e4bbd57c41
|
fix log
|
2 years ago |
wangchuxiao
|
69008e08be
|
cms api rpc
|
2 years ago |
wangchuxiao
|
60029fc618
|
Merge branch 'v2.3.0release' of github.com:OpenIMSDK/Open-IM-Server into v2.3.0release
|
2 years ago |
wangchuxiao
|
f3e71fec91
|
callback kickoff
|
2 years ago |
wangchuxiao
|
c2bd1d0d83
|
callback kickoff
|
2 years ago |
wangchuxiao
|
cc3f53d572
|
Merge branch 'v2.3.0release' of github.com:OpenIMSDK/Open-IM-Server into v2.3.0release
|
2 years ago |
wangchuxiao
|
a2ddf3567c
|
callback kickoff
|
2 years ago |
wangchuxiao
|
aa7ba6d659
|
callback kickoff
|
2 years ago |
skiffer-git
|
c53bcd990d
|
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
|
2 years ago |
skiffer-git
|
78c807a514
|
add Invitation Code
|
2 years ago |
wangchuxiao
|
c4084cbcec
|
callback kickoff
|
2 years ago |
wangchuxiao
|
062c4b53b6
|
Merge pull request #258 from ouyangshi/main
增加 AWS S3 存储
|
2 years ago |
wangchuxiao
|
06729c4e84
|
Merge branch 'v2.3.0release' of github.com:OpenIMSDK/Open-IM-Server into v2.3.0release
|
2 years ago |
wangchuxiao
|
5c5f80691a
|
fix delete
|
2 years ago |
skiffer-git
|
5a0340e927
|
Multiple gateways
|
2 years ago |
skiffer-git
|
eb7e6a566b
|
Multiple gateways
|
2 years ago |
wangchuxiao
|
429bee7e6c
|
Merge pull request #261 from ouyangshi/v2.3.0release
增加注册IP 登陆IP+用户IP限制策略
|
2 years ago |
Smile
|
547ad7a2c7
|
kafka topic优化及解释,删除废弃topic的冗余代码 (#255)
|
2 years ago |
wangchuxiao
|
6bfa8643d6
|
fix delete
|
2 years ago |
skiffer-git
|
281f4b38d2
|
add log
|
2 years ago |
skiffer-git
|
7b590e4bd6
|
add log
|
2 years ago |
skiffer-git
|
923a035e6e
|
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
|
2 years ago |
skiffer-git
|
a2a56980d9
|
add log
|
2 years ago |
wangchuxiao
|
a74168d1e1
|
fix delete
|
2 years ago |
wangchuxiao
|
6c0922a6d8
|
fix delete
|
2 years ago |
wangchuxiao
|
706f6c6747
|
getui debug
|
2 years ago |
wangchuxiao
|
2c0a2d7877
|
getui debug
|
2 years ago |
欧阳氏
|
9358aa1bd8
|
用户表增加注册IP 登陆IP
1、用户表增加注册IP 登陆IP
2、新增ip_limit表、user_ip_limit表
3、用户创建需要增加createIp参数同步
用户登录需要增加loginIp参数同步
login_limit 限制说明
0:读取ip_limits表 限制用户注册+用户登陆IP
1:读取user_ip_limits表 限制用户在指定IP登陆
2:读取black_lists表 限制用户在限制时间不能登陆
|
2 years ago |
Gordon
|
e33af2a316
|
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
|
2 years ago |
Gordon
|
ffc4da1589
|
callback add seq
|
2 years ago |
wangchuxiao
|
4cfa8d880f
|
getui debug
|
2 years ago |
skiffer-git
|
bba5e7db0c
|
fix bug
|
2 years ago |
skiffer-git
|
eb960f2606
|
fix bug
|
2 years ago |
skiffer-git
|
92a68108a6
|
fix bug
|
2 years ago |
skiffer-git
|
ae8acc6eba
|
GetGroupAbstractInfoResp
|
2 years ago |
wangchuxiao
|
12cbb1f6f9
|
group hash
|
2 years ago |
wangchuxiao
|
11f29280b1
|
group hash
|
2 years ago |
wangchuxiao
|
faae01cb8a
|
fix bug
|
2 years ago |
wangchuxiao
|
00bddd5e57
|
fix bug
|
2 years ago |
wangchuxiao
|
d1ffa9b330
|
callback fix
|
2 years ago |
Gordon
|
ba5edabb2c
|
del conversation bug fix
|
2 years ago |
skiffer-git
|
68eed69221
|
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
# Conflicts:
# pkg/base_info/group_api_struct.go
|
2 years ago |
skiffer-git
|
5db5bf17cb
|
add GetGroupAbstractInfo api
|
2 years ago |
Gordon
|
319631b5c4
|
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
|
2 years ago |
Gordon
|
0489c35417
|
unread bug fix
|
2 years ago |
Gordon
|
10c0f3075a
|
unread bug fix
|
2 years ago |
wangchuxiao
|
576348b1f2
|
callback fix
|
2 years ago |
wangchuxiao
|
db547d60df
|
callback fix
|
2 years ago |
wangchuxiao
|
0f655e9292
|
callback fix
|
2 years ago |
wangchuxiao
|
3d0827a6da
|
callback fix
|
2 years ago |
Gordon
|
0117e96d5b
|
callback msg content
|
2 years ago |
Gordon
|
ca7bba33e6
|
docker-compose file update
|
2 years ago |
wangchuxiao
|
b294a8138c
|
Merge branch 'v2.3.0release' of github.com:OpenIMSDK/Open-IM-Server into v2.3.0release
|
2 years ago |
wangchuxiao
|
a99dbf634b
|
callback fix
|
2 years ago |
skiffer-git
|
cda0fb6a10
|
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
|
2 years ago |
skiffer-git
|
a1392a7677
|
GetGroupAllMemberListBySplit
|
2 years ago |
Gordon
|
7057d7fffb
|
pb add fields
|
2 years ago |
wangchuxiao
|
b32463df53
|
Merge branch 'v2.3.0release' of github.com:OpenIMSDK/Open-IM-Server into v2.3.0release
|
2 years ago |
wangchuxiao
|
f202d5f54a
|
fix bug
|
2 years ago |
Gordon
|
22a39ed4d3
|
config file update
|
2 years ago |
Gordon
|
4003befc2a
|
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
|
2 years ago |
Gordon
|
c17ca47e7d
|
config file update
|
2 years ago |
wangchuxiao
|
e2e5ab656f
|
Merge branch 'v2.3.0release' of github.com:OpenIMSDK/Open-IM-Server into v2.3.0release
|
2 years ago |
wangchuxiao
|
b4d82579b7
|
fix bug
|
2 years ago |
Gordon
|
6734c714d7
|
config file update
|
2 years ago |
Gordon
|
526aa15ff6
|
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
|
2 years ago |
Gordon
|
bc0e9eb74e
|
config file update
|
2 years ago |
Gordon
|
a425c62156
|
config file update
|
2 years ago |
wangchuxiao
|
9136838b63
|
fix bug
|
2 years ago |
欧阳氏
|
cfa9f2d13f
|
增加 AWS S3 存储
|
2 years ago |
wangchuxiao
|
0a8a248349
|
fix bug
|
2 years ago |
wangchuxiao
|
b29f93dcd2
|
Merge branch 'v2.3.0release' of github.com:OpenIMSDK/Open-IM-Server into v2.3.0release
|
2 years ago |
wangchuxiao
|
1c85424488
|
mongodb superGroup
|
2 years ago |
Gordon
|
b753536437
|
add test file
|
2 years ago |
Gordon
|
2b54f0a7ae
|
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
|
2 years ago |
Gordon
|
6def5bd3cf
|
add test file
|
2 years ago |
wenxu12345
|
efe727ec71
|
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
|
2 years ago |
wenxu12345
|
d278dfb996
|
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
|
2 years ago |
wenxu12345
|
6a19c8130c
|
Adjust error code
|
2 years ago |
Gordon
|
c43290338d
|
add test file
|
2 years ago |
Gordon
|
783a982ca8
|
remove _:
|
2 years ago |
wangchuxiao
|
6e826cf369
|
Merge branch 'v2.3.0release' of github.com:OpenIMSDK/Open-IM-Server into v2.3.0release
|
2 years ago |
wangchuxiao
|
8f12fa52b4
|
mongodb superGroup to cache
|
2 years ago |
Gordon
|
6d15e5b5a1
|
msg
|
2 years ago |
Gordon
|
51679b47a6
|
delete super group message
|
2 years ago |
Gordon
|
787cef54f5
|
manger send msg modify
|
2 years ago |
Gordon
|
4b6332dbfa
|
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
|
2 years ago |
Gordon
|
bbc62ef907
|
remove cache message from redis
|
2 years ago |
wenxu12345
|
90401d4d12
|
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
|
2 years ago |
Gordon
|
5a626e9dab
|
add update conversation unread count
|
2 years ago |
wenxu12345
|
0ddf5eadb6
|
Push message to client through message queue
|
2 years ago |
wenxu12345
|
b1377218b1
|
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
|
2 years ago |
wenxu12345
|
80d74f6f38
|
Push message to client through message queue
|
2 years ago |
wangchuxiao
|
192c764c8c
|
superGroupMaxSeq
|
2 years ago |
wangchuxiao
|
041a35e3c8
|
superGroupMaxSeq
|
2 years ago |
wangchuxiao
|
cf205c2480
|
superGroupMaxSeq
|
2 years ago |
Gordon
|
a3530be7b4
|
firebase update
|
2 years ago |
Gordon
|
e61434347e
|
Merge branch 'superGroup' into v2.3.0release
# Conflicts:
# go.sum
# pkg/common/db/RedisModel.go
# pkg/common/db/model.go
|
2 years ago |
欧阳氏
|
84c068783d
|
新增 firebase cloud message 消息推送 (#236)
* 新增 firebase cloud message 消息推送
新增 api接口 /third/fcm_update_token 用于更新客户端获取到 FCM token 同步到服务器
* mongodb授权缺少授权数据库
windows下面的编译+启动
|
2 years ago |
wangchuxiao
|
a3f62e2246
|
superGroupMaxSeq
|
2 years ago |
wangchuxiao
|
a5ef78fd1e
|
superGroupMaxSeq
|
2 years ago |
wangchuxiao
|
a937a94e43
|
fix bug
|
2 years ago |
wangchuxiao
|
a6cf407a8f
|
fix bug
|
2 years ago |
wangchuxiao
|
eec8eb4766
|
dtm
|
2 years ago |
wangchuxiao
|
52c71e3843
|
dtm
|
2 years ago |
wangchuxiao
|
960e3d34eb
|
dtm
|
2 years ago |
wangchuxiao
|
cbb127ff38
|
Merge branch 'dtm' into v2.3.0release
|
2 years ago |
wangchuxiao
|
db1a043261
|
dtm
|
2 years ago |
wangchuxiao
|
f9eee19cbe
|
dtm
|
2 years ago |
wangchuxiao
|
eb1aeefc8c
|
Merge branch 'dtm' into v2.3.0release
# Conflicts:
# internal/rpc/group/group.go
|
2 years ago |
skiffer-git
|
f383d6c636
|
rename
|
2 years ago |
skiffer-git
|
53eebb0638
|
rename
|
2 years ago |
skiffer-git
|
4546e77d5b
|
rename
|
2 years ago |
skiffer-git
|
7d2eb31f05
|
rename
|
2 years ago |
skiffer-git
|
7c15a53a62
|
rename
|
2 years ago |
wangchuxiao
|
1531db0a35
|
departmentcache
|
2 years ago |
wangchuxiao
|
6d91f766e7
|
docker-compose fix
|
2 years ago |
wangchuxiao
|
bf5bce9e64
|
rocks cache
|
2 years ago |
wangchuxiao
|
5afa3380a6
|
docker-compose fix
|
2 years ago |
wangchuxiao
|
85f5c59781
|
docker-compose fix
|
2 years ago |
wangchuxiao
|
8ee4ca0357
|
docker-compose fix
|
2 years ago |
wangchuxiao
|
656241c23f
|
docker-compose fix
|
2 years ago |
skiffer-git
|
5936492f76
|
Filter out disbanded groups
|
2 years ago |
wangchuxiao
|
abe06b8753
|
docker-compose fix
|
2 years ago |
wangchuxiao
|
1b4b2b9bb1
|
docker-compose fix
|
2 years ago |
skiffer-git
|
ad1d759840
|
Application for joining the group: JoinSource && InviterUserID
|
2 years ago |
wangchuxiao
|
1e6a93b4b6
|
Merge branch 'v2.3.0release' of github.com:OpenIMSDK/Open-IM-Server into v2.3.0release
# Conflicts:
# internal/rpc/group/group.go
# internal/rpc/user/user.go
# pkg/common/db/mysql_model/im_mysql_model/group_model.go
|
2 years ago |
skiffer-git
|
8ad22f8148
|
fix bug
|
2 years ago |
wangchuxiao
|
b064244907
|
rocks cache
|
2 years ago |
skiffer-git
|
a01156feb6
|
fix bug
|
2 years ago |
skiffer-git
|
af1d8fa834
|
fix bug
|
2 years ago |
skiffer-git
|
0234795200
|
fix bug
|
2 years ago |
skiffer-git
|
58f4ebe411
|
Limit the number of members invited to join the group
|
2 years ago |
skiffer-git
|
d4e575f777
|
Show group notification editor
|
2 years ago |
skiffer-git
|
2d110deb09
|
Show group notification editor
|
2 years ago |
skiffer-git
|
fb4cef7ccb
|
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
|
2 years ago |
skiffer-git
|
3b6b88fd62
|
Source of joining the group
|
2 years ago |
Gordon
|
95630c6d61
|
group add field
|
2 years ago |
Gordon
|
adb7da7aaf
|
group add field
|
2 years ago |
Gordon
|
504e4cc6a3
|
add super delete
|
2 years ago |
skiffer-git
|
ec5177342e
|
Set friend remark to empty
|
2 years ago |
wangchuxiao
|
9e0e2fe124
|
fix bug
|
2 years ago |
Gordon
|
9cfbd8107e
|
add redis username
|
2 years ago |
Gordon
|
b70a4070f2
|
add redis username
|
2 years ago |
Gordon
|
d3b302ce66
|
add redis username
|
2 years ago |
Gordon
|
5a423f88dd
|
add redis username
|
2 years ago |
Gordon
|
f89c1edadf
|
add redis username
|
2 years ago |
Gordon
|
1aa106ba4a
|
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
|
2 years ago |
Gordon
|
c638072902
|
super group add
|
2 years ago |
wangchuxiao
|
4035f037d2
|
Merge branch 'v2.3.0release' of github.com:OpenIMSDK/Open-IM-Server into v2.3.0release
|
2 years ago |
Gordon
|
2b6f861f3b
|
test group file
|
2 years ago |
Gordon
|
9a813030a3
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
|
2 years ago |
Gordon
|
04b7dd719c
|
test group
|
2 years ago |
wangchuxiao
|
3ad3b30d97
|
demo
|
2 years ago |
wangchuxiao
|
d0e7147911
|
demo
|
2 years ago |
skiffer-git
|
d7ce455f2f
|
Super code can be disabled
|
2 years ago |
wangchuxiao
|
088f9dae9b
|
demo
|
2 years ago |
wangchuxiao
|
8849cd46c9
|
callback
|
2 years ago |
wangchuxiao
|
f51fbecfee
|
callback
|
2 years ago |
wangchuxiao
|
2907cac50f
|
swagger
|
2 years ago |
wangchuxiao
|
4eeef63724
|
Merge branch 'superGroup' of github.com:OpenIMSDK/Open-IM-Server into superGroup
# Conflicts:
# internal/api/group/group.go
|
2 years ago |
wangchuxiao
|
0c7f57d55d
|
swagger docs
|
2 years ago |
skiffer-git
|
d17d7a792a
|
fix bug
|
2 years ago |
skiffer-git
|
dc9f7dc294
|
fix bug
|
2 years ago |
skiffer-git
|
3e630a3882
|
fix bug
|
2 years ago |
wangchuxiao
|
20f78d214f
|
swagger
|
2 years ago |
wangchuxiao
|
5207e268de
|
swagger doc
|
2 years ago |
Gordon
|
d8717bd0b4
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
|
2 years ago |
Gordon
|
cfcc5c1095
|
test
|
2 years ago |
wangchuxiao
|
189a7d09a1
|
Merge branch 'superGroup' of github.com:OpenIMSDK/Open-IM-Server into superGroup
|
2 years ago |
wangchuxiao
|
99062805ec
|
add swagger demo
|
2 years ago |
wenxu12345
|
87dbdc07d1
|
verification joining group chat
|
2 years ago |
wenxu12345
|
db7ef3ac4b
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
|
2 years ago |
wenxu12345
|
5b8ef3a17c
|
verification gor joining group chat
|
2 years ago |
Gordon
|
ddddbf6987
|
remove old redis module
|
2 years ago |
Gordon
|
2f2f72fe4b
|
test
|
2 years ago |
Gordon
|
34fe9596a9
|
test
|
2 years ago |
Gordon
|
e4d35c2a86
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
|
2 years ago |
Gordon
|
af7dde61d6
|
model update
|
2 years ago |
wenxu12345
|
a62388759a
|
Handling token exceptions
|
2 years ago |
wenxu12345
|
9337d150b9
|
Handling token exceptions
|
2 years ago |
wenxu12345
|
910876f323
|
Handling token exceptions
|
2 years ago |
wenxu12345
|
af152aa9b9
|
Handling token exceptions
|
2 years ago |
wenxu12345
|
f34fedd822
|
Handling token exceptions
|
2 years ago |
wenxu12345
|
ac7c0015db
|
Handling token exceptions
|
2 years ago |
wenxu12345
|
1a3b5d018a
|
Handling token exceptions
|
2 years ago |
wenxu12345
|
d99d7ac63c
|
debug
|
2 years ago |
wenxu12345
|
c2686beb9b
|
debug
|
2 years ago |
wenxu12345
|
1bfae7627e
|
debug
|
2 years ago |
wenxu12345
|
06c523ea81
|
debug
|
2 years ago |
wenxu12345
|
7f4e21d4ba
|
debug
|
2 years ago |
wenxu12345
|
c993bb2f5e
|
debug
|
2 years ago |
wenxu12345
|
5527f7c78a
|
debug
|
2 years ago |
wenxu12345
|
8e9ad57173
|
debug
|
2 years ago |
wangchuxiao
|
b5c20f5be9
|
Merge branch 'superGroup' of github.com:OpenIMSDK/Open-IM-Server into superGroup
|
2 years ago |
wangchuxiao
|
59a53c7c73
|
fix bug
|
2 years ago |
Gordon
|
b242aac7cd
|
jpush add config for ios env mode
|
2 years ago |
skiffer-git
|
127ad802ff
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
|
2 years ago |
skiffer-git
|
f42a2c9434
|
kickoff
|
2 years ago |
wangchuxiao
|
2e52867df4
|
Merge branch 'superGroup' of github.com:OpenIMSDK/Open-IM-Server into superGroup
|
2 years ago |
wangchuxiao
|
c5eb8a3f9b
|
入职流程
|
2 years ago |
skiffer-git
|
cacde08e99
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
|
2 years ago |
skiffer-git
|
9443ed5d49
|
log for etcd
|
2 years ago |
Gordon
|
92cb2e7eab
|
config file update
|
2 years ago |
Gordon
|
04136d5b9d
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
|
2 years ago |
Gordon
|
fd256a6c28
|
config file update
|
2 years ago |
wangchuxiao
|
e64b8841c5
|
Merge branch 'superGroup' of github.com:OpenIMSDK/Open-IM-Server into superGroup
|
2 years ago |
wangchuxiao
|
52ae2c3655
|
fix bug
|
2 years ago |
skiffer-git
|
f1b5f56294
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
|
2 years ago |
skiffer-git
|
ed3b62480c
|
log for etcd
|
2 years ago |
wangchuxiao
|
3892883470
|
Merge branch 'superGroup' of github.com:OpenIMSDK/Open-IM-Server into superGroup
|
2 years ago |
wangchuxiao
|
d1049b8022
|
fix bug
|
2 years ago |
Gordon
|
903c39206f
|
msg transfer handle change
|
2 years ago |
Gordon
|
29dbb36961
|
user proto modify
|
2 years ago |
wangchuxiao
|
20851f2a96
|
fix bug
|
2 years ago |
wangchuxiao
|
7bbf2b200b
|
fix bug
|
2 years ago |
Gordon
|
e9ac9faa49
|
user proto modify
|
2 years ago |
wangchuxiao
|
a15e644a51
|
fix bug
|
2 years ago |
Gordon
|
479679a1c6
|
user proto modify
|
2 years ago |
Gordon
|
a50001364f
|
user proto modify
|
2 years ago |
Gordon
|
57d96b85f1
|
add global recv opt
|
2 years ago |
wangchuxiao
|
dd4817a65a
|
Merge branch 'superGroup' of github.com:OpenIMSDK/Open-IM-Server into superGroup
|
2 years ago |
wangchuxiao
|
b3dcff2d76
|
redis interface
|
2 years ago |
skiffer-git
|
8c82f811cb
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
# Conflicts:
# internal/rpc/user/user.go
|
2 years ago |
skiffer-git
|
dbc2713495
|
Handling exception: getcdv3.GetConn == nil
|
2 years ago |
wangchuxiao
|
96d3ae86cc
|
Merge branch 'superGroup' of github.com:OpenIMSDK/Open-IM-Server into superGroup
|
2 years ago |
Gordon
|
7e6e214f08
|
add global recv opt
|
2 years ago |
Gordon
|
5e51eebe8a
|
msg handle
|
2 years ago |
skiffer-git
|
310997f978
|
update chat.pb
|
2 years ago |
wangchuxiao
|
1b1f4464ee
|
GlobalRecvMsgOpt
|
2 years ago |
wangchuxiao
|
f9a26e9195
|
Merge branch 'superGroup' of github.com:OpenIMSDK/Open-IM-Server into superGroup
|
2 years ago |
wangchuxiao
|
ea76f20825
|
GlobalRecvMsgOpt
|
2 years ago |
skiffer-git
|
1a6a0d3592
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
|
2 years ago |
skiffer-git
|
0d2c0e91c8
|
use sarama v1.29.0
|
2 years ago |
Gordon
|
2e7e278ba4
|
redis restore
|
2 years ago |
Gordon
|
afa93aaf9e
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
|
2 years ago |
Gordon
|
d74bea25aa
|
redis replace to go_redis
|
2 years ago |
skiffer-git
|
f4f6ea681e
|
Optimization for log
|
2 years ago |
Gordon
|
f96e12a8b3
|
redis replace to go_redis
|
2 years ago |
Gordon
|
eef47017a3
|
redis replace to go_redis
|
2 years ago |
Gordon
|
4315d9dfbb
|
redis replace to go_redis
|
2 years ago |
Gordon
|
d7961bf226
|
redis replace to go_redis
|
2 years ago |
wangchuxiao
|
1aee41e7e7
|
go-redis
|
2 years ago |
wangchuxiao
|
f4cdbe985e
|
alter rtc timeout
|
2 years ago |
Gordon
|
d3279694b7
|
add global msg recv opt
|
2 years ago |
Gordon
|
8fe6231ebc
|
add global msg recv opt
|
2 years ago |
Gordon
|
6f0860d954
|
add global msg recv opt
|
2 years ago |
wangchuxiao
|
956d745034
|
alter rtc timeout
|
2 years ago |
Gordon
|
ccc69ac2d0
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
# Conflicts:
# pkg/proto/sdk_ws/ws.pb.go
|
2 years ago |
wangchuxiao
|
a0581618a4
|
Merge branch 'tuoyun' into superGroup
# Conflicts:
# config/config.yaml
# internal/msg_gateway/gate/logic.go
# internal/msg_gateway/gate/ws_server.go
# internal/push/logic/push_to_client.go
# internal/rpc/group/group.go
# internal/rpc/msg/send_msg.go
# pkg/common/config/config.go
# pkg/proto/sdk_ws/ws.pb.go
|
2 years ago |
Gordon
|
cfcccd0240
|
user add global set message recv opt
|
2 years ago |
wangchuxiao
|
d190616d34
|
rtc
|
2 years ago |
wangchuxiao
|
d7884f89f5
|
rtc
|
2 years ago |
Gordon
|
d8ce122254
|
redis model update
|
2 years ago |
wangchuxiao
|
9c1ca78fed
|
rtc
|
2 years ago |
wangchuxiao
|
0e93295cdf
|
rtc
|
2 years ago |
wangchuxiao
|
f31179bb9a
|
rtc
|
2 years ago |
wangchuxiao
|
805b7705b2
|
rtc
|
2 years ago |
wangchuxiao
|
d797d7b47a
|
rtc
|
2 years ago |
wangchuxiao
|
257e98edb2
|
group
|
2 years ago |
Gordon
|
034201a45b
|
redis model update
|
2 years ago |
Gordon
|
d43b9fc6c1
|
redis model update
|
2 years ago |
Gordon
|
2cbffb96fd
|
push update
|
2 years ago |
Gordon
|
f3b083cafd
|
push update
|
2 years ago |
wangchuxiao
|
52d8ab5389
|
singal
|
2 years ago |
wangchuxiao
|
dbc055efb4
|
org
|
2 years ago |
wangchuxiao
|
fdaf4380fa
|
base64 userID
|
2 years ago |
wangchuxiao
|
1687b70bde
|
fix signal
|
2 years ago |
Gordon
|
2ede9ef8ed
|
add batch push
|
2 years ago |
wangchuxiao
|
dbcfcafdfc
|
fix word
|
2 years ago |
wangchuxiao
|
ceca0f095b
|
demo
|
2 years ago |
wangchuxiao
|
ab76d46007
|
demo
|
2 years ago |
wangchuxiao
|
9b4890a99f
|
fix bug
|
2 years ago |
wangchuxiao
|
c8bf95578c
|
fix bug
|
2 years ago |
wangchuxiao
|
7b08d98647
|
fix bug
|
2 years ago |
skiffer-git
|
32565dd188
|
config for msg read receipt
|
2 years ago |
skiffer-git
|
96f09c45f5
|
batch push
|
2 years ago |
wangchuxiao
|
6525d63459
|
fix bug
|
2 years ago |
wangchuxiao
|
ae684d6d39
|
fix bug
|
2 years ago |
wangchuxiao
|
d9710ac244
|
fix bug
|
2 years ago |
wangchuxiao
|
dff7a28094
|
fix bug
|
2 years ago |
wangchuxiao
|
da18950b3d
|
fix bug
|
2 years ago |
wangchuxiao
|
f650e73d5c
|
fix bug
|
2 years ago |
Gordon
|
a7a69008d8
|
log
|
2 years ago |
Gordon
|
0214419446
|
log
|
2 years ago |
wangchuxiao
|
26771ee7d0
|
organization
|
2 years ago |
wangchuxiao
|
a4f69351ce
|
fix bug
|
2 years ago |
wangchuxiao
|
ed7d2bbdd7
|
Merge branch 'superGroup' of github.com:OpenIMSDK/Open-IM-Server into superGroup
|
2 years ago |
wangchuxiao
|
276328e0fd
|
fix bug
|
2 years ago |
Gordon
|
536d7e2957
|
ws pb
|
2 years ago |
wangchuxiao
|
5f42748e1b
|
Merge branch 'tuoyun' into superGroup
# Conflicts:
# internal/msg_gateway/gate/callback.go
# internal/msg_transfer/logic/online_history_msg_handler.go
# internal/push/logic/callback.go
# internal/push/logic/push_to_client.go
# pkg/common/db/model.go
# pkg/common/db/newRedisModel.go
# pkg/proto/group/group.pb.go
# pkg/proto/group/group.proto
|
2 years ago |
Gordon
|
f106664952
|
kick
|
2 years ago |
wangchuxiao
|
f3fc452904
|
group set memberInfo
|
2 years ago |
Gordon
|
89f40fe3de
|
kick
|
2 years ago |
skiffer-git
|
290ae774e0
|
ForceLogout
|
2 years ago |
skiffer-git
|
d373369649
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
|
2 years ago |
skiffer-git
|
9106e70b37
|
group administrator access
|
2 years ago |
Gordon
|
78298e1284
|
pb file
|
2 years ago |
wangchuxiao
|
34c091f232
|
signal
|
2 years ago |
skiffer-git
|
064b650fac
|
group administrator access
|
2 years ago |
wangchuxiao
|
f8b4cbcc13
|
singal offline push
|
2 years ago |
Gordon
|
2f9c8dbb33
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
|
2 years ago |
Gordon
|
8bd5db431b
|
add function
|
2 years ago |
skiffer-git
|
5754510d7a
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
|
2 years ago |
skiffer-git
|
797e2fea1e
|
group info set
|
2 years ago |
wangchuxiao
|
1a42f6dded
|
singal offline push
|
2 years ago |
wangchuxiao
|
4efdd342d6
|
singal offline push
|
2 years ago |
wangchuxiao
|
f15684a562
|
singal offline push
|
2 years ago |
wangchuxiao
|
78dfba8771
|
singal offline push
|
2 years ago |
wangchuxiao
|
ebf07eddfb
|
singal offline push
|
2 years ago |
wangchuxiao
|
d3abc44976
|
singal offline push
|
2 years ago |
wangchuxiao
|
dc7c10014d
|
singal offline push
|
2 years ago |
wangchuxiao
|
5e2e8f91c7
|
singal offline push
|
2 years ago |
wangchuxiao
|
1fffd36054
|
singal offline push
|
2 years ago |
wangchuxiao
|
2b25fea86c
|
singal offline push
|
2 years ago |
wangchuxiao
|
64fa52452c
|
singal offline push
|
2 years ago |
wangchuxiao
|
16d33b1c1f
|
singal offline push
|
2 years ago |
Gordon
|
0a260a67d5
|
ws and push update
|
2 years ago |
Gordon
|
14bfd78f63
|
ws and push update
|
2 years ago |
Gordon
|
a18dcfce9e
|
ws and push update
|
2 years ago |
Gordon
|
48410c428a
|
redis update
|
2 years ago |
wenxu12345
|
b2df6e6d41
|
Clear msg
|
3 years ago |
wenxu12345
|
8315c61240
|
Clear msg
|
3 years ago |
wenxu12345
|
2b4df5be16
|
Clear personal chat history
|
3 years ago |
wangchuxiao
|
f98da25fda
|
organization
|
3 years ago |
Gordon
|
4c305b7cc0
|
redis replace go redis
|
3 years ago |
Gordon
|
5c979a532f
|
redis replace go redis
|
3 years ago |
Gordon
|
fcf2427878
|
redis replace go redis
|
3 years ago |
Gordon
|
31e923fc67
|
redis replace go redis
|
3 years ago |
Gordon
|
1c2ebb8c5d
|
redis replace go redis
|
3 years ago |
wangchuxiao
|
29e75a4851
|
organization
|
3 years ago |
Gordon
|
3765661a4e
|
redis replace go redis
|
3 years ago |
Gordon
|
628984c09d
|
redis replace go redis
|
3 years ago |
Gordon
|
a630653d88
|
redis replace go redis
|
3 years ago |
Gordon
|
e693b908be
|
redis replace go redis
|
3 years ago |
Gordon
|
f36b2433a0
|
redis replace go redis
|
3 years ago |
Gordon
|
47af0d0356
|
redis replace go redis
|
3 years ago |
Gordon
|
d4c587c668
|
redis replace go redis
|
3 years ago |
Gordon
|
dda453975b
|
redis replace go redis
|
3 years ago |
Gordon
|
c28801ff27
|
redis replace go redis
|
3 years ago |
Gordon
|
4e609ebc33
|
redis replace go redis
|
3 years ago |
Gordon
|
1257e96d5e
|
redis replace go redis
|
3 years ago |
Gordon
|
122a3ab4ce
|
redis replace go redis
|
3 years ago |
Gordon
|
136cb43cd1
|
redis replace go redis
|
3 years ago |
Gordon
|
ad8086d2b6
|
redis replace go redis
|
3 years ago |
Gordon
|
d00641a73c
|
redis replace go redis
|
3 years ago |
Gordon
|
0aefab34f1
|
log
|
3 years ago |
wenxu12345
|
cd8e12c747
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
|
3 years ago |
wenxu12345
|
591b292fbf
|
super group
|
3 years ago |
wangchuxiao
|
0168ef4014
|
superGroup
|
3 years ago |
wangchuxiao
|
8cc6b048fd
|
superGroup
|
3 years ago |
wangchuxiao
|
cf094a2048
|
superGroup
|
3 years ago |
wangchuxiao
|
10881c8f5b
|
superGroup
|
3 years ago |
wangchuxiao
|
23c6c8b331
|
superGroup
|
3 years ago |
wangchuxiao
|
653c0faa18
|
superGroup
|
3 years ago |
wenxu12345
|
b108e5bf45
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
|
3 years ago |
wenxu12345
|
5e5597ef19
|
super group
|
3 years ago |
wangchuxiao
|
edb5cb4ee5
|
superGroup
|
3 years ago |
wangchuxiao
|
0b9e6d52b4
|
superGroup
|
3 years ago |
wangchuxiao
|
ecf0a4f299
|
Merge branch 'superGroup' of github.com:OpenIMSDK/Open-IM-Server into superGroup
|
3 years ago |
wangchuxiao
|
d3fe5cdf34
|
superGroup
|
3 years ago |
wenxu12345
|
d3d5c11675
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
|
3 years ago |
wenxu12345
|
ae30b4359f
|
super group
|
3 years ago |
Gordon
|
bda1b0a304
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
|
3 years ago |
Gordon
|
839f3e52ef
|
pull message update
|
3 years ago |
wangchuxiao
|
a85f6b8287
|
Merge branch 'superGroup' of github.com:OpenIMSDK/Open-IM-Server into superGroup
|
3 years ago |
wangchuxiao
|
fe9f86b432
|
superGroup
|
3 years ago |
Gordon
|
7285e2b2c9
|
add super group
|
3 years ago |
Gordon
|
e9bf26e0ca
|
pb file
|
3 years ago |
wenxu12345
|
ec0319d256
|
Merge remote-tracking branch 'origin/superGroup' into superGroup
|
3 years ago |
wenxu12345
|
1bfefbd083
|
super group
|
3 years ago |
wangchuxiao
|
8967343079
|
superGroup
|
3 years ago |
wangchuxiao
|
b3ba06aecb
|
superGroup
|
3 years ago |
wangchuxiao
|
b55e13dbeb
|
superGroup
|
3 years ago |
wangchuxiao
|
bbe8c46df9
|
callback
|
3 years ago |
wangchuxiao
|
a4c0728e28
|
callback
|
3 years ago |
wangchuxiao
|
3f126be081
|
callback
|
3 years ago |
wangchuxiao
|
f5befcc95f
|
callback
|
3 years ago |
wangchuxiao
|
1eeb7f8303
|
callback
|
3 years ago |
wangchuxiao
|
4b7177101a
|
Merge branch 'tuoyun' of github.com:OpenIMSDK/Open-IM-Server into tuoyun
|
3 years ago |
wangchuxiao
|
b4da35a0ab
|
ingress
|
3 years ago |
wenxu12345
|
8addb49012
|
add error handling : mongo
|
3 years ago |
wenxu12345
|
ac1e557c46
|
add error handling : mongo
|
3 years ago |
wangchuxiao
|
eb2218c220
|
del msg
|
3 years ago |
wangchuxiao
|
657ec411c3
|
del msg
|
3 years ago |
Gordon
|
061af3f827
|
push update
|
3 years ago |
wangchuxiao
|
e961a44511
|
Merge branch 'tuoyun' of github.com:OpenIMSDK/Open-IM-Server into tuoyun
# Conflicts:
# internal/rpc/msg/rpcChat.go
|
3 years ago |
wangchuxiao
|
c16a35ec8c
|
del msg
|
3 years ago |
wangchuxiao
|
841566a5d1
|
del msg
|
3 years ago |
Gordon
|
e9a515ac34
|
message update
|
3 years ago |
Gordon
|
b14b53329c
|
Merge remote-tracking branch 'origin/tuoyun' into tuoyun
|
3 years ago |
Gordon
|
b8641258d6
|
message update
|
3 years ago |
wangchuxiao
|
18eaae80ec
|
del msg
|
3 years ago |
Gordon
|
f8bed154ce
|
pb file
|
3 years ago |
Gordon
|
8ee3f7ab66
|
pb file
|
3 years ago |
wenxu12345
|
1246f3aa21
|
msg cache
|
3 years ago |
wenxu12345
|
49cd31fd41
|
msg cache
|
3 years ago |
Gordon
|
ae0cfe1575
|
redis add get message
|
3 years ago |
Gordon
|
79ff36d49a
|
redis add get message
|
3 years ago |
Gordon
|
d6742812c8
|
redis add get message
|
3 years ago |
Gordon
|
57967835bd
|
redis add get message
|
3 years ago |
wenxu12345
|
e2db8c07af
|
msg cache
|
3 years ago |
Gordon
|
c224892609
|
redis add get message
|
3 years ago |
Gordon
|
f5ed9d93c3
|
redis add get message
|
3 years ago |
Gordon
|
88145694ce
|
Merge remote-tracking branch 'origin/tuoyun' into tuoyun
|
3 years ago |
Gordon
|
d58f7fd089
|
redis add get message
|
3 years ago |
wangchuxiao
|
c32b53b3c0
|
msg cache
|
3 years ago |
wangchuxiao
|
9dfef527a3
|
msg cache
|
3 years ago |
wangchuxiao
|
df51c8b9a4
|
msg cache
|
3 years ago |
wangchuxiao
|
499c4a27d3
|
k8s deploy
|
3 years ago |
Gordon
|
66c62d8875
|
consumer update
|
3 years ago |
Gordon
|
b7309cdda8
|
log
|
3 years ago |
wangchuxiao
|
8c64538207
|
Merge branch 'tuoyun' of github.com:OpenIMSDK/Open-IM-Server into tuoyun
|
3 years ago |
wangchuxiao
|
d1cb176b31
|
del msg sync
|
3 years ago |
skiffer-git
|
d276be9594
|
Reduce memory copies
|
3 years ago |
skiffer-git
|
821ad4de2e
|
log
|
3 years ago |
skiffer-git
|
17b4a0525d
|
log
|
3 years ago |
skiffer-git
|
c2e7863ca0
|
fix bug
|
3 years ago |
skiffer-git
|
6e9dcdbb50
|
Merge remote-tracking branch 'origin/tuoyun' into tuoyun
# Conflicts:
# pkg/common/db/batch_insert_chat.go
|
3 years ago |
skiffer-git
|
0265ea45b2
|
fix bug
|
3 years ago |
Gordon
|
ccb7e41434
|
Merge remote-tracking branch 'origin/tuoyun' into tuoyun
|
3 years ago |
Gordon
|
38317c5497
|
concurrent consumption of messages
|
3 years ago |
skiffer-git
|
9f62de0420
|
fix bug
|
3 years ago |
Gordon
|
adb6337a27
|
concurrent consumption of messages
|
3 years ago |
Gordon
|
624bb0a7e5
|
concurrent consumption of messages
|
3 years ago |
skiffer-git
|
abcfaa05e2
|
log
|
3 years ago |
skiffer-git
|
223b2678b4
|
fix bug
|
3 years ago |