diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-04-04 23:24:36 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-04-07 13:18:14 +0200 |
commit | a499b50b7b70151b9088f8641152681b79dcc885 (patch) | |
tree | 43a34534bd613fc07d4eb11f07f248d46450a745 /doc/en | |
parent | b6647004a5ee91fc38829b35e0afb1cdd61867e3 (diff) | |
download | weechat-a499b50b7b70151b9088f8641152681b79dcc885.zip |
relay: add synchronization with remote and handler for events received (issue #2066)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index f4c435224..b96096e09 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -344,6 +344,7 @@ WeeChat "core" is located in following directories: | relay-api-msg.c | Send JSON messages to clients. | relay-api-protocol.c | HTTP REST API protocol. | remote/ | Relay remote functions, specific to API. +| relay-remote-event.c | Process events received from relay remote. | relay-remote-network.c | Network functions for relay remote. | irc/ | IRC proxy. | relay-irc.c | Main IRC proxy functions. |