log

age author description
Sun, 26 Aug 2007 08:25:37 +0000 Jeffrey Connelly Only check for mail if "New mail notifications" is enabled in account options.
Sun, 26 Aug 2007 08:20:49 +0000 Jeffrey Connelly Add msim_uri_handler() to handle myim: URLs, sendIM and addContact commands.
Sun, 26 Aug 2007 07:37:28 +0000 Jeffrey Connelly In msimprpl, move user-related code to a new user module, and move other
Sun, 26 Aug 2007 06:51:17 +0000 Jeffrey Connelly In msimprpl, move formatting functions to a markup module. It only exposes
Sun, 26 Aug 2007 06:36:56 +0000 Jeffrey Connelly In msimprpl, move session-related functions to a new session module.
Sun, 26 Aug 2007 06:30:41 +0000 Jeffrey Connelly In msimprpl, move zap-related code to a separate module.
Sun, 26 Aug 2007 02:50:38 +0000 Jeffrey Connelly Now that MsimMessageElement's are more accessible outside message.c,
Sun, 26 Aug 2007 01:35:10 +0000 Jeffrey Connelly In msimprpl's mail notifications, change four parallel arrays into
Sun, 26 Aug 2007 01:08:39 +0000 Jeffrey Connelly Lookup a user's information when their status changes to anything but
Sat, 25 Aug 2007 23:05:57 +0000 Jeffrey Connelly In msimprpl, replace !strcmp() with g_str_equal() everywhere.
Sat, 25 Aug 2007 22:35:44 +0000 Jeffrey Connelly Use new attention API from http://msimprpl.darkthoughts.net/attention3.diff,
Sat, 25 Aug 2007 22:33:40 +0000 Jeffrey Connelly Attention API for nudges/buzzes/zaps of various protocols.
Sat, 25 Aug 2007 05:41:25 +0000 Jeffrey Connelly merge of '3b5ffa9dc2dec5443f83a219ac14382a0e3ccf03'
Sat, 25 Aug 2007 12:06:40 +0000 Sadrul Habib Chowdhury Do not duplicate the same message in the history, and store the correct
Sat, 25 Aug 2007 11:36:02 +0000 Sadrul Habib Chowdhury Add a 'Hide' item under 'Conversation' menu so people can check this thing out.
Sat, 25 Aug 2007 11:29:43 +0000 Sadrul Habib Chowdhury Clear the message history in the /clear callback.
Sat, 25 Aug 2007 11:28:34 +0000 Sadrul Habib Chowdhury Adding all the message from history in GtkIMHtml takes a bit long causing
Sat, 25 Aug 2007 11:18:26 +0000 Sadrul Habib Chowdhury The conversation history is in a reversed list.
Sat, 25 Aug 2007 10:33:00 +0000 Sadrul Habib Chowdhury Utilize the message-history in dbus-gnt.
Sat, 25 Aug 2007 10:02:21 +0000 Sadrul Habib Chowdhury DBus-ify the message history in a conversation.
Sat, 25 Aug 2007 05:09:56 +0000 Sadrul Habib Chowdhury API to reattach a conversation to gtk UI. Use the new
Sat, 25 Aug 2007 04:57:55 +0000 Sadrul Habib Chowdhury A conversation shouldn't need ui-ops for logging the messages.
Sat, 25 Aug 2007 04:53:45 +0000 Sadrul Habib Chowdhury Reattach the gtk-ui to a conversation when the user wants to
Sat, 25 Aug 2007 04:50:57 +0000 Sadrul Habib Chowdhury Make sure a conversation is a pidgin-conversation to avoid a crash.
Sat, 25 Aug 2007 03:59:05 +0000 Sadrul Habib Chowdhury Store message history in a conversation, and provide API to access the history.
Sat, 25 Aug 2007 01:14:56 +0000 Sadrul Habib Chowdhury merge of '0fc7f6e97f5dab2cfc59a71a0aba499d560220b2'
Fri, 24 Aug 2007 22:19:52 +0000 Sadrul Habib Chowdhury Specify small and large step values for the volume slider.
Fri, 24 Aug 2007 22:16:51 +0000 Sadrul Habib Chowdhury Have small and large steps for the slider.
Fri, 24 Aug 2007 21:25:30 +0000 Daniel Atallah Fix crashing when the sametime account disconnects and we update the conv. window infopanel. Fixes #2762.
Fri, 24 Aug 2007 19:43:41 +0000 Daniel Atallah Fix some conversion warnings about using negative values with unsigned types. There are more, but these were easy fixes. You may think that I'm changing the API, but I'm really not - it was just wrong.