Skip to content

Commit

Permalink
Document a few more server protocol changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Oct 20, 2023
1 parent 6cfbd30 commit a469246
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/server/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ title: InspIRCd Spanning Tree Protocol — Change Log
- `m_cloaking.so` => `cloak`
- `m_gecosban.so` => `realnameban`
- `m_services_account.so` => `account` and `services`.
- `m_svshold.so` => `services`.

- Server queries (`SQUERY`) are now sent as unicast messages to their target user instead of being encapsulated in a `PRIVMSG`.

Expand Down Expand Up @@ -85,6 +86,20 @@ title: InspIRCd Spanning Tree Protocol — Change Log
+ :36DAAAAAA FRHOST :real.host.name
```

- The `GLOBOPS` key in `CAPAB CAPABILITIES` has been removed. Instead, the globops module can be detected by its presence in `CAPAB MODSUPPORT`.

```diff
- CAPAB CAPABILITIES :GLOBOPS=0
+ CAPAB MODSUPPORT :globops
```

- The `UID` message now has an extra field for the real username of the user which is being introduced.

```diff
- :36D SVSJOIN 36DAAAAAA 1234567890 Sadie localhost sadie.moe sadie 127.0.0.1 1234567890 +i :Sadie
+ :36D SVSJOIN 36DAAAAAA 1234567890 Sadie localhost sadie.moe sp91 sadie 127.0.0.1 1234567890 +i :Sadie
```

- The `LMODE` message was added to synchronise the contents of a mode list including the setter and set time.

```diff
Expand Down

0 comments on commit a469246

Please sign in to comment.