Commit Graph

76 Commits

Author SHA1 Message Date
LWR
59ceed81e5 fix: Fixed an issue where the calculation of waiting time was incorrect when the number of users was 0 or too low 2023-05-21 17:18:19 +08:00
LWR
e2dbef8739 fix: Fixed sometimes missed push in dynamic push 2023-05-20 22:22:53 +08:00
LWR
d7ec1325c4 fix: Optimized the message push module and fixed some instances of missed push 2023-05-20 22:21:00 +08:00
LWR
58d6c6a3bf fix: Fixed disabled commands not working @ bot not triggering commands 2023-05-18 01:02:25 +08:00
LWR
a7f17fd7d6 fix: Do not output logs when the count of users to be followed is 0 2023-05-17 00:23:17 +08:00
LWR
63817fbc29 fix: Fixed the follow user API did not return a success value 2023-05-16 00:47:15 +08:00
LWR
ea86a85aef fix: Fixed some logo overflow the live report image 2023-05-16 00:43:07 +08:00
LWR
10bf525dac docs: Update document 2023-05-14 14:24:38 +08:00
LWR
8d41405e9d fix: Catch FileNotFoundError with drawing logo in live report 2023-05-14 14:06:55 +08:00
LWR
e447110246 fix: Fixed an error with drawing dynamic avatars in live report 2023-05-13 13:40:31 +08:00
LWR
f17eb3a09b fix: Catch NotImplementedError in signal handler 2023-05-13 13:39:14 +08:00
LWR
954f981fd0 fix: Fixed UnicodeDecodeError when reading json file in JsonDatasource 2023-05-12 00:26:00 +08:00
LWR
ec54c693c7 fix: Fixed task was destroyed but it is pending in dynamic push (CPython #91887) 2023-05-10 23:53:23 +08:00
LWR
6618653fa2 fix: Fixed new log file was not generated at midnight 2023-05-08 21:05:48 +08:00
LWR
9a5280d27c fix: Fixed division by zero error that may occur when drawing ranking 2023-05-08 20:42:49 +08:00
LWR
a80fa3c089 fix: Fixed couldn't exit correctly when an exception occurred or when Ctrl+C was pressed 2023-05-08 20:32:51 +08:00
LWR
8272c0baf1 fix: Fixed an error that occurred when the box profit changes were small in live report generation 2023-05-07 23:48:15 +08:00
LWR
22abe91380 feat: Custom dictionary and stop word in word cloud support 2023-05-07 23:21:31 +08:00
LWR
3a24802eb6 fix: Fixed bot not launched when not set account uid 2023-05-07 17:56:01 +08:00
LWR
381c1d8a99 feat: Auto detect version update 2023-04-26 22:54:37 +08:00
LWR
7662490125 feat: Auto follow ups with dynamic push enabled support 2023-04-26 22:48:02 +08:00
LWR
dbdaa436b6 fix: Fixed -400 request too frequently of old api 2023-04-26 00:24:35 +08:00
LWR
7ce1514a5a fix: Fixed dynamic push lost when live room is not exists 2023-04-26 00:22:57 +08:00
LWR
a37c737310 feat: Add follow user http api 2023-04-26 00:18:15 +08:00
LWR
8bdff2b485 feat: Output logs to file support 2023-04-26 00:17:04 +08:00
LWR
cf8bb1621b feat: Modify waiting time for connection self-adaption 2023-04-26 00:15:28 +08:00
LWR
8a7f0822a0 fix: Fixed 400 Bad Request when load too many UIDs 2023-04-26 00:13:29 +08:00
LWR
5073295465 feat: Json Datasource support 2023-04-22 15:19:51 +08:00
LWR
5d4c6bb9dc feat: Output logs to file config support 2023-04-21 20:44:56 +08:00
LWR
479bea2fe0 feat: Add hget function to redis util 2023-03-19 22:06:26 +08:00
LWR
d897580e0e feat: Auto connect or disconnect live room when reload user and only connect necessary room config was enabled 2023-03-03 00:16:12 +08:00
LWR
d85c18a62a refactor: Remove key attribute from PushTarget and rename groups table name 2023-03-02 00:54:25 +08:00
LWR
063608a3ad feat: MySQL datasource dynamically adds user and dynamically reloads push targets support 2023-02-16 21:38:22 +08:00
LWR
5e882fa1c1 feat: Dynamic push collection types support 2023-02-15 20:38:56 +08:00
LWR
d46ec75dcb fix: Fixed task was destroyed but it is pending (CPython #91887) 2023-02-14 22:22:01 +08:00
LWR
6fc1ce4631 feat: Custom commands load support 2023-02-14 20:39:15 +08:00
LWR
a80f0c6af4 feat: Ranking and help command support 2023-02-07 19:26:54 +08:00
LWR
148c57f5cd refactor: Command module classification 2023-02-07 01:13:23 +08:00
LWR
4f7b48ddae feat: Automatically use the at me list when the number of at all is insufficient or the bot is not an administrator 2023-02-05 19:48:22 +08:00
LWR
06d6b4eced feat: Command support 2023-02-04 16:53:28 +08:00
LWR
813c8d2d84 refactor: Modify a method to private 2023-02-04 16:51:58 +08:00
LWR
9235f5019c fix: Fixed figure not closed in live report 2023-02-03 00:38:29 +08:00
LWR
8a1d0e94ee fix: Catch NetworkException in dynamic push 2023-02-02 22:50:22 +08:00
LWR
676bc9debf refactor: Refactor redis util 2023-01-31 19:20:37 +08:00
LWR
67e775363c refactor: Extract ranking generator 2023-01-30 20:07:33 +08:00
LWR
93d1101b04 feat: Modify the default word cloud font 2023-01-30 19:35:09 +08:00
LWR
24fa42d560 fix: Clear data that does not belong to current live when starting 2023-01-30 19:25:59 +08:00
LWR
5f0764dc0b feat: Add some diagrams into live report 2023-01-30 19:23:25 +08:00
LWR
cbe27f09d0 refactor: Split painter script 2023-01-18 22:13:01 +08:00
LWR
d507c3ceb7 fix: Fixed some bugs with dynamic push 2023-01-18 21:57:01 +08:00