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
09220825cf
update to build 427
2021-11-16 15:41:01 +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
whale
59fde3d075
update to 1.5 version
2020-06-05 13:36:30 +08:00
whale
886816e3d5
update to 1.3.1 version
...
fix DataProvider::setJsonData bug
add Root document of default request
⚠️ change MySQL driver to PDO, mysqlnd required
improve exception catcher
2020-05-10 14:11:32 +08:00
whale
a1b013ee53
update to 1.3.0 version.
2020-05-06 17:26:50 +08:00
whale
82a1f86bbd
update to 1.2.1
...
add phar build script
2020-05-02 23:27:26 +08:00
whale
169a751e0f
update to 1.2 version
...
Generate systemd script
Default info_level set to 2
Modify & add some comment for Example module
Brand new Console
Add daemon command argument
Add #OnTick annotation
Add ZMRobot API class
2020-04-29 15:29:56 +08:00
whale
b0331f6346
fix some stupid bug
2020-04-26 15:01:18 +08:00
whale
87e637f759
fix some bug and add HTTP image upload
2020-04-17 16:51:33 +08:00
whale
9a28126765
add Middleware and release version 1.1.0
2020-03-29 16:29:02 +08:00
whale
6861d27629
add Middleware
2020-03-25 18:35:16 +08:00
whale
efce1767e6
update Hello example Module
2020-03-08 17:05:12 +08:00
whale
6f32d117d0
update start settings.
2020-03-08 16:40:58 +08:00
whale
5f43cf4f00
Add InitBuffer annotation
2020-03-08 16:40:04 +08:00
whale
769b87af6a
initial commit
2020-03-02 16:14:20 +08:00