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 fc3658aa3a xmppserver_listener: Only re-attempt connection on disconnect if it was an unauthenticated s2sout (thanks Medics for the log) 14 years ago
..
adns.lua net.adns: Fix logging to handle unconnected UDP sockets 15 years ago
connlisteners.lua connlistener, server_select, prosody: Add support for binding to multiple addresses 15 years ago
dns.lua s2smanager, net.dns: Fix handling for NXNAME and SRV target of "." 14 years ago
http.lua net.http: Pass response object to callbacks (feels hacky, should this be passed *instead of* the request?) 14 years ago
httpclient_listener.lua net.httpclient_listener: util.httpstream now always expects to be called with nil data, so call even when the socket closed cleanly 15 years ago
httpserver.lua net.httpserver: Removed unused import. 14 years ago
httpserver_listener.lua Merge 0.6->0.7 16 years ago
multiplex_listener.lua net.multiplex_listener: Test to make sure listener.onconnect isn't nil. 16 years ago
server.lua net.server: Don't load configmanager if not running inside Prosody, assume server_select 16 years ago
server_event.lua net.server_event: Fix :pause() to actually stop reading from the socket, rather than ignoring socket-readable events (!), and :resume() to restart the event listener 14 years ago
server_select.lua net.server_select: Autostart SSL negotiation as the last part of socket setup to avoid a traceback (#262) (thanks Maranda) 14 years ago
xmppclient_listener.lua net.xmppclient_listener: Imports and global cleanup. 15 years ago
xmppcomponent_listener.lua net.xmppcomponent_listener: removed unused variable reference. 14 years ago
xmppserver_listener.lua xmppserver_listener: Only re-attempt connection on disconnect if it was an unauthenticated s2sout (thanks Medics for the log) 14 years ago