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 6ef7cc4d5a net.server_select: Make bufferlen() method return, of all things, the buffer length 16 years ago
..
adns.lua net.adns: Some cleanup, happens to also make it compatible with libevent 16 years ago
connlisteners.lua net.connlisteners: Standardise on new syntax for addserver(), and clean up a bit 16 years ago
dns.lua net.dns: Fix for blocking dns lookups to find waiting coroutines correctly (not that we use this in Prosody...) 16 years ago
http.lua net.httpserver, net.http: Update for new net.server API (untested) 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: Fix to work with new server API 16 years ago
httpserver_listener.lua *_listener: Update for new net.server API, specifically .listener -> .onincoming, .disconnect -> .ondisconnect 16 years ago
server.lua net.server: Log an error when libevent is requested, but luaevent is unavailable, and don't load luaevent when not requested. 16 years ago
server_event.lua net.server_event: Port fix in 2dc9bbf25447 to libevent-based backend 16 years ago
server_select.lua net.server_select: Make bufferlen() method return, of all things, the buffer length 16 years ago
xmppclient_listener.lua Merge with 0.6 16 years ago
xmppcomponent_listener.lua core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls 16 years ago
xmppserver_listener.lua xmppserver_listener: Update for new server API, fixes traceback when closing s2s connections 16 years ago