jerry
68280cfe7e
fix init command
2021-03-25 16:50:32 +08:00
jerry
93a68a5582
update to v2.4.0 (build 400)
...
add systemd:generate command
add check:config command
init command add `--force|-F` option
add MessageUtil function `addShortCommand()`
clear debug message
2021-03-25 16:18:09 +08:00
jerry
6155236d3c
update to v2.4.0 (build 399)
...
add CheckConfigCommand.php
add config update record docs
adjust swoole version to 4.5.0
fix stop and reload bugs
add $_running_annotation
add remote terminal
update global config
add timer tick exception handler
add zm_xxx global functions
add isAtMe(), splitCommand(), matchCommand() function for MessageUtil
add workerAction(), sendActionToWorker(), resumeAllWorkerCoroutines() functions for ProcessManager
optimize CQCommand match function
add custom TerminalCommand annotation
add TuringAPI
add getReloadableFiles() function for ZMUtil
2021-03-24 23:34:46 +08:00
235256d679
rollback and correct to 398(v2.3.5)
2021-03-23 14:49:42 +08:00
626d569858
update composer and roll to 397(v2.3.4)
2021-03-23 14:16:56 +08:00
0492179bdd
update composer and roll to 396(v2.3.3)
2021-03-23 14:13:04 +08:00
jerry
6aa0540c9e
Merge branch 'master' of https://github.com/zhamao-robot/zhamao-framework
2021-03-23 14:03:14 +08:00
jerry
9689dc9db1
rename
2021-03-23 14:02:58 +08:00
303f44cd2b
update to version 2.3.2 (build 395)
...
fix overflow bug
2021-03-23 13:11:59 +08:00
66b73973b4
update to version 2.3.2 (build 394)
...
fix mysql error bugs
2021-03-23 12:47:00 +08:00
jerry
0ff4e52ed3
tmp connect
2021-03-22 07:44:11 +08:00
b6d1f724e9
update to build 389
...
add various global functions
2021-03-18 16:36:28 +08:00
e77b9d4970
update to 2.3.1 version (build 388)
...
cleanup code and fix a bug
2021-03-18 14:56:35 +08:00
jerry
cc57997abc
update to build 387
2021-03-16 01:35:01 +08:00
jerry
19e61c7cc3
update to build 386
...
fix ZM_DATA equals null
add containsImage, getImageCQFromLocal function for MessageUtil
2021-03-16 01:34:17 +08:00
jerry
f908513dca
update to build 385
...
add CQObject for CQ
add after-stop action(set terminal level 0)
update global.php modules, add http_proxy_server
add MessageUtil.php for message parsing
add RouteManager::addStaticFileRoute() for quick handling static file
finish onTask function finally!!
add TaskManager::runTask()
2021-03-15 02:54:16 +08:00
jerry
7dc39e6ada
update to 2.2.11 verion
...
add build version (start from 384)
make 启动中 log as verbose
remove console input
fix pure http server bug
add error handler for zm_timer_tick and zm_timer_after
2021-03-13 15:16:10 +08:00
jerry
de5744c9e4
update to 2.2.10 version
...
add build-runtime.sh
remove debug msg when stopping
add --show-php-ver argument for server
2021-03-08 00:48:51 +08:00
jerry
a23f3d8f16
update to 2.2.9 version
...
update reply() to support quick operation
fix reload bug
fix reply() bug
2021-03-06 17:22:42 +08:00
jerry
0c24bfdedd
fix a motd bug
2021-03-02 21:31:06 +08:00
jerry
4ff75cf199
update to 2.2.8 version
...
update motd message
2021-03-02 21:24:31 +08:00
jerry
957c69bd1e
update to 2.2.7 version
...
fix reply() bug
fix access_token bug
2021-02-27 16:19:18 +08:00
Wang
faf9f5d988
Update ServerEventHandler.php
...
-When the token is incorrect, repeated connection events occur in the framework
2021-02-27 00:04:02 +08:00
jerry
69521a1f1f
cleanup code, update some features
...
add Hitokoto API
add Closure for access_token
add working_dir() global function
adjust reply() method to .handle_quick_operation
2021-02-24 23:37:00 +08:00
Whale
d42158ac90
Merge branch 'master' into master
2021-02-23 23:24:24 +08:00
wenhao
ea79de617e
warning bug fix
2021-02-23 17:04:10 +08:00
jerry
c50ae245bd
commitment, nothing
2021-02-21 22:17:34 +08:00
jerry
9ace85e604
update to 2.2.5 version again
...
add transaction for SpinLock.php
add getAllCQ() for CQ.php
fix CQ bug
update docs
2021-02-20 16:57:19 +08:00
jerry
f677b0e132
update to 2.2.5 version
...
add saveToJson and loadFromJson function for DataProvider.php
fix @OnSave annotation not working
adjust swoole timer tick
add hasKey() for WorkerCache.php
2021-02-15 15:15:26 +08:00
jerry
77c12db31a
reformat code
2021-02-09 17:09:09 +08:00
jerry
0c9f246690
update to 2.2.4 version
...
update docs
fix broken ssh caused cpu overloading
fix WorkerCache bug when no global config
add global function zm_atomic
2021-02-07 11:46:42 +08:00
jerry
517d258d61
update to 2.2.3 version, I am tired
...
fix access_token not working
fix waitMessage() not working in v2.2.2
2021-01-30 00:06:42 +08:00
jerry
61e3818563
update to 2.2.2 version finally
...
clean redundant code
fix API reply in @OnTick for multi-process
fix loop error reporting
2021-01-29 23:34:34 +08:00
jerry
776ec98a3e
fix waitMessage timeout bug
2021-01-29 22:32:29 +08:00
jerry
f3e844bb0a
update to 2.2.2 version
...
fix QQBot error
clean code
2021-01-29 22:27:10 +08:00
jerry
8a985620f9
update to 2.2.1 version
...
fix a compatibility bug
2021-01-29 21:36:14 +08:00
jerry
484ddf9dfa
update Hello.php
...
update docs
2021-01-29 21:30:19 +08:00
jerry
b611b4aad6
add DaemonCommand for daemon players
...
adjust http_header available
2021-01-29 20:47:00 +08:00
jerry
b9f973c718
add unset for WorkerCache.php
2021-01-20 18:43:22 +08:00
jerry
cd6c971547
update Singleton
2021-01-20 16:45:50 +08:00
jerry
c68083484a
update to 2.2.0 version
...
add OnPipeMessageEvent.php
add ProcessManager.php
add WorkerCache component
fix route bug
correct Exception to ZMException
2021-01-20 16:11:04 +08:00
jerry
187a08a621
update to 2.1.6 version
...
优化代码结构
增加更多提示语
修复处理空格消息时的报错
修复上下文的bug
2021-01-18 18:08:29 +08:00
crazywhalecc
1ef8225d10
update to 2.1.5 version
...
change route to Symfony routing
2021-01-13 15:40:27 +08:00
crazywhalecc
ccadec23e4
update docs and change console command suitable
2021-01-07 16:01:01 +08:00
crazywhalecc
ce74191947
update docs
2021-01-05 16:19:35 +08:00
jerry
96ce7b30d0
add InterruptException catcher to onRequest
2021-01-04 01:35:54 +08:00
jerry
076339baec
move warning to framework
2021-01-03 18:16:35 +08:00
jerry
50026be73d
fix a bug
2021-01-03 18:13:44 +08:00
jerry
a1ad634926
fix a bug
2021-01-02 20:00:33 +08:00
jerry
0a5defaf29
fix a bug
2021-01-02 19:44:19 +08:00