Carbons Versions Save

Experimental XEP-0280: Message Carbons plugin for libpurple (Pidgin, Finch, etc.)

v0.2.3

3 years ago

(from CHANGELOG.md)

Added

  • This file.
  • LICENSE file to make GitHub happy (#39).
  • The implemented XEP version to the README (#41).
  • A carbons_internal.h file declaring internal functions (#33) (needed and added by @shtrom :) )

Fixed

  • AppVeyor will now only push tagged builds to GitHub releases.
  • Set rpath for regular build instead of just for tests (#38) (thanks, @wladmis!).
  • Stop leaking the retrieved message body (#42) (thanks, @henry-nicolas!).
  • Preserve CPPFLAGS and LDFLAGS from env (#43) (thanks, @henry-nicolas!).

v0.2.2

5 years ago

Merged two pull requests, wrote tests and achieved good coverage, and set up a CI pipeline on AppVeyor to run the tests, push coverage to codecov, and create the binaries as build artifacts.

v0.2.1

5 years ago

Adds a missing null check and deletes some unused constants.

v0.2.0

5 years ago

Got rid of the commands, the plugin now sends a feature discovery request to the server and activates message carbons if they are supported by the server.

v0.1.6

5 years ago

Cleaned up the code a bit.

v0.1.5

6 years ago

Fixes interpreting the <body> if there is also an (OMEMO) <encrypted> element in the incoming carbon copy of a sent message.