prosody/net
Kim Alvefur 2647c56106 net.server_epoll: Add support for systemd socket activation
Allows creating listening sockets and accepting client connections
before Prosody starts.
This is unlike normal Prosody dynamic resource management, where ports
may added and removed at any time, and the ports defined by the config.

Weird things happen if these are closed (e.g. due to reload) so here we
prevent closing and ensure sockets are reused when opened again.
2024-05-14 17:07:47 +02:00
..
http Merge 0.12->trunk 2024-02-27 17:15:36 +01:00
resolvers net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
websocket net.websocket.frames: Remove completed TODO 2023-07-29 01:42:19 +02:00
adns.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
connect.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
cqueues.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
dns.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
http.lua net.http: Set Connection header based on connection pool usage 2023-11-11 23:48:45 +01:00
httpserver.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
server.lua net.server: Restore epoll signalfd handling 2024-03-02 13:40:37 +01:00
server_epoll.lua net.server_epoll: Add support for systemd socket activation 2024-05-14 17:07:47 +02:00
server_event.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
server_select.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
stun.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
tls_luasec.lua net.tls_luasec: Expose method for loading a certificate 2023-05-27 15:40:49 +02:00
unbound.lua net.unbound: Show canonical name in textual format (e.g. in shell) 2024-04-14 14:06:57 +02:00
websocket.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00