mirror of https://github.com/deavminet/dnetd.git
Updated protocol
This commit is contained in:
parent
87eb1f02e7
commit
1a3de749b5
18
protocol.md
18
protocol.md
|
@ -129,14 +129,26 @@ Request format:
|
|||
|-- 8 --|-- channel --|
|
||||
```
|
||||
|
||||
* `type`, `0` - to user, `1` to channel
|
||||
|
||||
Reply format *TODO*
|
||||
Reply format:
|
||||
|
||||
```
|
||||
|-- status (1 byte) --|-- member count (4 bytes - big endian) --|
|
||||
```
|
||||
|
||||
### `memberlist`
|
||||
|
||||
Request format:
|
||||
|
||||
```
|
||||
|-- 9 --|-- channel --|
|
||||
```
|
||||
|
||||
|
||||
Reply format:
|
||||
|
||||
```
|
||||
|-- status (1 byte) --|-- channel members (CSV) --|
|
||||
```
|
||||
|
||||
### `chanprop`
|
||||
|
||||
|
|
Loading…
Reference in New Issue