No description
  • C 84.1%
  • Dockerfile 11.6%
  • NSIS 2.3%
  • M4 1.5%
  • Makefile 0.5%
Find a file
Rohan Kaushik 83a696fb75
Update README.md
Added dependency "pidgin-dev"
2025-02-12 10:26:02 +05:30
.gear 1:0.9.3.0.1.git40a9f4c-alt1 2020-07-08 09:35:21 +03:00
src Remove fpr field from list_item 2022-04-04 00:00:54 +03:00
.gitignore Initial commit. 2010-12-29 16:41:38 -06:00
configure.ac Add check button to show and change encryption status 2022-02-24 21:41:58 +03:00
Dockerfile Fixed Debian repo dependency issues in Dockerfile 2015-02-17 18:16:37 +01:00
installer.nsi prepared nsis script for linux usage 2011-01-12 21:12:54 +01:00
LICENSE Create LICENSE 2018-04-23 10:05:35 +02:00
Makefile.am added autoconf support 2011-01-06 21:24:36 +01:00
pidgin-gpg.spec Add check button to show and change encryption status 2022-02-24 21:41:58 +03:00
pidgin-gpg.watch 1:0.9.3.0.1.git40a9f4c-alt1 2020-07-08 09:35:21 +03:00
README.md Update README.md 2025-02-12 10:26:02 +05:30

pidgin-gpg

This is an OpenPGP/GPG (XEP-0027) plugin for Pidgin. This fork is compatible to the Message Carbons (XEP-0280) extension.

Download

Windows users can download a precompiled version of the latest release here: https://github.com/Draghtnod/Pidgin-GPG/releases

Building

apt install libpurple-dev libgpgme11-dev libtool pidgin-dev
autoreconf -i
./configure
make
mkdir -p ~/.purple/plugins
cp src/.libs/pidgin_gpg.so ~/.purple/plugins/

Usage

Select Tools > Plugins, and enable the OpenPGP/GPG plugin. Select configure and choose your GPG key.

Your OpenPGP/GPG agent needs to be enabled for this plugin to work properly. You may need to restart pidgin to be prompted for the key passphrase after enabling this plugin.

About

This is not the official branch. I'm maintianing this fork simply for maintenence. I'm am not actively developing pidgin-gpg, maintly making sure it keeps working and building. Releases > 0.9 should not be confused with those of the original author (though the original author seems to have stopped all development).