Mercurial > pidgin
diff ChangeLog @ 12849:c0fbdea8828b
[gaim-migrate @ 15199]
SF Patch #1230429 from Jean-Yves Lefort
"Block instant messages in core if a prpl does not
support privacy."
I modified this to use the gaim_privacy_check() Sadrul added a while back. I
also cleaned up the loose end, rather than leaving a function that always
returned TRUE. Finally, I added the same check to the chat invite handler.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 12 Jan 2006 06:44:23 +0000 |
parents | a8bffa7fb6ac |
children | 8401da9b976f |
line wrap: on
line diff
--- a/ChangeLog Thu Jan 12 06:12:03 2006 +0000 +++ b/ChangeLog Thu Jan 12 06:44:23 2006 +0000 @@ -142,6 +142,8 @@ * The last used directory is remembered for opening or saving files and buddy icons * Add an SVG version of our desktop icon, gaim.svg (John Oyler) + * If a given protocol don't support privacy, we now handle blocking in + the core. (Jean-Yves Lefort) Preference Changes: * Preferences have been substantially reorganized and cleaned up