云风
|
6d86016247
|
Update issue templates
|
2022-04-27 16:25:06 +08:00 |
|
云风
|
acefd8de27
|
Update issue templates
|
2022-04-27 16:24:27 +08:00 |
|
涵曦
|
448fe14b9e
|
fix comment: profile default is on. (#1581)
|
2022-04-22 16:35:46 +08:00 |
|
涵曦
|
341b7924a0
|
remove unused function skynet_module_insert #1579 (#1580)
|
2022-04-20 17:18:23 +08:00 |
|
caiyiheng
|
013cb42122
|
feat: add mongo safe batch delete (#1577)
|
2022-04-15 16:20:00 +08:00 |
|
Cloud Wu
|
bcd012f9cf
|
uintptr_t need stdint.h
|
2022-04-15 10:57:37 +08:00 |
|
Cloud Wu
|
c4da547259
|
fix retireall, see #1576
|
2022-04-15 08:19:20 +08:00 |
|
IAN.Z
|
6ad379b7a7
|
feat: add mongo safe batch update (#1575)
Co-authored-by: zhuyin.zhu <zhuyin.zhu@alibaba-inc.com>
|
2022-04-14 12:35:54 +08:00 |
|
涵曦
|
ee103e97cd
|
Fix handle register when slot[0] is null will segmentation fault (#1574)
|
2022-04-13 22:36:47 +08:00 |
|
云风
|
e37eb3cba0
|
Callback (#1571)
* Use independent thread for callback
* bugfix: use new cb_ctx when changing callback
|
2022-04-12 11:11:08 +08:00 |
|
Cloud Wu
|
0ddd938400
|
Clear callback function in main thread
|
2022-04-12 10:08:07 +08:00 |
|
涵曦
|
2d42adb739
|
fix typo: remove duplicate include (#1570)
|
2022-04-10 15:35:46 +08:00 |
|
Bruce
|
9fd7a51b34
|
Compat lua compile as cpp (#1568)
* Compat lua compile as cpp
* Compat lua compile as cpp
|
2022-04-07 17:22:32 +08:00 |
|
Cloud Wu
|
2660b10442
|
fix #1567
|
2022-04-07 15:19:53 +08:00 |
|
coder
|
969d3291b6
|
删除无用forwarding数据 (#1565)
|
2022-04-02 19:30:46 +08:00 |
|
coder
|
c84f7354ff
|
删除多余snlua定义 (#1564)
|
2022-04-02 16:06:04 +08:00 |
|
JTrancender
|
b555aa19e7
|
feat: add cluster.unregister (#1563)
|
2022-04-02 12:17:47 +08:00 |
|
liaodaiguo123
|
f72573a2aa
|
base64:To improve compatibility, there may not be enough equal signs (#1561)
|
2022-03-31 18:57:03 +08:00 |
|
caiyiheng
|
bee8a0e731
|
update lpeg to 1.0.2 (#1557)
|
2022-03-29 16:16:51 +08:00 |
|
t0350
|
5d48c02725
|
see #1554, handle nomore message after skynet.exit (#1556)
Co-authored-by: jietao.cjt <jietao.cjt@alibaba-inc.com>
|
2022-03-23 09:38:20 +08:00 |
|
子熏
|
fad62566dc
|
#1544 fix playload_len (#1553)
Co-authored-by: zixun <lvzxiun@gmail.com>
|
2022-03-21 13:23:03 +08:00 |
|
Cloud Wu
|
d1ce950dc1
|
Fix #1552
|
2022-03-19 07:10:52 +08:00 |
|
JTrancender
|
eaba8f969c
|
perf: add sharetable queryall default behavior(all share data) (#1537)
|
2022-02-16 11:22:59 +08:00 |
|
JTrancender
|
40ee98b40e
|
feat: add sharetable queryall (#1536)
Co-authored-by: Jason <jie-email@jie-trancender.org>
|
2022-02-15 21:01:54 +08:00 |
|
Cloud Wu
|
b13281b77d
|
bugfix : See #1535
|
2022-02-14 07:52:46 +08:00 |
|
t0350
|
3c4f673740
|
panic while reading from stdin (#1529)
Co-authored-by: jietao.cjt <jietao.cjt@alibaba-inc.com>
|
2022-02-08 20:27:29 +08:00 |
|
xjdrew
|
6d6be8dec6
|
skynet.service: add close (#1526)
Co-authored-by: drew.zxj <drew.zxj@alibaba-inc.com>
|
2022-01-21 10:34:00 +08:00 |
|
Cloud Wu
|
923651ada3
|
Happy New Year
|
2022-01-17 10:24:24 +08:00 |
|
Cloud Wu
|
8304747d8e
|
Lua 5.4.4 rc3
|
2022-01-17 10:22:31 +08:00 |
|
Cloud Wu
|
5b5d5906cb
|
Update Lua lua 5.4.4 rc2
|
2021-12-22 11:11:25 +08:00 |
|
Cloud Wu
|
9d3edae797
|
Check self.__sock before dispatch, See #1513
|
2021-12-14 17:01:50 +08:00 |
|
Cloud Wu
|
208be03a6f
|
Disconnected during auth, See #1513
|
2021-12-10 20:56:18 +08:00 |
|
Cloud Wu
|
3b54b3bd80
|
Revert "raise socket error during auth"
This reverts commit 839975415d.
|
2021-12-10 20:26:46 +08:00 |
|
Cloud Wu
|
839975415d
|
raise socket error during auth
|
2021-12-10 19:31:36 +08:00 |
|
Cloud Wu
|
27866518ef
|
Fix #1506
|
2021-11-19 08:48:27 +08:00 |
|
zhuilang
|
53292d1c93
|
update mysql (#1507)
|
2021-11-18 18:42:33 +08:00 |
|
Cloud Wu
|
1e2ed7e6ff
|
Use table.pack to support nil in table, See #1505
|
2021-11-17 15:55:14 +08:00 |
|
Cloud Wu
|
350248a7cc
|
fix #1504
|
2021-11-17 13:11:10 +08:00 |
|
Cloud Wu
|
d115e626e6
|
Update Lua 5.4.4 rc1
|
2021-11-17 10:57:20 +08:00 |
|
涵曦
|
38e5b1ca1c
|
fix wrong date (#1501)
v1.5.0
|
2021-11-09 13:55:55 +08:00 |
|
Cloud Wu
|
a0a138c002
|
Release v1.5.0
|
2021-11-09 13:37:17 +08:00 |
|
子熏
|
e35cad3053
|
fix #1494 socket read阻塞问题 (#1495)
* fix #1494 socket read阻塞问题
* 优化readfunc
Co-authored-by: zixun <lb151450@alibaba-inc.com>
|
2021-10-29 13:55:54 +08:00 |
|
yxt945
|
8f7e19310c
|
add json support (#1493)
|
2021-10-27 21:00:25 +08:00 |
|
云风
|
c008476417
|
Support string address, see #1490 (#1491)
|
2021-10-22 17:43:07 +08:00 |
|
Cloud Wu
|
599181ceaf
|
bugfix
|
2021-10-22 10:14:33 +08:00 |
|
Cloud Wu
|
432b0c07f9
|
array may hash part only
|
2021-10-13 23:02:40 +08:00 |
|
Cloud Wu
|
58da8a1a22
|
Use lua_isinteger instead
|
2021-10-13 15:41:30 +08:00 |
|
Cloud Wu
|
0e11c78575
|
avoid string number
|
2021-10-13 15:36:19 +08:00 |
|
Cloud Wu
|
f80e2cd9b1
|
bugfix: See #1484
|
2021-10-13 12:57:55 +08:00 |
|
Cloud Wu
|
0ae839b2dd
|
Check req size , See #1481
|
2021-09-30 11:24:36 +08:00 |
|