summaryrefslogtreecommitdiff
path: root/src/plugins/relay
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-05-25 13:39:55 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-05-25 13:39:55 +0200
commite5f58b77c14aa7a3c980428921f59fa7c0c263f4 (patch)
treec5a1dafc8b40d5ad370ee21958b61da8a0b4a468 /src/plugins/relay
parent18c82fc5c7b78bde86f40319ece2a4e7d97aae77 (diff)
downloadweechat-e5f58b77c14aa7a3c980428921f59fa7c0c263f4.zip
core, buflist, irc, relay: replace freenode by libera in comments
Diffstat (limited to 'src/plugins/relay')
-rw-r--r--src/plugins/relay/relay-client.h2
-rw-r--r--src/plugins/relay/relay-server.c12
-rw-r--r--src/plugins/relay/relay-server.h2
-rw-r--r--src/plugins/relay/weechat/relay-weechat-protocol.c12
4 files changed, 14 insertions, 14 deletions
diff --git a/src/plugins/relay/relay-client.h b/src/plugins/relay/relay-client.h
index 27389e456..ef398a0b3 100644
--- a/src/plugins/relay/relay-client.h
+++ b/src/plugins/relay/relay-client.h
@@ -99,7 +99,7 @@ struct t_relay_client
char *real_ip; /* real IP (X-Real-IP HTTP header) */
enum t_relay_status status; /* status (connecting, active,..) */
enum t_relay_protocol protocol; /* protocol (irc,..) */
- char *protocol_string; /* example: "ipv6.ssl.irc.freenode" */
+ char *protocol_string; /* example: "ipv6.ssl.irc.libera" */
char *protocol_args; /* arguments used for protocol */
/* example: server for irc protocol */
char *nonce; /* nonce used in salt of hashed pwd */
diff --git a/src/plugins/relay/relay-server.c b/src/plugins/relay/relay-server.c
index 557ff5b17..9c5bad0b2 100644
--- a/src/plugins/relay/relay-server.c
+++ b/src/plugins/relay/relay-server.c
@@ -53,12 +53,12 @@ struct t_relay_server *last_relay_server = NULL;
*
* string ipv4 ipv6 ssl unix protocol protocol_args
* ---------------------------------------------------------------
- * irc.freenode 1 1 0 0 irc freenode
- * ssl.irc.freenode 1 1 1 0 irc freenode
- * ipv4.irc.freenode 1 0 0 0 irc freenode
- * ipv6.irc.freenode 0 1 0 0 irc freenode
- * ipv4.ipv6.irc.freenode 1 1 0 0 irc freenode
- * ipv6.ssl.irc.freenode 0 1 1 0 irc freenode
+ * irc.libera 1 1 0 0 irc libera
+ * ssl.irc.libera 1 1 1 0 irc libera
+ * ipv4.irc.libera 1 0 0 0 irc libera
+ * ipv6.irc.libera 0 1 0 0 irc libera
+ * ipv4.ipv6.irc.libera 1 1 0 0 irc libera
+ * ipv6.ssl.irc.libera 0 1 1 0 irc libera
* weechat 1 1 0 0 weechat
* ssl.weechat 1 1 1 0 weechat
* ipv6.ssl.weechat 0 1 1 0 weechat
diff --git a/src/plugins/relay/relay-server.h b/src/plugins/relay/relay-server.h
index c2ae0eec1..0fc2f2273 100644
--- a/src/plugins/relay/relay-server.h
+++ b/src/plugins/relay/relay-server.h
@@ -26,7 +26,7 @@
struct t_relay_server
{
- char *protocol_string; /* example: "ipv6.ssl.irc.freenode" */
+ char *protocol_string; /* example: "ipv6.ssl.irc.libera" */
enum t_relay_protocol protocol; /* protocol (irc/weechat) */
char *protocol_args; /* arguments used for protocol */
/* example: server for irc protocol */
diff --git a/src/plugins/relay/weechat/relay-weechat-protocol.c b/src/plugins/relay/weechat/relay-weechat-protocol.c
index 4db58a366..d8f1bf212 100644
--- a/src/plugins/relay/weechat/relay-weechat-protocol.c
+++ b/src/plugins/relay/weechat/relay-weechat-protocol.c
@@ -55,7 +55,7 @@ relay_weechat_is_relay_buffer (struct t_gui_buffer *buffer)
* Gets buffer pointer with argument from a command.
*
* The argument "arg" can be a pointer ("0x12345678") or a full name
- * ("irc.freenode.#weechat").
+ * ("irc.libera.#weechat").
*
* Returns pointer to buffer found, NULL if not found.
*/
@@ -554,7 +554,7 @@ RELAY_WEECHAT_PROTOCOL_CALLBACK(infolist)
* Callback for command "nicklist" (from client).
*
* Message looks like:
- * nicklist irc.freenode.#weechat
+ * nicklist irc.libera.#weechat
* nicklist 0x12345678
*/
@@ -600,7 +600,7 @@ RELAY_WEECHAT_PROTOCOL_CALLBACK(nicklist)
*
* Message looks like:
* input core.weechat /help filter
- * input irc.freenode.#weechat hello guys!
+ * input irc.libera.#weechat hello guys!
* input 0x12345678 hello guys!
*/
@@ -673,7 +673,7 @@ RELAY_WEECHAT_PROTOCOL_CALLBACK(input)
*
* Message looks like:
* completion core.weechat -1 /help fi
- * input irc.freenode.#weechat 5 /quernick
+ * input irc.libera.#weechat 5 /quernick
* input 0x12345678 -1 nick
*/
@@ -1413,7 +1413,7 @@ relay_weechat_protocol_signal_upgrade_cb (const void *pointer, void *data,
* Message looks like:
* sync
* sync * buffer
- * sync irc.freenode.#weechat buffer,nicklist
+ * sync irc.libera.#weechat buffer,nicklist
*/
RELAY_WEECHAT_PROTOCOL_CALLBACK(sync)
@@ -1502,7 +1502,7 @@ RELAY_WEECHAT_PROTOCOL_CALLBACK(sync)
* Message looks like:
* desync
* desync * nicklist
- * desync irc.freenode.#weechat buffer,nicklist
+ * desync irc.libera.#weechat buffer,nicklist
*/
RELAY_WEECHAT_PROTOCOL_CALLBACK(desync)