sunxyw
8f43012a5c
fix properties not initialized
2023-03-07 21:39:25 +08:00
sunxyw
114f712341
add route method parameters note
2023-02-13 04:07:48 +08:00
sunxyw
8f65e5a432
fix middleware args resolve conflict ( #282 )
2023-02-08 17:23:44 +08:00
sunxyw
690f8aed10
add cron support ( #232 )
2023-01-04 13:45:24 +08:00
sunxyw
0d24ae6192
add command manual plugin ( #210 )
2022-12-28 22:05:03 +08:00
sunxyw
a813e80b32
add class alias support
2022-12-25 18:15:07 +08:00
sunxyw
05b3446f59
change container to php-di
2022-12-25 17:42:32 +08:00
crazywhalecc
cd2bb1b570
add plugin loader support
2022-12-19 01:45:27 +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
sunxyw
e350edd41f
fix container example command not working
2022-05-31 00:51:53 +08:00
sunxyw
35e23a7cbc
simplify command help example
2022-05-03 16:13:13 +08:00
sunxyw
8cb6a32341
refactor CommandHelpGenerator to CommandInfoUtil
2022-05-03 13:06:55 +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
sunxyw
0dd61a7270
add di support for event handlers
2022-04-11 23:39:41 +08:00
sunxyw
721c0834db
inject container into framework
2022-04-11 23:39:10 +08:00
sunxyw
58e405cccd
Revert "add basic container usage example"
...
This reverts commit 86e379c6bd8eb829a947bce463ff68c9de2d4200.
2022-04-11 23:39:06 +08:00
sunxyw
cad5636f92
add basic container usage example
2022-04-11 23:38:28 +08:00
sunxyw
c06e38d71f
add ZMRobot proxies usage example
2022-04-04 00:33:23 +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
ca3a3df3ba
add command help generator
2022-03-21 04:43:27 +08:00
crazywhalecc
7ce3ef41df
fix comment spacing problem (build 443)
2022-03-20 16:23:07 +08:00
crazywhalecc
1706afbcd0
add cs fixer and PHPStan and activate it (build 436)
2022-03-15 18:05:33 +08:00
Jerry Ma
6b4d206099
Update Hello.php
2021-10-31 22:50:12 +08:00
YuFengZe
50843edf6a
Bug Fixed
...
解决发送“我是谁”却返回机器人信息的奇怪问题。
2021-10-31 22:01:14 +08:00
crazywhalecc
d67dfe46f6
update to 2.5.0 (build 415)
2021-07-09 10:43:00 +08:00
jerry
4ee16d4fc6
update to 2.5.0-b1 (build 408)
2021-06-16 00:17:30 +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
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
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
jerry
484ddf9dfa
update Hello.php
...
update docs
2021-01-29 21:30:19 +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
jerry
6337b626d6
update to 2.1.0 version
...
add @OnCloseEvent, @OnOpenEvent, @OnMessageEvent, @OnRequestEvent
update EventDispatcher.php and change it to status-based schema
fix @CQBefore bugs
2021-01-02 13:15:50 +08:00
jerry
ba5b793db7
update to 2.0.0-b5 version
...
set modules config to array
add subdir index.html
update Example of Hello.php
add Exception tester for TimerMiddleware.php
add keyword for @CQCommand
rename OnWorkerStart.php to OnStart.php
remove SwooleEventAfter.php
rename HandleEvent.php to SwooleHandler.php
set ZMRobot callback mode default to true
add getNextArg() and getFullArg()
add EventDispatcher.php logger
set Exception all based from ZMException
fix recursive bug for Response.php
add single_bot_mode
add SingletonTrait.php
add bot() function
2020-12-14 01:24:34 +08:00
jerry
3b90bf6245
initial 2.0.0-b1 commit
2020-11-08 19:40:16 +08:00
jerry
deab5fd921
initial 2.0.0-a5 commit
...
fix waitMessage function
fix CQCommand regexMatch and fullMatch
it just works
2020-11-04 18:43:50 +08:00
jerry
29fa9d8662
initial 2.0.0-a4 commit
2020-11-03 21:02:24 +08:00
jerry
da584e0542
initial 2.0.0-a3 commit
2020-10-03 23:00:18 +08:00
jerry
f91d24aaaa
initial 2.0.0-a2 commit
2020-09-29 15:07:43 +08:00
jerry
beb1f5f063
initial 2.0 commit
2020-08-31 10:11:06 +08:00
whale
500ec4707e
update Hello default module
2020-06-13 17:08:13 +08:00
whale
f1949b1bd0
remove stupid debug breakpoint
2020-06-13 11:29:09 +08:00
whale
3b8aac5d8f
add CQCommand alias
...
switch spl_autoload to psr-4 autoload
2020-06-13 11:28:31 +08:00
whale
9ba58ff90f
remove ModBase to default Module
2020-06-05 19:54:20 +08:00