Mercurial > pidgin.yaz
graph
-
In MSN prpl, use attention API. Can be disabled by undefining2007-08-27, by Jeffrey Connelly
-
Change Yahoo prpl to use attention API in libpurple. Previous behavior can2007-08-27, by Jeffrey Connelly
-
Change serv_send_attention() to call prpl_info->send_attention(), and2007-08-27, by Jeffrey Connelly
-
On login, get contacts from server using msim_get_contact_list().2007-08-27, by Jeffrey Connelly
-
In the attention API, use the PURPLE_NOTIFY_MESSAGE flag to serv_got_im()2007-08-27, by Jeffrey Connelly
-
merge of '0398fdfcf107ed2bd1e3f271524fe5fe0134bd97'2007-08-27, by Jeffrey Connelly
-
merge of '1d830d1617f678f9a4976d149b442420640dc120'2007-08-26, by Sadrul Habib Chowdhury
-
merge of '3ccc848dcffce11aa363f593e383cc1f07d081d0'2007-08-26, by Sadrul Habib Chowdhury
-
merge of 'a8189d2840b6823a0faf5dbba937eb0dd96a1416'2007-08-26, by Luke Schierer
-
Add MySpaceIM to the list in the about dialog.2007-08-26, by Kevin Stange
-
Update the buddylist if a buddy is moved to another group from a different2007-08-26, by Sadrul Habib Chowdhury
-
merge of '0bf01031d132e0c8d3ab091041ec704fcfc2b152'2007-08-26, by Kevin Stange
-
Add MySpaceIM to the Windows build, though I can't verify this works2007-08-26, by Kevin Stange
-
merge of 'cacb6312fda77c93ab3e7557fdea3c2956cc55ad'2007-08-26, by Kevin Stange
-
Changelog the API changes in finch and libgnt so far.2007-08-26, by Sadrul Habib Chowdhury
-
merge of 'e6a26aab7c177405a9cbb8d8358228ed4a53d508'2007-08-26, by Sadrul Habib Chowdhury
-
merge of '665d20fa5e8c368f876485703c5e3c652c9b44c9'2007-08-26, by Sadrul Habib Chowdhury
-
Changelog the per-conversation mute/logging options.2007-08-26, by Sadrul Habib Chowdhury
-
Fix #2767 (per-conversation/chat mute option).2007-08-26, by Sadrul Habib Chowdhury
-
Add two missing conversation-uiops functions. (has_focus and present)2007-08-26, by Sadrul Habib Chowdhury
-
Separate logging support for each conversation.2007-08-26, by Sadrul Habib Chowdhury
-
Set the custom status message for yahoo buddies correctly at login time. Fixes #2754.2007-08-26, by Daniel Atallah
-
Add msimprpl's user module so we all can compile libpurple again ;)2007-08-27, by Jeffrey Connelly
-
In msimprpl: if no local alias is set, set it to the username on sign-on.2007-08-26, by Jeffrey Connelly
-
For myim: (MySpaceIM) URLs, lookup the contact ID into a username before2007-08-26, by Jeffrey Connelly
-
Add receiving-im-attention and received-im-attention signals, similar to2007-08-26, by Jeffrey Connelly
-
In msimprpl, fix the msim_uri_handler(). The sendIM and addContact commands2007-08-26, by Jeffrey Connelly
-
Add myim: URI handler to Win32 NSIS installer, for MySpaceIM plugin.2007-08-26, by Jeffrey Connelly
-
Only check for mail if "New mail notifications" is enabled in account options.2007-08-26, by Jeffrey Connelly
-
Add msim_uri_handler() to handle myim: URLs, sendIM and addContact commands.2007-08-26, by Jeffrey Connelly
-
In msimprpl, move user-related code to a new user module, and move other2007-08-26, by Jeffrey Connelly
-
In msimprpl, move formatting functions to a markup module. It only exposes2007-08-26, by Jeffrey Connelly
-
In msimprpl, move session-related functions to a new session module.2007-08-26, by Jeffrey Connelly
-
In msimprpl, move zap-related code to a separate module.2007-08-26, by Jeffrey Connelly
-
Now that MsimMessageElement's are more accessible outside message.c,2007-08-26, by Jeffrey Connelly
-
In msimprpl's mail notifications, change four parallel arrays into2007-08-26, by Jeffrey Connelly
-
Lookup a user's information when their status changes to anything but2007-08-26, by Jeffrey Connelly
-
In msimprpl, replace !strcmp() with g_str_equal() everywhere.2007-08-25, by Jeffrey Connelly
-
Use new attention API from http://msimprpl.darkthoughts.net/attention3.diff,2007-08-25, by Jeffrey Connelly
-
Attention API for nudges/buzzes/zaps of various protocols.2007-08-25, by Jeffrey Connelly
-
merge of '3b5ffa9dc2dec5443f83a219ac14382a0e3ccf03'2007-08-25, by Jeffrey Connelly
-
Do not duplicate the same message in the history, and store the correct2007-08-25, by Sadrul Habib Chowdhury
-
Add a 'Hide' item under 'Conversation' menu so people can check this thing out.2007-08-25, by Sadrul Habib Chowdhury
-
Clear the message history in the /clear callback.2007-08-25, by Sadrul Habib Chowdhury
-
Adding all the message from history in GtkIMHtml takes a bit long causing2007-08-25, by Sadrul Habib Chowdhury
-
The conversation history is in a reversed list.2007-08-25, by Sadrul Habib Chowdhury
-
Utilize the message-history in dbus-gnt.2007-08-25, by Sadrul Habib Chowdhury
-
DBus-ify the message history in a conversation.2007-08-25, by Sadrul Habib Chowdhury