This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Releases: kgraefe/pidgin-znc-helper
Releases · kgraefe/pidgin-znc-helper
Version 1.10
- This fixes initialization broken with the IRC rate limiting introduced in Pidgin 2.14.9. Note that due to a bug in Pidgin 2.14.9 the plugin does not work in this version. Use Pidgin 2.14.10 instead.
Version 1.9
- Add option to hide the "playback" messages (Github #12, thanks to Patrick
Thomas) - Install into
$libdir/purple-2
where other libpurple2 clients can pick up
the plugin as well.
Version 1.8
- Re-implement to use ZNC capabilities
znc.in/server-time-iso
andznc.in/self-message
. This should be a more stable and reliable implementation. - Remove Pidgin UI dependency
- Remove preference dialog and time offset feature as consequences
- Add "Uses ZNC bouncer" as an account option
- Remove French translation since it has no strings anymore and no maintainer
Version1.8-beta2
- Remove Pidgin UI dependency
- Remove preference dialog as a consequence
- Remove time offset feature as another consequence
- Add "Uses ZNC bouncer" as an account option
Version 1.8-beta1
- Re-implement to use ZNC capabilities
znc.in/server-time-iso
and
znc.in/self-message
. This should be a more stable and reliable
implementation.
Version 1.7
- Re-implement by hooking into UI operations to improve speed especially when
handling a lot of messages. This also fixes Github #1. - Support unloading the plugin without Pidgin restart.
Version 1.6
- Update plugin authors and website
- Ship AppStream metainfo file
- Add Lithuanian language
Version 1.5.1
- Changed the compatibility fix from last version to not be based on the
libpurple version string as this breaks when the changes are being
backported (and they are as they are security fixes).
Version 1.5.0
- Fixed compatibility issue with Pidgin 2.10.8
- Updated message parser to match modified key messages (this should be an
option instead of being hard-coded, sorry) - Added French and Sinhalese translation (Thanks to londumas and Thambaru
Wijesekara)
Version 1.4
- Process self-posted incoming messages too. (This happens e.g. when using ZNC
behind an irssi-proxy.) Really! ;) Please make sure to read
https://bugs.launchpad.net/pidgin-znc-helper/+bug/900754 carefully!