thelounge/server/plugins/irc-events
Reto Brunner 3af4ad1076 Respect bind setting for all outgoing requests
So far the bind config only impacted the IRC connections.
However, nothing in our doc comment says that this is intentional.

> ### bind
> Set the local IP to bind to for outgoing connections.

This commit fixes the leak and uses it for all outgoing requests
as described by the docstring.
2023-06-25 19:30:52 +02:00
..
away.ts network: add getLobby accessor 2023-02-27 18:30:33 +01:00
cap.ts network: add getLobby accessor 2023-02-27 18:30:33 +01:00
chghost.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
connection.ts network: add getLobby accessor 2023-02-27 18:30:33 +01:00
ctcp.ts network: add getLobby accessor 2023-02-27 18:30:33 +01:00
error.ts network: add getLobby accessor 2023-02-27 18:30:33 +01:00
help.ts network: add getLobby accessor 2023-02-27 18:30:33 +01:00
info.ts network: add getLobby accessor 2023-02-27 18:30:33 +01:00
invite.ts network: add getLobby accessor 2023-02-27 18:30:33 +01:00
join.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
kick.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
link.ts Respect bind setting for all outgoing requests 2023-06-25 19:30:52 +02:00
list.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
message.ts network: add getLobby accessor 2023-02-27 18:30:33 +01:00
mode.ts network: add getLobby accessor 2023-02-27 18:30:33 +01:00
modelist.ts network: add getLobby accessor 2023-02-27 18:30:33 +01:00
motd.ts network: add getLobby accessor 2023-02-27 18:30:33 +01:00
names.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
nick.ts network: add getLobby accessor 2023-02-27 18:30:33 +01:00
part.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
quit.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
sasl.ts network: add getLobby accessor 2023-02-27 18:30:33 +01:00
topic.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
unhandled.ts network: add getLobby accessor 2023-02-27 18:30:33 +01:00
welcome.ts network: add getLobby accessor 2023-02-27 18:30:33 +01:00
whois.ts network: add getLobby accessor 2023-02-27 18:30:33 +01:00