Mercurial > pidgin
comparison plugins/ChangeLog.API @ 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 | cb36bc2db7c5 |
| children | 49b2347863b2 |
comparison
equal
deleted
inserted
replaced
| 12848:d26e3314c650 | 12849:c0fbdea8828b |
|---|---|
| 134 * cb and user_data from the ops in GaimNotifyUiOps: This is now handled | 134 * cb and user_data from the ops in GaimNotifyUiOps: This is now handled |
| 135 by the notify API in the core. | 135 by the notify API in the core. |
| 136 * GaimConversationUiOps.updated: use the conversation-updated signal | 136 * GaimConversationUiOps.updated: use the conversation-updated signal |
| 137 * GAIM_SUBTYPE_CONV_WINDOW: windows are now only represented in the UI, | 137 * GAIM_SUBTYPE_CONV_WINDOW: windows are now only represented in the UI, |
| 138 so GAIM_TYPE_BOXED is used for the signal types | 138 so GAIM_TYPE_BOXED is used for the signal types |
| 139 * gaim_gtk_privacy_is_showable(): We do fallback privacy in the core | |
| 140 now, so this would always be TRUE now. | |
| 139 | 141 |
| 140 Added: | 142 Added: |
| 141 * gaim_prefs_disconnect_by_handle() | 143 * gaim_prefs_disconnect_by_handle() |
| 142 * a password field to GaimConnection, which only persists for the | 144 * a password field to GaimConnection, which only persists for the |
| 143 session (when "remember password" is false, account->password is | 145 session (when "remember password" is false, account->password is |
