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 26cf54ee8b net.dns: Support for parsing PTR records 15 years ago
..
adns.lua net.dns, net.adns: Update resolver:cancel() API so that a table doesn't need to be created for each cancellation internal to net.dns 16 years ago
connlisteners.lua Merge 0.6->0.7 16 years ago
dns.lua net.dns: Support for parsing PTR records 15 years ago
http.lua net.http: Add http.formencode() for www-form-urlencoded from an array of fields (thanks dersd) 16 years ago
httpclient_listener.lua Merge 0.6->0.7 16 years ago
httpserver.lua net.httpserver: Removed old HTTP parser, and updated to use util.httpstream. 16 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_select, net.server_event: Remove set_mode() call from server.link()... it can cause the last chunk of data to be discarded if shorter than buffersize (thanks to Zash for the debugging) 16 years ago
server_select.lua net.server_select: Add server.step() to run through a single iteration of the event loop 16 years ago
xmppclient_listener.lua net.xmppclient_listener: Add associate_session(conn, session) to change the session a connection is associated with 16 years ago
xmppcomponent_listener.lua net.xmppcomponent_listener: Fixed a possible traceback in component disconnect handling. 15 years ago
xmppserver_listener.lua xmpp{client,server}_listener: Convert some calls to tail calls for efficiency 16 years ago