Commit Graph

42 Commits

Author SHA1 Message Date
Him188
932a3ef1f2 Review: misc improvements 2020-02-28 19:16:22 +08:00
Him188
559e24b4ce Rename instanceWhose to getInstance 2020-02-24 12:06:40 +08:00
Him188
9660b44142 Broadcast BotReloginEvent, close #78 2020-02-20 21:42:48 +08:00
Him188
9437d1528d Unified relogin cause 2020-02-20 21:42:20 +08:00
Him188
c3bd03fcae Improve logs 2020-02-19 18:36:04 +08:00
Him188
e878307c13 Fix event broadcasting 2020-02-19 14:43:31 +08:00
Him188
c937511412 Fix login retry 2020-02-19 12:16:28 +08:00
Him188
67c31ed0cb Add logs before and after logging in 2020-02-19 11:41:14 +08:00
Him188
b2e0114e4f Adjust job cancelling hence fix #65 2020-02-19 11:28:23 +08:00
Him188
b59ae076ec Add context getter 2020-02-17 00:16:50 +08:00
Him188
7451991973 Catch missing exceptions thrown under Bot CoroutineScope 2020-02-14 20:19:38 +08:00
Him188
1993047221 Redesign reconnecting logic 2020-02-14 18:41:24 +08:00
Him188
3ab0e67516 Introduce logger supplier, close #43 2020-02-12 23:24:37 +08:00
Him188
049cf30659 New event design 2020-02-11 20:40:35 +08:00
Him188
cf7e325259 Add copyright 2020-02-09 01:01:36 +08:00
Him188
7973858bd7 Add docs 2020-02-06 12:43:37 +08:00
Him188
52dc100b19 Add docs 2020-02-06 11:33:49 +08:00
Him188
8c69eefcde Use groupCode as primary key 2020-02-03 02:45:40 +08:00
Him188
aa0bf81af1 Add init retry 2020-01-31 23:33:03 +08:00
Him188
6ef78118ad Fix bugs 2020-01-31 23:10:31 +08:00
Him188
fb3fe2bcca Improve login and init 2020-01-30 23:53:28 +08:00
Him188
84db241c94 Add log for exceptions 2020-01-30 23:49:56 +08:00
Him188
afa2cc700f Fix deserializing nested struct in map 2020-01-30 22:41:26 +08:00
Him188
35ac68e0cd Retry for login 2020-01-30 20:36:47 +08:00
Him188
cc853ce078 Add isOnline 2020-01-30 20:22:13 +08:00
Him188
f3ec99e560 Annotate BotAccount.id with @RawAccountIdUse 2020-01-29 19:26:30 +08:00
Him188
259d492f21 Fix NullPointerException 2020-01-29 19:22:05 +08:00
Him188
008b6e935d Make uin not final 2020-01-29 19:19:22 +08:00
Him188
1a0f024081 LoginError parsing 2020-01-24 18:02:56 +08:00
Him188
35669b2842 Add BotOfflineEvent 2020-01-18 22:29:01 +08:00
Him188
26161ef094 Separate EncryptionMethod 2020-01-12 15:54:56 +08:00
Him188
80a6d1bc23 Replace all deprecated api usages 2020-01-10 23:10:27 +08:00
Him188
8558ebff3f Mark members as final 2020-01-10 22:51:28 +08:00
Him188
6b93ce3ccc Throws exception if fail 2020-01-01 18:17:13 +08:00
Him188
a47ea07feb Use BotConfiguration 2019-12-24 14:48:07 +08:00
Him188
33ab0c820e Move network stuffs into mirai-core 2019-12-24 00:33:23 +08:00
Him188
c8eac6aff4 Move packet stuffs to mirai-core 2019-12-24 00:18:18 +08:00
Him188
2f67f8363b Rewrite 2019-12-19 17:25:49 +08:00
Him188
0c6e09361d Rename protocol.tim to protocol.timpc 2019-12-17 11:04:04 +08:00
Him188
d5833ced26 Remove mistaking comments 2019-12-15 15:58:27 +08:00
Him188
43cb22e023 Remove MutableContactList 2019-12-15 02:46:44 +08:00
Him188
146615e660 Change Bot to interface, implement Bot as BotImpl, fix #20 2019-12-14 23:38:56 +08:00