Mercurial > pidgin
annotate plugins/ChangeLog.API @ 9740:2bb5e2cd64bd
[gaim-migrate @ 10605]
" A few days back, someone on #gaim was wondering how to
block IM's from IRC, which isn't supported by gaim, as
this isn't supported at a protocol level. I decided to
implement gaim's privacy options (permit lists, deny
lists, block all users, and permit people on buddy
list) at a local level for IRC and
Zephyr. Jabber, SILC, and Trepia don't seem to support
deny or permit lists in Gaim, but I don't use the
latter two protocols and wasn't sure about how to
implemnt in in Jabber.
When implementing it, I noticed that changes in privacy
settings didn't automatically cause blist.xml to get
scheduled
for writing (even on exit). To fix this, I needed to
make schedule_blist_save in blist.c non-static and call
it from serv_set_permit_deny() in server.c, and
gaim_privacy_{permit,deny}_{add,remove} in privacy.c ." --Arun A Tharuvai
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Wed, 11 Aug 2004 23:52:48 +0000 |
| parents | 676cf082d29c |
| children | b64ee81c7bcb |
| rev | line source |
|---|---|
| 9052 | 1 Gaim: The Pimpin' Penguin IM Client that's good for the soul! |
| 2 | |
| 9719 | 3 version 0.82cvs: |
| 4 Gaim API: | |
| 5 * Removed multi.h | |
| 6 * Renamed ui.h to gtkdialogs.h | |
| 9728 | 7 * Renamed show_info_dialog to gaim_gtkdialogs_info |
| 8 * Renamed show_log_dialog to gaim_gtkdialogs_log | |
| 9719 | 9 * Renamed show_warn_dialog to gaim_gtkdialogs_warn |
| 10 * Renamed show_im_dialog to gaim_gtkdialogs_im | |
| 9728 | 11 * Renamed gaim_gtkdialogs_new_im to gaim_gtkdialogs_im_with_user |
| 9730 | 12 * Renamed destroy_all_dialogs to gaim_gtkdialogs_destroy_all |
| 13 * Renamed alias_dialog_bud to gaim_gtkdialogs_alias_buddy | |
| 14 * Renamed alias_dialog_contact to gaim_gtkdialogs_alias_contact | |
| 15 * Renamed alias_dialog_blist_chat to gaim_gtkdialogs_alias_chat | |
| 16 * Renamed show_confirm_del to gaim_gtkdialogs_remove_buddy | |
| 17 * Renamed show_confirm_del_group to gaim_gtkdialogs_remove_group | |
| 18 * Renamed show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat | |
| 19 * Renamed show_confirm_del_contact to gaim_gtkdialogs_remove_contact | |
| 9719 | 20 |
| 9734 | 21 Signals: |
| 22 * Added: conversation-updated for any update to the data associated | |
| 23 with the conversation (topic, icon, adding to buddy list, etc.) | |
| 24 | |
| 9719 | 25 version 0.81 (08/05/2004): |
| 9597 | 26 Commands API: |
| 27 * Most functions now have a void *data argument. | |
| 9620 | 28 |
| 29 Blist API: | |
| 30 * Added gaim_buddy_get_contact_alias | |
| 31 * Renamed gaim_get_buddy_alias to gaim_buddy_get_alias | |
| 32 * Renamed gaim_get_buddy_alias_only to gaim_buddy_get_alias_only | |
| 9719 | 33 |
| 9554 | 34 Conversation API: |
| 9734 | 35 * Changed gaim_conv_chat_add_user(), added flags parameter |
| 36 * Changed gaim_conv_chat_add_users(), added GList of flags parameter | |
| 37 * Changed gaim_conv_chat_get_users(), now returns a GList of | |
| 38 GaimChatBuddy's | |
| 39 * Changed gaim_conv_chat_set_users() now expects a GList of | |
| 40 GaimChatBuddy's | |
| 9554 | 41 * Added: gaim_conv_chat_set_user_flags() |
| 9734 | 42 * Added: gaim_conv_chat_get_user_flags() |
| 43 * Added: gaim_conv_chat_find_user() | |
| 44 * Added: gaim_conv_chat_cb_new() | |
| 45 * Added: gaim_conv_chat_cb_find() | |
| 46 * Added: gaim_conv_chat_cb_destroy() | |
| 47 * Added: gaim_conv_chat_cb_get_name() | |
| 9554 | 48 |
| 49 Conversation UI ops: | |
| 50 * Added: chat_update_user() | |
| 51 | |
| 52 Signals: | |
| 53 * Changed: chat-buddy-joining & chat-buddy-joined now include the user's flags | |
| 9590 | 54 * Changed: chat-buddy-joining & chat-buddy-leaving are now booleans, return |
| 9734 | 55 TRUE if you don't want the join/leave to be displayed in the UI. |
| 9554 | 56 * Added: chat-buddy-flags for when user's flags change |
| 9734 | 57 gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT_UINT (required for the new |
| 58 chat-buddy-flags signal) | |
| 9609 | 59 * Added: account-modified for when account settings have been changed. |
| 9554 | 60 |
| 9538 | 61 version 0.80 (07/15/2004): |
| 9460 | 62 Gaim API: |
| 9473 | 63 * Removed: PRPL numbers : gaim_account_set_protocol(), |
| 64 gaim_account_get_protocol(), gaim_accounts_find_with_prpl_num, | |
| 65 gaim_prpl_num_to_id(), gaim_prpl_id_to_num(), GaimProtocol | |
| 66 | |
| 67 Protocol Plugin API: v6 | |
| 68 * Added: can_receive_file & send_file to the GaimPluginProtocolInfo struct | |
| 9460 | 69 |
|
9515
425000e11511
[gaim-migrate @ 10342]
Christian Hammond <chipx86@chipx86.com>
parents:
9514
diff
changeset
|
70 Signals: |
| 9554 | 71 * Changed "chat-invited" to also include the components hash table so |
|
9515
425000e11511
[gaim-migrate @ 10342]
Christian Hammond <chipx86@chipx86.com>
parents:
9514
diff
changeset
|
72 plugins can use serv_join_chat when the signal is emitted. |
| 9517 | 73 * Added "chat-topic-changed" signal plugins know when a topic is changed. |
|
9515
425000e11511
[gaim-migrate @ 10342]
Christian Hammond <chipx86@chipx86.com>
parents:
9514
diff
changeset
|
74 |
| 9384 | 75 version 0.79 (06/24/2004): |
|
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
76 Gaim API: |
|
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
77 * gaim_url_parse() now takes two additional parameters, which are used |
|
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
78 for returning the username and password from the URL, if they exist. |
|
9260
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
79 * Added: has_focus UI op to GaimConversationUiOps and |
|
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
80 GaimConvWindowUiOps. |
|
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
81 * Added: gaim_conversation_has_focus() and gaim_conv_window_has_focus(). |
| 9303 | 82 * Removed: gaim_blist_save() |
|
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
83 |
| 9336 | 84 Protocol Plugin API: v5 |
| 9301 | 85 * Changed: add_buddy, add_buddies, remove_buddy, remove_buddies, |
| 86 rename_group and remove_group to take GaimBuddy's and | |
| 87 GaimGroup's consistently. | |
| 9336 | 88 * Removed: OPT_PROTO_BUDDY_ICON (replaced by icon_spec) |
| 89 * Added: icon_spec to the GaimPluginProtocolInfo struct | |
| 9301 | 90 |
| 9124 | 91 version 0.78 (05/30/2004): |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
92 Plugin API: v4 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
93 * Added: actions - for plugins to add to the new Plugin Actions menu |
| 9052 | 94 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
95 Loader Plugin API: v2 (no changes) |
| 9052 | 96 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
97 Protocol Plugin API: v4 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
98 * Removed: set_dir, get_dir and dir_search (not used, AIM-centric) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
99 * Removed: actions (replaced by generic plugin actions) |
| 9052 | 100 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
101 Perl Plugin API: v2 (no changes) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
102 TCL Plugin API: (no changes) |
| 9052 | 103 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
104 Signals: |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
105 * Added: "blist-node-extended-menu" for extending Buddy, Chat and |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
106 Group right-click menus |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
107 * Added: "drawing-tooltip" for plugins to allow plugins to change text |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
108 appearing in tooltips |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
109 * Added: "gtkblist-created" |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
110 * Added: "receiving-im-msg" and "receiving-chat-msg" (these behave |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
111 exactly like received-*-msg used to) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
112 * Added: "buddy-idle-updated" signal, for when the idle time changes. |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
113 * Changed: "received-im-msg" and "received-chat-msg" no longer pass |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
114 pointers to who, message and flags, and are now void. |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
115 * Removed: "drawing-menu" - it was UI sepecific and |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
116 "blist-node-extended-menu" is superior |
| 9052 | 117 |
| 118 version 0.77 (04/22/2004): | |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
119 Loader & Protocol Plugins independantly versioned |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
120 Plugin loading now checks versioning on plugins (Standard, Loader & |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
121 Protocol) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
122 new GAIM_{PLUGIN,PRPL,LOADER}_API_VERSION constants |
| 9052 | 123 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
124 Plugin API: v3 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
125 * Added: prefs_info for UI independant plugin prefs |
| 9052 | 126 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
127 Loader Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
128 * Added: api_version at top of GaimPluginLoaderInfo struct |
| 9052 | 129 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
130 Protocol Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
131 * Added: api_version at top of GaimPluginProtocolInfo struct |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
132 * Added: chat_menu for protocol specific extensions to the chat menu |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
133 * Removed: get_away "Nada used it. Pink elephants on parade." |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
134 * Removed: protocol_prefs (replaced by generic plugin prefs_info) |
| 9052 | 135 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
136 Perl Plugin API: v2 (no changes) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
137 TCL API: (no changes) |
| 9052 | 138 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
139 Signals: |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
140 * Added: "conversation-drag-ended" |
| 9052 | 141 |
| 142 version 0.76 (04/01/2004): | |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
143 Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
144 Perl Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
145 Loader Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
146 Protocol Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
147 * Added: protocol_prefs for protocol specific preferences |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
148 * Added: reject_chat so protocols can act on chat invite rejection |
| 9052 | 149 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
150 TCL Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
151 * Changes to plugin registration to show descriptions |
| 9052 | 152 |
