mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-04 09:42:02 +08:00
* feat: Add OB11GroupGrayTipEvent for detecting forged gray tip attacks - Add new OB11GroupGrayTipEvent class to report unknown gray tip messages - Modify parseOtherJsonEvent to detect forged gray tips by checking senderUin - Real system gray tips have senderUin='0', forged ones expose attacker's QQ - Include message_id in event for downstream recall capability - Add try/catch for JSON.parse to handle malformed content - Use Number() for consistent type conversion * fix: simplify logWarn to match upstream style * fix: remove extra closing brace that broke class structure * fix: add validation for malformed title gray tip events |
||
|---|---|---|
| .. | ||
| BotOfflineEvent.ts | ||
| OB11BaseNoticeEvent.ts | ||
| OB11FriendAddNoticeEvent.ts | ||
| OB11FriendRecallNoticeEvent.ts | ||
| OB11GroupAdminNoticeEvent.ts | ||
| OB11GroupBanEvent.ts | ||
| OB11GroupCardEvent.ts | ||
| OB11GroupDecreaseEvent.ts | ||
| OB11GroupEssenceEvent.ts | ||
| OB11GroupGrayTipEvent.ts | ||
| OB11GroupIncreaseEvent.ts | ||
| OB11GroupNameEvent.ts | ||
| OB11GroupNoticeEvent.ts | ||
| OB11GroupRecallNoticeEvent.ts | ||
| OB11GroupTitleEvent.ts | ||
| OB11GroupUploadNoticeEvent.ts | ||
| OB11InputStatusEvent.ts | ||
| OB11MsgEmojiLikeEvent.ts | ||
| OB11PokeEvent.ts | ||
| OB11ProfileLikeEvent.ts | ||