Commit Graph

  • 5297beeaec [build] Fix .editorconfig for new IJ Him188 2023-04-15 13:06:26 +01:00
  • b2fe32b54a [core] request qimei after validating cache StageGuard 2023-04-15 14:34:10 +08:00
  • dda3e89b1c [core] device info upgrade for native StageGuard 2023-04-15 14:22:22 +08:00
  • e81873bf77 [core] remove wrong tests and print more detail when deserialize failed. StageGuard 2023-04-15 14:15:43 +08:00
  • d0bfbbfbb7 [core] tlv order StageGuard 2023-04-15 14:07:43 +08:00
  • 6c5d2b8dcc [core] request qimei before fast-login StageGuard 2023-04-15 14:03:04 +08:00
  • de3c6abc37 [core] fix endless cache validation caused by not upgrading device info file. StageGuard 2023-04-15 13:59:02 +08:00
  • 749b8d81f1 [core] do what constructor serializer should do StageGuard 2023-04-15 12:55:19 +08:00
  • ae06319f58 [core] remove unused wtlogin packet StageGuard 2023-04-15 12:45:11 +08:00
  • 804677fca4 [core] use DeviceInfo.version.release StageGuard 2023-04-15 12:44:23 +08:00
  • 1088054088 [core] real user-agent when requesting qimei StageGuard 2023-04-14 22:06:35 +08:00
  • db420c5b83 [core] fix SequenceBasedRoamingMessageImpl StageGuard 2023-04-14 21:19:18 +08:00
  • 73c6bdeee7 Merge branch 'dev' into seq-based-roaming StageGuard 2023-04-14 21:17:24 +08:00
  • 0e368b3d97 [core] optimize DeviceInfoDelegateSerializer StageGuard 2023-04-14 13:30:18 +08:00
  • 54976ed96d [core] move qimei to client, add direct serializer for DeviceInfo StageGuard 2023-04-14 13:19:54 +08:00
  • e8f709c56d [core] write byte array to BIO mem StageGuard 2023-04-13 22:45:33 +08:00
  • 184932abfd [core] lazily initialize qimeiLogger StageGuard 2023-04-13 22:07:15 +08:00
  • 79d34d71a5 [core] move appId to protocol StageGuard 2023-04-13 21:36:44 +08:00
  • a1d4dd735c [core] move Qimei to network package StageGuard 2023-04-13 21:29:54 +08:00
  • 153082f0a5 [core] optimize crypto StageGuard 2023-04-13 21:29:30 +08:00
  • 3cd9c0e8b6 [core] remove unused tlvCount StageGuard 2023-04-13 20:23:43 +08:00
  • a6b4fee8e6 [core] add explicit androidId param StageGuard 2023-04-13 20:23:21 +08:00
  • 71e9de3608 [core] 支持获取群公告图片 URL (#2619) cssxsh 2023-04-13 18:57:04 +08:00
  • db7e931277 [api] openssl api compatibility StageGuard 2023-04-13 18:51:02 +08:00
  • 2fd3e25b18 [api] move freePointer util StageGuard 2023-04-13 13:09:14 +08:00
  • b5fd8ac8c9 [api] crypto test StageGuard 2023-04-13 13:06:14 +08:00
  • 388165e5ac [api] rsa crypto for multi-platform StageGuard 2023-04-13 13:05:50 +08:00
  • ef2e980a62 [api] implement aes crypto for native target StageGuard 2023-04-11 21:01:47 +08:00
  • db8bbabeaa [api] do not request qimei when protocol is neither ANDROID_PHONE nor ANDROID_PAD StageGuard 2023-04-11 19:55:14 +08:00
  • 61b700672a [api] DeviceInfo move androidId to main constructor and adjust test. StageGuard 2023-04-11 12:51:48 +08:00
  • e2440f3911 [core] fix unix timestamp parsing on native and add more tests StageGuard 2023-04-11 09:32:38 +08:00
  • 434db6e5b4 [core] fix base64 decode for android in rsa StageGuard 2023-04-11 08:48:56 +08:00
  • 39f13bca11 [core] implement qimei for t545 TODO: aes and rsa crypto for nativeMain StageGuard 2023-04-11 00:24:32 +08:00
  • d52ddea4d4 [core] remove unused t106 writer & rename param ip to ipv4 of t1 and t106 StageGuard 2023-04-10 21:32:11 +08:00
  • 7987473a3d [core] pass time to t1 instead of time diff StageGuard 2023-04-10 21:29:20 +08:00
  • ac7407e084 [core] split build version and apk version name StageGuard 2023-04-09 20:00:58 +08:00
  • d0ef92d3d7 [core] revert native test pow data StageGuard 2023-04-09 19:25:08 +08:00
  • 3818438ed5 [core] revert t106 StageGuard 2023-04-09 19:11:17 +08:00
  • cdf88c7cd4 [core] handle t543 StageGuard 2023-04-09 19:10:45 +08:00
  • d1846b4347 [core] fix t106 decryption key StageGuard 2023-04-09 14:09:50 +08:00
  • 81e9fea673 [core] update protocol StageGuard 2023-04-09 00:37:11 +08:00
  • 50d37c484a [core] Fix group active protocol (#2610) cssxsh 2023-04-05 18:06:16 +08:00
  • 0a60c5147e [build] Use project lazy instead of global lazy Karlatemp 2023-04-05 13:10:47 +08:00
  • 460275fc0f [core] Allow using helper to use TxCaptchaHelper in CLI LoginSolver Him188 2023-04-04 21:15:01 +01:00
  • 8b84bd0aa3 [core] Add 'file://' to file paths in logs in LoginSolver Him188 2023-04-04 21:04:58 +01:00
  • c29fe9d244 [core] Remove useless limitation on QR query, fix QR login for overseas users Him188 2023-04-04 21:02:20 +01:00
  • ecbb9b2672 [core/logging] Drop control characters in message log Karlatemp 2023-04-04 17:02:25 +08:00
  • bddee1fd20 [idea] Update to IDEA 2023.1, plugin version 231-2.15.0-182-1 Him188 2023-04-01 18:23:04 +01:00
  • 893fb3e9f6 [core] Make MessageSource.kind a member not extension Karlatemp 2023-03-24 16:27:47 +08:00
  • 9c77c22b32 [core] Mock private message source implementation Karlatemp 2023-03-24 12:18:53 +08:00
  • 89fa2f7ffb [core] Fix private message source target Karlatemp 2023-03-24 00:33:09 +08:00
  • b8321870aa [core] Code style & comments update Karlatemp 2023-03-21 23:08:06 +08:00
  • 8d9c820a92 [core] Fix group roaming message fetching Karlatemp 2023-03-18 23:18:09 +08:00
  • 275d9f8f6e [core] Fix replying unavailable member's message Karlatemp 2023-02-19 22:39:46 +08:00
  • 07164cc79b [core] Fix group roaming message fetching Karlatemp 2023-02-19 12:57:16 +08:00
  • 8c5a22a14e [core] Try to fix rand id fetching Karlatemp 2023-02-18 23:44:48 +08:00
  • 00486e7900 [core] Add internal message when failed to transform internal message to facade message Karlatemp 2023-02-18 23:43:45 +08:00
  • ec5870e0b3 [core] Get group incoming message source raw data directly Karlatemp 2023-02-18 22:56:27 +08:00
  • fe14600018 [core] Private quote reply decode Karlatemp 2023-02-17 23:51:28 +08:00
  • 648997b545 [core] Fix offline message source ids Karlatemp 2023-02-17 23:51:05 +08:00
  • 1169d7cf57 [core] Fix quote replying; Fix message source time Karlatemp 2023-02-17 23:27:32 +08:00
  • 1a8af784dc [mock] fix mockHonorMember (#2473) Eritque arcus 2023-03-29 10:29:54 -04:00
  • e2d7332ac0 [core] Add QRCodeLoginListener.onCompleted Karlatemp 2023-03-27 00:55:54 +08:00
  • 434ef0cc39 Tlv writer (#2569) 微莹·纤绫 2023-03-26 23:51:03 +08:00
  • 48db1a022f [Mock] Support image isUploaded (#2582) Eritque arcus 2023-03-25 10:46:58 -04:00
  • 0f1bddcb24 [core] Fix token not saving after refresh token (#2590) sandtechnology 2023-03-25 22:08:20 +08:00
  • 3b8534468d docs: 新增Abp.Mirai C#库 (#2594) slarkerino 2023-03-25 22:06:55 +08:00
  • b37fe6c2ed update: protocol ANDROID_WATCH 2.0.8 (#2592) cssxsh 2023-03-25 03:10:13 +08:00
  • cb603adbfc [console] 支持使用 json 保存与读取 PluginDataPluginConfig (#2498) NoMathExpectation 2023-03-22 23:36:54 +08:00
  • baf9ee4bf7 [core] Add missed refresh token logic for OnlinePush.SidTicketExpired (#2584) sandtechnology 2023-03-22 11:01:43 +08:00
  • 4238d00407 [build] Set Kotlin compiler back to 1.8.10 Him188 2023-03-21 23:08:15 +00:00
  • b9ee2a8931 [core] Commonize BotConfiguration, simplify MPP hierarchy: (#2583) Him188 2023-03-21 23:06:27 +00:00
  • dca39f9b60 [build] Resolve compiler warnings in buildSrc Him188 2023-03-21 20:52:07 +00:00
  • c74e9d2858 [build] Make mirai-core AbstractTest public, and add dependsOnCoreJvmTest in buildSrc Him188 2023-03-21 18:12:04 +00:00
  • 77132eee41 [build] Use snapshot version from build index Him188 2023-03-21 16:29:33 +00:00
  • e3891c0388 [build] Map illegal chars in branch names for snapshot versions Him188 2023-03-21 15:19:21 +00:00
  • 7e20883a08 [core] Fix OnlinePush.SidTicketExpired logic (#2563) sandtechnology 2023-03-21 23:00:26 +08:00
  • fe649726f3 [docs] 完善了用户文档部分的内容 (#2541) 米可绫夏 2023-03-21 22:57:36 +08:00
  • f4fa2cabf4 [core] feat: essence message setting (#2314) cssxsh 2023-03-21 22:53:23 +08:00
  • c016b822e7 [core] 修复群公告查询已阅读人员列表只能获取前 50 个的问题 (#2530) cssxsh 2023-03-21 22:45:42 +08:00
  • 28b1032acd [core] Handle rare case on packet pipeline (#2450) sandtechnology 2023-03-21 22:43:48 +08:00
  • 403380514a [core] 更新 MiraiProtocol 注释, 注明 ANDROID_WATCH 不支持戳一戳, 删除 ANDROID_PAD 的错误注释 (#2572) Him188 2023-03-21 14:01:19 +00:00
  • c573bb8a5b [core] 更新 MiraiProtocol 注释, 注明 ANDROID_WATCH 不支持戳一戳, 删除 ANDROID_PAD 的错误注释 (#2572) 2.15-debug Him188 2023-03-21 14:01:19 +00:00
  • c0dbb59e99 [docs] 在文档注释手表协议不支持戳一戳事件 (#2572) 7aGiven 2023-03-21 22:00:29 +08:00
  • 64f80949ac Fixed message sending ignoring modifies via MessagePreSendEvent. (#2525) NoMathExpectation 2023-03-21 21:10:47 +08:00
  • e81de8a581 rerun Him188 2023-03-21 12:53:46 +00:00
  • 4165b3e69c test2 Karlatemp 2023-03-20 22:41:15 +08:00
  • a4ceeb6cd5 test1 Karlatemp 2023-03-20 17:34:57 +08:00
  • 50a24582a7 [build] Run snapshot publishing jobs only in mamoe/mirai. Fix #2580 Him188 2023-03-19 12:43:44 +00:00
  • 9b86d3be8f [build] Encode URL parts to escape HTML chars for build-index Him188 2023-03-19 15:03:23 +00:00
  • 8836ca9d12 workflow force Karlatemp 2023-03-19 22:50:34 +08:00
  • 4fbeabffee debug0 Karlatemp 2023-03-19 22:50:12 +08:00
  • 43b5e710ef [mock] Fix mockUploadAudio always throws ISE, part of #2548 Him188 2023-03-19 12:28:35 +00:00
  • db3a0ad24a [mock] Filter files for MockAbsoluteFolder.resolveFiles, part of #2548 Him188 2023-03-19 12:22:33 +00:00
  • 9e5b282ee6 Add release note for 2.15.0-M1 Him188 2023-03-19 03:27:30 +00:00
  • 1895f1d00c Update release note for 2.15.0-M1 Him188 2023-03-19 12:00:52 +00:00
  • 4a5cb5f13c Add release note for 2.15.0-M1 v2.15.0-M1 Him188 2023-03-19 03:27:30 +00:00
  • ca9c1f59e0 Version 2.15.0-M1 Him188 2023-03-19 03:26:52 +00:00
  • 427c37e649 [build] Update to Kotlin 1.8.10 Him188 2023-03-18 19:19:01 +00:00
  • 61d4b09f0c [build] Update to Kotlin 1.8.10 kt-1.8.10 Him188 2023-03-18 19:19:01 +00:00