Commit graph

5 commits

Author SHA1 Message Date
annelin a05f8c4bf1 Bump version to 0.3
- Now support all Gajim versions — from 1.0.3 to 1.1.99 (trunk)
  - Added python3-potr library to otrplugin distribution (it does not have external dependencies)
  - Code restructurized and reworked (again...)

Fixes:
  - Now we will create OTR Instance only once for account
  - Fixed crash when we failed to get window control (chat is closed i.e.)
  - Will not break MAM and conferences anymore

New:
  - XHTML support
  - Errors notifications as well as status changes
  - Retransmit last message after OTR channel init
  - Correct close all active OTR channels when going offline

Wontfix:
  - I still love you. Always and Forever ♥
2019-06-24 14:36:33 +03:00
annelin 01ba08cb4a Added tag v0.2 for changeset ab8d0b26fe06 2019-06-23 16:50:29 +03:00
annelin aa98fd901c Release 0.2
[+] code refactoring & compatibility — aiming Debian's version of Gajim
[+] correctly resending messages after session open
[+] I love you ♥
2019-06-23 04:52:53 +03:00
annelin 8803d248dc Added tag v0.1 for changeset c0db84b2167a 2019-06-22 14:54:07 +03:00
annelin ec43021650 Initial commit
Implemented:
 - OTR encryption
 - Store OTR keys and known fingerprints to Gajim data directory in SQLite format
 - Handling OTR errors

Todo:
 - Fingerprints verification
 - SMP protocol
 - Presence handling (e.g. close OTR channel when contacts goes offline)
2019-06-22 14:54:00 +03:00