Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
mrogaski committed Jul 21, 2014
2 parents e5eadbb + 20088a0 commit 8e153db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WsGreenWall.lua
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ end

function WsGreenWall:DecryptMessage(tMessage, key, nonce)
local function f(t)
return MapElem(Salsa20.decrypt_table(key, nonce, t, 8), Base64.decode)
return Salsa20.decrypt_table(key, nonce, MapElem(t, Base64.decode), 8)
end
self:Debug("decrypting with key=%s, nonce=%s", Str2Hex(key), Str2Hex(nonce))
return self:TransmogrifyMessage(tMessage, f)
Expand Down
2 changes: 1 addition & 1 deletion toc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SOFTWARE.
-->
<?xml version="1.0" encoding="UTF-8"?>
<Addon Author="Mark Rogaski" APIVersion="9" Name="WsGreenWall" Version="1.0.0-alpha.9" Description="Guild chat bridging for WildStar.">
<Addon Author="Mark Rogaski" APIVersion="9" Name="WsGreenWall" Version="1.0.0-alpha.10" Description="Guild chat bridging for WildStar.">
<Script Name="WsGreenWall.lua"/>
<Form Name="WsGreenWall.xml"/>
<Script Name="Libs\Base64.lua"/>
Expand Down

0 comments on commit 8e153db

Please sign in to comment.