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 30e384b6f6 net.xmppcomponent_listener: Don't remove 'log' and 'close' from sessions when destroying, and set destroyed = true 16 years ago
..
adns.lua net.adns: Don't treat locally-initiated disconnects as fatal with libevent backend in use (thanks Flo) 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: Trailing whitespace 16 years ago
http.lua net.http: Update print()s to log()s - don't ask how this came to be, I have no idea :) 16 years ago
httpclient_listener.lua net.httpclient_listener: Don't notify request of closed connection if the close was initiated by us 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: Remove redundant commented code and some trailing whitespace 16 years ago
server_event.lua net.server_event: Fix some global accesses 16 years ago
server_select.lua net.server_select: Fix for traceback when a read returns an error and no data (thanks dersd) 16 years ago
xmppclient_listener.lua net.xmppclient_listener: Fix to correctly handle stream errors from clients 16 years ago
xmppcomponent_listener.lua net.xmppcomponent_listener: Don't remove 'log' and 'close' from sessions when destroying, and set destroyed = true 16 years ago
xmppserver_listener.lua net.xmppserver_listener: Clarify log message (for nil/false) 16 years ago