Software /
code /
prosody
Log
util/sasl/scram.lua @ 7218:6226307f6ac4
description | author | age |
---|---|---|
util.sasl.scram: Rename variable in places missed in 65e36b81d56a (thanks mt) | Kim Alvefur | Sun, 28 Feb 2016 20:01:13 +0100 |
util.sasl.scram: Remove unused initial value [luacheck] | Kim Alvefur | Sun, 28 Feb 2016 19:26:45 +0100 |
util.sasl.scram: Rename variable to avoid name clash [luacheck] | Kim Alvefur | Sun, 28 Feb 2016 19:26:14 +0100 |
util.sasl.scram: Get rid of module call | Kim Alvefur | Tue, 07 Apr 2015 23:26:32 +0200 |
util.sasl.scram: Rename variable for clarity | Kim Alvefur | Sun, 13 Oct 2013 01:43:04 +0200 |
util.sasl.scram: Cache profile name instead of concatenating when used | Kim Alvefur | Sun, 13 Oct 2013 01:36:28 +0200 |
util.sasl.scram: Rewrite patterns and capture client-first-message-bare, client-final-message-without-proof | Kim Alvefur | Sun, 13 Oct 2013 01:14:21 +0200 |
util.sasl.scram: Create the state table as late as possible, keep state in locals for faster access | Kim Alvefur | Sun, 13 Oct 2013 00:29:47 +0200 |