IMPORTANT: due to a drive failure, as of 13-Mar-2021, the Mercurial repository had to be re-mirrored, which changed every commit SHA. The old SHAs and trees are backed up in the vault branches. Please migrate to the new branches as soon as you can.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
prosody/net
Matthew Wild 7f10afa423 net.server_select: Only allow starttls if luasec is available (thanks Nolan) 16 years ago
..
adns.lua net.dns, net.adns: Changed dns:socket_wrapper_set to dns.socket_wrapper_set for consistency. 16 years ago
connlisteners.lua net.connlisteners: Return an error if no SSL context is supplied for a connection of type 'ssl' 16 years ago
dns.lua net.dns, net.adns: Changed dns:socket_wrapper_set to dns.socket_wrapper_set for consistency. 16 years ago
http.lua net.http: Don't expect the body on redirects 16 years ago
httpclient_listener.lua *_listener: Update for new net.server API, specifically .listener -> .onincoming, .disconnect -> .ondisconnect 16 years ago
httpserver.lua net.httpserver: Make request.conn be the server.lua conn instead of the underlying socket (more useful this way) 16 years ago
httpserver_listener.lua httpserver_listener: Update for new connection API 16 years ago
multiplex_listener.lua multiplex_listener: Initial commit. Multiple protocols on a single port. 16 years ago
server.lua net.server: When libevent backend is in use, override signal.signal to use server.hook_signal 16 years ago
server_event.lua net.server_event: Update for compatibility with new server API 16 years ago
server_select.lua net.server_select: Only allow starttls if luasec is available (thanks Nolan) 16 years ago
xmppclient_listener.lua net.xmpp{client,server,component}: Update for new xmlhandlers syntax 16 years ago
xmppcomponent_listener.lua xmppcomponent_listener: Update for new connection API 16 years ago
xmppserver_listener.lua net.xmppserver_listener: status -> onstatus for consistency 16 years ago