Mercurial > prosody-modules
log mod_auth_http_async/mod_auth_http_async.lua @ 5215:fd6cb4365438
age | author | description |
---|---|---|
2017-10-31 | Kim Alvefur | mod_auth_http_async: Allow LuaSocket to pollute the global scope (fixes #1033) |
2017-08-23 | Matt Loupe | mod_auth_http_async: Updated sync_http_auth function to accept username and password and send those as a basic authentication header |
2017-03-21 | JC Brand | mod_auth_http_async: Use "net.http" for async case. |
2017-03-21 | JC Brand | mod_auth_http_async: For sync calls, use LuaSockets' HTTP lib |
2017-01-12 | JC Brand | mod_auth_http_async: Log URL when testing password |
2016-04-15 | JC Brand | mod_auth_http_async: Fall back to non-async calling of http_auth_url |