Skip to content

Commit

Permalink
Bump version to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gkdr committed Apr 6, 2017
1 parent 1da6ce8 commit 83048a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# lurch 0.6.4
# lurch 0.6.5
/lʊʁç/. In German, an Axolotl is a type of Lurch, which simply means 'amphibian'. This plugin brings Axolotl, by now renamed to double ratchet, to libpurple applications such as [Pidgin](https://www.pidgin.im/) by implementing [OMEMO](https://conversations.im/omemo/).

(Plus I thought the word sounds funny, especially when pronounced by a speaker of English.)

## News
Currently you should not use Pidgin's XHTML-IM feature (i.e. changing anything like font size or style), as it sends an additional copy of the whole plaintext in another node.
Fix soon.
0.6.5 is out and you should get it as it contains important security updates.

If you use any text-formatting, through XHTML-IM a whole plaintext copy of your text was sent along with the ciphertext, which is obviously bad.
The `<html>` tags and any additional `<body>` tags are now stripped from the message.

Also, the tag is now appended to the key, i.e. is part of the data which is encrypted with the double ratchet session.

## Installation
### Linux (Arch package)
Expand Down
2 changes: 1 addition & 1 deletion src/lurch.c
Original file line number Diff line number Diff line change
Expand Up @@ -2713,7 +2713,7 @@ static PurplePluginInfo info = {

"core-riba-lurch",
"lurch",
"0.6.4",
"0.6.5",

"Implements OMEMO for libpurple.",
"End-to-end encryption using the Signal protocol, adapted for XMPP.",
Expand Down

0 comments on commit 83048a5

Please sign in to comment.