Archived
1
0
Fork 0
Commit graph

235 commits

Author SHA1 Message Date
yzhh
991fccb950 add back interwiki alias 2021-10-16 01:45:02 +08:00
yzhh
dd620102bc update command parser 2021-10-16 01:36:22 +08:00
yzhh
337583ea21 try to fix regex function 2021-10-15 19:14:05 +08:00
yzhh
172dcbc645 Revert "change wiki_inline match mode to findall"
This reverts commit a5e8bf6d20.
2021-10-15 19:07:22 +08:00
yzhh
a5e8bf6d20 change wiki_inline match mode to findall 2021-10-15 19:03:48 +08:00
yzhh
cedbde762b add "on_" prefix for regex decorator 2021-10-14 20:25:24 +08:00
yzhh
f5cb0e2df8 add "on_" prefix for command decorator 2021-10-14 20:22:58 +08:00
yzhh
898e0e67f4 move core.loader.decorator to core.decorator 2021-10-14 20:20:34 +08:00
yzhh
c64669a911
Update __init__.py 2021-10-14 07:02:12 +08:00
yzhh
904a9ff230 Update __init__.py 2021-10-14 00:24:45 +08:00
yzhh
df246d873a add docs for decorators; introduce regex decorator 2021-10-13 23:22:11 +08:00
Dianliang233
e6c4bee841
Aduit test 2021-10-01 09:18:04 +08:00
Dianliang233
92bc00d604
Audit wiki whitelist 2021-09-21 16:22:29 +08:00
Dianliang233
ad2a1772cd
Add developers to all modules 2021-09-19 21:14:50 +08:00
yzhh
81e5275a0f
Update __init__.py 2021-09-12 00:47:46 +08:00
yzhh
273832c057 fixed wiki headers function issue 2021-09-12 00:12:44 +08:00
yzhh
8f3421774f Update __init__.py 2021-09-11 02:12:04 +08:00
yzhh
24098d80db recommend modules and allownone 2021-09-11 02:05:27 +08:00
yzhh
bdb3a30e46 Update __init__.py 2021-09-04 22:22:23 +08:00
yzhh
c3ace2f8dc schedule decorator and post_message 2021-08-31 02:53:39 +08:00
yzhh
8b0b23101b use ujson instead of original built-in json 2021-08-30 00:53:43 +08:00
yzhh
97d4b88e7a fixed #59 2021-08-27 01:30:41 +08:00
yzhh
0737be6b83 Update __init__.py 2021-08-25 18:00:40 +08:00
Dianliang233
8b0ad42d31
Add bug report link to every internal error 2021-08-24 14:49:35 +08:00
yzhh
ffe7e69455 fixed a cache bug 2021-08-24 13:11:39 +08:00
yzhh
6e19360ca2 update 2021-08-24 12:58:35 +08:00
yzhh
8138838a3b fixed alerts 2021-08-23 20:44:31 +08:00
yzhh
0797ea3967 bugfix 2021-08-21 00:32:46 +08:00
yzhh
1f853f10c2 aiogram scheduler support 2021-08-18 21:11:14 +08:00
yzhh
8c46df1157 aiogram test
msg.waitConfirm and scheduler is currently not supported since I can't understand the doc, may fix them after
2021-08-14 23:26:10 +08:00
yzhh
b6b3641e0d Revert "move core.loader.decorator and core.loader.options to core"
This reverts commit 009fc6355a.
2021-08-14 21:10:52 +08:00
yzhh
009fc6355a move core.loader.decorator and core.loader.options to core 2021-08-14 16:45:47 +08:00
yzhh
f6fb290a27 remove duplicate part of mcv_jira_rss 2021-08-07 15:56:48 +08:00
Dianliang233
7195a042f9
Optimized import for wiki 2021-08-02 12:30:28 +08:00
yzhh
772563bd89 Update __init__.py 2021-07-31 22:27:30 +08:00
yzhh
d1768aa9df port wiki module to v4 2021-07-29 02:51:24 +08:00
yzhh
028a9363b0 decorator test 2021-07-07 02:00:26 +08:00
yzhh
8907c94f0c Update __init__.py 2021-06-28 23:04:47 +08:00
yzhh
9e43c2f9a5 bugfix 2021-06-19 11:34:57 +08:00
yzhh
ee7eb0b281 boomed wc 2021-06-11 18:28:53 +08:00
yzhh
352ef96d2c add wc 2021-06-11 18:26:03 +08:00
yzhh
69cab3a2e2 Update __init__.py 2021-06-07 18:08:29 +08:00
yzhh
c4723fbcd2 breaking change: alias system;don't use while True in the mcv rss check
rename 'wiki_regex' module to 'wiki_inline'
port 'wiki_regex' to 'wiki_inline'
port 'enable' to 'module enable'
port 'disable' to 'module disable'
port 'w' to 'wiki'
port 'u' to 'user'
port 'p' to 'ping'
port 's' to 'server'
rewrite 'enable' help
rewrite 'disable' help
new command parser comming soon.
2021-06-05 18:25:21 +08:00
yzhh
836170c3e4 fixed double nudge 2021-06-05 13:07:54 +08:00
yzhh
53ee3a4e5c add help about minecraft_news; add alias type in loader(not working now) 2021-06-04 22:59:33 +08:00
yzhh
316d98f9e1 Update __init__.py 2021-06-02 13:21:38 +08:00
yzhh
6c3150a4ba Update __init__.py 2021-06-01 13:02:24 +08:00
yzhh
e071b868bf bugfix 2021-05-31 23:04:31 +08:00
yzhh
ba7d4397e5 Update __init__.py 2021-05-30 22:48:27 +08:00
yzhh
12f4ac1672 use a little walrus operator 2021-05-30 19:33:16 +08:00
yzhh
27b7270e74 bugfix 2021-05-30 18:16:20 +08:00
yzhh
4ebb7b7a62 bugfix 2021-05-30 18:08:36 +08:00
yzhh
d85c732349 multi command inline support 2021-05-30 17:39:26 +08:00
yzhh
5abd94c178 port interwiki set to interwiki add to get easier type commands;add heimu visible css 2021-05-27 22:58:29 +08:00
yzhh
b642679ca5 fixed several minor bug 2021-05-05 12:43:33 +08:00
yzhh
00b04ab709 bugfix 2021-05-02 23:29:27 +08:00
yzhh
657c03e790 bugfix; patched setu #lsplivesmatter# 2021-04-27 23:01:17 +08:00
yzhh
d2bbe86553 remove unused bot functions, simplify database call and rename database table in the wiki module, fixed several bugs in the user module 2021-04-25 22:10:03 +08:00
yzhh
42e295d25a test 2021-04-24 00:29:41 +08:00
yzhh
76247e7a42 Update __init__.py 2021-04-24 00:24:13 +08:00
yzhh
246f8f1231 no need quote 2021-04-21 19:26:05 +08:00
yzhh
5539db3501 Beautify the code 2021-04-21 00:32:53 +08:00
yzhh
90f2858f13 part refactor to reduce overhead and bugfix 2021-04-18 20:25:25 +08:00
yzhh
d293c6426e remove the "Gamepedia addon" option, RIP Gamepedia 2021-04-17 23:17:29 +08:00
yzhh
a482561607 Fixed several bugs that may cause oa too lazy 2021-04-08 23:21:40 +08:00
yzhh
5a8076097e Update __init__.py 2021-04-08 20:50:56 +08:00
yzhh
a5ed898ed1 Revert "Revert "test audio""
This reverts commit bee81ca0f0.
2021-04-05 23:04:42 +08:00
yzhh
bee81ca0f0 Revert "test audio"
This reverts commit cd10d7e488.
2021-04-05 21:05:14 +08:00
yzhh
cd10d7e488 test audio 2021-04-05 20:17:06 +08:00
yzhh
782e398c59 refactor loader & bugfix 2021-04-03 00:35:26 +08:00
yzhh
5952f58576 farwell gamepedia 2021-04-02 00:43:17 +08:00
yzhh
3fe11d36fa Revert "🤡"
This reverts commit 3ae9337171.
2021-04-01 23:58:02 +08:00
yzhh
3ae9337171 🤡 2021-03-31 23:44:44 +08:00
yzhh
bb2f53eb34 nudge support 2021-03-27 23:33:59 +08:00
yzhh
3eed78e721 Update __init__.py 2021-03-21 20:39:43 +08:00
yzhh
cc5e9bdcaf random page 2021-03-21 20:33:05 +08:00
yzhh
08b9bcbcee update database 2021-03-21 16:14:28 +08:00
yzhh
ffc27d1c67 headers support 2021-03-21 13:12:52 +08:00
yzhh
03ec82a83e headers support 2021-03-21 13:00:17 +08:00
yzhh
af5f306090 bugfix 2021-03-01 20:11:39 +08:00
yzhh
e7f81a610c check extension 2021-03-01 20:08:58 +08:00
yzhh
4fe6697e7b update 2021-02-19 20:20:00 +08:00
yzhh
a175fe4ca9 update 2021-02-19 13:29:22 +08:00
yzhh
feabdf8d75 update 2021-02-18 19:44:00 +08:00
yzhh
f8c982ca1f Update __init__.py 2021-02-17 18:31:28 +08:00
yzhh
7851c074df Update __init__.py 2021-02-17 18:29:50 +08:00
yzhh
50e9e83bcc Update __init__.py 2021-02-17 18:27:20 +08:00
yzhh
0251da2496 Update __init__.py 2021-02-17 18:26:41 +08:00
yzhh
6565dd9d0e
Update __init__.py 2021-02-17 18:20:04 +08:00
yzhh
8823f25442
Update __init__.py 2021-02-17 18:18:41 +08:00
yzhh
5b8f19f14a
Update __init__.py 2021-02-17 18:13:05 +08:00
yzhh
3c73ace4b5 bruh 2021-02-16 15:35:36 +08:00
yzhh
a157f4c608 Update __init__.py 2021-02-16 15:29:17 +08:00
yzhh
20ec114db3 de-hardcode 2021-02-15 00:34:04 +08:00
yzhh
ed8f22cb81 wikidoc support 2021-02-14 23:25:39 +08:00
yzhh
c97bdee888 Update __init__.py 2021-02-10 23:14:47 +08:00
yzhh
07b6357e7f Update __init__.py 2021-02-10 23:07:23 +08:00
yzhh
68236bdbb4 remove unused module help and refactor user 2021-02-09 21:05:19 +08:00
yzhh
a0ba0d4664 update 2021-02-07 17:56:01 +08:00
yzhh
885f4ee8a3 bugfix 2021-02-06 15:07:59 +08:00
yzhh
5294083f8b bugfix 2021-02-05 15:57:59 +08:00
yzhh
0a6ba95506 Update __init__.py 2021-02-04 01:24:03 +08:00
yzhh
967f308ab2 update 2021-02-03 15:40:17 +08:00
yzhh
00d2ec52c9 bugfix 2021-02-02 19:40:13 +08:00
yzhh
8a575ba28a fix 2021-02-02 17:33:55 +08:00
yzhh
214ee22ebc bugfix 2021-02-02 01:41:45 +08:00
yzhh
004d4ef42e format code 2021-02-01 23:25:57 +08:00
yzhh
0322600068 v3 2021-02-01 23:13:11 +08:00
yzhh
a9d2cc6e38 update 2020-12-29 23:05:43 +08:00
yzhh
554c1b9469 classify 2020-10-27 23:48:41 +08:00
yzhh
b027cc10bd fixed some bugs and added more shit 2020-09-24 22:09:02 +08:00
yzhh
0102f4399e revent something should not be in repo 2020-09-22 23:45:50 +08:00
yzhh
fccd943ef2 add useless modules loaded prompt 2020-09-22 23:44:05 +08:00
yzhh
e0bc7926bf 11 2020-09-20 19:11:11 +08:00
yzhh
5f902feb68 bugfix 2020-09-20 12:31:15 +08:00
yzhh
f1e76fe42d auto reformat code 2020-09-19 18:35:13 +08:00
yzhh
70cdb1f17a using dict rather than list 2020-09-19 18:30:27 +08:00
yzhh
c9b358e17d dynamic load 2020-09-19 14:21:06 +08:00
yzhh
66f65d2c53 . 2020-09-17 20:19:42 +08:00
yzhh
e1bc674e27 Automatically filter duplicate objects 2020-09-17 20:05:44 +08:00
yzhh
c4abc3abee bugfix 2020-09-09 23:24:33 +08:00
yzhh
399fea3acc rewrite __init__.py and fixed a bug 2020-09-09 22:57:25 +08:00
yzhh
16b3f94a28 bugfix 2020-09-09 20:31:16 +08:00
yzhh
8ed9c9752a bugfix(?) 2020-09-09 20:16:01 +08:00
yzhh
0b934e587f Update __init__.py 2020-09-06 20:42:15 +08:00
yzhh
c6a4258ba2 bugfix 2020-09-06 16:18:36 +08:00
yzhh
79c84dadb1 bugfix 2020-09-06 16:17:11 +08:00
yzhh
888e453561 bugfix 2020-09-05 21:19:52 +08:00
yzhh
3d7b0df67a f-string 2020-09-05 17:59:54 +08:00
yzhh
ea27aea18b rewrite wikilib.py 2020-09-05 17:51:43 +08:00
yzhh
2dfcdf6876 use bool value instead of stupid string oh shit my eyes 2020-09-01 23:33:28 +08:00
yzhh
0558faa033 Interrupt support 2020-08-30 16:26:54 +08:00
yzhh
f1ac55e2fe fix alerts 2020-08-21 20:40:05 +08:00
yzhh
d2202f5b80 add credits 2020-08-20 18:30:08 +08:00
yzhh
689f515700 rename to modules 2020-08-18 21:12:38 +08:00
Renamed from plugins/wiki/__init__.py (Browse further)