mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
Compare commits
1 Commits
feat-new-c
...
forward-fi
Author | SHA1 | Date | |
---|---|---|---|
![]() |
acccb7fce8 |
18
README.md
18
README.md
@@ -1,9 +1,8 @@
|
|||||||
<img src="https://napneko.github.io/assets/newnewlogo.png" width = "305" height = "411" alt="NapCat" align=right />
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# NapCat
|
# NapCat
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
_Modern protocol-side framework implemented based on NTQQ._
|
_Modern protocol-side framework implemented based on NTQQ._
|
||||||
|
|
||||||
@@ -41,20 +40,13 @@ _Modern protocol-side framework implemented based on NTQQ._
|
|||||||
| Docs | [](https://napneko.pages.dev/) | [](https://napcat.cyou/) | [](https://www.napcat.wiki) |
|
| Docs | [](https://napneko.pages.dev/) | [](https://napcat.cyou/) | [](https://www.napcat.wiki) |
|
||||||
|:-:|:-:|:-:|:-:|
|
|:-:|:-:|:-:|:-:|
|
||||||
|
|
||||||
| QQ Group | [](https://qm.qq.com/q/CMmPbGw0jA) | [](https://qm.qq.com/q/8zJMLjqy2Y) | [](https://qm.qq.com/q/HaRcfrHpUk) | [](https://qm.qq.com/q/I6LU87a0Yq) |
|
| Contact | [](https://qm.qq.com/q/I6LU87a0Yq) | [](https://qm.qq.com/q/HaRcfrHpUk) | [](https://t.me/MelodicMoonlight) |
|
||||||
|:-:|:-:|:-:|:-:|:-:|
|
|:-:|:-:|:-:|:-:|
|
||||||
|
|
||||||
| Telegram | [](https://t.me/MelodicMoonlight) |
|
|
||||||
|:-:|:-:|
|
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
|
|
||||||
+ [Lagrange](https://github.com/LagrangeDev/Lagrange.Core) 对本项目的大力支持 参考部分代码 已获授权
|
+ [Lagrange](https://github.com/LagrangeDev/Lagrange.Core) 对本项目的大力支持 参考部分代码 已获授权
|
||||||
|
|
||||||
+ [AstrBot](https://github.com/AstrBotDevs/AstrBot) 是完美适配本项目的LLM Bot框架 在此推荐一下
|
|
||||||
|
|
||||||
+ [MaiBot](https://github.com/MaiM-with-u/MaiBot) 一只赛博群友 麦麦 Bot框架 在此推荐一下
|
|
||||||
|
|
||||||
+ 不过最最重要的 还是需要感谢屏幕前的你哦~
|
+ 不过最最重要的 还是需要感谢屏幕前的你哦~
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -66,3 +58,7 @@ _Modern protocol-side framework implemented based on NTQQ._
|
|||||||
2. 项目其余逻辑代码采用[本仓库开源许可](./LICENSE).
|
2. 项目其余逻辑代码采用[本仓库开源许可](./LICENSE).
|
||||||
|
|
||||||
**本仓库仅用于提高易用性,实现消息推送类功能,此外,禁止任何项目未经仓库主作者授权基于 NapCat 代码开发。使用请遵守当地法律法规,由此造成的问题由使用者和提供违规使用教程者负责。**
|
**本仓库仅用于提高易用性,实现消息推送类功能,此外,禁止任何项目未经仓库主作者授权基于 NapCat 代码开发。使用请遵守当地法律法规,由此造成的问题由使用者和提供违规使用教程者负责。**
|
||||||
|
|
||||||
|
## Warnings
|
||||||
|
|
||||||
|
[某框架抄袭部分分析](https://napneko.github.io/other/about-copy)
|
||||||
|
BIN
external/LiteLoaderWrapper.zip
vendored
BIN
external/LiteLoaderWrapper.zip
vendored
Binary file not shown.
BIN
external/logo.png
vendored
BIN
external/logo.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 250 KiB After Width: | Height: | Size: 204 KiB |
Binary file not shown.
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "qq-chat",
|
"name": "qq-chat",
|
||||||
"version": "9.9.19-34740",
|
"version": "9.9.18-32869",
|
||||||
"verHash": "f31348f2",
|
"verHash": "e735296c",
|
||||||
"linuxVersion": "3.2.17-34740",
|
"linuxVersion": "3.2.16-32869",
|
||||||
"linuxVerHash": "5aa2d8d6",
|
"linuxVerHash": "4c192ba9",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "QQ",
|
"description": "QQ",
|
||||||
"productName": "QQ",
|
"productName": "QQ",
|
||||||
@@ -16,10 +16,27 @@
|
|||||||
"bin": {
|
"bin": {
|
||||||
"qd": "externals/devtools/cli/index.js"
|
"qd": "externals/devtools/cli/index.js"
|
||||||
},
|
},
|
||||||
|
"appid": {
|
||||||
|
"win32": "537258389",
|
||||||
|
"darwin": "537258412",
|
||||||
|
"linux": "537258424"
|
||||||
|
},
|
||||||
"main": "./loadNapCat.js",
|
"main": "./loadNapCat.js",
|
||||||
"buildVersion": "34740",
|
"peerDependenciesMeta": {
|
||||||
|
"*": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pnpm": {
|
||||||
|
"patchedDependencies": {
|
||||||
|
"@vue/runtime-dom@3.5.12": "patches/@vue__runtime-dom@3.5.12.patch",
|
||||||
|
"@swc/helpers@0.5.3": "patches/@swc__helpers@0.5.3.patch",
|
||||||
|
"vuex@4.1.0": "patches/vuex@4.1.0.patch"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"buildVersion": "32869",
|
||||||
"isPureShell": true,
|
"isPureShell": true,
|
||||||
"isByteCodeShell": true,
|
"isByteCodeShell": true,
|
||||||
"platform": "win32",
|
"platform": "win32",
|
||||||
"eleArch": "x64"
|
"eleArch": "x64"
|
||||||
}
|
}
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
"name": "NapCatQQ",
|
"name": "NapCatQQ",
|
||||||
"slug": "NapCat.Framework",
|
"slug": "NapCat.Framework",
|
||||||
"description": "高性能的 OneBot 11 协议实现",
|
"description": "高性能的 OneBot 11 协议实现",
|
||||||
"version": "4.7.63",
|
"version": "4.7.33",
|
||||||
"icon": "./logo.png",
|
"icon": "./logo.png",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
"name": "napcat",
|
"name": "napcat",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "4.7.63",
|
"version": "4.7.33",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:universal": "npm run build:webui && vite build --mode universal || exit 1",
|
"build:universal": "npm run build:webui && vite build --mode universal || exit 1",
|
||||||
"build:framework": "npm run build:webui && vite build --mode framework || exit 1",
|
"build:framework": "npm run build:webui && vite build --mode framework || exit 1",
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
"async-mutex": "^0.5.0",
|
"async-mutex": "^0.5.0",
|
||||||
"commander": "^13.0.0",
|
"commander": "^13.0.0",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"esbuild": "0.25.4",
|
"esbuild": "0.25.0",
|
||||||
"eslint": "^9.14.0",
|
"eslint": "^9.14.0",
|
||||||
"eslint-import-resolver-typescript": "^4.0.0",
|
"eslint-import-resolver-typescript": "^4.0.0",
|
||||||
"eslint-plugin-import": "^2.29.1",
|
"eslint-plugin-import": "^2.29.1",
|
||||||
@@ -50,6 +50,7 @@
|
|||||||
"fast-xml-parser": "^4.3.6",
|
"fast-xml-parser": "^4.3.6",
|
||||||
"file-type": "^20.0.0",
|
"file-type": "^20.0.0",
|
||||||
"globals": "^16.0.0",
|
"globals": "^16.0.0",
|
||||||
|
"image-size": "^1.1.1",
|
||||||
"json5": "^2.2.3",
|
"json5": "^2.2.3",
|
||||||
"multer": "^1.4.5-lts.1",
|
"multer": "^1.4.5-lts.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
|
@@ -8,12 +8,11 @@ import { pipeline } from 'stream/promises';
|
|||||||
import { fileURLToPath } from 'url';
|
import { fileURLToPath } from 'url';
|
||||||
import { LogWrapper } from './log';
|
import { LogWrapper } from './log';
|
||||||
|
|
||||||
const downloadOri = "https://github.com/NapNeko/ffmpeg-build/releases/download/v1.0.0/ffmpeg-7.1.1-win64.zip"
|
const downloadOri = "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2025-04-16-12-54/ffmpeg-n7.1.1-6-g48c0f071d4-win64-lgpl-7.1.zip"
|
||||||
const urls = [
|
const urls = [
|
||||||
"https://github.moeyy.xyz/" + downloadOri,
|
"https://github.moeyy.xyz/" + downloadOri,
|
||||||
"https://ghp.ci/" + downloadOri,
|
"https://ghp.ci/" + downloadOri,
|
||||||
"https://gh.api.99988866.xyz/" + downloadOri,
|
"https://gh.api.99988866.xyz/" + downloadOri,
|
||||||
"https://gh.api.99988866.xyz/" + downloadOri,
|
|
||||||
downloadOri
|
downloadOri
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -337,16 +336,9 @@ export async function downloadFFmpegIfNotExists(log: LogWrapper) {
|
|||||||
const ffprobe_exist = fs.existsSync(path.join(currentPath, 'ffmpeg', 'ffprobe.exe'));
|
const ffprobe_exist = fs.existsSync(path.join(currentPath, 'ffmpeg', 'ffprobe.exe'));
|
||||||
|
|
||||||
if (!ffmpeg_exist || !ffprobe_exist) {
|
if (!ffmpeg_exist || !ffprobe_exist) {
|
||||||
let url = await downloadFFmpeg(path.join(currentPath, 'ffmpeg'), path.join(currentPath, 'cache'), (percentage: number, message: string) => {
|
await downloadFFmpeg(path.join(currentPath, 'ffmpeg'), path.join(currentPath, 'cache'), (percentage: number, message: string) => {
|
||||||
log.log(`[FFmpeg] [Download] ${percentage}% - ${message}`);
|
log.log(`[FFmpeg] [Download] ${percentage}% - ${message}`);
|
||||||
});
|
});
|
||||||
if (!url) {
|
|
||||||
log.log('[FFmpeg] [Error] 下载FFmpeg失败');
|
|
||||||
return {
|
|
||||||
path: null,
|
|
||||||
reset: false
|
|
||||||
};
|
|
||||||
}
|
|
||||||
return {
|
return {
|
||||||
path: path.join(currentPath, 'ffmpeg'),
|
path: path.join(currentPath, 'ffmpeg'),
|
||||||
reset: true
|
reset: true
|
||||||
|
@@ -4,10 +4,10 @@ import { execFile } from 'child_process';
|
|||||||
import { promisify } from 'util';
|
import { promisify } from 'util';
|
||||||
import type { VideoInfo } from './video';
|
import type { VideoInfo } from './video';
|
||||||
import { fileTypeFromFile } from 'file-type';
|
import { fileTypeFromFile } from 'file-type';
|
||||||
|
import imageSize from 'image-size';
|
||||||
import { fileURLToPath } from 'node:url';
|
import { fileURLToPath } from 'node:url';
|
||||||
import { platform } from 'node:os';
|
import { platform } from 'node:os';
|
||||||
import { LogWrapper } from './log';
|
import { LogWrapper } from './log';
|
||||||
import { imageSizeFallBack } from '@/image-size';
|
|
||||||
const currentPath = dirname(fileURLToPath(import.meta.url));
|
const currentPath = dirname(fileURLToPath(import.meta.url));
|
||||||
const execFileAsync = promisify(execFile);
|
const execFileAsync = promisify(execFile);
|
||||||
const getFFmpegPath = (tool: string): string => {
|
const getFFmpegPath = (tool: string): string => {
|
||||||
@@ -157,7 +157,7 @@ export class FFmpegService {
|
|||||||
try {
|
try {
|
||||||
await this.extractThumbnail(videoPath, thumbnailPath);
|
await this.extractThumbnail(videoPath, thumbnailPath);
|
||||||
// 获取图片尺寸
|
// 获取图片尺寸
|
||||||
const dimensions = await imageSizeFallBack(thumbnailPath);
|
const dimensions = imageSize(thumbnailPath);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
format: fileType?.ext ?? 'mp4',
|
format: fileType?.ext ?? 'mp4',
|
||||||
|
@@ -115,7 +115,7 @@ async function tryDownload(options: string | HttpDownloadOptions, useReferer: bo
|
|||||||
if (useReferer && !headers['Referer']) {
|
if (useReferer && !headers['Referer']) {
|
||||||
headers['Referer'] = url;
|
headers['Referer'] = url;
|
||||||
}
|
}
|
||||||
const fetchRes = await fetch(url, { headers, redirect: 'follow' }).catch((err) => {
|
const fetchRes = await fetch(url, { headers }).catch((err) => {
|
||||||
if (err.cause) {
|
if (err.cause) {
|
||||||
throw err.cause;
|
throw err.cause;
|
||||||
}
|
}
|
||||||
@@ -145,8 +145,8 @@ export enum FileUriType {
|
|||||||
|
|
||||||
export async function checkUriType(Uri: string) {
|
export async function checkUriType(Uri: string) {
|
||||||
const LocalFileRet = await solveProblem((uri: string) => {
|
const LocalFileRet = await solveProblem((uri: string) => {
|
||||||
if (fs.existsSync(path.normalize(uri))) {
|
if (fs.existsSync(uri)) {
|
||||||
return { Uri: path.normalize(uri), Type: FileUriType.Local };
|
return { Uri: uri, Type: FileUriType.Local };
|
||||||
}
|
}
|
||||||
return undefined;
|
return undefined;
|
||||||
}, Uri);
|
}, Uri);
|
||||||
|
@@ -1 +1 @@
|
|||||||
export const napCatVersion = '4.7.63';
|
export const napCatVersion = '4.7.33';
|
||||||
|
@@ -17,6 +17,8 @@ import fs from 'fs';
|
|||||||
import fsPromises from 'fs/promises';
|
import fsPromises from 'fs/promises';
|
||||||
import { InstanceContext, NapCatCore, SearchResultItem } from '@/core';
|
import { InstanceContext, NapCatCore, SearchResultItem } from '@/core';
|
||||||
import { fileTypeFromFile } from 'file-type';
|
import { fileTypeFromFile } from 'file-type';
|
||||||
|
import imageSize from 'image-size';
|
||||||
|
import { ISizeCalculationResult } from 'image-size/dist/types/interface';
|
||||||
import { RkeyManager } from '@/core/helper/rkey';
|
import { RkeyManager } from '@/core/helper/rkey';
|
||||||
import { calculateFileMD5 } from '@/common/file';
|
import { calculateFileMD5 } from '@/common/file';
|
||||||
import pathLib from 'node:path';
|
import pathLib from 'node:path';
|
||||||
@@ -26,9 +28,6 @@ import { SendMessageContext } from '@/onebot/api';
|
|||||||
import { getFileTypeForSendType } from '../helper/msg';
|
import { getFileTypeForSendType } from '../helper/msg';
|
||||||
import { FFmpegService } from '@/common/ffmpeg';
|
import { FFmpegService } from '@/common/ffmpeg';
|
||||||
import { rkeyDataType } from '../types/file';
|
import { rkeyDataType } from '../types/file';
|
||||||
import { NapProtoMsg } from '@napneko/nap-proto-core';
|
|
||||||
import { FileId } from '../packet/transformer/proto/misc/fileid';
|
|
||||||
import { imageSizeFallBack } from '@/image-size';
|
|
||||||
|
|
||||||
export class NTQQFileApi {
|
export class NTQQFileApi {
|
||||||
context: InstanceContext;
|
context: InstanceContext;
|
||||||
@@ -64,76 +63,6 @@ export class NTQQFileApi {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async getFileUrl(chatType: ChatType, peer: string, fileUUID?: string, file10MMd5?: string | undefined) {
|
|
||||||
if (this.core.apis.PacketApi.available) {
|
|
||||||
try {
|
|
||||||
if (chatType === ChatType.KCHATTYPEGROUP && fileUUID) {
|
|
||||||
return this.core.apis.PacketApi.pkt.operation.GetGroupFileUrl(+peer, fileUUID);
|
|
||||||
} else if (file10MMd5 && fileUUID) {
|
|
||||||
return this.core.apis.PacketApi.pkt.operation.GetPrivateFileUrl(peer, fileUUID, file10MMd5);
|
|
||||||
}
|
|
||||||
} catch (error) {
|
|
||||||
this.context.logger.logError('获取文件URL失败', (error as Error).message);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
throw new Error('fileUUID or file10MMd5 is undefined');
|
|
||||||
}
|
|
||||||
|
|
||||||
async getPttUrl(peer: string, fileUUID?: string) {
|
|
||||||
if (this.core.apis.PacketApi.available && fileUUID) {
|
|
||||||
let appid = new NapProtoMsg(FileId).decode(Buffer.from(fileUUID.replaceAll('-', '+').replaceAll('_', '/'), 'base64')).appid;
|
|
||||||
try {
|
|
||||||
if (appid && appid === 1403) {
|
|
||||||
return this.core.apis.PacketApi.pkt.operation.GetGroupPttUrl(+peer, {
|
|
||||||
fileUuid: fileUUID,
|
|
||||||
storeId: 1,
|
|
||||||
uploadTime: 0,
|
|
||||||
ttl: 0,
|
|
||||||
subType: 0,
|
|
||||||
});
|
|
||||||
} else if (fileUUID) {
|
|
||||||
return this.core.apis.PacketApi.pkt.operation.GetPttUrl(peer, {
|
|
||||||
fileUuid: fileUUID,
|
|
||||||
storeId: 1,
|
|
||||||
uploadTime: 0,
|
|
||||||
ttl: 0,
|
|
||||||
subType: 0,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
} catch (error) {
|
|
||||||
this.context.logger.logError('获取文件URL失败', (error as Error).message);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
throw new Error('packet cant get ptt url');
|
|
||||||
}
|
|
||||||
|
|
||||||
async getVideoUrlPacket(peer: string, fileUUID?: string) {
|
|
||||||
if (this.core.apis.PacketApi.available && fileUUID) {
|
|
||||||
let appid = new NapProtoMsg(FileId).decode(Buffer.from(fileUUID.replaceAll('-', '+').replaceAll('_', '/'), 'base64')).appid;
|
|
||||||
try {
|
|
||||||
if (appid && appid === 1415) {
|
|
||||||
return this.core.apis.PacketApi.pkt.operation.GetGroupVideoUrl(+peer, {
|
|
||||||
fileUuid: fileUUID,
|
|
||||||
storeId: 1,
|
|
||||||
uploadTime: 0,
|
|
||||||
ttl: 0,
|
|
||||||
subType: 0,
|
|
||||||
});
|
|
||||||
} else if (fileUUID) {
|
|
||||||
return this.core.apis.PacketApi.pkt.operation.GetVideoUrl(peer, {
|
|
||||||
fileUuid: fileUUID,
|
|
||||||
storeId: 1,
|
|
||||||
uploadTime: 0,
|
|
||||||
ttl: 0,
|
|
||||||
subType: 0,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
} catch (error) {
|
|
||||||
this.context.logger.logError('获取文件URL失败', (error as Error).message);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
throw new Error('packet cant get video url');
|
|
||||||
}
|
|
||||||
|
|
||||||
async copyFile(filePath: string, destPath: string) {
|
async copyFile(filePath: string, destPath: string) {
|
||||||
await this.core.util.copyFile(filePath, destPath);
|
await this.core.util.copyFile(filePath, destPath);
|
||||||
@@ -208,7 +137,7 @@ export class NTQQFileApi {
|
|||||||
if (fileSize === 0) {
|
if (fileSize === 0) {
|
||||||
throw new Error('文件异常,大小为0');
|
throw new Error('文件异常,大小为0');
|
||||||
}
|
}
|
||||||
const imageSize = await imageSizeFallBack(picPath);
|
const imageSize = await this.core.apis.FileApi.getImageSize(picPath);
|
||||||
context.deleteAfterSentFiles.push(path);
|
context.deleteAfterSentFiles.push(path);
|
||||||
return {
|
return {
|
||||||
elementType: ElementType.PIC,
|
elementType: ElementType.PIC,
|
||||||
@@ -396,7 +325,6 @@ export class NTQQFileApi {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
return res.flat();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async downloadMedia(msgId: string, chatType: ChatType, peerUid: string, elementId: string, thumbPath: string, sourcePath: string, timeout = 1000 * 60 * 2, force: boolean = false) {
|
async downloadMedia(msgId: string, chatType: ChatType, peerUid: string, elementId: string, thumbPath: string, sourcePath: string, timeout = 1000 * 60 * 2, force: boolean = false) {
|
||||||
@@ -417,7 +345,6 @@ export class NTQQFileApi {
|
|||||||
'NodeIKernelMsgListener/onRichMediaDownloadComplete',
|
'NodeIKernelMsgListener/onRichMediaDownloadComplete',
|
||||||
[{
|
[{
|
||||||
fileModelId: '0',
|
fileModelId: '0',
|
||||||
downSourceType: 0,
|
|
||||||
downloadSourceType: 0,
|
downloadSourceType: 0,
|
||||||
triggerType: 1,
|
triggerType: 1,
|
||||||
msgId: msgId,
|
msgId: msgId,
|
||||||
@@ -436,6 +363,19 @@ export class NTQQFileApi {
|
|||||||
return completeRetData.filePath;
|
return completeRetData.filePath;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async getImageSize(filePath: string): Promise<ISizeCalculationResult> {
|
||||||
|
return new Promise((resolve, reject) => {
|
||||||
|
imageSize(filePath, (err: Error | null, dimensions) => {
|
||||||
|
if (err) {
|
||||||
|
reject(new Error(err.message));
|
||||||
|
} else if (!dimensions) {
|
||||||
|
reject(new Error('获取图片尺寸失败'));
|
||||||
|
} else {
|
||||||
|
resolve(dimensions);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
async searchForFile(keys: string[]): Promise<SearchResultItem | undefined> {
|
async searchForFile(keys: string[]): Promise<SearchResultItem | undefined> {
|
||||||
const randomResultId = 100000 + Math.floor(Math.random() * 10000);
|
const randomResultId = 100000 + Math.floor(Math.random() * 10000);
|
||||||
|
@@ -86,31 +86,4 @@ export class NTQQFriendApi {
|
|||||||
accept,
|
accept,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
async handleDoubtFriendRequest(friendUid: string, str1: string = '', str2: string = '') {
|
|
||||||
this.context.session.getBuddyService().approvalDoubtBuddyReq(friendUid, str1, str2);
|
|
||||||
}
|
|
||||||
async getDoubtFriendRequest(count: number) {
|
|
||||||
let date = Date.now().toString();
|
|
||||||
const [, ret] = await this.core.eventWrapper.callNormalEventV2(
|
|
||||||
'NodeIKernelBuddyService/getDoubtBuddyReq',
|
|
||||||
'NodeIKernelBuddyListener/onDoubtBuddyReqChange',
|
|
||||||
[date, count, ''],
|
|
||||||
() => true,
|
|
||||||
(data) => data.reqId === date
|
|
||||||
);
|
|
||||||
let requests = Promise.all(ret.doubtList.map(async (item) => {
|
|
||||||
return {
|
|
||||||
flag: item.uid, //注意强制String 非isNumeric 不遵守则不符合设计
|
|
||||||
uin: await this.core.apis.UserApi.getUinByUidV2(item.uid) ?? 0,// 信息字段
|
|
||||||
nick: item.nick, // 信息字段 这个不是nickname 可能是来源的群内的昵称
|
|
||||||
source: item.source, // 信息字段
|
|
||||||
reason: item.reason, // 信息字段
|
|
||||||
msg: item.msg, // 信息字段
|
|
||||||
group_code: item.groupCode, // 信息字段
|
|
||||||
time: item.reqTime, // 信息字段
|
|
||||||
type: 'doubt' //保留字段
|
|
||||||
};
|
|
||||||
}))
|
|
||||||
return requests;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@@ -71,7 +71,6 @@ export class NTQQMsgApi {
|
|||||||
async queryMsgsWithFilterExWithSeq(peer: Peer, msgSeq: string) {
|
async queryMsgsWithFilterExWithSeq(peer: Peer, msgSeq: string) {
|
||||||
return await this.context.session.getMsgService().queryMsgsWithFilterEx('0', '0', msgSeq, {
|
return await this.context.session.getMsgService().queryMsgsWithFilterEx('0', '0', msgSeq, {
|
||||||
chatInfo: peer,
|
chatInfo: peer,
|
||||||
//searchFields: 3,
|
|
||||||
filterMsgType: [],
|
filterMsgType: [],
|
||||||
filterSendersUid: [],
|
filterSendersUid: [],
|
||||||
filterMsgToTime: '0',
|
filterMsgToTime: '0',
|
||||||
@@ -85,7 +84,6 @@ export class NTQQMsgApi {
|
|||||||
return await this.context.session.getMsgService().queryMsgsWithFilterEx('0', '0', msgSeq, {
|
return await this.context.session.getMsgService().queryMsgsWithFilterEx('0', '0', msgSeq, {
|
||||||
chatInfo: peer,
|
chatInfo: peer,
|
||||||
filterMsgType: [],
|
filterMsgType: [],
|
||||||
//searchFields: 3,
|
|
||||||
filterSendersUid: SendersUid,
|
filterSendersUid: SendersUid,
|
||||||
filterMsgToTime: MsgTime,
|
filterMsgToTime: MsgTime,
|
||||||
filterMsgFromTime: MsgTime,
|
filterMsgFromTime: MsgTime,
|
||||||
@@ -102,7 +100,6 @@ export class NTQQMsgApi {
|
|||||||
filterMsgToTime: '0',
|
filterMsgToTime: '0',
|
||||||
filterMsgFromTime: '0',
|
filterMsgFromTime: '0',
|
||||||
isReverseOrder: false,
|
isReverseOrder: false,
|
||||||
//searchFields: 3,
|
|
||||||
isIncludeCurrent: true,
|
isIncludeCurrent: true,
|
||||||
pageLimit: 1,
|
pageLimit: 1,
|
||||||
});
|
});
|
||||||
@@ -113,7 +110,6 @@ export class NTQQMsgApi {
|
|||||||
filterMsgType: [],
|
filterMsgType: [],
|
||||||
filterSendersUid: [],
|
filterSendersUid: [],
|
||||||
filterMsgToTime: '0',
|
filterMsgToTime: '0',
|
||||||
//searchFields: 3,
|
|
||||||
filterMsgFromTime: '0',
|
filterMsgFromTime: '0',
|
||||||
isReverseOrder: true,
|
isReverseOrder: true,
|
||||||
isIncludeCurrent: true,
|
isIncludeCurrent: true,
|
||||||
@@ -132,7 +128,6 @@ export class NTQQMsgApi {
|
|||||||
chatInfo: peer,//此处为Peer 为关键查询参数 没有啥也没有 by mlik iowa
|
chatInfo: peer,//此处为Peer 为关键查询参数 没有啥也没有 by mlik iowa
|
||||||
filterMsgType: [],
|
filterMsgType: [],
|
||||||
filterSendersUid: [],
|
filterSendersUid: [],
|
||||||
//searchFields: 3,
|
|
||||||
filterMsgToTime: filterMsgToTime,
|
filterMsgToTime: filterMsgToTime,
|
||||||
filterMsgFromTime: filterMsgFromTime,
|
filterMsgFromTime: filterMsgFromTime,
|
||||||
isReverseOrder: false,
|
isReverseOrder: false,
|
||||||
@@ -147,7 +142,6 @@ export class NTQQMsgApi {
|
|||||||
chatInfo: peer,
|
chatInfo: peer,
|
||||||
filterMsgType: [],
|
filterMsgType: [],
|
||||||
filterSendersUid: SendersUid,
|
filterSendersUid: SendersUid,
|
||||||
//searchFields: 3,
|
|
||||||
filterMsgToTime: '0',
|
filterMsgToTime: '0',
|
||||||
filterMsgFromTime: '0',
|
filterMsgFromTime: '0',
|
||||||
isReverseOrder: true,
|
isReverseOrder: true,
|
||||||
|
36
src/core/external/appid.json
vendored
36
src/core/external/appid.json
vendored
@@ -258,41 +258,5 @@
|
|||||||
"3.2.17-34467": {
|
"3.2.17-34467": {
|
||||||
"appid": 537282292,
|
"appid": 537282292,
|
||||||
"qua": "V1_LNX_NQ_3.2.17_34467_GW_B"
|
"qua": "V1_LNX_NQ_3.2.17_34467_GW_B"
|
||||||
},
|
|
||||||
"9.9.19-34566": {
|
|
||||||
"appid": 537282307,
|
|
||||||
"qua": "V1_WIN_NQ_9.9.19_34566_GW_B"
|
|
||||||
},
|
|
||||||
"3.2.17-34566": {
|
|
||||||
"appid": 537282343,
|
|
||||||
"qua": "V1_LNX_NQ_3.2.17_34566_GW_B"
|
|
||||||
},
|
|
||||||
"3.2.17-34606": {
|
|
||||||
"appid": 537282343,
|
|
||||||
"qua": "V1_LNX_NQ_3.2.17_34606_GW_B"
|
|
||||||
},
|
|
||||||
"9.9.19-34606": {
|
|
||||||
"appid": 537282307,
|
|
||||||
"qua": "V1_WIN_NQ_9.9.19_34606_GW_B"
|
|
||||||
},
|
|
||||||
"9.9.19-34740": {
|
|
||||||
"appid": 537290691,
|
|
||||||
"qua": "V1_WIN_NQ_9.9.19_34740_GW_B"
|
|
||||||
},
|
|
||||||
"3.2.17-34740": {
|
|
||||||
"appid": 537290727,
|
|
||||||
"qua": "V1_LNX_NQ_3.2.17_34740_GW_B"
|
|
||||||
},
|
|
||||||
"9.9.19-34958": {
|
|
||||||
"appid": 537290742,
|
|
||||||
"qua": "V1_WIN_NQ_9.9.19_34958_GW_B"
|
|
||||||
},
|
|
||||||
"3.2.17-35184": {
|
|
||||||
"appid": 537291084,
|
|
||||||
"qua": "V1_LNX_NQ_3.2.17_35184_GW_B"
|
|
||||||
},
|
|
||||||
"9.9.19-35184": {
|
|
||||||
"appid": 537291048,
|
|
||||||
"qua": "V1_WIN_NQ_9.9.19_35184_GW_B"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
46
src/core/external/offset.json
vendored
46
src/core/external/offset.json
vendored
@@ -327,56 +327,12 @@
|
|||||||
"send": "770CDC0",
|
"send": "770CDC0",
|
||||||
"recv": "77106F0"
|
"recv": "77106F0"
|
||||||
},
|
},
|
||||||
"9.9.19-34362-x64": {
|
"9.9.19-34362-x64":{
|
||||||
"send": "3BD80D0",
|
"send": "3BD80D0",
|
||||||
"recv": "3BDC8D0"
|
"recv": "3BDC8D0"
|
||||||
},
|
},
|
||||||
"9.9.19-34467-x64": {
|
"9.9.19-34467-x64": {
|
||||||
"send": "3BD8690",
|
"send": "3BD8690",
|
||||||
"recv": "3BDCE90"
|
"recv": "3BDCE90"
|
||||||
},
|
|
||||||
"9.9.19-34566-x64": {
|
|
||||||
"send": "3BDA110",
|
|
||||||
"recv": "3BDE910"
|
|
||||||
},
|
|
||||||
"9.9.19-34606-x64": {
|
|
||||||
"send": "3BDA110",
|
|
||||||
"recv": "3BDE910"
|
|
||||||
},
|
|
||||||
"3.2.17-34606-x64": {
|
|
||||||
"send": "AD7DC60",
|
|
||||||
"recv": "AD81680"
|
|
||||||
},
|
|
||||||
"3.2.17-34606-arm64": {
|
|
||||||
"send": "7711270",
|
|
||||||
"recv": "7714BA0"
|
|
||||||
},
|
|
||||||
"9.9.19-34740-x64": {
|
|
||||||
"send": "3BDD8D0",
|
|
||||||
"recv": "3BE20D0"
|
|
||||||
},
|
|
||||||
"3.2.17-34740-x64": {
|
|
||||||
"send": "ADDF0A0",
|
|
||||||
"recv": "ADE2AC0"
|
|
||||||
},
|
|
||||||
"3.2.17-34740-arm64": {
|
|
||||||
"send": "7753BB8",
|
|
||||||
"recv": "77574E8"
|
|
||||||
},
|
|
||||||
"9.9.19-34958-x64": {
|
|
||||||
"send": "3BDD8D0",
|
|
||||||
"recv": "3BE20D0"
|
|
||||||
},
|
|
||||||
"3.2.17-35184-x64": {
|
|
||||||
"send": "AE0DDE0",
|
|
||||||
"recv": "AE11800"
|
|
||||||
},
|
|
||||||
"3.2.17-35184-arm64": {
|
|
||||||
"send": "7776028",
|
|
||||||
"recv": "7779958"
|
|
||||||
},
|
|
||||||
"9.9.19-35184-x64": {
|
|
||||||
"send": "3BE5A10",
|
|
||||||
"recv": "3BEA210"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -3,75 +3,57 @@ import { BuddyCategoryType, FriendRequestNotify } from '@/core/types';
|
|||||||
export type OnBuddyChangeParams = BuddyCategoryType[];
|
export type OnBuddyChangeParams = BuddyCategoryType[];
|
||||||
|
|
||||||
export class NodeIKernelBuddyListener {
|
export class NodeIKernelBuddyListener {
|
||||||
onBuddyListChangedV2(_arg: unknown): any {
|
onBuddyListChangedV2(arg: unknown): any {
|
||||||
}
|
}
|
||||||
|
|
||||||
onAddBuddyNeedVerify(_arg: unknown): any {
|
onAddBuddyNeedVerify(arg: unknown): any {
|
||||||
}
|
}
|
||||||
|
|
||||||
onAddMeSettingChanged(_arg: unknown): any {
|
onAddMeSettingChanged(arg: unknown): any {
|
||||||
}
|
}
|
||||||
|
|
||||||
onAvatarUrlUpdated(_arg: unknown): any {
|
onAvatarUrlUpdated(arg: unknown): any {
|
||||||
}
|
}
|
||||||
|
|
||||||
onBlockChanged(_arg: unknown): any {
|
onBlockChanged(arg: unknown): any {
|
||||||
}
|
}
|
||||||
|
|
||||||
onBuddyDetailInfoChange(_arg: unknown): any {
|
onBuddyDetailInfoChange(arg: unknown): any {
|
||||||
}
|
}
|
||||||
|
|
||||||
onBuddyInfoChange(_arg: unknown): any {
|
onBuddyInfoChange(arg: unknown): any {
|
||||||
}
|
}
|
||||||
|
|
||||||
onBuddyListChange(_arg: OnBuddyChangeParams): any {
|
onBuddyListChange(arg: OnBuddyChangeParams): any {
|
||||||
}
|
}
|
||||||
|
|
||||||
onBuddyRemarkUpdated(_arg: unknown): any {
|
onBuddyRemarkUpdated(arg: unknown): any {
|
||||||
}
|
}
|
||||||
|
|
||||||
onBuddyReqChange(_arg: FriendRequestNotify): any {
|
onBuddyReqChange(arg: FriendRequestNotify): any {
|
||||||
}
|
}
|
||||||
|
|
||||||
onBuddyReqUnreadCntChange(_arg: unknown): any {
|
onBuddyReqUnreadCntChange(arg: unknown): any {
|
||||||
}
|
}
|
||||||
|
|
||||||
onCheckBuddySettingResult(_arg: unknown): any {
|
onCheckBuddySettingResult(arg: unknown): any {
|
||||||
}
|
}
|
||||||
|
|
||||||
onDelBatchBuddyInfos(_arg: unknown): any {
|
onDelBatchBuddyInfos(arg: unknown): any {
|
||||||
console.log('onDelBatchBuddyInfos not implemented', ...arguments);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onDoubtBuddyReqChange(_arg:
|
onDoubtBuddyReqChange(arg: unknown): any {
|
||||||
{
|
|
||||||
reqId: string;
|
|
||||||
cookie: string;
|
|
||||||
doubtList: Array<{
|
|
||||||
uid: string;
|
|
||||||
nick: string;
|
|
||||||
age: number,
|
|
||||||
sex: number;
|
|
||||||
commFriendNum: number;
|
|
||||||
reqTime: string;
|
|
||||||
msg: string;
|
|
||||||
source: string;
|
|
||||||
reason: string;
|
|
||||||
groupCode: string;
|
|
||||||
nameMore?: null;
|
|
||||||
}>;
|
|
||||||
}): void | Promise<void> {
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onDoubtBuddyReqUnreadNumChange(_num: number): void | Promise<void> {
|
onDoubtBuddyReqUnreadNumChange(arg: unknown): any {
|
||||||
}
|
}
|
||||||
|
|
||||||
onNickUpdated(_arg: unknown): any {
|
onNickUpdated(arg: unknown): any {
|
||||||
}
|
}
|
||||||
|
|
||||||
onSmartInfos(_arg: unknown): any {
|
onSmartInfos(arg: unknown): any {
|
||||||
}
|
}
|
||||||
|
|
||||||
onSpacePermissionInfos(_arg: unknown): any {
|
onSpacePermissionInfos(arg: unknown): any {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -21,8 +21,7 @@ export interface OnRichMediaDownloadCompleteParams {
|
|||||||
clientMsg: string,
|
clientMsg: string,
|
||||||
businessId: number,
|
businessId: number,
|
||||||
userTotalSpacePerDay: unknown,
|
userTotalSpacePerDay: unknown,
|
||||||
userUsedSpacePerDay: unknown,
|
userUsedSpacePerDay: unknown
|
||||||
chatType: number,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface GroupFileInfoUpdateParamType {
|
export interface GroupFileInfoUpdateParamType {
|
||||||
@@ -98,112 +97,112 @@ export interface TempOnRecvParams {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export class NodeIKernelMsgListener {
|
export class NodeIKernelMsgListener {
|
||||||
onAddSendMsg(_msgRecord: RawMessage): any {
|
onAddSendMsg(msgRecord: RawMessage): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onBroadcastHelperDownloadComplete(_broadcastHelperTransNotifyInfo: unknown): any {
|
onBroadcastHelperDownloadComplete(broadcastHelperTransNotifyInfo: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onBroadcastHelperProgressUpdate(_broadcastHelperTransNotifyInfo: unknown): any {
|
onBroadcastHelperProgressUpdate(broadcastHelperTransNotifyInfo: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onChannelFreqLimitInfoUpdate(_contact: unknown, _z: unknown, _freqLimitInfo: unknown): any {
|
onChannelFreqLimitInfoUpdate(contact: unknown, z: unknown, freqLimitInfo: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onContactUnreadCntUpdate(_hashMap: unknown): any {
|
onContactUnreadCntUpdate(hashMap: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onCustomWithdrawConfigUpdate(_customWithdrawConfig: unknown): any {
|
onCustomWithdrawConfigUpdate(customWithdrawConfig: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onDraftUpdate(_contact: unknown, _arrayList: unknown, _j2: unknown): any {
|
onDraftUpdate(contact: unknown, arrayList: unknown, j2: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onEmojiDownloadComplete(_emojiNotifyInfo: unknown): any {
|
onEmojiDownloadComplete(emojiNotifyInfo: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onEmojiResourceUpdate(_emojiResourceInfo: unknown): any {
|
onEmojiResourceUpdate(emojiResourceInfo: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onFeedEventUpdate(_firstViewDirectMsgNotifyInfo: unknown): any {
|
onFeedEventUpdate(firstViewDirectMsgNotifyInfo: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onFileMsgCome(_arrayList: unknown): any {
|
onFileMsgCome(arrayList: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onFirstViewDirectMsgUpdate(_firstViewDirectMsgNotifyInfo: unknown): any {
|
onFirstViewDirectMsgUpdate(firstViewDirectMsgNotifyInfo: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onFirstViewGroupGuildMapping(_arrayList: unknown): any {
|
onFirstViewGroupGuildMapping(arrayList: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onGrabPasswordRedBag(_i2: unknown, _str: unknown, _i3: unknown, _recvdOrder: unknown, _msgRecord: unknown): any {
|
onGrabPasswordRedBag(i2: unknown, str: unknown, i3: unknown, recvdOrder: unknown, msgRecord: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onGroupFileInfoAdd(_groupItem: unknown): any {
|
onGroupFileInfoAdd(groupItem: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onGroupFileInfoUpdate(_groupFileListResult: GroupFileInfoUpdateParamType): any {
|
onGroupFileInfoUpdate(groupFileListResult: GroupFileInfoUpdateParamType): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onGroupGuildUpdate(_groupGuildNotifyInfo: unknown): any {
|
onGroupGuildUpdate(groupGuildNotifyInfo: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
onGroupTransferInfoAdd(_groupItem: unknown): any {
|
onGroupTransferInfoAdd(groupItem: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onGroupTransferInfoUpdate(_groupFileListResult: unknown): any {
|
onGroupTransferInfoUpdate(groupFileListResult: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onGuildInteractiveUpdate(_guildInteractiveNotificationItem: unknown): any {
|
onGuildInteractiveUpdate(guildInteractiveNotificationItem: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onGuildMsgAbFlagChanged(_guildMsgAbFlag: unknown): any {
|
onGuildMsgAbFlagChanged(guildMsgAbFlag: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onGuildNotificationAbstractUpdate(_guildNotificationAbstractInfo: unknown): any {
|
onGuildNotificationAbstractUpdate(guildNotificationAbstractInfo: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onHitCsRelatedEmojiResult(_downloadRelateEmojiResultInfo: unknown): any {
|
onHitCsRelatedEmojiResult(downloadRelateEmojiResultInfo: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onHitEmojiKeywordResult(_hitRelatedEmojiWordsResult: unknown): any {
|
onHitEmojiKeywordResult(hitRelatedEmojiWordsResult: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onHitRelatedEmojiResult(_relatedWordEmojiInfo: unknown): any {
|
onHitRelatedEmojiResult(relatedWordEmojiInfo: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onImportOldDbProgressUpdate(_importOldDbMsgNotifyInfo: unknown): any {
|
onImportOldDbProgressUpdate(importOldDbMsgNotifyInfo: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onInputStatusPush(_inputStatusInfo: {
|
onInputStatusPush(inputStatusInfo: {
|
||||||
chatType: number;
|
chatType: number;
|
||||||
eventType: number;
|
eventType: number;
|
||||||
fromUin: string;
|
fromUin: string;
|
||||||
@@ -216,55 +215,55 @@ export class NodeIKernelMsgListener {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onKickedOffLine(_kickedInfo: KickedOffLineInfo): any {
|
onKickedOffLine(kickedInfo: KickedOffLineInfo): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onLineDev(_arrayList: unknown): any {
|
onLineDev(arrayList: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onLogLevelChanged(_j2: unknown): any {
|
onLogLevelChanged(j2: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onMsgAbstractUpdate(_arrayList: unknown): any {
|
onMsgAbstractUpdate(arrayList: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onMsgBoxChanged(_arrayList: unknown): any {
|
onMsgBoxChanged(arrayList: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onMsgDelete(_contact: unknown, _arrayList: unknown): any {
|
onMsgDelete(contact: unknown, arrayList: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onMsgEventListUpdate(_hashMap: unknown): any {
|
onMsgEventListUpdate(hashMap: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onMsgInfoListAdd(_arrayList: unknown): any {
|
onMsgInfoListAdd(arrayList: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onMsgInfoListUpdate(_msgList: RawMessage[]): any {
|
onMsgInfoListUpdate(msgList: RawMessage[]): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onMsgQRCodeStatusChanged(_i2: unknown): any {
|
onMsgQRCodeStatusChanged(i2: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onMsgRecall(_chatType: ChatType, _uid: string, _msgSeq: string): any {
|
onMsgRecall(chatType: ChatType, uid: string, msgSeq: string): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onMsgSecurityNotify(_msgRecord: unknown): any {
|
onMsgSecurityNotify(msgRecord: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onMsgSettingUpdate(_msgSetting: unknown): any {
|
onMsgSettingUpdate(msgSetting: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -280,108 +279,108 @@ export class NodeIKernelMsgListener {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onReadFeedEventUpdate(_firstViewDirectMsgNotifyInfo: unknown): any {
|
onReadFeedEventUpdate(firstViewDirectMsgNotifyInfo: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onRecvGroupGuildFlag(_i2: unknown): any {
|
onRecvGroupGuildFlag(i2: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onRecvMsg(_arrayList: RawMessage[]): any {
|
onRecvMsg(arrayList: RawMessage[]): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onRecvMsgSvrRspTransInfo(_j2: unknown, _contact: unknown, _i2: unknown, _i3: unknown, _str: unknown, _bArr: unknown): any {
|
onRecvMsgSvrRspTransInfo(j2: unknown, contact: unknown, i2: unknown, i3: unknown, str: unknown, bArr: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onRecvOnlineFileMsg(_arrayList: unknown): any {
|
onRecvOnlineFileMsg(arrayList: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onRecvS2CMsg(_arrayList: unknown): any {
|
onRecvS2CMsg(arrayList: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onRecvSysMsg(_arrayList: Array<number>): any {
|
onRecvSysMsg(arrayList: Array<number>): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onRecvUDCFlag(_i2: unknown): any {
|
onRecvUDCFlag(i2: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onRichMediaDownloadComplete(_fileTransNotifyInfo: OnRichMediaDownloadCompleteParams): any {
|
onRichMediaDownloadComplete(fileTransNotifyInfo: OnRichMediaDownloadCompleteParams): any {
|
||||||
}
|
}
|
||||||
|
|
||||||
onRichMediaProgerssUpdate(_fileTransNotifyInfo: unknown): any {
|
onRichMediaProgerssUpdate(fileTransNotifyInfo: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onRichMediaUploadComplete(_fileTransNotifyInfo: unknown): any {
|
onRichMediaUploadComplete(fileTransNotifyInfo: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onSearchGroupFileInfoUpdate(_searchGroupFileResult: unknown): any {
|
onSearchGroupFileInfoUpdate(searchGroupFileResult: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onSendMsgError(_j2: unknown, _contact: unknown, _i2: unknown, _str: unknown): any {
|
onSendMsgError(j2: unknown, contact: unknown, i2: unknown, str: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onSysMsgNotification(_i2: unknown, _j2: unknown, _j3: unknown, _arrayList: unknown): any {
|
onSysMsgNotification(i2: unknown, j2: unknown, j3: unknown, arrayList: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onTempChatInfoUpdate(_tempChatInfo: TempOnRecvParams): any {
|
onTempChatInfoUpdate(tempChatInfo: TempOnRecvParams): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onUnreadCntAfterFirstView(_hashMap: unknown): any {
|
onUnreadCntAfterFirstView(hashMap: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onUnreadCntUpdate(_hashMap: unknown): any {
|
onUnreadCntUpdate(hashMap: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onUserChannelTabStatusChanged(_z: unknown): any {
|
onUserChannelTabStatusChanged(z: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onUserOnlineStatusChanged(_z: unknown): any {
|
onUserOnlineStatusChanged(z: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onUserTabStatusChanged(_arrayList: unknown): any {
|
onUserTabStatusChanged(arrayList: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onlineStatusBigIconDownloadPush(_i2: unknown, _j2: unknown, _str: unknown): any {
|
onlineStatusBigIconDownloadPush(i2: unknown, j2: unknown, str: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onlineStatusSmallIconDownloadPush(_i2: unknown, _j2: unknown, _str: unknown): any {
|
onlineStatusSmallIconDownloadPush(i2: unknown, j2: unknown, str: unknown): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 第一次发现于Linux
|
// 第一次发现于Linux
|
||||||
onUserSecQualityChanged(..._args: unknown[]): any {
|
onUserSecQualityChanged(...args: unknown[]): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onMsgWithRichLinkInfoUpdate(..._args: unknown[]): any {
|
onMsgWithRichLinkInfoUpdate(...args: unknown[]): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onRedTouchChanged(..._args: unknown[]): any {
|
onRedTouchChanged(...args: unknown[]): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 第一次发现于Win 9.9.9-23159
|
// 第一次发现于Win 9.9.9-23159
|
||||||
onBroadcastHelperProgerssUpdate(..._args: unknown[]): any {
|
onBroadcastHelperProgerssUpdate(...args: unknown[]): any {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -6,14 +6,13 @@ import {
|
|||||||
PacketMsgFileElement,
|
PacketMsgFileElement,
|
||||||
PacketMsgPicElement,
|
PacketMsgPicElement,
|
||||||
PacketMsgPttElement,
|
PacketMsgPttElement,
|
||||||
PacketMsgReplyElement,
|
PacketMsgVideoElement
|
||||||
PacketMsgVideoElement,
|
|
||||||
} from '@/core/packet/message/element';
|
} from '@/core/packet/message/element';
|
||||||
import { ChatType, MsgSourceType, NTMsgType, RawMessage } from '@/core';
|
import { ChatType, MsgSourceType, NTMsgType, RawMessage } from '@/core';
|
||||||
import { MiniAppRawData, MiniAppReqParams } from '@/core/packet/entities/miniApp';
|
import { MiniAppRawData, MiniAppReqParams } from '@/core/packet/entities/miniApp';
|
||||||
import { AIVoiceChatType } from '@/core/packet/entities/aiChat';
|
import { AIVoiceChatType } from '@/core/packet/entities/aiChat';
|
||||||
import { NapProtoDecodeStructType, NapProtoEncodeStructType, NapProtoMsg } from '@napneko/nap-proto-core';
|
import { NapProtoDecodeStructType, NapProtoEncodeStructType, NapProtoMsg } from '@napneko/nap-proto-core';
|
||||||
import { IndexNode, LongMsgResult, MsgInfo, PushMsgBody } from '@/core/packet/transformer/proto';
|
import { IndexNode, LongMsgResult, MsgInfo } from '@/core/packet/transformer/proto';
|
||||||
import { OidbPacket } from '@/core/packet/transformer/base';
|
import { OidbPacket } from '@/core/packet/transformer/base';
|
||||||
import { ImageOcrResult } from '@/core/packet/entities/ocrResult';
|
import { ImageOcrResult } from '@/core/packet/entities/ocrResult';
|
||||||
import { gunzipSync } from 'zlib';
|
import { gunzipSync } from 'zlib';
|
||||||
@@ -77,24 +76,22 @@ export class PacketOperationContext {
|
|||||||
async UploadResources(msg: PacketMsg[], groupUin: number = 0) {
|
async UploadResources(msg: PacketMsg[], groupUin: number = 0) {
|
||||||
const chatType = groupUin ? ChatType.KCHATTYPEGROUP : ChatType.KCHATTYPEC2C;
|
const chatType = groupUin ? ChatType.KCHATTYPEGROUP : ChatType.KCHATTYPEC2C;
|
||||||
const peerUid = groupUin ? String(groupUin) : this.context.napcore.basicInfo.uid;
|
const peerUid = groupUin ? String(groupUin) : this.context.napcore.basicInfo.uid;
|
||||||
const reqList = msg.flatMap((m) =>
|
const reqList = msg.flatMap(m =>
|
||||||
m.msg
|
m.msg.map(e => {
|
||||||
.map((e) => {
|
if (e instanceof PacketMsgPicElement) {
|
||||||
if (e instanceof PacketMsgPicElement) {
|
return this.context.highway.uploadImage({ chatType, peerUid }, e);
|
||||||
return this.context.highway.uploadImage({ chatType, peerUid }, e);
|
} else if (e instanceof PacketMsgVideoElement) {
|
||||||
} else if (e instanceof PacketMsgVideoElement) {
|
return this.context.highway.uploadVideo({ chatType, peerUid }, e);
|
||||||
return this.context.highway.uploadVideo({ chatType, peerUid }, e);
|
} else if (e instanceof PacketMsgPttElement) {
|
||||||
} else if (e instanceof PacketMsgPttElement) {
|
return this.context.highway.uploadPtt({ chatType, peerUid }, e);
|
||||||
return this.context.highway.uploadPtt({ chatType, peerUid }, e);
|
} else if (e instanceof PacketMsgFileElement) {
|
||||||
} else if (e instanceof PacketMsgFileElement) {
|
return this.context.highway.uploadFile({ chatType, peerUid }, e);
|
||||||
return this.context.highway.uploadFile({ chatType, peerUid }, e);
|
}
|
||||||
}
|
return null;
|
||||||
return null;
|
}).filter(Boolean)
|
||||||
})
|
|
||||||
.filter(Boolean)
|
|
||||||
);
|
);
|
||||||
const res = await Promise.allSettled(reqList);
|
const res = await Promise.allSettled(reqList);
|
||||||
this.context.logger.info(`上传资源${res.length}个,失败${res.filter((r) => r.status === 'rejected').length}个`);
|
this.context.logger.info(`上传资源${res.length}个,失败${res.filter(r => r.status === 'rejected').length}个`);
|
||||||
res.forEach((result, index) => {
|
res.forEach((result, index) => {
|
||||||
if (result.status === 'rejected') {
|
if (result.status === 'rejected') {
|
||||||
this.context.logger.error(`上传第${index + 1}个资源失败:${result.reason.stack}`);
|
this.context.logger.error(`上传第${index + 1}个资源失败:${result.reason.stack}`);
|
||||||
@@ -103,13 +100,10 @@ export class PacketOperationContext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async UploadImage(img: PacketMsgPicElement) {
|
async UploadImage(img: PacketMsgPicElement) {
|
||||||
await this.context.highway.uploadImage(
|
await this.context.highway.uploadImage({
|
||||||
{
|
chatType: ChatType.KCHATTYPEC2C,
|
||||||
chatType: ChatType.KCHATTYPEC2C,
|
peerUid: this.context.napcore.basicInfo.uid
|
||||||
peerUid: this.context.napcore.basicInfo.uid,
|
}, img);
|
||||||
},
|
|
||||||
img
|
|
||||||
);
|
|
||||||
const index = img.msgInfo?.msgInfoBody?.at(0)?.index;
|
const index = img.msgInfo?.msgInfoBody?.at(0)?.index;
|
||||||
if (!index) {
|
if (!index) {
|
||||||
throw new Error('img.msgInfo?.msgInfoBody![0].index! is undefined');
|
throw new Error('img.msgInfo?.msgInfoBody![0].index! is undefined');
|
||||||
@@ -124,20 +118,6 @@ export class PacketOperationContext {
|
|||||||
return `https://${res.download.info.domain}${res.download.info.urlPath}${res.download.rKeyParam}`;
|
return `https://${res.download.info.domain}${res.download.info.urlPath}${res.download.rKeyParam}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
async GetPttUrl(selfUid: string, node: NapProtoEncodeStructType<typeof IndexNode>) {
|
|
||||||
const req = trans.DownloadPtt.build(selfUid, node);
|
|
||||||
const resp = await this.context.client.sendOidbPacket(req, true);
|
|
||||||
const res = trans.DownloadPtt.parse(resp);
|
|
||||||
return `https://${res.download.info.domain}${res.download.info.urlPath}${res.download.rKeyParam}`;
|
|
||||||
}
|
|
||||||
|
|
||||||
async GetVideoUrl(selfUid: string, node: NapProtoEncodeStructType<typeof IndexNode>) {
|
|
||||||
const req = trans.DownloadVideo.build(selfUid, node);
|
|
||||||
const resp = await this.context.client.sendOidbPacket(req, true);
|
|
||||||
const res = trans.DownloadVideo.parse(resp);
|
|
||||||
return `https://${res.download.info.domain}${res.download.info.urlPath}${res.download.rKeyParam}`;
|
|
||||||
}
|
|
||||||
|
|
||||||
async GetGroupImageUrl(groupUin: number, node: NapProtoEncodeStructType<typeof IndexNode>) {
|
async GetGroupImageUrl(groupUin: number, node: NapProtoEncodeStructType<typeof IndexNode>) {
|
||||||
const req = trans.DownloadGroupImage.build(groupUin, node);
|
const req = trans.DownloadGroupImage.build(groupUin, node);
|
||||||
const resp = await this.context.client.sendOidbPacket(req, true);
|
const resp = await this.context.client.sendOidbPacket(req, true);
|
||||||
@@ -145,21 +125,6 @@ export class PacketOperationContext {
|
|||||||
return `https://${res.download.info.domain}${res.download.info.urlPath}${res.download.rKeyParam}`;
|
return `https://${res.download.info.domain}${res.download.info.urlPath}${res.download.rKeyParam}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
async GetGroupPttUrl(groupUin: number, node: NapProtoEncodeStructType<typeof IndexNode>) {
|
|
||||||
const req = trans.DownloadGroupPtt.build(groupUin, node);
|
|
||||||
const resp = await this.context.client.sendOidbPacket(req, true);
|
|
||||||
const res = trans.DownloadImage.parse(resp);
|
|
||||||
return `https://${res.download.info.domain}${res.download.info.urlPath}${res.download.rKeyParam}`;
|
|
||||||
}
|
|
||||||
|
|
||||||
async GetGroupVideoUrl(groupUin: number, node: NapProtoEncodeStructType<typeof IndexNode>) {
|
|
||||||
const req = trans.DownloadGroupVideo.build(groupUin, node);
|
|
||||||
const resp = await this.context.client.sendOidbPacket(req, true);
|
|
||||||
const res = trans.DownloadImage.parse(resp);
|
|
||||||
return `https://${res.download.info.domain}${res.download.info.urlPath}${res.download.rKeyParam}`;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
async ImageOCR(imgUrl: string) {
|
async ImageOCR(imgUrl: string) {
|
||||||
const req = trans.ImageOCR.build(imgUrl);
|
const req = trans.ImageOCR.build(imgUrl);
|
||||||
const resp = await this.context.client.sendOidbPacket(req, true);
|
const resp = await this.context.client.sendOidbPacket(req, true);
|
||||||
@@ -172,66 +137,24 @@ export class PacketOperationContext {
|
|||||||
coordinates: item.polygon.coordinates.map((c) => {
|
coordinates: item.polygon.coordinates.map((c) => {
|
||||||
return {
|
return {
|
||||||
x: c.x,
|
x: c.x,
|
||||||
y: c.y,
|
y: c.y
|
||||||
};
|
};
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
}),
|
}),
|
||||||
language: res.ocrRspBody.language,
|
language: res.ocrRspBody.language
|
||||||
} as ImageOcrResult;
|
} as ImageOcrResult;
|
||||||
}
|
}
|
||||||
|
|
||||||
private async SendPreprocess(msg: PacketMsg[], groupUin: number = 0) {
|
|
||||||
const ps = msg.map((m) => {
|
|
||||||
return m.msg.map(async (e) => {
|
|
||||||
if (e instanceof PacketMsgReplyElement && !e.targetElems) {
|
|
||||||
this.context.logger.debug(`Cannot find reply element's targetElems, prepare to fetch it...`);
|
|
||||||
if (!e.targetPeer?.peerUid) {
|
|
||||||
this.context.logger.error(`targetPeer is undefined!`);
|
|
||||||
}
|
|
||||||
let targetMsg: NapProtoEncodeStructType<typeof PushMsgBody>[] | undefined;
|
|
||||||
if (e.isGroupReply) {
|
|
||||||
targetMsg = await this.FetchGroupMessage(+(e.targetPeer?.peerUid ?? 0), e.targetMessageSeq, e.targetMessageSeq);
|
|
||||||
} else {
|
|
||||||
targetMsg = await this.FetchC2CMessage(await this.context.napcore.basicInfo.uin2uid(e.targetUin), e.targetMessageSeq, e.targetMessageSeq);
|
|
||||||
}
|
|
||||||
e.targetElems = targetMsg.at(0)?.body?.richText?.elems;
|
|
||||||
e.targetSourceMsg = targetMsg.at(0);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}).flat();
|
|
||||||
await Promise.all(ps)
|
|
||||||
await this.UploadResources(msg, groupUin);
|
|
||||||
}
|
|
||||||
|
|
||||||
async FetchGroupMessage(groupUin: number, startSeq: number, endSeq: number): Promise<NapProtoDecodeStructType<typeof PushMsgBody>[]> {
|
|
||||||
const req = trans.FetchGroupMessage.build(groupUin, startSeq, endSeq);
|
|
||||||
const resp = await this.context.client.sendOidbPacket(req, true);
|
|
||||||
const res = trans.FetchGroupMessage.parse(resp);
|
|
||||||
return res.body.messages
|
|
||||||
}
|
|
||||||
|
|
||||||
async FetchC2CMessage(targetUid: string, startSeq: number, endSeq: number): Promise<NapProtoDecodeStructType<typeof PushMsgBody>[]> {
|
|
||||||
const req = trans.FetchC2CMessage.build(targetUid, startSeq, endSeq);
|
|
||||||
const resp = await this.context.client.sendOidbPacket(req, true);
|
|
||||||
const res = trans.FetchC2CMessage.parse(resp);
|
|
||||||
return res.messages
|
|
||||||
}
|
|
||||||
|
|
||||||
async UploadForwardMsg(msg: PacketMsg[], groupUin: number = 0) {
|
async UploadForwardMsg(msg: PacketMsg[], groupUin: number = 0) {
|
||||||
await this.SendPreprocess(msg, groupUin);
|
await this.UploadResources(msg, groupUin);
|
||||||
const req = trans.UploadForwardMsg.build(this.context.napcore.basicInfo.uid, msg, groupUin);
|
const req = trans.UploadForwardMsg.build(this.context.napcore.basicInfo.uid, msg, groupUin);
|
||||||
const resp = await this.context.client.sendOidbPacket(req, true);
|
const resp = await this.context.client.sendOidbPacket(req, true);
|
||||||
const res = trans.UploadForwardMsg.parse(resp);
|
const res = trans.UploadForwardMsg.parse(resp);
|
||||||
return res.result.resId;
|
return res.result.resId;
|
||||||
}
|
}
|
||||||
|
|
||||||
async MoveGroupFile(
|
async MoveGroupFile(groupUin: number, fileUUID: string, currentParentDirectory: string, targetParentDirectory: string) {
|
||||||
groupUin: number,
|
|
||||||
fileUUID: string,
|
|
||||||
currentParentDirectory: string,
|
|
||||||
targetParentDirectory: string
|
|
||||||
) {
|
|
||||||
const req = trans.MoveGroupFile.build(groupUin, fileUUID, currentParentDirectory, targetParentDirectory);
|
const req = trans.MoveGroupFile.build(groupUin, fileUUID, currentParentDirectory, targetParentDirectory);
|
||||||
const resp = await this.context.client.sendOidbPacket(req, true);
|
const resp = await this.context.client.sendOidbPacket(req, true);
|
||||||
const res = trans.MoveGroupFile.parse(resp);
|
const res = trans.MoveGroupFile.parse(resp);
|
||||||
@@ -251,7 +174,6 @@ export class PacketOperationContext {
|
|||||||
const res = trans.DownloadGroupFile.parse(resp);
|
const res = trans.DownloadGroupFile.parse(resp);
|
||||||
return `https://${res.download.downloadDns}/ftn_handler/${Buffer.from(res.download.downloadUrl).toString('hex')}/?fname=`;
|
return `https://${res.download.downloadDns}/ftn_handler/${Buffer.from(res.download.downloadUrl).toString('hex')}/?fname=`;
|
||||||
}
|
}
|
||||||
|
|
||||||
async GetPrivateFileUrl(self_id: string, fileUUID: string, md5: string) {
|
async GetPrivateFileUrl(self_id: string, fileUUID: string, md5: string) {
|
||||||
const req = trans.DownloadPrivateFile.build(self_id, fileUUID, md5);
|
const req = trans.DownloadPrivateFile.build(self_id, fileUUID, md5);
|
||||||
const resp = await this.context.client.sendOidbPacket(req, true);
|
const resp = await this.context.client.sendOidbPacket(req, true);
|
||||||
@@ -259,6 +181,13 @@ export class PacketOperationContext {
|
|||||||
return `http://${res.body?.result?.server}:${res.body?.result?.port}${res.body?.result?.url?.slice(8)}&isthumb=0`;
|
return `http://${res.body?.result?.server}:${res.body?.result?.port}${res.body?.result?.url?.slice(8)}&isthumb=0`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async GetGroupPttUrl(groupUin: number, node: NapProtoEncodeStructType<typeof IndexNode>) {
|
||||||
|
const req = trans.DownloadGroupPtt.build(groupUin, node);
|
||||||
|
const resp = await this.context.client.sendOidbPacket(req, true);
|
||||||
|
const res = trans.DownloadGroupPtt.parse(resp);
|
||||||
|
return `https://${res.download.info.domain}${res.download.info.urlPath}${res.download.rKeyParam}`;
|
||||||
|
}
|
||||||
|
|
||||||
async GetMiniAppAdaptShareInfo(param: MiniAppReqParams) {
|
async GetMiniAppAdaptShareInfo(param: MiniAppReqParams) {
|
||||||
const req = trans.GetMiniAppAdaptShareInfo.build(param);
|
const req = trans.GetMiniAppAdaptShareInfo.build(param);
|
||||||
const resp = await this.context.client.sendOidbPacket(req, true);
|
const resp = await this.context.client.sendOidbPacket(req, true);
|
||||||
@@ -274,17 +203,12 @@ export class PacketOperationContext {
|
|||||||
return res.content.map((item) => {
|
return res.content.map((item) => {
|
||||||
return {
|
return {
|
||||||
category: item.category,
|
category: item.category,
|
||||||
voices: item.voices,
|
voices: item.voices
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
async GetAiVoice(
|
async GetAiVoice(groupUin: number, voiceId: string, text: string, chatType: AIVoiceChatType): Promise<NapProtoDecodeStructType<typeof MsgInfo>> {
|
||||||
groupUin: number,
|
|
||||||
voiceId: string,
|
|
||||||
text: string,
|
|
||||||
chatType: AIVoiceChatType
|
|
||||||
): Promise<NapProtoDecodeStructType<typeof MsgInfo>> {
|
|
||||||
let reqTime = 0;
|
let reqTime = 0;
|
||||||
const reqMaxTime = 30;
|
const reqMaxTime = 30;
|
||||||
const sessionId = crypto.randomBytes(4).readUInt32BE(0);
|
const sessionId = crypto.randomBytes(4).readUInt32BE(0);
|
||||||
@@ -312,7 +236,6 @@ export class PacketOperationContext {
|
|||||||
if (!main?.actionData.msgBody) {
|
if (!main?.actionData.msgBody) {
|
||||||
throw new Error('msgBody is empty');
|
throw new Error('msgBody is empty');
|
||||||
}
|
}
|
||||||
this.context.logger.debug('rawChains ', inflate.toString('hex'));
|
|
||||||
|
|
||||||
const messagesPromises = main.actionData.msgBody.map(async (msg) => {
|
const messagesPromises = main.actionData.msgBody.map(async (msg) => {
|
||||||
if (!msg?.body?.richText?.elems) {
|
if (!msg?.body?.richText?.elems) {
|
||||||
@@ -328,12 +251,12 @@ export class PacketOperationContext {
|
|||||||
const groupUin = msg?.responseHead.grp?.groupUin ?? 0;
|
const groupUin = msg?.responseHead.grp?.groupUin ?? 0;
|
||||||
element.picElement = {
|
element.picElement = {
|
||||||
...element.picElement,
|
...element.picElement,
|
||||||
originImageUrl: await this.GetGroupImageUrl(groupUin, index!),
|
originImageUrl: await this.GetGroupImageUrl(groupUin, index!)
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
element.picElement = {
|
element.picElement = {
|
||||||
...element.picElement,
|
...element.picElement,
|
||||||
originImageUrl: await this.GetImageUrl(this.context.napcore.basicInfo.uid, index!),
|
originImageUrl: await this.GetImageUrl(this.context.napcore.basicInfo.uid, index!)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return element;
|
return element;
|
||||||
@@ -346,7 +269,7 @@ export class PacketOperationContext {
|
|||||||
elements: elements,
|
elements: elements,
|
||||||
guildId: '',
|
guildId: '',
|
||||||
isOnlineMsg: false,
|
isOnlineMsg: false,
|
||||||
msgId: '7467703692092974645', // TODO: no necessary
|
msgId: '7467703692092974645', // TODO: no necessary
|
||||||
msgRandom: '0',
|
msgRandom: '0',
|
||||||
msgSeq: String(msg.contentHead.sequence ?? 0),
|
msgSeq: String(msg.contentHead.sequence ?? 0),
|
||||||
msgTime: String(msg.contentHead.timeStamp ?? 0),
|
msgTime: String(msg.contentHead.timeStamp ?? 0),
|
||||||
|
@@ -24,15 +24,12 @@ export class PacketMsgBuilder {
|
|||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
responseHead: {
|
responseHead: {
|
||||||
fromUin: node.senderUin,
|
|
||||||
type: 0,
|
|
||||||
sigMap: 0,
|
|
||||||
toUin: 0,
|
|
||||||
fromUid: '',
|
fromUid: '',
|
||||||
|
fromUin: node.senderUin,
|
||||||
|
toUid: node.groupId ? undefined : selfUid,
|
||||||
forward: node.groupId ? undefined : {
|
forward: node.groupId ? undefined : {
|
||||||
friendName: node.senderName,
|
friendName: node.senderName,
|
||||||
},
|
},
|
||||||
toUid: node.groupId ? undefined : selfUid,
|
|
||||||
grp: node.groupId ? {
|
grp: node.groupId ? {
|
||||||
groupUin: node.groupId,
|
groupUin: node.groupId,
|
||||||
memberName: node.senderName,
|
memberName: node.senderName,
|
||||||
@@ -43,13 +40,16 @@ export class PacketMsgBuilder {
|
|||||||
type: node.groupId ? 82 : 9,
|
type: node.groupId ? 82 : 9,
|
||||||
subType: node.groupId ? undefined : 4,
|
subType: node.groupId ? undefined : 4,
|
||||||
divSeq: node.groupId ? undefined : 4,
|
divSeq: node.groupId ? undefined : 4,
|
||||||
autoReply: 0,
|
msgId: crypto.randomBytes(4).readUInt32LE(0),
|
||||||
sequence: crypto.randomBytes(4).readUInt32LE(0),
|
sequence: crypto.randomBytes(4).readUInt32LE(0),
|
||||||
timeStamp: +node.time.toString().substring(0, 10),
|
timeStamp: +node.time.toString().substring(0, 10),
|
||||||
|
field7: BigInt(1),
|
||||||
|
field8: 0,
|
||||||
|
field9: 0,
|
||||||
forward: {
|
forward: {
|
||||||
field1: 0,
|
field1: 0,
|
||||||
field2: 0,
|
field2: 0,
|
||||||
field3: node.groupId ? 1 : 2,
|
field3: node.groupId ? 0 : 2,
|
||||||
unknownBase64: avatar,
|
unknownBase64: avatar,
|
||||||
avatar: avatar
|
avatar: avatar
|
||||||
}
|
}
|
||||||
|
@@ -10,7 +10,6 @@ import {
|
|||||||
MsgInfo,
|
MsgInfo,
|
||||||
NotOnlineImage,
|
NotOnlineImage,
|
||||||
OidbSvcTrpcTcp0XE37_800Response,
|
OidbSvcTrpcTcp0XE37_800Response,
|
||||||
PushMsgBody,
|
|
||||||
QBigFaceExtra,
|
QBigFaceExtra,
|
||||||
QSmallFaceExtra,
|
QSmallFaceExtra,
|
||||||
} from '@/core/packet/transformer/proto';
|
} from '@/core/packet/transformer/proto';
|
||||||
@@ -30,8 +29,7 @@ import {
|
|||||||
SendReplyElement,
|
SendReplyElement,
|
||||||
SendMultiForwardMsgElement,
|
SendMultiForwardMsgElement,
|
||||||
SendTextElement,
|
SendTextElement,
|
||||||
SendVideoElement,
|
SendVideoElement
|
||||||
Peer
|
|
||||||
} from '@/core';
|
} from '@/core';
|
||||||
import {ForwardMsgBuilder} from '@/common/forward-msg-builder';
|
import {ForwardMsgBuilder} from '@/common/forward-msg-builder';
|
||||||
import {PacketMsg, PacketSendMsgElement} from '@/core/packet/message/message';
|
import {PacketMsg, PacketSendMsgElement} from '@/core/packet/message/message';
|
||||||
@@ -148,40 +146,41 @@ export class PacketMsgAtElement extends PacketMsgTextElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export class PacketMsgReplyElement extends IPacketMsgElement<SendReplyElement> {
|
export class PacketMsgReplyElement extends IPacketMsgElement<SendReplyElement> {
|
||||||
time: number;
|
messageId: bigint;
|
||||||
targetMessageId: bigint;
|
messageSeq: number;
|
||||||
targetMessageSeq: number;
|
messageClientSeq: number;
|
||||||
targetMessageClientSeq: number;
|
|
||||||
targetUin: number;
|
targetUin: number;
|
||||||
targetUid: string;
|
targetUid: string;
|
||||||
targetElems?: NapProtoEncodeStructType<typeof Elem>[];
|
time: number;
|
||||||
targetSourceMsg?: NapProtoEncodeStructType<typeof PushMsgBody>;
|
elems: PacketMsg[];
|
||||||
targetPeer?: Peer;
|
|
||||||
|
|
||||||
constructor(element: SendReplyElement) {
|
constructor(element: SendReplyElement) {
|
||||||
super(element);
|
super(element);
|
||||||
this.time = +(element.replyElement.replyMsgTime ?? Math.floor(Date.now() / 1000));
|
this.messageId = BigInt(element.replyElement.replayMsgId ?? 0);
|
||||||
this.targetMessageId = BigInt(element.replyElement.replayMsgId ?? 0);
|
this.messageSeq = +(element.replyElement.replayMsgSeq ?? 0);
|
||||||
this.targetMessageSeq = +(element.replyElement.replayMsgSeq ?? 0);
|
this.messageClientSeq = +(element.replyElement.replyMsgClientSeq ?? 0);
|
||||||
this.targetMessageClientSeq = +(element.replyElement.replyMsgClientSeq ?? 0);
|
|
||||||
this.targetUin = +(element.replyElement.senderUin ?? 0);
|
this.targetUin = +(element.replyElement.senderUin ?? 0);
|
||||||
this.targetUid = element.replyElement.senderUidStr ?? '';
|
this.targetUid = element.replyElement.senderUidStr ?? '';
|
||||||
this.targetPeer = element.replyElement._replyMsgPeer;
|
this.time = +(element.replyElement.replyMsgTime ?? 0);
|
||||||
|
this.elems = []; // TODO: in replyElement.sourceMsgTextElems
|
||||||
}
|
}
|
||||||
|
|
||||||
get isGroupReply(): boolean {
|
get isGroupReply(): boolean {
|
||||||
return this.targetMessageClientSeq === 0;
|
return this.messageClientSeq === 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
override buildElement(): NapProtoEncodeStructType<typeof Elem>[] {
|
override buildElement(): NapProtoEncodeStructType<typeof Elem>[] {
|
||||||
return [{
|
return [{
|
||||||
srcMsg: {
|
srcMsg: {
|
||||||
origSeqs: [this.isGroupReply ? this.targetMessageSeq : this.targetMessageClientSeq],
|
origSeqs: [this.isGroupReply ? this.messageClientSeq : this.messageSeq],
|
||||||
senderUin: BigInt(this.targetUin),
|
senderUin: BigInt(this.targetUin),
|
||||||
time: this.time,
|
time: this.time,
|
||||||
elems: this.targetElems ?? [],
|
elems: [], // TODO: in replyElement.sourceMsgTextElems
|
||||||
sourceMsg: new NapProtoMsg(PushMsgBody).encode(this.targetSourceMsg ?? {}),
|
pbReserve: {
|
||||||
toUin: BigInt(0),
|
messageId: this.messageId,
|
||||||
|
},
|
||||||
|
toUin: BigInt(this.targetUin),
|
||||||
|
type: 1,
|
||||||
}
|
}
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
@@ -1,50 +0,0 @@
|
|||||||
import * as proto from '@/core/packet/transformer/proto';
|
|
||||||
import { NapProtoEncodeStructType, NapProtoMsg } from '@napneko/nap-proto-core';
|
|
||||||
import { OidbPacket, PacketTransformer } from '@/core/packet/transformer/base';
|
|
||||||
import OidbBase from '@/core/packet/transformer/oidb/oidbBase';
|
|
||||||
import { IndexNode } from '@/core/packet/transformer/proto';
|
|
||||||
|
|
||||||
class DownloadGroupVideo extends PacketTransformer<typeof proto.NTV2RichMediaResp> {
|
|
||||||
constructor() {
|
|
||||||
super();
|
|
||||||
}
|
|
||||||
|
|
||||||
build(groupUin: number, node: NapProtoEncodeStructType<typeof IndexNode>): OidbPacket {
|
|
||||||
const body = new NapProtoMsg(proto.NTV2RichMediaReq).encode({
|
|
||||||
reqHead: {
|
|
||||||
common: {
|
|
||||||
requestId: 1,
|
|
||||||
command: 200
|
|
||||||
},
|
|
||||||
scene: {
|
|
||||||
requestType: 2,
|
|
||||||
businessType: 2,
|
|
||||||
sceneType: 2,
|
|
||||||
group: {
|
|
||||||
groupUin: groupUin
|
|
||||||
}
|
|
||||||
},
|
|
||||||
client: {
|
|
||||||
agentType: 2,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
download: {
|
|
||||||
node: node,
|
|
||||||
download: {
|
|
||||||
video: {
|
|
||||||
busiType: 0,
|
|
||||||
sceneType: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
return OidbBase.build(0x11EA, 200, body, true, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
parse(data: Buffer) {
|
|
||||||
const oidbBody = OidbBase.parse(data).body;
|
|
||||||
return new NapProtoMsg(proto.NTV2RichMediaResp).decode(oidbBody);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export default new DownloadGroupVideo();
|
|
@@ -1,51 +0,0 @@
|
|||||||
import * as proto from '@/core/packet/transformer/proto';
|
|
||||||
import { NapProtoEncodeStructType, NapProtoMsg } from '@napneko/nap-proto-core';
|
|
||||||
import { OidbPacket, PacketTransformer } from '@/core/packet/transformer/base';
|
|
||||||
import OidbBase from '@/core/packet/transformer/oidb/oidbBase';
|
|
||||||
import { IndexNode } from '@/core/packet/transformer/proto';
|
|
||||||
|
|
||||||
class DownloadPtt extends PacketTransformer<typeof proto.NTV2RichMediaResp> {
|
|
||||||
constructor() {
|
|
||||||
super();
|
|
||||||
}
|
|
||||||
|
|
||||||
build(selfUid: string, node: NapProtoEncodeStructType<typeof IndexNode>): OidbPacket {
|
|
||||||
const body = new NapProtoMsg(proto.NTV2RichMediaReq).encode({
|
|
||||||
reqHead: {
|
|
||||||
common: {
|
|
||||||
requestId: 1,
|
|
||||||
command: 200
|
|
||||||
},
|
|
||||||
scene: {
|
|
||||||
requestType: 1,
|
|
||||||
businessType: 3,
|
|
||||||
sceneType: 1,
|
|
||||||
c2C: {
|
|
||||||
accountType: 2,
|
|
||||||
targetUid: selfUid
|
|
||||||
},
|
|
||||||
},
|
|
||||||
client: {
|
|
||||||
agentType: 2,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
download: {
|
|
||||||
node: node,
|
|
||||||
download: {
|
|
||||||
video: {
|
|
||||||
busiType: 0,
|
|
||||||
sceneType: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
return OidbBase.build(0x126D, 200, body, true, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
parse(data: Buffer) {
|
|
||||||
const oidbBody = OidbBase.parse(data).body;
|
|
||||||
return new NapProtoMsg(proto.NTV2RichMediaResp).decode(oidbBody);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export default new DownloadPtt();
|
|
@@ -1,51 +0,0 @@
|
|||||||
import * as proto from '@/core/packet/transformer/proto';
|
|
||||||
import { NapProtoEncodeStructType, NapProtoMsg } from '@napneko/nap-proto-core';
|
|
||||||
import { OidbPacket, PacketTransformer } from '@/core/packet/transformer/base';
|
|
||||||
import OidbBase from '@/core/packet/transformer/oidb/oidbBase';
|
|
||||||
import { IndexNode } from '@/core/packet/transformer/proto';
|
|
||||||
|
|
||||||
class DownloadVideo extends PacketTransformer<typeof proto.NTV2RichMediaResp> {
|
|
||||||
constructor() {
|
|
||||||
super();
|
|
||||||
}
|
|
||||||
|
|
||||||
build(selfUid: string, node: NapProtoEncodeStructType<typeof IndexNode>): OidbPacket {
|
|
||||||
const body = new NapProtoMsg(proto.NTV2RichMediaReq).encode({
|
|
||||||
reqHead: {
|
|
||||||
common: {
|
|
||||||
requestId: 1,
|
|
||||||
command: 200
|
|
||||||
},
|
|
||||||
scene: {
|
|
||||||
requestType: 2,
|
|
||||||
businessType: 2,
|
|
||||||
sceneType: 1,
|
|
||||||
c2C: {
|
|
||||||
accountType: 2,
|
|
||||||
targetUid: selfUid
|
|
||||||
},
|
|
||||||
},
|
|
||||||
client: {
|
|
||||||
agentType: 2,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
download: {
|
|
||||||
node: node,
|
|
||||||
download: {
|
|
||||||
video: {
|
|
||||||
busiType: 0,
|
|
||||||
sceneType: 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
return OidbBase.build(0x11E9, 200, body, true, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
parse(data: Buffer) {
|
|
||||||
const oidbBody = OidbBase.parse(data).body;
|
|
||||||
return new NapProtoMsg(proto.NTV2RichMediaResp).decode(oidbBody);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export default new DownloadVideo();
|
|
@@ -13,6 +13,3 @@ export { default as UploadPrivatePtt } from './UploadPrivatePtt';
|
|||||||
export { default as UploadPrivateVideo } from './UploadPrivateVideo';
|
export { default as UploadPrivateVideo } from './UploadPrivateVideo';
|
||||||
export { default as DownloadImage } from './DownloadImage';
|
export { default as DownloadImage } from './DownloadImage';
|
||||||
export { default as DownloadGroupImage } from './DownloadGroupImage';
|
export { default as DownloadGroupImage } from './DownloadGroupImage';
|
||||||
export { default as DownloadVideo } from './DownloadVideo';
|
|
||||||
export { default as DownloadGroupVideo } from './DownloadGroupVideo';
|
|
||||||
export { default as DownloadPtt } from './DownloadPtt';
|
|
@@ -1,27 +0,0 @@
|
|||||||
import * as proto from '@/core/packet/transformer/proto';
|
|
||||||
import { NapProtoMsg } from '@napneko/nap-proto-core';
|
|
||||||
import { OidbPacket, PacketHexStrBuilder, PacketTransformer } from '@/core/packet/transformer/base';
|
|
||||||
|
|
||||||
class FetchC2CMessage extends PacketTransformer<typeof proto.SsoGetC2cMsgResponse> {
|
|
||||||
constructor() {
|
|
||||||
super();
|
|
||||||
}
|
|
||||||
|
|
||||||
build(targetUid: string, startSeq: number, endSeq: number): OidbPacket {
|
|
||||||
const req = new NapProtoMsg(proto.SsoGetC2cMsg).encode({
|
|
||||||
friendUid: targetUid,
|
|
||||||
startSequence: startSeq,
|
|
||||||
endSequence: endSeq,
|
|
||||||
});
|
|
||||||
return {
|
|
||||||
cmd: 'trpc.msg.register_proxy.RegisterProxy.SsoGetC2cMsg',
|
|
||||||
data: PacketHexStrBuilder(req)
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
parse(data: Buffer) {
|
|
||||||
return new NapProtoMsg(proto.SsoGetC2cMsgResponse).decode(data);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export default new FetchC2CMessage();
|
|
@@ -1,30 +0,0 @@
|
|||||||
import * as proto from '@/core/packet/transformer/proto';
|
|
||||||
import { NapProtoMsg } from '@napneko/nap-proto-core';
|
|
||||||
import { OidbPacket, PacketHexStrBuilder, PacketTransformer } from '@/core/packet/transformer/base';
|
|
||||||
|
|
||||||
class FetchGroupMessage extends PacketTransformer<typeof proto.SsoGetGroupMsgResponse> {
|
|
||||||
constructor() {
|
|
||||||
super();
|
|
||||||
}
|
|
||||||
|
|
||||||
build(groupUin: number, startSeq: number, endSeq: number): OidbPacket {
|
|
||||||
const req = new NapProtoMsg(proto.SsoGetGroupMsg).encode({
|
|
||||||
info: {
|
|
||||||
groupUin: groupUin,
|
|
||||||
startSequence: startSeq,
|
|
||||||
endSequence: endSeq
|
|
||||||
},
|
|
||||||
direction: true
|
|
||||||
});
|
|
||||||
return {
|
|
||||||
cmd: 'trpc.msg.register_proxy.RegisterProxy.SsoGetGroupMsg',
|
|
||||||
data: PacketHexStrBuilder(req)
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
parse(data: Buffer) {
|
|
||||||
return new NapProtoMsg(proto.SsoGetGroupMsgResponse).decode(data);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export default new FetchGroupMessage();
|
|
@@ -1,4 +1,2 @@
|
|||||||
export { default as UploadForwardMsg } from './UploadForwardMsg';
|
export { default as UploadForwardMsg } from './UploadForwardMsg';
|
||||||
export { default as FetchGroupMessage } from './FetchGroupMessage';
|
export { default as DownloadForwardMsg } from './DownloadForwardMsg';
|
||||||
export { default as FetchC2CMessage } from './FetchC2CMessage';
|
|
||||||
export { default as DownloadForwardMsg } from './DownloadForwardMsg';
|
|
@@ -13,15 +13,13 @@ import {
|
|||||||
export const ContentHead = {
|
export const ContentHead = {
|
||||||
type: ProtoField(1, ScalarType.UINT32),
|
type: ProtoField(1, ScalarType.UINT32),
|
||||||
subType: ProtoField(2, ScalarType.UINT32, true),
|
subType: ProtoField(2, ScalarType.UINT32, true),
|
||||||
c2cCmd: ProtoField(3, ScalarType.UINT32, true),
|
divSeq: ProtoField(3, ScalarType.UINT32, true),
|
||||||
ranDom: ProtoField(4, ScalarType.UINT32, true),
|
msgId: ProtoField(4, ScalarType.UINT32, true),
|
||||||
sequence: ProtoField(5, ScalarType.UINT32, true),
|
sequence: ProtoField(5, ScalarType.UINT32, true),
|
||||||
timeStamp: ProtoField(6, ScalarType.UINT32, true),
|
timeStamp: ProtoField(6, ScalarType.UINT32, true),
|
||||||
pkgNum: ProtoField(7, ScalarType.UINT64, true),
|
field7: ProtoField(7, ScalarType.UINT64, true),
|
||||||
pkgIndex: ProtoField(8, ScalarType.UINT32, true),
|
field8: ProtoField(8, ScalarType.UINT32, true),
|
||||||
divSeq: ProtoField(9, ScalarType.UINT32, true),
|
field9: ProtoField(9, ScalarType.UINT32, true),
|
||||||
autoReply: ProtoField(10, ScalarType.UINT32),
|
|
||||||
ntMsgSeq: ProtoField(10, ScalarType.UINT32, true),
|
|
||||||
newId: ProtoField(12, ScalarType.UINT64, true),
|
newId: ProtoField(12, ScalarType.UINT64, true),
|
||||||
forward: ProtoField(15, () => ForwardHead, true),
|
forward: ProtoField(15, () => ForwardHead, true),
|
||||||
};
|
};
|
||||||
|
@@ -1,6 +0,0 @@
|
|||||||
import { ProtoField, ScalarType } from '@napneko/nap-proto-core';
|
|
||||||
|
|
||||||
export const FileId = {
|
|
||||||
appid: ProtoField(4, ScalarType.UINT32, true),
|
|
||||||
ttl: ProtoField(10, ScalarType.UINT32, true),
|
|
||||||
};
|
|
@@ -106,15 +106,15 @@ export interface NodeIKernelBuddyService {
|
|||||||
|
|
||||||
getAddMeSetting(): unknown;
|
getAddMeSetting(): unknown;
|
||||||
|
|
||||||
getDoubtBuddyReq(reqId: string, num: number,uk:string): Promise<GeneralCallResult>;
|
getDoubtBuddyReq(): unknown;
|
||||||
|
|
||||||
getDoubtBuddyUnreadNum(): number;
|
getDoubtBuddyUnreadNum(): number;
|
||||||
|
|
||||||
approvalDoubtBuddyReq(uid: string, str1: string, str2: string): void;
|
approvalDoubtBuddyReq(uid: number, isAgree: boolean): void;
|
||||||
|
|
||||||
delDoubtBuddyReq(uid: number): void;
|
delDoubtBuddyReq(uid: number): void;
|
||||||
|
|
||||||
delAllDoubtBuddyReq(): Promise<GeneralCallResult>;
|
delAllDoubtBuddyReq(): void;
|
||||||
|
|
||||||
reportDoubtBuddyReqUnread(): void;
|
reportDoubtBuddyReqUnread(): void;
|
||||||
|
|
||||||
|
@@ -249,7 +249,7 @@ export interface NodeIKernelGroupService {
|
|||||||
|
|
||||||
reqToJoinGroup(groupCode: string, arg: unknown): void;
|
reqToJoinGroup(groupCode: string, arg: unknown): void;
|
||||||
|
|
||||||
setGroupShutUp(groupCode: string, shutUp: boolean): Promise<GeneralCallResult>;
|
setGroupShutUp(groupCode: string, shutUp: boolean): void;
|
||||||
|
|
||||||
getGroupShutUpMemberList(groupCode: string): Promise<GeneralCallResult>;
|
getGroupShutUpMemberList(groupCode: string): Promise<GeneralCallResult>;
|
||||||
|
|
||||||
|
@@ -148,11 +148,10 @@ export interface NodeIKernelMsgService {
|
|||||||
msgList: RawMessage[]
|
msgList: RawMessage[]
|
||||||
}>;
|
}>;
|
||||||
|
|
||||||
// getMsgService/getMsgs { chatType: 2, peerUid: '975206796', privilegeFlag: 336068800 } 0 20 true
|
//@deprecated
|
||||||
getMsgs(peer: Peer & { privilegeFlag: number }, msgId: string, count: number, queryOrder: boolean): Promise<GeneralCallResult & {
|
getMsgs(peer: Peer, msgId: string, count: unknown, queryOrder: boolean): Promise<unknown>;
|
||||||
msgList: RawMessage[]
|
|
||||||
}>;
|
|
||||||
|
|
||||||
|
//@deprecated
|
||||||
getMsgsIncludeSelf(peer: Peer, msgId: string, count: number, queryOrder: boolean): Promise<GeneralCallResult & {
|
getMsgsIncludeSelf(peer: Peer, msgId: string, count: number, queryOrder: boolean): Promise<GeneralCallResult & {
|
||||||
msgList: RawMessage[]
|
msgList: RawMessage[]
|
||||||
}>;
|
}>;
|
||||||
@@ -426,20 +425,7 @@ export interface NodeIKernelMsgService {
|
|||||||
|
|
||||||
switchToOfflineGetRichMediaElement(...args: unknown[]): unknown;
|
switchToOfflineGetRichMediaElement(...args: unknown[]): unknown;
|
||||||
|
|
||||||
downloadRichMedia(args: {
|
downloadRichMedia(...args: unknown[]): unknown;
|
||||||
fileModelId: string,
|
|
||||||
downSourceType: number,
|
|
||||||
triggerType: number,
|
|
||||||
msgId: string,
|
|
||||||
chatType: number,
|
|
||||||
peerUid: string,
|
|
||||||
elementId: string,
|
|
||||||
thumbSize: number,
|
|
||||||
downloadType: number,
|
|
||||||
filePath: string
|
|
||||||
} & {
|
|
||||||
downloadSourceType: number, //33800左右一下的老版本 新版34606已经完全上面格式
|
|
||||||
}): unknown;
|
|
||||||
|
|
||||||
getFirstUnreadMsgSeq(args: {
|
getFirstUnreadMsgSeq(args: {
|
||||||
peerUid: string
|
peerUid: string
|
||||||
|
@@ -1,15 +1,4 @@
|
|||||||
import {
|
import { ElementType, MessageElement, NTGrayTipElementSubTypeV2, PicSubType, PicType, TipAioOpGrayTipElement, TipGroupElement, NTVideoType, FaceType } from './msg';
|
||||||
ElementType,
|
|
||||||
MessageElement,
|
|
||||||
NTGrayTipElementSubTypeV2,
|
|
||||||
PicSubType,
|
|
||||||
PicType,
|
|
||||||
TipAioOpGrayTipElement,
|
|
||||||
TipGroupElement,
|
|
||||||
NTVideoType,
|
|
||||||
FaceType,
|
|
||||||
Peer
|
|
||||||
} from './msg';
|
|
||||||
|
|
||||||
type ElementFullBase = Omit<MessageElement, 'elementType' | 'elementId' | 'extBufForUI'>;
|
type ElementFullBase = Omit<MessageElement, 'elementType' | 'elementId' | 'extBufForUI'>;
|
||||||
|
|
||||||
@@ -224,9 +213,6 @@ export interface ReplyElement {
|
|||||||
senderUidStr?: string;
|
senderUidStr?: string;
|
||||||
replyMsgTime?: string;
|
replyMsgTime?: string;
|
||||||
replyMsgClientSeq?: string;
|
replyMsgClientSeq?: string;
|
||||||
// HACK: Attributes that were not originally available,
|
|
||||||
// but were added due to NTQQ and NapCat's internal implementation, are used to supplement NapCat
|
|
||||||
_replyMsgPeer?: Peer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface CalendarElement {
|
export interface CalendarElement {
|
||||||
|
@@ -403,7 +403,7 @@ export interface NTGroupGrayMember {
|
|||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* 群灰色提示邀请者和被邀请者接口
|
* 群灰色提示邀请者和被邀请者接口
|
||||||
*
|
*
|
||||||
* */
|
* */
|
||||||
export interface NTGroupGrayInviterAndInvite {
|
export interface NTGroupGrayInviterAndInvite {
|
||||||
invited: NTGroupGrayMember;
|
invited: NTGroupGrayMember;
|
||||||
@@ -501,15 +501,13 @@ export interface RawMessage {
|
|||||||
elements: MessageElement[];// 消息元素
|
elements: MessageElement[];// 消息元素
|
||||||
sourceType: MsgSourceType;// 消息来源类型
|
sourceType: MsgSourceType;// 消息来源类型
|
||||||
isOnlineMsg: boolean;// 是否为在线消息
|
isOnlineMsg: boolean;// 是否为在线消息
|
||||||
clientSeq?: string;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 查询消息参数接口
|
* 查询消息参数接口
|
||||||
*/
|
*/
|
||||||
export interface QueryMsgsParams {
|
export interface QueryMsgsParams {
|
||||||
chatInfo: Peer & { privilegeFlag?: number };
|
chatInfo: Peer;
|
||||||
//searchFields: number;
|
|
||||||
filterMsgType: Array<{ type: NTMsgType, subType: Array<number> }>;
|
filterMsgType: Array<{ type: NTMsgType, subType: Array<number> }>;
|
||||||
filterSendersUid: string[];
|
filterSendersUid: string[];
|
||||||
filterMsgFromTime: string;
|
filterMsgFromTime: string;
|
||||||
@@ -567,4 +565,4 @@ export enum FaceType {
|
|||||||
AniSticke = 3, // 动画贴纸
|
AniSticke = 3, // 动画贴纸
|
||||||
Lottie = 4,// 新格式表情
|
Lottie = 4,// 新格式表情
|
||||||
Poke = 5 // 可变Poke
|
Poke = 5 // 可变Poke
|
||||||
}
|
}
|
@@ -132,26 +132,18 @@ export enum BuddyReqType {
|
|||||||
KMEINITIATORWAITPEERCONFIRM = 13
|
KMEINITIATORWAITPEERCONFIRM = 13
|
||||||
}
|
}
|
||||||
|
|
||||||
// 其中 ? 代表新版本参数
|
|
||||||
export interface FriendRequest {
|
export interface FriendRequest {
|
||||||
|
isBuddy?: boolean;
|
||||||
isInitiator?: boolean;
|
isInitiator?: boolean;
|
||||||
isDecide: boolean;
|
isDecide: boolean;
|
||||||
friendUid: string;
|
friendUid: string;
|
||||||
reqType: BuddyReqType,
|
reqType: BuddyReqType,
|
||||||
reqTime: string; // 时间戳 秒
|
reqTime: string; // 时间戳 秒
|
||||||
flag?: number; // 0
|
|
||||||
preGroupingId?: number; // 0
|
|
||||||
commFriendNum?: number; // 共同好友数
|
|
||||||
extWords: string; // 申请人填写的验证消息
|
extWords: string; // 申请人填写的验证消息
|
||||||
isUnread: boolean;
|
isUnread: boolean;
|
||||||
isDoubt?: boolean; // 是否是可疑的好友请求
|
|
||||||
nameMore?: string;
|
|
||||||
friendNick: string;
|
friendNick: string;
|
||||||
sourceId: number;
|
sourceId: number;
|
||||||
groupCode: string;
|
groupCode: string
|
||||||
isBuddy?: boolean;
|
|
||||||
isAgreed?: boolean;
|
|
||||||
relation?: number;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface FriendRequestNotify {
|
export interface FriendRequestNotify {
|
||||||
|
@@ -1,426 +0,0 @@
|
|||||||
import * as fs from 'fs';
|
|
||||||
import { ReadStream } from 'fs';
|
|
||||||
|
|
||||||
export interface ImageSize {
|
|
||||||
width: number;
|
|
||||||
height: number;
|
|
||||||
}
|
|
||||||
|
|
||||||
export enum ImageType {
|
|
||||||
JPEG = 'jpeg',
|
|
||||||
PNG = 'png',
|
|
||||||
BMP = 'bmp',
|
|
||||||
GIF = 'gif',
|
|
||||||
WEBP = 'webp',
|
|
||||||
UNKNOWN = 'unknown',
|
|
||||||
}
|
|
||||||
|
|
||||||
interface ImageParser {
|
|
||||||
readonly type: ImageType;
|
|
||||||
canParse(buffer: Buffer): boolean;
|
|
||||||
parseSize(stream: ReadStream): Promise<ImageSize | undefined>;
|
|
||||||
}
|
|
||||||
|
|
||||||
// 魔术匹配
|
|
||||||
function matchMagic(buffer: Buffer, magic: number[], offset = 0): boolean {
|
|
||||||
if (buffer.length < offset + magic.length) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
for (let i = 0; i < magic.length; i++) {
|
|
||||||
if (buffer[offset + i] !== magic[i]) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
// PNG解析器
|
|
||||||
class PngParser implements ImageParser {
|
|
||||||
readonly type = ImageType.PNG;
|
|
||||||
// PNG 魔术头:89 50 4E 47 0D 0A 1A 0A
|
|
||||||
private readonly PNG_SIGNATURE = [0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A];
|
|
||||||
|
|
||||||
canParse(buffer: Buffer): boolean {
|
|
||||||
return matchMagic(buffer, this.PNG_SIGNATURE);
|
|
||||||
}
|
|
||||||
|
|
||||||
async parseSize(stream: ReadStream): Promise<ImageSize | undefined> {
|
|
||||||
return new Promise((resolve, reject) => {
|
|
||||||
stream.once('error', reject);
|
|
||||||
stream.once('readable', () => {
|
|
||||||
const buf = stream.read(24) as Buffer;
|
|
||||||
if (!buf || buf.length < 24) {
|
|
||||||
return resolve(undefined);
|
|
||||||
}
|
|
||||||
if (this.canParse(buf)) {
|
|
||||||
const width = buf.readUInt32BE(16);
|
|
||||||
const height = buf.readUInt32BE(20);
|
|
||||||
resolve({ width, height });
|
|
||||||
} else {
|
|
||||||
resolve(undefined);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// JPEG解析器
|
|
||||||
class JpegParser implements ImageParser {
|
|
||||||
readonly type = ImageType.JPEG;
|
|
||||||
// JPEG 魔术头:FF D8
|
|
||||||
private readonly JPEG_SIGNATURE = [0xFF, 0xD8];
|
|
||||||
|
|
||||||
// JPEG标记常量
|
|
||||||
private readonly SOF_MARKERS = {
|
|
||||||
SOF0: 0xC0, // 基线DCT
|
|
||||||
SOF1: 0xC1, // 扩展顺序DCT
|
|
||||||
SOF2: 0xC2, // 渐进式DCT
|
|
||||||
SOF3: 0xC3, // 无损
|
|
||||||
} as const;
|
|
||||||
|
|
||||||
// 非SOF标记
|
|
||||||
private readonly NON_SOF_MARKERS: number[] = [
|
|
||||||
0xC4, // DHT
|
|
||||||
0xC8, // JPEG扩展
|
|
||||||
0xCC, // DAC
|
|
||||||
] as const;
|
|
||||||
|
|
||||||
canParse(buffer: Buffer): boolean {
|
|
||||||
return matchMagic(buffer, this.JPEG_SIGNATURE);
|
|
||||||
}
|
|
||||||
|
|
||||||
isSOFMarker(marker: number): boolean {
|
|
||||||
return (
|
|
||||||
marker === this.SOF_MARKERS.SOF0 ||
|
|
||||||
marker === this.SOF_MARKERS.SOF1 ||
|
|
||||||
marker === this.SOF_MARKERS.SOF2 ||
|
|
||||||
marker === this.SOF_MARKERS.SOF3
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
isNonSOFMarker(marker: number): boolean {
|
|
||||||
return this.NON_SOF_MARKERS.includes(marker);
|
|
||||||
}
|
|
||||||
|
|
||||||
async parseSize(stream: ReadStream): Promise<ImageSize | undefined> {
|
|
||||||
return new Promise<ImageSize | undefined>((resolve, reject) => {
|
|
||||||
const BUFFER_SIZE = 1024; // 读取块大小,可以根据需要调整
|
|
||||||
let buffer = Buffer.alloc(0);
|
|
||||||
let offset = 0;
|
|
||||||
let found = false;
|
|
||||||
|
|
||||||
// 处理错误
|
|
||||||
stream.on('error', (err) => {
|
|
||||||
stream.destroy();
|
|
||||||
reject(err);
|
|
||||||
});
|
|
||||||
|
|
||||||
// 处理数据块
|
|
||||||
stream.on('data', (chunk: Buffer | string) => {
|
|
||||||
// 追加新数据到缓冲区
|
|
||||||
const chunkBuffer = Buffer.isBuffer(chunk) ? chunk : Buffer.from(chunk);
|
|
||||||
buffer = Buffer.concat([buffer.subarray(offset), chunkBuffer]);
|
|
||||||
offset = 0;
|
|
||||||
|
|
||||||
// 保持缓冲区在合理大小内,只保留最后的部分用于跨块匹配
|
|
||||||
const bufferSize = buffer.length;
|
|
||||||
const MIN_REQUIRED_BYTES = 10; // SOF段最低字节数
|
|
||||||
|
|
||||||
// 从JPEG头部后开始扫描
|
|
||||||
while (offset < bufferSize - MIN_REQUIRED_BYTES) {
|
|
||||||
// 寻找FF标记
|
|
||||||
if (buffer[offset] === 0xFF && buffer[offset + 1]! >= 0xC0 && buffer[offset + 1]! <= 0xCF) {
|
|
||||||
const marker = buffer[offset + 1];
|
|
||||||
if (!marker) {
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
// 跳过非SOF标记
|
|
||||||
if (this.isNonSOFMarker(marker)) {
|
|
||||||
offset += 2;
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
// 处理SOF标记 (包含尺寸信息)
|
|
||||||
if (this.isSOFMarker(marker)) {
|
|
||||||
// 确保缓冲区中有足够数据读取尺寸
|
|
||||||
if (offset + 9 < bufferSize) {
|
|
||||||
// 解析尺寸: FF XX YY YY PP HH HH WW WW ...
|
|
||||||
// XX = 标记, YY YY = 段长度, PP = 精度, HH HH = 高, WW WW = 宽
|
|
||||||
const height = buffer.readUInt16BE(offset + 5);
|
|
||||||
const width = buffer.readUInt16BE(offset + 7);
|
|
||||||
|
|
||||||
found = true;
|
|
||||||
stream.destroy();
|
|
||||||
resolve({ width, height });
|
|
||||||
return;
|
|
||||||
} else {
|
|
||||||
// 如果缓冲区内数据不够,保留当前位置等待更多数据
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
offset++;
|
|
||||||
}
|
|
||||||
|
|
||||||
// 缓冲区管理: 如果处理了许多数据但没找到标记,
|
|
||||||
// 保留最后N字节用于跨块匹配,丢弃之前的数据
|
|
||||||
if (offset > BUFFER_SIZE) {
|
|
||||||
const KEEP_BYTES = 20; // 保留足够数据以处理跨块边界的情况
|
|
||||||
if (offset > KEEP_BYTES) {
|
|
||||||
buffer = buffer.subarray(offset - KEEP_BYTES);
|
|
||||||
offset = KEEP_BYTES;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
// 处理流结束
|
|
||||||
stream.on('end', () => {
|
|
||||||
if (!found) {
|
|
||||||
resolve(undefined);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// BMP解析器
|
|
||||||
class BmpParser implements ImageParser {
|
|
||||||
readonly type = ImageType.BMP;
|
|
||||||
// BMP 魔术头:42 4D (BM)
|
|
||||||
private readonly BMP_SIGNATURE = [0x42, 0x4D];
|
|
||||||
|
|
||||||
canParse(buffer: Buffer): boolean {
|
|
||||||
return matchMagic(buffer, this.BMP_SIGNATURE);
|
|
||||||
}
|
|
||||||
|
|
||||||
async parseSize(stream: ReadStream): Promise<ImageSize | undefined> {
|
|
||||||
return new Promise((resolve, reject) => {
|
|
||||||
stream.once('error', reject);
|
|
||||||
stream.once('readable', () => {
|
|
||||||
const buf = stream.read(26) as Buffer;
|
|
||||||
if (!buf || buf.length < 26) {
|
|
||||||
return resolve(undefined);
|
|
||||||
}
|
|
||||||
if (this.canParse(buf)) {
|
|
||||||
const width = buf.readUInt32LE(18);
|
|
||||||
const height = buf.readUInt32LE(22);
|
|
||||||
resolve({ width, height });
|
|
||||||
} else {
|
|
||||||
resolve(undefined);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// GIF解析器
|
|
||||||
class GifParser implements ImageParser {
|
|
||||||
readonly type = ImageType.GIF;
|
|
||||||
// GIF87a 魔术头:47 49 46 38 37 61
|
|
||||||
private readonly GIF87A_SIGNATURE = [0x47, 0x49, 0x46, 0x38, 0x37, 0x61];
|
|
||||||
// GIF89a 魔术头:47 49 46 38 39 61
|
|
||||||
private readonly GIF89A_SIGNATURE = [0x47, 0x49, 0x46, 0x38, 0x39, 0x61];
|
|
||||||
|
|
||||||
canParse(buffer: Buffer): boolean {
|
|
||||||
return (
|
|
||||||
matchMagic(buffer, this.GIF87A_SIGNATURE) ||
|
|
||||||
matchMagic(buffer, this.GIF89A_SIGNATURE)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
async parseSize(stream: ReadStream): Promise<ImageSize | undefined> {
|
|
||||||
return new Promise((resolve, reject) => {
|
|
||||||
stream.once('error', reject);
|
|
||||||
stream.once('readable', () => {
|
|
||||||
const buf = stream.read(10) as Buffer;
|
|
||||||
if (!buf || buf.length < 10) {
|
|
||||||
return resolve(undefined);
|
|
||||||
}
|
|
||||||
if (this.canParse(buf)) {
|
|
||||||
const width = buf.readUInt16LE(6);
|
|
||||||
const height = buf.readUInt16LE(8);
|
|
||||||
resolve({ width, height });
|
|
||||||
} else {
|
|
||||||
resolve(undefined);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// WEBP解析器 - 完整支持VP8, VP8L, VP8X格式
|
|
||||||
class WebpParser implements ImageParser {
|
|
||||||
readonly type = ImageType.WEBP;
|
|
||||||
// WEBP RIFF 头:52 49 46 46 (RIFF)
|
|
||||||
private readonly RIFF_SIGNATURE = [0x52, 0x49, 0x46, 0x46];
|
|
||||||
// WEBP 魔术头:57 45 42 50 (WEBP)
|
|
||||||
private readonly WEBP_SIGNATURE = [0x57, 0x45, 0x42, 0x50];
|
|
||||||
|
|
||||||
// WEBP 块头
|
|
||||||
private readonly CHUNK_VP8 = [0x56, 0x50, 0x38, 0x20]; // "VP8 "
|
|
||||||
private readonly CHUNK_VP8L = [0x56, 0x50, 0x38, 0x4C]; // "VP8L"
|
|
||||||
private readonly CHUNK_VP8X = [0x56, 0x50, 0x38, 0x58]; // "VP8X"
|
|
||||||
|
|
||||||
canParse(buffer: Buffer): boolean {
|
|
||||||
return (
|
|
||||||
buffer.length >= 12 &&
|
|
||||||
matchMagic(buffer, this.RIFF_SIGNATURE, 0) &&
|
|
||||||
matchMagic(buffer, this.WEBP_SIGNATURE, 8)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
isChunkType(buffer: Buffer, offset: number, chunkType: number[]): boolean {
|
|
||||||
return buffer.length >= offset + 4 && matchMagic(buffer, chunkType, offset);
|
|
||||||
}
|
|
||||||
|
|
||||||
async parseSize(stream: ReadStream): Promise<ImageSize | undefined> {
|
|
||||||
return new Promise((resolve, reject) => {
|
|
||||||
// 需要读取足够的字节来检测所有三种格式
|
|
||||||
const MAX_HEADER_SIZE = 32;
|
|
||||||
let totalBytes = 0;
|
|
||||||
let buffer = Buffer.alloc(0);
|
|
||||||
|
|
||||||
stream.on('error', reject);
|
|
||||||
|
|
||||||
stream.on('data', (chunk: Buffer | string) => {
|
|
||||||
const chunkBuffer = Buffer.isBuffer(chunk) ? chunk : Buffer.from(chunk);
|
|
||||||
buffer = Buffer.concat([buffer, chunkBuffer]);
|
|
||||||
totalBytes += chunk.length;
|
|
||||||
|
|
||||||
// 检查是否有足够的字节进行格式检测
|
|
||||||
if (totalBytes >= MAX_HEADER_SIZE) {
|
|
||||||
stream.destroy();
|
|
||||||
|
|
||||||
// 检查基本的WEBP签名
|
|
||||||
if (!this.canParse(buffer)) {
|
|
||||||
return resolve(undefined);
|
|
||||||
}
|
|
||||||
|
|
||||||
// 检查chunk头部,位于字节12-15
|
|
||||||
if (this.isChunkType(buffer, 12, this.CHUNK_VP8)) {
|
|
||||||
// VP8格式 - 标准WebP
|
|
||||||
// 宽度和高度在帧头中
|
|
||||||
const width = buffer.readUInt16LE(26) & 0x3FFF;
|
|
||||||
const height = buffer.readUInt16LE(28) & 0x3FFF;
|
|
||||||
return resolve({ width, height });
|
|
||||||
|
|
||||||
} else if (this.isChunkType(buffer, 12, this.CHUNK_VP8L)) {
|
|
||||||
// VP8L格式 - 无损WebP
|
|
||||||
// 1字节标记后是14位宽度和14位高度
|
|
||||||
const bits = buffer.readUInt32LE(21);
|
|
||||||
const width = 1 + (bits & 0x3FFF);
|
|
||||||
const height = 1 + ((bits >> 14) & 0x3FFF);
|
|
||||||
return resolve({ width, height });
|
|
||||||
|
|
||||||
} else if (this.isChunkType(buffer, 12, this.CHUNK_VP8X)) {
|
|
||||||
// VP8X格式 - 扩展WebP
|
|
||||||
// 24位宽度和高度(减去1)
|
|
||||||
if (!buffer[24] || !buffer[25] || !buffer[26] || !buffer[27] || !buffer[28] || !buffer[29]) {
|
|
||||||
return resolve(undefined);
|
|
||||||
}
|
|
||||||
const width = 1 + ((buffer[24] | (buffer[25] << 8) | (buffer[26] << 16)) & 0xFFFFFF);
|
|
||||||
const height = 1 + ((buffer[27] | (buffer[28] << 8) | (buffer[29] << 16)) & 0xFFFFFF);
|
|
||||||
return resolve({ width, height });
|
|
||||||
} else {
|
|
||||||
// 未知的WebP子格式
|
|
||||||
return resolve(undefined);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
stream.on('end', () => {
|
|
||||||
// 如果没有读到足够的字节
|
|
||||||
if (totalBytes < MAX_HEADER_SIZE) {
|
|
||||||
resolve(undefined);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
const parsers: ReadonlyArray<ImageParser> = [
|
|
||||||
new PngParser(),
|
|
||||||
new JpegParser(),
|
|
||||||
new BmpParser(),
|
|
||||||
new GifParser(),
|
|
||||||
new WebpParser(),
|
|
||||||
];
|
|
||||||
|
|
||||||
export async function detectImageType(filePath: string): Promise<ImageType> {
|
|
||||||
return new Promise((resolve, reject) => {
|
|
||||||
const stream = fs.createReadStream(filePath, {
|
|
||||||
highWaterMark: 64, // 优化读取buffer大小
|
|
||||||
start: 0,
|
|
||||||
end: 63
|
|
||||||
});
|
|
||||||
|
|
||||||
let buffer: Buffer | null = null;
|
|
||||||
|
|
||||||
stream.once('error', (err) => {
|
|
||||||
stream.destroy();
|
|
||||||
reject(err);
|
|
||||||
});
|
|
||||||
|
|
||||||
stream.once('readable', () => {
|
|
||||||
buffer = stream.read(64) as Buffer;
|
|
||||||
stream.destroy();
|
|
||||||
|
|
||||||
if (!buffer) {
|
|
||||||
return resolve(ImageType.UNKNOWN);
|
|
||||||
}
|
|
||||||
|
|
||||||
for (const parser of parsers) {
|
|
||||||
if (parser.canParse(buffer)) {
|
|
||||||
return resolve(parser.type);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
resolve(ImageType.UNKNOWN);
|
|
||||||
});
|
|
||||||
|
|
||||||
stream.once('end', () => {
|
|
||||||
if (!buffer) {
|
|
||||||
resolve(ImageType.UNKNOWN);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function imageSizeFromFile(filePath: string): Promise<ImageSize | undefined> {
|
|
||||||
try {
|
|
||||||
// 先检测类型
|
|
||||||
const type = await detectImageType(filePath);
|
|
||||||
const parser = parsers.find(p => p.type === type);
|
|
||||||
if (!parser) {
|
|
||||||
return undefined;
|
|
||||||
}
|
|
||||||
|
|
||||||
// 用流式方式解析尺寸
|
|
||||||
const stream = fs.createReadStream(filePath);
|
|
||||||
try {
|
|
||||||
return await parser.parseSize(stream);
|
|
||||||
} catch (err) {
|
|
||||||
console.error(`解析图片尺寸出错: ${err}`);
|
|
||||||
return undefined;
|
|
||||||
} finally {
|
|
||||||
if (!stream.destroyed) {
|
|
||||||
stream.destroy();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} catch (err) {
|
|
||||||
console.error(`检测图片类型出错: ${err}`);
|
|
||||||
return undefined;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function imageSizeFallBack(
|
|
||||||
filePath: string,
|
|
||||||
fallback: ImageSize = {
|
|
||||||
width: 1024,
|
|
||||||
height: 1024,
|
|
||||||
}
|
|
||||||
): Promise<ImageSize> {
|
|
||||||
return await imageSizeFromFile(filePath) ?? fallback;
|
|
||||||
}
|
|
@@ -3,7 +3,7 @@ import { ActionName } from '@/onebot/action/router';
|
|||||||
import { Static, Type } from '@sinclair/typebox';
|
import { Static, Type } from '@sinclair/typebox';
|
||||||
|
|
||||||
const SchemaData = Type.Object({
|
const SchemaData = Type.Object({
|
||||||
model: Type.Optional(Type.String()),
|
model: Type.String(),
|
||||||
});
|
});
|
||||||
|
|
||||||
type Payload = Static<typeof SchemaData>;
|
type Payload = Static<typeof SchemaData>;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import { ContextMode, normalize, ReturnDataType, SendMsgBase } from '@/onebot/action/msg/SendMsg';
|
import { normalize, SendMsgBase } from '@/onebot/action/msg/SendMsg';
|
||||||
import { OB11PostSendMsg } from '@/onebot/types';
|
import { OB11PostSendMsg } from '@/onebot/types';
|
||||||
import { ActionName } from '@/onebot/action/router';
|
import { ActionName } from '@/onebot/action/router';
|
||||||
|
|
||||||
@@ -19,14 +19,8 @@ export class GoCQHTTPSendForwardMsg extends GoCQHTTPSendForwardMsgBase {
|
|||||||
}
|
}
|
||||||
export class GoCQHTTPSendPrivateForwardMsg extends GoCQHTTPSendForwardMsgBase {
|
export class GoCQHTTPSendPrivateForwardMsg extends GoCQHTTPSendForwardMsgBase {
|
||||||
override actionName = ActionName.GoCQHTTP_SendPrivateForwardMsg;
|
override actionName = ActionName.GoCQHTTP_SendPrivateForwardMsg;
|
||||||
override async _handle(payload: OB11PostSendMsg): Promise<ReturnDataType> {
|
|
||||||
return this.base_handle(payload, ContextMode.Private);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export class GoCQHTTPSendGroupForwardMsg extends GoCQHTTPSendForwardMsgBase {
|
export class GoCQHTTPSendGroupForwardMsg extends GoCQHTTPSendForwardMsgBase {
|
||||||
override actionName = ActionName.GoCQHTTP_SendGroupForwardMsg;
|
override actionName = ActionName.GoCQHTTP_SendGroupForwardMsg;
|
||||||
override async _handle(payload: OB11PostSendMsg): Promise<ReturnDataType> {
|
|
||||||
return this.base_handle(payload, ContextMode.Group);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@@ -38,7 +38,6 @@ export default class GoCQHTTPUploadGroupFile extends OneBotAction<Payload, null>
|
|||||||
deleteAfterSentFiles: []
|
deleteAfterSentFiles: []
|
||||||
};
|
};
|
||||||
const sendFileEle = await this.core.apis.FileApi.createValidSendFileElement(msgContext, downloadResult.path, payload.name, payload.folder ?? payload.folder_id);
|
const sendFileEle = await this.core.apis.FileApi.createValidSendFileElement(msgContext, downloadResult.path, payload.name, payload.folder ?? payload.folder_id);
|
||||||
msgContext.deleteAfterSentFiles.push(downloadResult.path);
|
|
||||||
await this.obContext.apis.MsgApi.sendMsgWithOb11UniqueId(peer, [sendFileEle], msgContext.deleteAfterSentFiles);
|
await this.obContext.apis.MsgApi.sendMsgWithOb11UniqueId(peer, [sendFileEle], msgContext.deleteAfterSentFiles);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
@@ -23,7 +23,7 @@ export default class GoCQHTTPUploadPrivateFile extends OneBotAction<Payload, nul
|
|||||||
if (payload.user_id) {
|
if (payload.user_id) {
|
||||||
const peerUid = await this.core.apis.UserApi.getUidByUinV2(payload.user_id.toString());
|
const peerUid = await this.core.apis.UserApi.getUidByUinV2(payload.user_id.toString());
|
||||||
if (!peerUid) {
|
if (!peerUid) {
|
||||||
throw new Error(`私聊${payload.user_id}不存在`);
|
throw new Error( `私聊${payload.user_id}不存在`);
|
||||||
}
|
}
|
||||||
const isBuddy = await this.core.apis.FriendApi.isBuddy(peerUid);
|
const isBuddy = await this.core.apis.FriendApi.isBuddy(peerUid);
|
||||||
return { chatType: isBuddy ? ChatType.KCHATTYPEC2C : ChatType.KCHATTYPETEMPC2CFROMGROUP, peerUid };
|
return { chatType: isBuddy ? ChatType.KCHATTYPEC2C : ChatType.KCHATTYPETEMPC2CFROMGROUP, peerUid };
|
||||||
@@ -48,7 +48,6 @@ export default class GoCQHTTPUploadPrivateFile extends OneBotAction<Payload, nul
|
|||||||
deleteAfterSentFiles: []
|
deleteAfterSentFiles: []
|
||||||
};
|
};
|
||||||
const sendFileEle: SendFileElement = await this.core.apis.FileApi.createValidSendFileElement(msgContext, downloadResult.path, payload.name);
|
const sendFileEle: SendFileElement = await this.core.apis.FileApi.createValidSendFileElement(msgContext, downloadResult.path, payload.name);
|
||||||
msgContext.deleteAfterSentFiles.push(downloadResult.path);
|
|
||||||
await this.obContext.apis.MsgApi.sendMsgWithOb11UniqueId(await this.getPeer(payload), [sendFileEle], msgContext.deleteAfterSentFiles);
|
await this.obContext.apis.MsgApi.sendMsgWithOb11UniqueId(await this.getPeer(payload), [sendFileEle], msgContext.deleteAfterSentFiles);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
@@ -1,19 +1,17 @@
|
|||||||
import { ContextMode, ReturnDataType, SendMsgBase } from '@/onebot/action/msg/SendMsg';
|
import { ContextMode, SendMsgBase } from '@/onebot/action/msg/SendMsg';
|
||||||
import { ActionName, BaseCheckResult } from '@/onebot/action/router';
|
import { ActionName, BaseCheckResult } from '@/onebot/action/router';
|
||||||
import { OB11PostSendMsg } from '@/onebot/types';
|
import { OB11PostSendMsg } from '@/onebot/types';
|
||||||
|
|
||||||
// 未检测参数
|
// 未检测参数
|
||||||
class SendGroupMsg extends SendMsgBase {
|
class SendGroupMsg extends SendMsgBase {
|
||||||
override actionName = ActionName.SendGroupMsg;
|
override actionName = ActionName.SendGroupMsg;
|
||||||
|
override contextMode: ContextMode = ContextMode.Group;
|
||||||
|
|
||||||
protected override async check(payload: OB11PostSendMsg): Promise<BaseCheckResult> {
|
protected override async check(payload: OB11PostSendMsg): Promise<BaseCheckResult> {
|
||||||
delete payload.user_id;
|
delete payload.user_id;
|
||||||
payload.message_type = 'group';
|
payload.message_type = 'group';
|
||||||
return super.check(payload);
|
return super.check(payload);
|
||||||
}
|
}
|
||||||
override async _handle(payload: OB11PostSendMsg): Promise<ReturnDataType> {
|
|
||||||
return this.base_handle(payload, ContextMode.Group);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default SendGroupMsg;
|
export default SendGroupMsg;
|
||||||
|
@@ -15,10 +15,7 @@ export default class SetGroupWholeBan extends OneBotAction<Payload, null> {
|
|||||||
|
|
||||||
async _handle(payload: Payload): Promise<null> {
|
async _handle(payload: Payload): Promise<null> {
|
||||||
const enable = payload.enable?.toString() !== 'false';
|
const enable = payload.enable?.toString() !== 'false';
|
||||||
let res = await this.core.apis.GroupApi.banGroup(payload.group_id.toString(), enable);
|
await this.core.apis.GroupApi.banGroup(payload.group_id.toString(), enable);
|
||||||
if (res.result !== 0) {
|
|
||||||
throw new Error(`SetGroupWholeBan failed: ${res.errMsg} ${res.result}`);
|
|
||||||
}
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -115,16 +115,10 @@ import { RenameGroupFile } from './extends/RenameGroupFile';
|
|||||||
import { GetRkeyServer } from './packet/GetRkeyServer';
|
import { GetRkeyServer } from './packet/GetRkeyServer';
|
||||||
import { GetRkeyEx } from './packet/GetRkeyEx';
|
import { GetRkeyEx } from './packet/GetRkeyEx';
|
||||||
import { CleanCache } from './system/CleanCache';
|
import { CleanCache } from './system/CleanCache';
|
||||||
import SetFriendRemark from './user/SetFriendRemark';
|
|
||||||
import { SetDoubtFriendsAddRequest } from './new/SetDoubtFriendsAddRequest';
|
|
||||||
import { GetDoubtFriendsAddRequest } from './new/GetDoubtFriendsAddRequest';
|
|
||||||
|
|
||||||
export function createActionMap(obContext: NapCatOneBot11Adapter, core: NapCatCore) {
|
export function createActionMap(obContext: NapCatOneBot11Adapter, core: NapCatCore) {
|
||||||
|
|
||||||
const actionHandlers = [
|
const actionHandlers = [
|
||||||
new SetDoubtFriendsAddRequest(obContext, core),
|
|
||||||
new GetDoubtFriendsAddRequest(obContext, core),
|
|
||||||
new SetFriendRemark(obContext, core),
|
|
||||||
new GetRkeyEx(obContext, core),
|
new GetRkeyEx(obContext, core),
|
||||||
new GetRkeyServer(obContext, core),
|
new GetRkeyServer(obContext, core),
|
||||||
new SetGroupRemark(obContext, core),
|
new SetGroupRemark(obContext, core),
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
import {
|
import {
|
||||||
OB11MessageData,
|
OB11MessageData,
|
||||||
OB11MessageDataType,
|
OB11MessageDataType,
|
||||||
|
OB11MessageForward,
|
||||||
OB11MessageMixType,
|
OB11MessageMixType,
|
||||||
OB11MessageNode,
|
OB11MessageNode,
|
||||||
OB11PostContext,
|
OB11PostContext,
|
||||||
@@ -12,7 +13,7 @@ import { MessageUnique } from '@/common/message-unique';
|
|||||||
import { ChatType, ElementType, NapCatCore, Peer, RawMessage, SendArkElement, SendMessageElement } from '@/core';
|
import { ChatType, ElementType, NapCatCore, Peer, RawMessage, SendArkElement, SendMessageElement } from '@/core';
|
||||||
import { OneBotAction } from '@/onebot/action/OneBotAction';
|
import { OneBotAction } from '@/onebot/action/OneBotAction';
|
||||||
import { ForwardMsgBuilder } from '@/common/forward-msg-builder';
|
import { ForwardMsgBuilder } from '@/common/forward-msg-builder';
|
||||||
import { stringifyWithBigInt } from '@/common/helper';
|
import { isNumeric, stringifyWithBigInt } from '@/common/helper';
|
||||||
import { PacketMsg } from '@/core/packet/message/message';
|
import { PacketMsg } from '@/core/packet/message/message';
|
||||||
import { rawMsgWithSendMsg } from '@/core/packet/message/converter';
|
import { rawMsgWithSendMsg } from '@/core/packet/message/converter';
|
||||||
|
|
||||||
@@ -104,6 +105,8 @@ function getSpecialMsgNum(payload: OB11PostSendMsg, msgType: OB11MessageDataType
|
|||||||
}
|
}
|
||||||
|
|
||||||
export class SendMsgBase extends OneBotAction<OB11PostSendMsg, ReturnDataType> {
|
export class SendMsgBase extends OneBotAction<OB11PostSendMsg, ReturnDataType> {
|
||||||
|
contextMode = ContextMode.Normal;
|
||||||
|
|
||||||
protected override async check(payload: OB11PostSendMsg): Promise<BaseCheckResult> {
|
protected override async check(payload: OB11PostSendMsg): Promise<BaseCheckResult> {
|
||||||
const messages = normalize(payload.message);
|
const messages = normalize(payload.message);
|
||||||
const nodeElementLength = getSpecialMsgNum(payload, OB11MessageDataType.node);
|
const nodeElementLength = getSpecialMsgNum(payload, OB11MessageDataType.node);
|
||||||
@@ -115,13 +118,12 @@ export class SendMsgBase extends OneBotAction<OB11PostSendMsg, ReturnDataType> {
|
|||||||
}
|
}
|
||||||
return { valid: true };
|
return { valid: true };
|
||||||
}
|
}
|
||||||
|
|
||||||
async _handle(payload: OB11PostSendMsg): Promise<ReturnDataType> {
|
async _handle(payload: OB11PostSendMsg): Promise<ReturnDataType> {
|
||||||
return this.base_handle(payload);
|
this.contextMode = ContextMode.Normal;
|
||||||
}
|
if (payload.message_type === 'group') this.contextMode = ContextMode.Group;
|
||||||
async base_handle(payload: OB11PostSendMsg, contextMode: ContextMode = ContextMode.Normal): Promise<ReturnDataType> {
|
if (payload.message_type === 'private') this.contextMode = ContextMode.Private;
|
||||||
if (payload.message_type === 'group') contextMode = ContextMode.Group;
|
const peer = await createContext(this.core, payload, this.contextMode);
|
||||||
if (payload.message_type === 'private') contextMode = ContextMode.Private;
|
|
||||||
const peer = await createContext(this.core, payload, contextMode);
|
|
||||||
|
|
||||||
const messages = normalize(
|
const messages = normalize(
|
||||||
payload.message,
|
payload.message,
|
||||||
@@ -151,21 +153,25 @@ export class SendMsgBase extends OneBotAction<OB11PostSendMsg, ReturnDataType> {
|
|||||||
} else if (returnMsgAndResId.res_id && !returnMsgAndResId.message) {
|
} else if (returnMsgAndResId.res_id && !returnMsgAndResId.message) {
|
||||||
throw Error(`发送转发消息(res_id:${returnMsgAndResId.res_id} 失败`);
|
throw Error(`发送转发消息(res_id:${returnMsgAndResId.res_id} 失败`);
|
||||||
}
|
}
|
||||||
} else {
|
} else if (await this.getIsFowardOneMsg(messages)) {
|
||||||
// if (getSpecialMsgNum(payload, OB11MessageDataType.music)) {
|
let onebot_inner_forward = await this.getIsFowardOneMsg(messages);
|
||||||
// const music: OB11MessageCustomMusic = messages[0] as OB11MessageCustomMusic;
|
if (!onebot_inner_forward) throw Error('转发消息失败,未找到消息');
|
||||||
// if (music) {
|
const real_msgid = MessageUnique.getMsgIdAndPeerByShortId(+onebot_inner_forward.data.id)?.MsgId || onebot_inner_forward.data.id;
|
||||||
// }
|
await this.core.apis.MsgApi.forwardMsg(peer,
|
||||||
// }
|
peer,
|
||||||
|
[real_msgid]
|
||||||
|
);
|
||||||
|
// 暂时没办法筛选的委屈办法
|
||||||
|
return { message_id: +onebot_inner_forward.data.id };
|
||||||
}
|
}
|
||||||
// log("send msg:", peer, sendElements)
|
|
||||||
|
|
||||||
const { sendElements, deleteAfterSentFiles } = await this.obContext.apis.MsgApi
|
const { sendElements, deleteAfterSentFiles } = await this.obContext.apis.MsgApi
|
||||||
.createSendElements(messages, peer);
|
.createSendElements(messages, peer);
|
||||||
const returnMsg = await this.obContext.apis.MsgApi.sendMsgWithOb11UniqueId(peer, sendElements, deleteAfterSentFiles);
|
const returnMsg = await this.obContext.apis.MsgApi.sendMsgWithOb11UniqueId(peer, sendElements, deleteAfterSentFiles);
|
||||||
return { message_id: returnMsg.id! };
|
return { message_id: returnMsg.id! };
|
||||||
}
|
}
|
||||||
|
private async getIsFowardOneMsg(message: OB11MessageData[]): Promise<OB11MessageForward | undefined> {
|
||||||
|
return message.find(msg => msg.type === OB11MessageDataType.forward && isNumeric(msg.data.id)) as OB11MessageForward | undefined;
|
||||||
|
}
|
||||||
private async uploadForwardedNodesPacket(msgPeer: Peer, messageNodes: OB11MessageNode[], source?: string, news?: {
|
private async uploadForwardedNodesPacket(msgPeer: Peer, messageNodes: OB11MessageNode[], source?: string, news?: {
|
||||||
text: string
|
text: string
|
||||||
}[], summary?: string, prompt?: string, parentMeta?: {
|
}[], summary?: string, prompt?: string, parentMeta?: {
|
||||||
@@ -173,11 +179,9 @@ export class SendMsgBase extends OneBotAction<OB11PostSendMsg, ReturnDataType> {
|
|||||||
nickname: string,
|
nickname: string,
|
||||||
}, dp: number = 0): Promise<{
|
}, dp: number = 0): Promise<{
|
||||||
finallySendElements: SendArkElement,
|
finallySendElements: SendArkElement,
|
||||||
res_id?: string,
|
res_id?: string
|
||||||
deleteAfterSentFiles: string[],
|
|
||||||
} | null> {
|
} | null> {
|
||||||
const packetMsg: PacketMsg[] = [];
|
const packetMsg: PacketMsg[] = [];
|
||||||
let delFiles: string[] = [];
|
|
||||||
for (const node of messageNodes) {
|
for (const node of messageNodes) {
|
||||||
if (dp >= 3) {
|
if (dp >= 3) {
|
||||||
this.core.context.logger.logWarn('转发消息深度超过3层,将停止解析!');
|
this.core.context.logger.logWarn('转发消息深度超过3层,将停止解析!');
|
||||||
@@ -193,11 +197,9 @@ export class SendMsgBase extends OneBotAction<OB11PostSendMsg, ReturnDataType> {
|
|||||||
nickname: (node.data.nickname || node.data.name) ?? parentMeta?.nickname ?? 'QQ用户',
|
nickname: (node.data.nickname || node.data.name) ?? parentMeta?.nickname ?? 'QQ用户',
|
||||||
}, dp + 1);
|
}, dp + 1);
|
||||||
sendElements = uploadReturnData?.finallySendElements ? [uploadReturnData.finallySendElements] : [];
|
sendElements = uploadReturnData?.finallySendElements ? [uploadReturnData.finallySendElements] : [];
|
||||||
delFiles.push(...(uploadReturnData?.deleteAfterSentFiles || []));
|
|
||||||
} else {
|
} else {
|
||||||
const sendElementsCreateReturn = await this.obContext.apis.MsgApi.createSendElements(OB11Data, msgPeer);
|
const sendElementsCreateReturn = await this.obContext.apis.MsgApi.createSendElements(OB11Data, msgPeer);
|
||||||
sendElements = sendElementsCreateReturn.sendElements;
|
sendElements = sendElementsCreateReturn.sendElements;
|
||||||
delFiles.push(...sendElementsCreateReturn.deleteAfterSentFiles);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const packetMsgElements: rawMsgWithSendMsg = {
|
const packetMsgElements: rawMsgWithSendMsg = {
|
||||||
@@ -221,8 +223,7 @@ export class SendMsgBase extends OneBotAction<OB11PostSendMsg, ReturnDataType> {
|
|||||||
const msg = (await this.core.apis.MsgApi.getMsgsByMsgId(nodeMsg.Peer, [nodeMsg.MsgId])).msgList[0];
|
const msg = (await this.core.apis.MsgApi.getMsgsByMsgId(nodeMsg.Peer, [nodeMsg.MsgId])).msgList[0];
|
||||||
this.core.context.logger.logDebug(`handleForwardedNodesPacket[PureRaw] 开始转换 ${stringifyWithBigInt(msg)}`);
|
this.core.context.logger.logDebug(`handleForwardedNodesPacket[PureRaw] 开始转换 ${stringifyWithBigInt(msg)}`);
|
||||||
if (msg) {
|
if (msg) {
|
||||||
let msgCache = await this.core.apis.FileApi.downloadRawMsgMedia([msg]);
|
await this.core.apis.FileApi.downloadRawMsgMedia([msg]);
|
||||||
delFiles.push(...msgCache);
|
|
||||||
const transformedMsg = this.core.apis.PacketApi.pkt.msgConverter.rawMsgToPacketMsg(msg, msgPeer);
|
const transformedMsg = this.core.apis.PacketApi.pkt.msgConverter.rawMsgToPacketMsg(msg, msgPeer);
|
||||||
this.core.context.logger.logDebug(`handleForwardedNodesPacket[PureRaw] 转换为 ${stringifyWithBigInt(transformedMsg)}`);
|
this.core.context.logger.logDebug(`handleForwardedNodesPacket[PureRaw] 转换为 ${stringifyWithBigInt(transformedMsg)}`);
|
||||||
packetMsg.push(transformedMsg);
|
packetMsg.push(transformedMsg);
|
||||||
@@ -238,7 +239,6 @@ export class SendMsgBase extends OneBotAction<OB11PostSendMsg, ReturnDataType> {
|
|||||||
const resid = await this.core.apis.PacketApi.pkt.operation.UploadForwardMsg(packetMsg, msgPeer.chatType === ChatType.KCHATTYPEGROUP ? +msgPeer.peerUid : 0);
|
const resid = await this.core.apis.PacketApi.pkt.operation.UploadForwardMsg(packetMsg, msgPeer.chatType === ChatType.KCHATTYPEGROUP ? +msgPeer.peerUid : 0);
|
||||||
const forwardJson = ForwardMsgBuilder.fromPacketMsg(resid, packetMsg, source, news, summary, prompt);
|
const forwardJson = ForwardMsgBuilder.fromPacketMsg(resid, packetMsg, source, news, summary, prompt);
|
||||||
return {
|
return {
|
||||||
deleteAfterSentFiles: delFiles,
|
|
||||||
finallySendElements: {
|
finallySendElements: {
|
||||||
elementType: ElementType.ARK,
|
elementType: ElementType.ARK,
|
||||||
elementId: '',
|
elementId: '',
|
||||||
@@ -260,7 +260,7 @@ export class SendMsgBase extends OneBotAction<OB11PostSendMsg, ReturnDataType> {
|
|||||||
const res_id = uploadReturnData?.res_id;
|
const res_id = uploadReturnData?.res_id;
|
||||||
const finallySendElements = uploadReturnData?.finallySendElements;
|
const finallySendElements = uploadReturnData?.finallySendElements;
|
||||||
if (!finallySendElements) throw Error('转发消息失败,生成节点为空');
|
if (!finallySendElements) throw Error('转发消息失败,生成节点为空');
|
||||||
const returnMsg = await this.obContext.apis.MsgApi.sendMsgWithOb11UniqueId(msgPeer, [finallySendElements], uploadReturnData.deleteAfterSentFiles || []).catch(() => undefined);
|
const returnMsg = await this.obContext.apis.MsgApi.sendMsgWithOb11UniqueId(msgPeer, [finallySendElements], []).catch(() => undefined);
|
||||||
return { message: returnMsg ?? null, res_id: res_id! };
|
return { message: returnMsg ?? null, res_id: res_id! };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,18 +1,16 @@
|
|||||||
import { ContextMode, ReturnDataType, SendMsgBase } from './SendMsg';
|
import { ContextMode, SendMsgBase } from './SendMsg';
|
||||||
import { ActionName, BaseCheckResult } from '@/onebot/action/router';
|
import { ActionName, BaseCheckResult } from '@/onebot/action/router';
|
||||||
import { OB11PostSendMsg } from '@/onebot/types';
|
import { OB11PostSendMsg } from '@/onebot/types';
|
||||||
|
|
||||||
// 未检测参数
|
// 未检测参数
|
||||||
class SendPrivateMsg extends SendMsgBase {
|
class SendPrivateMsg extends SendMsgBase {
|
||||||
override actionName = ActionName.SendPrivateMsg;
|
override actionName = ActionName.SendPrivateMsg;
|
||||||
|
override contextMode: ContextMode = ContextMode.Private;
|
||||||
|
|
||||||
protected override async check(payload: OB11PostSendMsg): Promise<BaseCheckResult> {
|
protected override async check(payload: OB11PostSendMsg): Promise<BaseCheckResult> {
|
||||||
payload.message_type = 'private';
|
payload.message_type = 'private';
|
||||||
return super.check(payload);
|
return super.check(payload);
|
||||||
}
|
}
|
||||||
override async _handle(payload: OB11PostSendMsg): Promise<ReturnDataType> {
|
|
||||||
return this.base_handle(payload, ContextMode.Private);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default SendPrivateMsg;
|
export default SendPrivateMsg;
|
||||||
|
@@ -1,18 +0,0 @@
|
|||||||
import { OneBotAction } from '@/onebot/action/OneBotAction';
|
|
||||||
import { ActionName } from '@/onebot/action/router';
|
|
||||||
import { Static, Type } from '@sinclair/typebox';
|
|
||||||
|
|
||||||
const SchemaData = Type.Object({
|
|
||||||
count: Type.Number({ default: 50 }),
|
|
||||||
});
|
|
||||||
|
|
||||||
type Payload = Static<typeof SchemaData>;
|
|
||||||
|
|
||||||
export class GetDoubtFriendsAddRequest extends OneBotAction<Payload, unknown> {
|
|
||||||
override actionName = ActionName.GetDoubtFriendsAddRequest;
|
|
||||||
override payloadSchema = SchemaData;
|
|
||||||
|
|
||||||
async _handle(payload: Payload) {
|
|
||||||
return await this.core.apis.FriendApi.getDoubtFriendRequest(payload.count);
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,21 +0,0 @@
|
|||||||
import { OneBotAction } from '@/onebot/action/OneBotAction';
|
|
||||||
import { ActionName } from '@/onebot/action/router';
|
|
||||||
import { Static, Type } from '@sinclair/typebox';
|
|
||||||
|
|
||||||
const SchemaData = Type.Object({
|
|
||||||
flag: Type.String(),
|
|
||||||
//注意强制String 非isNumeric 不遵守则不符合设计
|
|
||||||
approve: Type.Boolean({ default: true }),
|
|
||||||
//该字段没有语义 仅做保留 强制为True
|
|
||||||
});
|
|
||||||
|
|
||||||
type Payload = Static<typeof SchemaData>;
|
|
||||||
|
|
||||||
export class SetDoubtFriendsAddRequest extends OneBotAction<Payload, unknown> {
|
|
||||||
override actionName = ActionName.SetDoubtFriendsAddRequest;
|
|
||||||
override payloadSchema = SchemaData;
|
|
||||||
|
|
||||||
async _handle(payload: Payload) {
|
|
||||||
return await this.core.apis.FriendApi.handleDoubtFriendRequest(payload.flag);
|
|
||||||
}
|
|
||||||
}
|
|
@@ -10,10 +10,6 @@ export interface InvalidCheckResult {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const ActionName = {
|
export const ActionName = {
|
||||||
// new extends 完全差异OneBot类别
|
|
||||||
GetDoubtFriendsAddRequest: 'get_doubt_friends_add_request',
|
|
||||||
SetDoubtFriendsAddRequest: 'set_doubt_friends_add_request',
|
|
||||||
// napcat
|
|
||||||
GetRkeyEx: 'get_rkey',
|
GetRkeyEx: 'get_rkey',
|
||||||
GetRkeyServer: 'get_rkey_server',
|
GetRkeyServer: 'get_rkey_server',
|
||||||
SetGroupRemark: 'set_group_remark',
|
SetGroupRemark: 'set_group_remark',
|
||||||
@@ -39,7 +35,6 @@ export const ActionName = {
|
|||||||
SetGroupLeave: 'set_group_leave',
|
SetGroupLeave: 'set_group_leave',
|
||||||
SetSpecialTitle: 'set_group_special_title',
|
SetSpecialTitle: 'set_group_special_title',
|
||||||
SetFriendAddRequest: 'set_friend_add_request',
|
SetFriendAddRequest: 'set_friend_add_request',
|
||||||
SetFriendRemark: 'set_friend_remark',
|
|
||||||
SetGroupAddRequest: 'set_group_add_request',
|
SetGroupAddRequest: 'set_group_add_request',
|
||||||
GetLoginInfo: 'get_login_info',
|
GetLoginInfo: 'get_login_info',
|
||||||
GoCQHTTP_GetStrangerInfo: 'get_stranger_info',
|
GoCQHTTP_GetStrangerInfo: 'get_stranger_info',
|
||||||
|
@@ -1,25 +0,0 @@
|
|||||||
import { OneBotAction } from '@/onebot/action/OneBotAction';
|
|
||||||
import { ActionName } from '@/onebot/action/router';
|
|
||||||
import { Static, Type } from '@sinclair/typebox';
|
|
||||||
|
|
||||||
const SchemaData = Type.Object({
|
|
||||||
user_id: Type.String(),
|
|
||||||
remark: Type.String()
|
|
||||||
});
|
|
||||||
|
|
||||||
type Payload = Static<typeof SchemaData>;
|
|
||||||
|
|
||||||
export default class SetFriendRemark extends OneBotAction<Payload, null> {
|
|
||||||
override actionName = ActionName.SetFriendRemark;
|
|
||||||
override payloadSchema = SchemaData;
|
|
||||||
|
|
||||||
async _handle(payload: Payload): Promise<null> {
|
|
||||||
let friendUid = await this.core.apis.UserApi.getUidByUinV2(payload.user_id);
|
|
||||||
let is_friend = await this.core.apis.FriendApi.isBuddy(friendUid);
|
|
||||||
if (!is_friend) {
|
|
||||||
throw new Error(`用户 ${payload.user_id} 不是好友`);
|
|
||||||
}
|
|
||||||
await this.core.apis.FriendApi.setBuddyRemark(friendUid, payload.remark);
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
}
|
|
@@ -250,34 +250,7 @@ export class OneBotGroupApi {
|
|||||||
'invite'
|
'invite'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
async parse51TypeEvent(msg: RawMessage, grayTipElement: GrayTipElement) {
|
|
||||||
// 神经腾讯 没了妈妈想出来的
|
|
||||||
// Warn 下面存在高并发危险
|
|
||||||
if (grayTipElement.jsonGrayTipElement.jsonStr) {
|
|
||||||
const json: {
|
|
||||||
align: string,
|
|
||||||
items: Array<{ txt: string, type: string }>
|
|
||||||
} = JSON.parse(grayTipElement.jsonGrayTipElement.jsonStr);
|
|
||||||
if (json.items.length === 1 && json.items[0]?.txt.endsWith('加入群')) {
|
|
||||||
let old_members = structuredClone(this.core.apis.GroupApi.groupMemberCache.get(msg.peerUid));
|
|
||||||
if (!old_members) return;
|
|
||||||
let new_members_map = await this.core.apis.GroupApi.refreshGroupMemberCache(msg.peerUid, true);
|
|
||||||
if (!new_members_map) return;
|
|
||||||
let new_members = Array.from(new_members_map.values());
|
|
||||||
// 对比members查找新成员
|
|
||||||
let new_member = new_members.find((member) => old_members.get(member.uid) == undefined);
|
|
||||||
if (!new_member) return;
|
|
||||||
return new OB11GroupIncreaseEvent(
|
|
||||||
this.core,
|
|
||||||
+msg.peerUid,
|
|
||||||
+new_member.uin,
|
|
||||||
0,
|
|
||||||
'invite',
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
async parseGrayTipElement(msg: RawMessage, grayTipElement: GrayTipElement) {
|
async parseGrayTipElement(msg: RawMessage, grayTipElement: GrayTipElement) {
|
||||||
if (grayTipElement.subElementType === NTGrayTipElementSubTypeV2.GRAYTIP_ELEMENT_SUBTYPE_GROUP) {
|
if (grayTipElement.subElementType === NTGrayTipElementSubTypeV2.GRAYTIP_ELEMENT_SUBTYPE_GROUP) {
|
||||||
// 解析群组事件 由sysmsg解析
|
// 解析群组事件 由sysmsg解析
|
||||||
@@ -309,9 +282,6 @@ export class OneBotGroupApi {
|
|||||||
return await this.parsePaiYiPai(msg, grayTipElement.jsonGrayTipElement.jsonStr);
|
return await this.parsePaiYiPai(msg, grayTipElement.jsonGrayTipElement.jsonStr);
|
||||||
} else if (grayTipElement.jsonGrayTipElement.busiId == JsonGrayBusiId.AIO_GROUP_ESSENCE_MSG_TIP) {
|
} else if (grayTipElement.jsonGrayTipElement.busiId == JsonGrayBusiId.AIO_GROUP_ESSENCE_MSG_TIP) {
|
||||||
return await this.parseEssenceMsg(msg, grayTipElement.jsonGrayTipElement.jsonStr);
|
return await this.parseEssenceMsg(msg, grayTipElement.jsonGrayTipElement.jsonStr);
|
||||||
} else if (+(grayTipElement.jsonGrayTipElement.busiId ?? 0) == 51) {
|
|
||||||
// 51是什么?{"align":"center","items":[{"txt":"下一秒起床通过王者荣耀加入群","type":"nor"}]
|
|
||||||
return await this.parse51TypeEvent(msg, grayTipElement);
|
|
||||||
} else {
|
} else {
|
||||||
return await this.parseOtherJsonEvent(msg, grayTipElement.jsonGrayTipElement.jsonStr, this.core.context);
|
return await this.parseOtherJsonEvent(msg, grayTipElement.jsonGrayTipElement.jsonStr, this.core.context);
|
||||||
}
|
}
|
||||||
|
@@ -85,6 +85,9 @@ export class OneBotMsgApi {
|
|||||||
textElement: async element => {
|
textElement: async element => {
|
||||||
if (element.atType === NTMsgAtType.ATTYPEUNKNOWN) {
|
if (element.atType === NTMsgAtType.ATTYPEUNKNOWN) {
|
||||||
let text = element.content;
|
let text = element.content;
|
||||||
|
if (!text.trim()) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
// 兼容 9.7.x 换行符
|
// 兼容 9.7.x 换行符
|
||||||
if (text.indexOf('\n') === -1 && text.indexOf('\r\n') === -1) {
|
if (text.indexOf('\n') === -1 && text.indexOf('\r\n') === -1) {
|
||||||
text = text.replace(/\r/g, '\n');
|
text = text.replace(/\r/g, '\n');
|
||||||
@@ -97,7 +100,7 @@ export class OneBotMsgApi {
|
|||||||
let qq: string = 'all';
|
let qq: string = 'all';
|
||||||
if (element.atType !== NTMsgAtType.ATTYPEALL) {
|
if (element.atType !== NTMsgAtType.ATTYPEALL) {
|
||||||
const { atNtUid, atUid } = element;
|
const { atNtUid, atUid } = element;
|
||||||
qq = !atUid || atUid === '0' ? await this.core.apis.UserApi.getUinByUidV2(atNtUid) : String(Number(atUid) >>> 0);
|
qq = !atUid || atUid === '0' ? await this.core.apis.UserApi.getUinByUidV2(atNtUid) : atUid;
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
type: OB11MessageDataType.at,
|
type: OB11MessageDataType.at,
|
||||||
@@ -147,31 +150,12 @@ export class OneBotMsgApi {
|
|||||||
};
|
};
|
||||||
FileNapCatOneBotUUID.encode(peer, msg.msgId, elementWrapper.elementId, element.fileUuid, element.fileUuid);
|
FileNapCatOneBotUUID.encode(peer, msg.msgId, elementWrapper.elementId, element.fileUuid, element.fileUuid);
|
||||||
FileNapCatOneBotUUID.encode(peer, msg.msgId, elementWrapper.elementId, element.fileUuid, element.fileName);
|
FileNapCatOneBotUUID.encode(peer, msg.msgId, elementWrapper.elementId, element.fileUuid, element.fileName);
|
||||||
if (this.core.apis.PacketApi.available) {
|
|
||||||
let url;
|
|
||||||
try {
|
|
||||||
url = await this.core.apis.FileApi.getFileUrl(msg.chatType, msg.peerUid, element.fileUuid, element.file10MMd5)
|
|
||||||
} catch (error) {
|
|
||||||
url = '';
|
|
||||||
}
|
|
||||||
if (url) {
|
|
||||||
return {
|
|
||||||
type: OB11MessageDataType.file,
|
|
||||||
data: {
|
|
||||||
file: element.fileName,
|
|
||||||
file_id: element.fileUuid,
|
|
||||||
file_size: element.fileSize,
|
|
||||||
url: url,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return {
|
return {
|
||||||
type: OB11MessageDataType.file,
|
type: OB11MessageDataType.file,
|
||||||
data: {
|
data: {
|
||||||
file: element.fileName,
|
file: element.fileName,
|
||||||
file_id: element.fileUuid,
|
file_id: element.fileUuid,
|
||||||
file_size: element.fileSize
|
file_size: element.fileSize,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
@@ -241,13 +225,17 @@ export class OneBotMsgApi {
|
|||||||
},
|
},
|
||||||
|
|
||||||
replyElement: async (element, msg) => {
|
replyElement: async (element, msg) => {
|
||||||
|
const records = msg.records.find(msgRecord => msgRecord.msgId === element?.sourceMsgIdInRecords);
|
||||||
const peer = {
|
const peer = {
|
||||||
chatType: msg.chatType,
|
chatType: msg.chatType,
|
||||||
peerUid: msg.peerUid,
|
peerUid: msg.peerUid,
|
||||||
guildId: '',
|
guildId: '',
|
||||||
};
|
};
|
||||||
|
if (!records || !element.replyMsgTime || !element.senderUidStr) {
|
||||||
|
this.core.context.logger.logError('似乎是旧版客户端,获取不到引用的消息', element.replayMsgSeq);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
// 创建回复数据的通用方法
|
|
||||||
const createReplyData = (msgId: string): OB11MessageData => ({
|
const createReplyData = (msgId: string): OB11MessageData => ({
|
||||||
type: OB11MessageDataType.reply,
|
type: OB11MessageDataType.reply,
|
||||||
data: {
|
data: {
|
||||||
@@ -255,96 +243,48 @@ export class OneBotMsgApi {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
// 查找记录
|
if (records.peerUin === '284840486' || records.peerUin === '1094950020') {
|
||||||
const records = msg.records.find(msgRecord => msgRecord.msgId === element?.sourceMsgIdInRecords);
|
|
||||||
|
|
||||||
// 特定账号的特殊处理
|
|
||||||
if (records && (records.peerUin === '284840486' || records.peerUin === '1094950020')) {
|
|
||||||
return createReplyData(records.msgId);
|
return createReplyData(records.msgId);
|
||||||
}
|
}
|
||||||
|
let replyMsgList = (await this.core.apis.MsgApi.queryMsgsWithFilterExWithSeqV2(peer, element.replayMsgSeq, records.msgTime, [element.senderUidStr])).msgList;
|
||||||
|
let replyMsg = replyMsgList.find(msg => msg.msgRandom === records.msgRandom);
|
||||||
|
|
||||||
// 获取消息的通用方法组
|
if (!replyMsg || records.msgRandom !== replyMsg.msgRandom) {
|
||||||
const tryFetchMethods = async (msgSeq: string, senderUid?: string, msgTime?: string, msgRandom?: string): Promise<RawMessage | undefined> => {
|
this.core.context.logger.logError(
|
||||||
try {
|
'筛选结果,筛选消息失败,将使用Fallback-1 Seq: ',
|
||||||
// 方法1:通过序号和时间筛选
|
|
||||||
if (senderUid && msgTime) {
|
|
||||||
const replyMsgList = (await this.core.apis.MsgApi.queryMsgsWithFilterExWithSeqV2(
|
|
||||||
peer, msgSeq, msgTime, [senderUid]
|
|
||||||
)).msgList;
|
|
||||||
|
|
||||||
const replyMsg = msgRandom
|
|
||||||
? replyMsgList.find(msg => msg.msgRandom === msgRandom)
|
|
||||||
: replyMsgList.find(msg => msg.msgSeq === msgSeq);
|
|
||||||
|
|
||||||
if (replyMsg) return replyMsg;
|
|
||||||
|
|
||||||
this.core.context.logger.logWarn(`方法1查询失败,序号: ${msgSeq}, 消息数: ${replyMsgList.length}`);
|
|
||||||
}
|
|
||||||
|
|
||||||
// 方法2:直接通过序号获取
|
|
||||||
const replyMsgList = (await this.core.apis.MsgApi.getMsgsBySeqAndCount(
|
|
||||||
peer, msgSeq, 1, true, true
|
|
||||||
)).msgList;
|
|
||||||
|
|
||||||
const replyMsg = msgRandom
|
|
||||||
? replyMsgList.find(msg => msg.msgRandom === msgRandom)
|
|
||||||
: replyMsgList.find(msg => msg.msgSeq === msgSeq);
|
|
||||||
|
|
||||||
if (replyMsg) return replyMsg;
|
|
||||||
|
|
||||||
this.core.context.logger.logWarn(`方法2查询失败,序号: ${msgSeq}, 消息数: ${replyMsgList.length}`);
|
|
||||||
|
|
||||||
// 方法3:另一种筛选方式
|
|
||||||
if (senderUid) {
|
|
||||||
const replyMsgList = (await this.core.apis.MsgApi.queryMsgsWithFilterExWithSeqV3(
|
|
||||||
peer, msgSeq, [senderUid]
|
|
||||||
)).msgList;
|
|
||||||
|
|
||||||
const replyMsg = msgRandom
|
|
||||||
? replyMsgList.find(msg => msg.msgRandom === msgRandom)
|
|
||||||
: replyMsgList.find(msg => msg.msgSeq === msgSeq);
|
|
||||||
|
|
||||||
if (replyMsg) return replyMsg;
|
|
||||||
|
|
||||||
this.core.context.logger.logWarn(`方法3查询失败,序号: ${msgSeq}, 消息数: ${replyMsgList.length}`);
|
|
||||||
}
|
|
||||||
|
|
||||||
return undefined;
|
|
||||||
} catch (error) {
|
|
||||||
this.core.context.logger.logError('查询回复消息出错', error);
|
|
||||||
return undefined;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
// 有记录情况下,使用完整信息查询
|
|
||||||
if (records && element.replyMsgTime && element.senderUidStr) {
|
|
||||||
const replyMsg = await tryFetchMethods(
|
|
||||||
element.replayMsgSeq,
|
element.replayMsgSeq,
|
||||||
element.senderUidStr,
|
',消息长度:',
|
||||||
records.msgTime,
|
replyMsgList.length
|
||||||
records.msgRandom
|
|
||||||
);
|
);
|
||||||
|
replyMsgList = (await this.core.apis.MsgApi.getMsgsBySeqAndCount(peer, element.replayMsgSeq, 1, true, true)).msgList;
|
||||||
if (replyMsg) {
|
replyMsg = replyMsgList.find(msg => msg.msgRandom === records.msgRandom);
|
||||||
return createReplyData(replyMsg.msgId);
|
|
||||||
}
|
|
||||||
|
|
||||||
this.core.context.logger.logError('所有查找方法均失败,获取不到带记录的引用消息', element.replayMsgSeq);
|
|
||||||
} else {
|
|
||||||
// 旧版客户端或不完整记录的情况,也尝试使用相同流程
|
|
||||||
this.core.context.logger.logWarn('似乎是旧版客户端,尝试仅通过序号获取引用消息', element.replayMsgSeq);
|
|
||||||
|
|
||||||
const replyMsg = await tryFetchMethods(element.replayMsgSeq);
|
|
||||||
|
|
||||||
if (replyMsg) {
|
|
||||||
return createReplyData(replyMsg.msgId);
|
|
||||||
}
|
|
||||||
|
|
||||||
this.core.context.logger.logError('所有查找方法均失败,获取不到旧客户端的引用消息', element.replayMsgSeq);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
if (!replyMsg || records.msgRandom !== replyMsg.msgRandom) {
|
||||||
|
this.core.context.logger.logWarn(
|
||||||
|
'筛选消息失败,将使用Fallback-2 Seq:',
|
||||||
|
element.replayMsgSeq,
|
||||||
|
',消息长度:',
|
||||||
|
replyMsgList.length
|
||||||
|
);
|
||||||
|
replyMsgList = (await this.core.apis.MsgApi.queryMsgsWithFilterExWithSeqV3(peer, element.replayMsgSeq, [element.senderUidStr])).msgList;
|
||||||
|
replyMsg = replyMsgList.find(msg => msg.msgRandom === records.msgRandom);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// 丢弃该消息段
|
||||||
|
if (!replyMsg || records.msgRandom !== replyMsg.msgRandom) {
|
||||||
|
this.core.context.logger.logError(
|
||||||
|
'最终筛选结果,筛选消息失败,获取不到引用的消息 Seq: ',
|
||||||
|
element.replayMsgSeq,
|
||||||
|
',消息长度:',
|
||||||
|
replyMsgList.length
|
||||||
|
);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
return createReplyData(replyMsg.msgId);
|
||||||
},
|
},
|
||||||
|
|
||||||
videoElement: async (element, msg, elementWrapper) => {
|
videoElement: async (element, msg, elementWrapper) => {
|
||||||
const peer = {
|
const peer = {
|
||||||
chatType: msg.chatType,
|
chatType: msg.chatType,
|
||||||
@@ -391,17 +331,7 @@ export class OneBotMsgApi {
|
|||||||
|
|
||||||
//开始兜底
|
//开始兜底
|
||||||
if (!videoDownUrl) {
|
if (!videoDownUrl) {
|
||||||
if (this.core.apis.PacketApi.available) {
|
videoDownUrl = element.filePath;
|
||||||
try {
|
|
||||||
videoDownUrl = await this.core.apis.FileApi.getVideoUrlPacket(msg.peerUid, element.fileUuid);
|
|
||||||
} catch (e) {
|
|
||||||
this.core.context.logger.logError('获取视频url失败', (e as Error).stack);
|
|
||||||
videoDownUrl = element.filePath;
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
videoDownUrl = element.filePath;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
const fileCode = FileNapCatOneBotUUID.encode(peer, msg.msgId, elementWrapper.elementId, element.fileUuid, element.fileName);
|
const fileCode = FileNapCatOneBotUUID.encode(peer, msg.msgId, elementWrapper.elementId, element.fileUuid, element.fileName);
|
||||||
return {
|
return {
|
||||||
@@ -421,28 +351,6 @@ export class OneBotMsgApi {
|
|||||||
guildId: '',
|
guildId: '',
|
||||||
};
|
};
|
||||||
const fileCode = FileNapCatOneBotUUID.encode(peer, msg.msgId, elementWrapper.elementId, '', element.fileName);
|
const fileCode = FileNapCatOneBotUUID.encode(peer, msg.msgId, elementWrapper.elementId, '', element.fileName);
|
||||||
let pttUrl = '';
|
|
||||||
if (this.core.apis.PacketApi.available) {
|
|
||||||
try {
|
|
||||||
pttUrl = await this.core.apis.FileApi.getPttUrl(msg.peerUid, element.fileUuid);
|
|
||||||
} catch (e) {
|
|
||||||
this.core.context.logger.logError('获取语音url失败', (e as Error).stack);
|
|
||||||
pttUrl = element.filePath;
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
pttUrl = element.filePath;
|
|
||||||
}
|
|
||||||
if (pttUrl) {
|
|
||||||
return {
|
|
||||||
type: OB11MessageDataType.voice,
|
|
||||||
data: {
|
|
||||||
file: fileCode,
|
|
||||||
path: element.filePath,
|
|
||||||
url: pttUrl,
|
|
||||||
file_size: element.fileSize,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return {
|
return {
|
||||||
type: OB11MessageDataType.voice,
|
type: OB11MessageDataType.voice,
|
||||||
data: {
|
data: {
|
||||||
@@ -559,8 +467,6 @@ export class OneBotMsgApi {
|
|||||||
replayMsgId: replyMsg.msgId, // raw.msgId
|
replayMsgId: replyMsg.msgId, // raw.msgId
|
||||||
senderUin: replyMsg.senderUin,
|
senderUin: replyMsg.senderUin,
|
||||||
senderUinStr: replyMsg.senderUin,
|
senderUinStr: replyMsg.senderUin,
|
||||||
replyMsgClientSeq: replyMsg.clientSeq,
|
|
||||||
_replyMsgPeer: replyMsgM.Peer
|
|
||||||
},
|
},
|
||||||
} :
|
} :
|
||||||
undefined;
|
undefined;
|
||||||
@@ -1001,10 +907,10 @@ export class OneBotMsgApi {
|
|||||||
const member = await this.core.apis.GroupApi.getGroupMember(msg.peerUin, msg.senderUin);
|
const member = await this.core.apis.GroupApi.getGroupMember(msg.peerUin, msg.senderUin);
|
||||||
resMsg.group_id = parseInt(ret.tmpChatInfo!.groupCode);
|
resMsg.group_id = parseInt(ret.tmpChatInfo!.groupCode);
|
||||||
resMsg.sender.nickname = member?.nick ?? member?.cardName ?? '临时会话';
|
resMsg.sender.nickname = member?.nick ?? member?.cardName ?? '临时会话';
|
||||||
resMsg.temp_source = 0;
|
resMsg.temp_source = resMsg.group_id;
|
||||||
} else {
|
} else {
|
||||||
resMsg.group_id = 284840486;
|
resMsg.group_id = 284840486;
|
||||||
resMsg.temp_source = 0;
|
resMsg.temp_source = resMsg.group_id;
|
||||||
resMsg.sender.nickname = '临时会话';
|
resMsg.sender.nickname = '临时会话';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -2,5 +2,4 @@ import { EventType, OneBotEvent } from '@/onebot/event/OneBotEvent';
|
|||||||
|
|
||||||
export abstract class OB11BaseNoticeEvent extends OneBotEvent {
|
export abstract class OB11BaseNoticeEvent extends OneBotEvent {
|
||||||
post_type = EventType.NOTICE;
|
post_type = EventType.NOTICE;
|
||||||
abstract notice_type: string;
|
}
|
||||||
}
|
|
@@ -1,6 +0,0 @@
|
|||||||
import { EventType, OneBotEvent } from '@/onebot/event/OneBotEvent';
|
|
||||||
|
|
||||||
export abstract class OB11BaseRequestEvent extends OneBotEvent {
|
|
||||||
readonly post_type = EventType.REQUEST;
|
|
||||||
abstract request_type: string;
|
|
||||||
}
|
|
@@ -1,8 +1,10 @@
|
|||||||
|
import { OB11BaseNoticeEvent } from '@/onebot/event/notice/OB11BaseNoticeEvent';
|
||||||
|
import { EventType } from '@/onebot/event/OneBotEvent';
|
||||||
import { NapCatCore } from '@/core';
|
import { NapCatCore } from '@/core';
|
||||||
import { OB11BaseRequestEvent } from './OB11BaseRequestEvent';
|
|
||||||
|
|
||||||
export class OB11FriendRequestEvent extends OB11BaseRequestEvent {
|
export class OB11FriendRequestEvent extends OB11BaseNoticeEvent {
|
||||||
override request_type = 'friend';
|
override post_type = EventType.REQUEST;
|
||||||
|
request_type = 'friend';
|
||||||
|
|
||||||
user_id: number;
|
user_id: number;
|
||||||
comment: string;
|
comment: string;
|
||||||
|
@@ -1,18 +1,18 @@
|
|||||||
|
import { OB11GroupNoticeEvent } from '@/onebot/event/notice/OB11GroupNoticeEvent';
|
||||||
|
import { EventType } from '@/onebot/event/OneBotEvent';
|
||||||
import { NapCatCore } from '@/core';
|
import { NapCatCore } from '@/core';
|
||||||
import { OB11BaseRequestEvent } from './OB11BaseRequestEvent';
|
|
||||||
|
|
||||||
export class OB11GroupRequestEvent extends OB11BaseRequestEvent {
|
export class OB11GroupRequestEvent extends OB11GroupNoticeEvent {
|
||||||
override readonly request_type = 'group' as const;
|
override post_type = EventType.REQUEST;
|
||||||
|
request_type = 'group';
|
||||||
|
|
||||||
group_id: number;
|
override user_id: number;
|
||||||
user_id: number;
|
|
||||||
comment: string;
|
comment: string;
|
||||||
flag: string;
|
flag: string;
|
||||||
sub_type: string;
|
sub_type: string;
|
||||||
|
|
||||||
constructor(core: NapCatCore, groupId: number, userId: number, sub_type: string, comment: string, flag: string) {
|
constructor(core: NapCatCore, groupId: number, userId: number, sub_type: string, comment: string, flag: string) {
|
||||||
super(core);
|
super(core, groupId, userId);
|
||||||
this.group_id = groupId;
|
|
||||||
this.user_id = userId;
|
this.user_id = userId;
|
||||||
this.sub_type = sub_type;
|
this.sub_type = sub_type;
|
||||||
this.comment = comment;
|
this.comment = comment;
|
||||||
|
@@ -334,7 +334,7 @@ export class NapCatOneBot11Adapter {
|
|||||||
for (let i = 0; i < reqs.unreadNums; i++) {
|
for (let i = 0; i < reqs.unreadNums; i++) {
|
||||||
const req = reqs.buddyReqs[i];
|
const req = reqs.buddyReqs[i];
|
||||||
if (!req) continue;
|
if (!req) continue;
|
||||||
if (!!req.isInitiator || (req.isDecide && req.reqType !== BuddyReqType.KMEINITIATORWAITPEERCONFIRM) || !req.isUnread) {
|
if (!!req.isInitiator || (req.isDecide && req.reqType !== BuddyReqType.KMEINITIATORWAITPEERCONFIRM)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
@@ -352,6 +352,7 @@ export class NapCatOneBot11Adapter {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
this.context.session
|
this.context.session
|
||||||
.getBuddyService()
|
.getBuddyService()
|
||||||
.addKernelBuddyListener(proxiedListenerOf(buddyListener, this.context.logger));
|
.addKernelBuddyListener(proxiedListenerOf(buddyListener, this.context.logger));
|
||||||
|
@@ -39,11 +39,8 @@ export class OB11WebSocketServerAdapter extends IOB11NetworkAdapter<WebsocketSer
|
|||||||
wsClient.close();
|
wsClient.close();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// 鉴权 close 不会立刻销毁 当前返回可避免挂载message事件 close 并未立刻关闭 而是存在timer操作后关闭
|
//鉴权
|
||||||
// 引发高危漏洞
|
this.authorize(this.config.token, wsClient, wsReq);
|
||||||
if (!this.authorize(this.config.token, wsClient, wsReq)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
const paramUrl = wsReq.url?.indexOf('?') !== -1 ? wsReq.url?.substring(0, wsReq.url?.indexOf('?')) : wsReq.url;
|
const paramUrl = wsReq.url?.indexOf('?') !== -1 ? wsReq.url?.substring(0, wsReq.url?.indexOf('?')) : wsReq.url;
|
||||||
const isApiConnect = paramUrl === '/api' || paramUrl === '/api/';
|
const isApiConnect = paramUrl === '/api' || paramUrl === '/api/';
|
||||||
if (!isApiConnect) {
|
if (!isApiConnect) {
|
||||||
@@ -148,16 +145,15 @@ export class OB11WebSocketServerAdapter extends IOB11NetworkAdapter<WebsocketSer
|
|||||||
}
|
}
|
||||||
|
|
||||||
private authorize(token: string | undefined, wsClient: WebSocket, wsReq: IncomingMessage) {
|
private authorize(token: string | undefined, wsClient: WebSocket, wsReq: IncomingMessage) {
|
||||||
if (!token || token.length == 0) return true;//客户端未设置密钥
|
if (!token || token.length == 0) return;//客户端未设置密钥
|
||||||
const QueryClientToken = urlParse.parse(wsReq?.url || '', true).query['access_token'];
|
const QueryClientToken = urlParse.parse(wsReq?.url || '', true).query['access_token'];
|
||||||
const HeaderClientToken = wsReq.headers.authorization?.split('Bearer ').pop() || '';
|
const HeaderClientToken = wsReq.headers.authorization?.split('Bearer ').pop() || '';
|
||||||
const ClientToken = typeof (QueryClientToken) === 'string' && QueryClientToken !== '' ? QueryClientToken : HeaderClientToken;
|
const ClientToken = typeof (QueryClientToken) === 'string' && QueryClientToken !== '' ? QueryClientToken : HeaderClientToken;
|
||||||
if (ClientToken === token) {
|
if (ClientToken === token) {
|
||||||
return true;
|
return;
|
||||||
}
|
}
|
||||||
wsClient.send(JSON.stringify(OB11Response.res(null, 'failed', 1403, 'token验证失败')));
|
wsClient.send(JSON.stringify(OB11Response.res(null, 'failed', 1403, 'token验证失败')));
|
||||||
wsClient.close();
|
wsClient.close();
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private checkStateAndReply<T>(data: T, wsClient: WebSocket) {
|
private checkStateAndReply<T>(data: T, wsClient: WebSocket) {
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
import { LogWrapper } from '@/common/log';
|
import { LogWrapper } from '@/common/log';
|
||||||
import * as net from 'net';
|
import * as net from 'net';
|
||||||
import * as process from 'process';
|
import * as process from 'process';
|
||||||
import { Writable } from 'stream';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 连接到命名管道并重定向stdout
|
* 连接到命名管道并重定向stdout
|
||||||
@@ -12,6 +11,7 @@ import { Writable } from 'stream';
|
|||||||
export function connectToNamedPipe(logger: LogWrapper, timeoutMs: number = 5000): Promise<{ disconnect: () => void }> {
|
export function connectToNamedPipe(logger: LogWrapper, timeoutMs: number = 5000): Promise<{ disconnect: () => void }> {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
if (process.platform !== 'win32') {
|
if (process.platform !== 'win32') {
|
||||||
|
logger.log('只有Windows平台支持命名管道');
|
||||||
// 非Windows平台不reject,而是返回一个空的disconnect函数
|
// 非Windows平台不reject,而是返回一个空的disconnect函数
|
||||||
return resolve({ disconnect: () => { } });
|
return resolve({ disconnect: () => { } });
|
||||||
}
|
}
|
||||||
@@ -25,50 +25,12 @@ export function connectToNamedPipe(logger: LogWrapper, timeoutMs: number = 5000)
|
|||||||
}, timeoutMs);
|
}, timeoutMs);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const originalStdoutWrite = process.stdout.write.bind(process.stdout);
|
let originalStdoutWrite = process.stdout.write.bind(process.stdout);
|
||||||
const pipeSocket = net.connect(pipePath, () => {
|
const pipeSocket = net.connect(pipePath, () => {
|
||||||
// 清除超时
|
// 清除超时
|
||||||
clearTimeout(timeoutId);
|
clearTimeout(timeoutId);
|
||||||
|
|
||||||
// 优化网络性能设置
|
|
||||||
pipeSocket.setNoDelay(true); // 减少延迟
|
|
||||||
|
|
||||||
// 设置更高的高水位线,允许更多数据缓冲
|
|
||||||
|
|
||||||
logger.log(`[StdOut] 已重定向到命名管道: ${pipePath}`);
|
logger.log(`[StdOut] 已重定向到命名管道: ${pipePath}`);
|
||||||
|
|
||||||
// 创建拥有更优雅背压处理的 Writable 流
|
|
||||||
const pipeWritable = new Writable({
|
|
||||||
highWaterMark: 1024 * 64, // 64KB 高水位线
|
|
||||||
write(chunk, encoding, callback) {
|
|
||||||
if (!pipeSocket.writable) {
|
|
||||||
// 如果管道不可写,退回到原始stdout
|
|
||||||
logger.log('[StdOut] 管道不可写,回退到控制台输出');
|
|
||||||
return originalStdoutWrite(chunk, encoding, callback);
|
|
||||||
}
|
|
||||||
|
|
||||||
// 尝试写入数据到管道
|
|
||||||
const canContinue = pipeSocket.write(chunk, encoding, () => {
|
|
||||||
// 数据已被发送或放入内部缓冲区
|
|
||||||
});
|
|
||||||
|
|
||||||
if (canContinue) {
|
|
||||||
// 如果返回true,表示可以继续写入更多数据
|
|
||||||
// 立即通知写入流可以继续
|
|
||||||
process.nextTick(callback);
|
|
||||||
} else {
|
|
||||||
// 如果返回false,表示内部缓冲区已满
|
|
||||||
// 等待drain事件再恢复写入
|
|
||||||
pipeSocket.once('drain', () => {
|
|
||||||
callback();
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 明确返回true,表示写入已处理
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
// 重定向stdout
|
|
||||||
process.stdout.write = (
|
process.stdout.write = (
|
||||||
chunk: any,
|
chunk: any,
|
||||||
encoding?: BufferEncoding | (() => void),
|
encoding?: BufferEncoding | (() => void),
|
||||||
@@ -78,11 +40,8 @@ export function connectToNamedPipe(logger: LogWrapper, timeoutMs: number = 5000)
|
|||||||
cb = encoding;
|
cb = encoding;
|
||||||
encoding = undefined;
|
encoding = undefined;
|
||||||
}
|
}
|
||||||
|
return pipeSocket.write(chunk, encoding as BufferEncoding, cb);
|
||||||
// 使用优化的writable流处理写入
|
|
||||||
return pipeWritable.write(chunk, encoding as BufferEncoding, cb as () => void);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// 提供断开连接的方法
|
// 提供断开连接的方法
|
||||||
const disconnect = () => {
|
const disconnect = () => {
|
||||||
process.stdout.write = originalStdoutWrite;
|
process.stdout.write = originalStdoutWrite;
|
||||||
@@ -94,7 +53,6 @@ export function connectToNamedPipe(logger: LogWrapper, timeoutMs: number = 5000)
|
|||||||
resolve({ disconnect });
|
resolve({ disconnect });
|
||||||
});
|
});
|
||||||
|
|
||||||
// 管道错误处理
|
|
||||||
pipeSocket.on('error', (err) => {
|
pipeSocket.on('error', (err) => {
|
||||||
clearTimeout(timeoutId);
|
clearTimeout(timeoutId);
|
||||||
process.stdout.write = originalStdoutWrite;
|
process.stdout.write = originalStdoutWrite;
|
||||||
@@ -102,18 +60,11 @@ export function connectToNamedPipe(logger: LogWrapper, timeoutMs: number = 5000)
|
|||||||
reject(err);
|
reject(err);
|
||||||
});
|
});
|
||||||
|
|
||||||
// 管道关闭处理
|
|
||||||
pipeSocket.on('end', () => {
|
pipeSocket.on('end', () => {
|
||||||
process.stdout.write = originalStdoutWrite;
|
process.stdout.write = originalStdoutWrite;
|
||||||
logger.log('命名管道连接已关闭');
|
logger.log('命名管道连接已关闭');
|
||||||
});
|
});
|
||||||
|
|
||||||
// 确保在连接意外关闭时恢复stdout
|
|
||||||
pipeSocket.on('close', () => {
|
|
||||||
process.stdout.write = originalStdoutWrite;
|
|
||||||
logger.log('命名管道连接已关闭');
|
|
||||||
});
|
|
||||||
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
clearTimeout(timeoutId);
|
clearTimeout(timeoutId);
|
||||||
logger.log(`尝试连接命名管道 ${pipePath} 时发生异常:`, error);
|
logger.log(`尝试连接命名管道 ${pipePath} 时发生异常:`, error);
|
||||||
|
@@ -122,9 +122,7 @@ export async function InitWebUi(logger: LogWrapper, pathWrapper: NapCatPathWrapp
|
|||||||
|
|
||||||
// ------------挂载路由------------
|
// ------------挂载路由------------
|
||||||
// 挂载静态路由(前端),路径为 /webui
|
// 挂载静态路由(前端),路径为 /webui
|
||||||
app.use('/webui', express.static(pathWrapper.staticPath, {
|
app.use('/webui', express.static(pathWrapper.staticPath));
|
||||||
maxAge: '1d'
|
|
||||||
}));
|
|
||||||
// 初始化WebSocket服务器
|
// 初始化WebSocket服务器
|
||||||
const sslCerts = await checkCertificates(logger);
|
const sslCerts = await checkCertificates(logger);
|
||||||
const isHttps = !!sslCerts;
|
const isHttps = !!sslCerts;
|
||||||
|
Reference in New Issue
Block a user