msnp-wiki/docs/commands/blp.md
yellows111 e28bd99ec6
fix a bunch of errors, new commands
+ ADD
+ REM
+ URL
* fixed a bunch of formatting
* changed the default list version to 255, if it increases to 256 it means it changed
* fixed a bunch of muscle memory mishaps
* Clean-up some missing "fill this in once information is available's
2024-10-16 21:12:41 +01:00

1,023 B

Introduction

BLP is a command introduced with MSNP2.

It is a Notification Server command, without either a request or response payload.

It modifies if messages sent to you by users not on your Allow List (AL) are allowed to be received.

Client/Request

BLP TrID [ AL | BL ]

Server/Response

BLP TrID {list-version} [ AL | BL ]

Where list-version is the new List Version. Removed since MSNP10 in ABCHMigrated: 1 mode.

Examples

Setting to AL (Allow messages by default)

C: BLP 1 AL
S: BLP 1 256 AL

Setting to BL (Block messages by default)

C: BLP 2 BL
S: BLP 2 257 BL

Invalid argument

NOTE: This is an assumption. The actual error code here is unknown. It may also lead to an Instant Disconnection.

C: BLP 3 CL
S: 201

Known changes

  • MSNP10 and higher: List Versions are dropped in ABCHMigrated: 1 mode.
  • Removed in MSNP13. You get instantly disconnected if you try using the command.