Jerry
4bf3226adf
add annotation group support
2023-01-28 14:51:18 +08:00
crazywhalecc
fcc4f48231
add sort param
2023-01-15 21:28:02 +08:00
crazywhalecc
9867004c7d
add addSingleAnnotation for AnnotationMap
2023-01-12 09:45:34 +08:00
crazywhalecc
6854304d64
add PluginMeta to format plugin meta information
2023-01-12 09:45:01 +08:00
crazywhalecc
dd6b700b47
separate ZMPlugin to traits
2023-01-12 09:39:52 +08:00
sunxyw
690f8aed10
add cron support ( #232 )
2023-01-04 13:45:24 +08:00
crazywhalecc
43634974fc
refactor annotation parser
2023-01-02 23:16:08 +08:00
crazywhalecc
dbbc6f75d8
add level for Init
2023-01-02 23:14:30 +08:00
crazywhalecc
18df76f650
fix AnnotationHandler return callback not working for BotCommand
2022-12-31 19:12:29 +08:00
sunxyw
0d24ae6192
add command manual plugin ( #210 )
2022-12-28 22:05:03 +08:00
crazywhalecc
efda3f4408
enhancement for BotCommand and CommandArgument
2022-12-26 03:19:53 +08:00
crazywhalecc
c9bf0fb13c
prerelease of beta1
2022-12-20 23:19:55 +08:00
sunxyw
8ff7da4d23
PHP80 小修 ( #187 )
...
* migrate-php80
fix styles
fix static analyse
* fix some bugs
2022-12-19 20:22:47 +08:00
crazywhalecc
cd2bb1b570
add plugin loader support
2022-12-19 01:45:27 +08:00
crazywhalecc
ed4537e5d5
update some strict parameters and separate easter eggs
2022-12-18 00:17:28 +08:00
crazywhalecc
35dec947df
add proxy server command and update lowest version of PHP >= 8.0
2022-11-03 10:18:17 +08:00
crazywhalecc
a4f992b9e5
add state and ctrl+C support for windows
2022-09-26 22:44:41 +08:00
sunxyw
9d77d60887
fix styles
2022-09-09 18:59:46 +08:00
sunxyw
2727b056eb
Merge pull request #146 from zhamao-robot/refactor-config
...
基于 LibOB Config 类重构 ZMConfig
2022-08-23 23:42:30 +08:00
sunxyw
eb7e700e7c
replace legacy config
2022-08-23 18:02:00 +08:00
crazywhalecc
6f30c04899
fix php 7.4 stuck bug
2022-08-22 21:27:23 +08:00
crazywhalecc
ac69640253
add alias
2022-08-21 20:15:55 +08:00
crazywhalecc
d56f9d6e6e
fix param for annotation handler
2022-08-14 18:15:45 +08:00
crazywhalecc
dc742763a8
add pipeline feature for middleware
2022-08-14 18:15:45 +08:00
crazywhalecc
b2c95d96b1
refactor all base things
2022-08-14 18:15:45 +08:00
crazywhalecc
41b058aeaf
update to 3.0.0-alpha2 (build 610): refactor driver
2022-08-14 18:15:45 +08:00
sunxyw
4fe74eb5fe
replace console with logger
2022-06-08 23:14:25 +08:00
Jerry Ma
d19d7acedd
add @CommandArgument annotation
...
* add @CommandArgument and relevant event changes
* fix unknown bug
* remove relative constant for CommandArgument
2022-05-03 10:06:57 +08:00
crazywhalecc
3451434997
strict to phpstan-level-4
2022-04-03 02:17:58 +08:00
crazywhalecc
eecbe49955
fix code to phpstan-level-2
2022-04-03 01:31:04 +08:00
sunxyw
05a3d0111b
make phpunit run inside framework
2022-03-30 17:49:53 +08:00
crazywhalecc
bf7920cc15
Add Cron annotation event
2022-03-26 14:51:57 +08:00
crazywhalecc
d3f4ade215
Add Attribute and property (build 453, release 2.7.3)
2022-03-25 19:15:58 +08:00
crazywhalecc
b3089c1bba
add composer module support (build 449, 2.7.2)
2022-03-21 01:24:07 +08:00
crazywhalecc
2b8cab1824
add AnnotationReader ignore name config (build 445, 2.7.0-beta5)
2022-03-20 19:05:13 +08:00
crazywhalecc
7ce3ef41df
fix comment spacing problem (build 443)
2022-03-20 16:23:07 +08:00
crazywhalecc
c897da29c6
add PHP8 Attribute compatibility (build 439, 2.7.0-beta4)
2022-03-20 01:53:36 +08:00
crazywhalecc
1706afbcd0
add cs fixer and PHPStan and activate it (build 436)
2022-03-15 18:05:33 +08:00
09220825cf
update to build 427
2021-11-16 15:41:01 +08:00
229778ebf9
update to build 417
2021-09-01 14:14:00 +08:00
crazywhalecc
7ec847e576
update to 2.5.0-b2 (build 409)
2021-07-04 15:45:30 +08:00
jerry
4ee16d4fc6
update to 2.5.0-b1 (build 408)
2021-06-16 00:17:30 +08:00
jerry
c2d3b5f92a
update to build 406 version
2021-04-06 01:19:56 +08:00
jerry
6b872c6f74
update to 2.4.3 version (build 403)
...
add config: swoole.max_wait_time (default 5)
add constant MAIN_WORKER
add getExpireTS() for LightCache
fix savePersistence() bug
add zm_go() to prevent errors
2021-03-29 15:34:24 +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
jerry
0ff4e52ed3
tmp connect
2021-03-22 07:44:11 +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
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
77c12db31a
reformat code
2021-02-09 17:09:09 +08:00