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 --|
|
|-- 8 --|-- channel --|
|
||||||
```
|
```
|
||||||
|
|
||||||
* `type`, `0` - to user, `1` to channel
|
Reply format:
|
||||||
|
|
||||||
Reply format *TODO*
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|-- status (1 byte) --|-- member count (4 bytes - big endian) --|
|
|-- status (1 byte) --|-- member count (4 bytes - big endian) --|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### `memberlist`
|
||||||
|
|
||||||
|
Request format:
|
||||||
|
|
||||||
|
```
|
||||||
|
|-- 9 --|-- channel --|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Reply format:
|
||||||
|
|
||||||
|
```
|
||||||
|
|-- status (1 byte) --|-- channel members (CSV) --|
|
||||||
|
```
|
||||||
|
|
||||||
### `chanprop`
|
### `chanprop`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue