Skip to content

Releases: arlolra/otr

v0.2.16

04 Dec 01:12
Compare
Choose a tag to compare
  • handle already defined crypto object in webworker
  • cleanup the readme

v0.2.15

05 May 02:03
Compare
Choose a tag to compare
  • prevent end callback from getting called multiple times
  • call end callback even when not in encrypted state

v0.2.14

17 Jan 01:27
Compare
Choose a tag to compare
  • add an option to attach metadata to incoming messages
  • send type 2 TLV when no question is supplied

v0.2.13

07 Sep 16:59
Compare
Choose a tag to compare
  • add severity to the error handler
  • callback after disconnect message is sent
  • fix broken regexp in test
  • update some dev deps
  • constant time int comparison

v0.2.12

15 Apr 15:59
Compare
Choose a tag to compare
  • don't publish sending mac keys
  • close potential leak of smp question

v0.2.11

25 Mar 04:09
Compare
Choose a tag to compare
  • update dev dependencies
  • option to attach meta data to outgoing messages
  • type 6 tlvs trigger an abort

v0.2.10

04 Feb 20:35
Compare
Choose a tag to compare
  • assume utf8 inputs for smp

v0.2.9

21 Jan 19:49
Compare
Choose a tag to compare
  • coerce "is encrypted" var to boolean
  • check DH pubkey equality before skipping key replacement
  • remove unused exports from bigint

v0.2.8

12 Nov 02:57
Compare
Choose a tag to compare
  • performance improvements in bigint
  • removed salsa20 as a hard dependency
  • webworker in node is truly an optional dep
  • msCrypto support
  • generate dsa key in a webworker
  • internal code cleanup
  • documentation improvements

v0.2.7

12 Oct 18:56
Compare
Choose a tag to compare
  • canonical amd support