1Version 2.8.0: 08/06/2020 2 * Switched the build system from autotools to meson which also removed 3 the need for plugin_pack.py. (Elliott Sales de Andrade) 4 * Set the glib dependency to versions >= 2.32.0. (Gary Kramlich) 5 * Set the gtk dependency to versions >= 2.10.0. (Gary Kramlich) 6 * Removed the irssi happy new year easter egg. (Gary Kramlich) 7 * Removed xmms-remote as XMMS 1.x has been dead for quite some time. 8 (Gary Kramlich) 9 * Removed the autoprofile plugin as it was incomplete and unlikely to be 10 completed. (Gary Kramlich) 11 * Removed the infopane plugin as it wasn't very useful. (Gary Kramlich) 12 * Removed the talkfilters plugin as its dependencies are not typically 13 packaged by distributions anymore. (Gary Kramlich) 14 * Removed the Napster plugin as opennap hasn't been updated in 20 years. 15 (Gary Kramlich) 16 * Removed the xchat-chats plugin as it's kind of hacky and bundles a very 17 old version of the xchat widget. (Gary Kramlich) 18 * Removed the awaynotify plugin as it was incomplete and unlikely to be 19 completed. (Gary Kramlich) 20 * Removed the buddy icon tools plugin as it was incomplete and unlikely to 21 be completed. (Gary Kramlich) 22 * Removed the buddytime plugin as it was incomplete and unlikely to be 23 completed. (Gary Kramlich) 24 * Removed the chronic plugin as it was incomplete and unlikely to be 25 completed. (Gary Kramlich) 26 * Removed the stocker plugin as the AOL servers it talked to have long 27 since been shutdown. (Gary Kramlich) 28 * Removed the smartear plugin as it was incomplete and unlikely to be 29 completed. (Gary Kramlich) 30 * Removed the nomobility plugin as it was incomplete and unlikely to be 31 completed. (Gary Kramlich) 32 * Removed the msglen plugin as it was incomplete and unlikely to be 33 completed. (Gary Kramlich) 34 * Removed the ignorance plugin as it was incomplete and unlikely to be 35 completed. (Gary Kramlich) 36 * Removed the hideconv plugin as its functionality is in pidgin 2.3.0 and 37 newer. (Gary Kramlich) 38 * Removed the findip plugin as it never really worked in the first place. 39 (Gary Kramlich) 40 * Removed the stress plugin as it didn't build by default. (Gary Kramlich) 41 42Version 2.7.0: 11/07/11 43 * Added German translation (see AUTHORS for credits). 44 * Added capsnot plugin (Eion Robb) 45 * Added icon-override plugin (Eion Robb) 46 * Added translate plugin (Eion Robb) 47 * Added Ning protocol plugin (Eion Robb) 48 * Added OkCupid protocol plugin (Eion Robb) 49 * Added Omegle protocol plugin (Eion Robb) 50 * Fix a use-after-free in IRC Helper. 51 * IRC Helper delays autojoins until after identifying with Purple 2.7.0 or 52 newer. 53 * Support new Freenode IDENTIFY syntax in IRC Helper so users can log into 54 services even when using an alternate or new nick. 55 * IRC Helper now properly supports and suppresses new Freenode welcome and 56 identified messages. 57 * Updated website string to reflect project move from Trac to Redmine 58 * Changed package name from purple-plugin_pack to purple-plugin-pack. 59 * The Album plugin should no longer crash on non-buddies. 60 61Version 2.6.3: 03/28/10 62 * Add support for Spidernet to IRC Helper plugin. 63 * IRC Helper now supports suppressing messages from the Freenode bot 64 frigg. 65 * IRC-More now builds when you pass --with-plugins=irc-more to configure. 66 (Ivan Ponomarev) 67 * IRC-More no longer tries to set umodes on connect if none are specified. 68 * IRC-More now provides a channel autojoin list. Autojoins happen with a 69 6-second delay to allow IRC Helper to do its job first. 70 71Version 2.6.2: 01/01/10 72 * Fix IRC More plugin not properly rejoining channels. 73 * IRC More no longer has a preference for auto rejoin delay--default to 74 100 milliseconds. 75 * Splitter plugin now connects to signals with 76 PURPLE_SIGNAL_PRIORITY_HIGHEST, which makes it process messages last. 77 * Splitter will not touch any messages generated by the OTR plugin, 78 resolving compatibility issues. 79 * Splitter now resubmits split messages through the normal message 80 handling mechanisms in libpurple and tracks those resubmissions, meaning 81 splitting of messages will no longer bypass any other plugins 82 intercepting outgoing messages. 83 * /exec's author list no longer makes the Pidgin plugins dialog wider. 84 * Talkfilters is no longer a dependency of itself, allowing the plugin to 85 build. (pva) 86 87Version 2.6.1: 12/07/09 88 * Add support for limiting the number of bytes of history displayed by 89 the Enhanced History plugin. 90 * Add a preference to the Google plugin to allow users to specify a 91 Google domain to use. For example, www.google.com or www.google.fr. 92 * Fix the "Set User Modes On Connect" and "Unset User Modes On Connect" 93 settings provided by irc-more on IRC accounts. 94 * Fix Message Splitter so that it builds on Windows. 95 * Fix Group Message so that its request dialog doesn't get too long. 96 * Make IRC Helper suppress an additional message related to hostmasks. 97 (John Dennis) 98 * Fix the Colorize plugin to be UTF-8 compliant. 99 100Version 2.6.0: 08/30/09 101 * Fix grouping of radio buttons in switchspell menu for enchant-enabled 102 GtkSpell. This has the side effect of eliminating slow tab switching 103 and multiple language switches during menu drawing. (Basil Gor) 104 * Fixed a NULL deref crash in the slashexec plugin when processing a 105 chat room message. 106 * Added XMPP Priority plugin. This allows users to configure the 107 priority attribute for XMPP statuses on a per-account basis. 108 * Added the "abusive" stress plugin. This is a protocol plugin intended 109 for use in stressing libpurple and any plugins using libpurple's 110 facilities. This plugin is still experimental and will almost certainly 111 cause some problems, so use with caution and do NOT use with your usual 112 .purple directory! 113 114Version 2.5.1: 12/25/08 115 * Really fixed switch spell now... 116 117Version 2.5.0: 12/20/08 118 * Fixed some crashes in autprofile related to old preference paths 119 (amishmm) 120 * ListHandler now handles "FriendlyName" lines in .blt files generated by 121 newer Windows AIM versions when importing. 122 * Added Vietnamese translation - thanks Nguyen Huu Phuoc 123 * findip and groupmsg are now default plugins. 124 * Added nomobility plugin (does not yet work, doesn't build by default) 125 * Fixed --with-plugins (yet again...) 126 * Support dependency scenarios where dependency A OR dependency B is the 127 correct solution. This fixes dependencies for switchspell, which can 128 use GTKSpell with either the Enchant backend or the aspell backend. 129 Let us know if you still have trouble building switchspell but have 130 the correct development packages installed. 131 132Version 2.4.0: 08/03/08 133 * Rewrote the build system to make our lifes easier, as well as support 134 the requirements of some plugins. This has added a dependency on 135 python. 136 * Removed 'menuconfig' since the new build system should be extending 137 to support it's behavior instead. 138 * Merged the Autoprofile plugin into our build system. 139 * Fixed convbadger's failure to update on conversation switch. 140 * Added Ike Gingerich's colorize plugin 141 * Added Ike Gingerich's splitter plugin 142 * Fixed dewysiwygification's debug messages not properly ending lines. 143 * Added Google plugin for "I'm Feeling Lucky" searches. 144 * Fixed aspell dependency in switchspell (fixes gentoo bug #196693) 145 * Made switchspell work with gtkspell that uses enchant; this behavior is 146 now the default. To use gtkspell using aspell, use the 147 --disable-enchant argument to ./configure. 148 * Added preferences to the irssi plugin that allow changing its behavior 149 * Fixed the preference strings in slashexec so mnemonics are no longer 150 incorrectly interpreted from the strings. 151 * Added Message Length plugin (short name: msglen). 152 * Added Chat User List Logging plugin (short name: listlog). 153 * The Enhanced History plugin is now contact-aware. 154 * Slashexec now strips ASCII control characters. Fixes, among others, 155 bug #452, where commands can cause XMPP disconnection. May cause some 156 characters to be sent that are part of escape sequences. 157 158Version 2.3.0: 03/17/08 159 * Fixed a typo in irc-more's source that allowed a potential double-free 160 * Fixed unregistering commands when unloading gRIM and Magic 8 ball plugin 161 * Fixed napster plugin. It builds cleanly and loads properly now. 162 * Added /bollocks command to Magic 8 ball plugin inspired by (and ported 163 from) /dev/bollocks kernel module 164 * Added Andrew Pangborn's Enhanced History plugin and ported it to the 165 Pidgin and libpurple APIs. Cleaned up some preferences as well. 166 * Dice plugin now supports dice notation 167 (http://en.wikipedia.org/wiki/Dice_notation), but it's not perfect yet. 168 (Lucas Paul) 169 * Dice plugin now calls the /me command with its output. 170 * Irc-more plugin adds notice support only when built against libpurple 171 older than 2.4.0. 172 * Napster plugin now builds by default. 173 * Removed the broadcast plugin. 174 * Memory leak fixes 175 * Fixed the --with-plugins configure argument. It now correctly handles 176 all, default, and a comma separated list of plugins. 177 * Fixed a crash in the xchat-chats plugin which occurs due to the changes 178 to the conversation window in 2.4.0. 179 * Fixed a missing header include in the timelog plugin which caused a 180 plugin load failure under some circumstances. 181 * Finally added some content to README 182 183Version 2.2.0: 10/25/07 184 * Added 'menuconfig' script to make it easier to select what plugins to 185 build. 186 * Added support for initial setting/unsetting of user modes to irc-more 187 * Added the abusive findip plugin 188 * Added infopane plugin 189 * Added dewysiwygification plugin 190 * Added timelog plugin, from Jon Oberheide's gaim-timelog 191 * Fixed autoreply so it doesn't reply with an empty message (rageboy04) 192 * Fixed a crash in ignore where a nickname that is not all lowercase 193 causes unintended behavior resulting in a crash (rageboy04, qwert) 194 * Fixed a possible double-free crash in /notice support in irc-more. 195 * Fixed a crash in Slashexec that has only shown itself when using the 196 Offline Message Emulation plugin to emulate an offline message at the 197 same time as Slashexec is loaded. 198 * Fixed the version number for highlight and ignore so they show the 199 correct Plugin Pack version instead of the version of Pidgin they were 200 built against. 201 * Fixed building with ancient glib. (Bodo Bellut) 202 * Removed the .build file from hideconv to remove it from default 203 builds. Pidgin will have persistent conversations soon. 204 * Partially merged buddytimezone from the buddytools package into the 205 existing (incomplete) buddytime plugin 206 * Autoreply now can be disabled per-account (rageboy04) 207 * Listhandler now supports restoring a buddy list from a backed-up 208 blist.xml file created by backing up ~/.purple. 209 * Merged autorejoin into irc-more. No prefs migration will take place. 210 You will need to reconfigure the delay yourself. Autorejoin no longer 211 exists. 212 * Slashexec's '/exec command' and '!command' are now optional (QuLogic) 213 214Version 2.1.1: 8/19/07 215 * Fixed lack of .build, .pidgin-plugin, and Makefile.mingw for convbadger 216 217Version 2.1.0: 8/18/07 218 * Completed the convbadger plugin. It adds a protocol icon to the menu 219 bar of the conversation window. 220 * Added the Pidgin-SNPP protocol plugin as snpp 221 * Added the /notice command for the irc-more plugin. 222 * Added an additional string to the eight_ball plugin (resiak) 223 * Autorejoin now has a preference to set the delay time before 224 rejoining. Fixes #372 225 226Version 2.0.0: 7/13/07 227 * Blistops now offers the ability to stretch the display of screen names 228 or aliases into the buddy icon column when no icon exists 229 * Blistops now shows the menu bar when hovering near the top of the buddy 230 list window. Resolves a number of Pidgin bug reports 231 * Listhandler now supports alias-only list exports and imports (rseeber) 232 * Listhandler now exports and imports buddy notes created with the 233 buddynote plugin 234 * Added ignore plugin 235 * Added irc-more plugin 236 * Added highlight plugin 237 * Added incomplete convbadger plugin 238 * Added internationalization support to plonkers 239 * Added more humorous stuff to eight_ball (resiak) 240 * Added support for spaces in filenames to gRIM (rageboy04) 241 * Added a stop subcommand in gRIM (rageboy04) 242 * Changed order of arguments to gRIM command (rageboy04) 243 * Fixed build-by-default status for switchspell 244 * Fixed crash in album when using Pidgin 2.0.2 or newer 245 * Fixed potential crashes in some other plugins when using Pidgin 2.0.2 or 246 newer 247 * Fixed potential random crashes in irssi plugin 248 * Fixed make distcheck in the development code 249 250Version 1.0: 5/4/07 251 * Updated for Pidgin 2.0.0 252 * Fixed build-by-default and win32 building for several plugins 253 * Added hideconv plugin 254 * Took autoreply back from Pidgin 255 256Version 1.0beta7: 4/30/07 257 * Added the Ignorance plugin to the main development line 258 * Added broadcast plugin 259 * Imported the IRC Helper plugin 260 * Imported the "Gaim Album" plugin, as "Album" 261 * Updated all namespaces for purple, pidgin, and finch API 262 * Completed Broadcaster plugin (abusive) 263 * Changed .plugin files to .purple-plugin, .pidgin-plugin, and 264 .finch-plugin 265 * Added .incomplete to specify plugins that shouldn't ever build 266 automagically. 267 268Version 1.0beta6: 1/19/07 269 * Extensive changes to the irssi plugin, especially in its text formatting. 270 * Added a menuconfig script that allows a text-mode menu selection of 271 which plugins to build. Inspired by the Linux kernel's 'make 272 menuconfig'. 273 * Fixed a bug in blistops that caused the saved preferences not to take 274 effect after restarting Gaim. 275 * Slashexec no longer prints annoying system messages to the conversation 276 * Moved autoaccept to Gaim 277 * Moved autoreply to Gaim 278 * Moved buddynote to Gaim 279 * Moved convcolors to Gaim 280 * Moved markerline to Gaim 281 * Moved newline to Gaim 282 * Moved offlinemsg to Gaim 283 284Version 1.0beta5: 11/11/06 285 * Removed chronic.wav due to potential copyright issues 286 * Fixed some missing library links in Makefiles 287 * Fixed irssi plugin's text formatting so that it isn't so aggressive 288 289Version 1.0beta4: 10/18/06 290 * Updated to work with Gaim 2.0.0beta4 291 * Moved from gettext to intltool 292 * Added difftopic plugin 293 * Added /layout and text formatting capabilities to irssi plugin 294 * Added bangexec features to slashexec plugin. Commands can be executed 295 by typing "!command" in the entry area for a conversation. Check 296 http://gaim.guifications.org/wiki/slashexec for details. 297 298Version 1.0beta3.1: 8/22/06 299 * Updated to work with Gaim 2.0.0beta3.1 300 * Renamed gaim-xmms-remote plugin to xmmsremote for consistency within the 301 plugin's directory 302 * Added .abusive marking to conditional building. Plugins with .abusive 303 files in their directories never build automatically. 304 * Renamed irssidate plugin to irssi and added /win and /window commands. 305 306Version 1.0beta3: 3/29/06 307 * Added slashexec plugin - formerly a separate package 308 * Added gaim-xmms-remote plugin - formerly a separate package 309 * Fixed bugs in the m4 code that controls the conditional building 310 * Updated to work with Gaim 2.0.0beta3 311 312Version 1.0beta2: 1/25/06 313 * Added plonkers plugin 314 * Updated to work with Gaim 2.0.0beta2 315 316Version 1.0beta1: 12/17/05 317 * Added adium_xml_logger plugin 318 * Added autoaccept plugin 319 * Added autoreply plugin 320 * Added bash plugin 321 * Added bit plugin - DANGEROUS!!! 322 * Added blistops plugin 323 * Added buddynote plugin 324 * Added dice plugin 325 * Added eight_ball plugin 326 * Added flip plugin 327 * Added gRIM plugin 328 * Added gaim-schedule 329 * Added gaim-xchat plugin 330 * Added groupmsg plugin 331 * Added irssidate plugin 332 * Added lastseen plugin 333 * Added listhandler plugin 334 * Added markerline plugin 335 * Added mystatusbox plugin 336 * Added newline plugin 337 * Added nicksaid plugin 338 * Added offlinemsg plugin 339 * Added oldlogger plugin 340 * Added sepandtab plugin 341 * Added showoffline plugin 342 * Added simfix plugin 343 * Added sslinfo plugin 344 * Added stocker plugin - not yet functional 345 * Added template plugins 346 * Added talkfilters plugin 347 * Added conditional building - all plugins require .plugin files in their 348 directories. To build by default, plugins require .build files in their 349 directories. 350 351