- This broken initialization 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.
- 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.
- 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
- Re-implement by hooking into UI operations to improve speed especially when handling a lot of messages.
- Remove timestamp formatting capabilities which interferred with existing plugins (Message Timestamp Formats) (Github #1). As a side effect, all timestamps older than 20 minutes will include the date (Github #2).
- Support unloading the plugin without Pidgin restart.
- Update plugin authors and website
- Ship AppStream metainfo file
- Add Lithuanian language
- 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).
- 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)
- 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!
- Process self-posted incoming messages too. (This happens e.g. when using ZNC behind an irssi-proxy.)
- Added Spain and Russian translation
- Don't check whether the timestamp is in the end of the string (mIRC sends special formatting characters that are interpreted into HTML from Pidgin which means that the timestamps aren't anymore at the end)
- Check whether the part of the message after timestamp contains only HTML tags (this means usually the timestamp was at the end of the message)
- Time offset per account including new preferences dialog
- Added advice to preferences window
- Fix: empty messages when timestamp is not appended (#570265)
- Display italic buddy names if buddy is offline
- Corrected plugins website
- Added support for personal messages
- Updated UI requirements
- Fixed Readme for Windows (again -.-')
- Added an option to offset wrong times (for some friends :) I know it isn't really the plugins job)
- The plugin now blocks unloading to avoid orphan options in account settings
- New timestamp handler to avoid displaying the date on every message
- Fixed issue with daylight saving time
- Fixed Readme files
- Implemented own timestamp recognition to safely notice recognition failures
- Changed ZNC timestamp format to "[%Y-%m-%d %H:%M:%S]" appended to the end of the message which fixes a bug when replaying /me-messages
- ZNC Helper was born.