log libpurple/conversation.h @ 17735:da2bab3b9fab

age author description
Tue, 22 May 2007 03:28:12 +0000 Sadrul Habib Chowdhury New api function purple_conversation_get_extended_menu.
Sun, 29 Apr 2007 22:02:47 +0000 Gary Kramlich Initial addition of padding for ui_ops and other class-like structs
Tue, 27 Mar 2007 03:06:35 +0000 Evan Schoenberg Patch from Zac West which (1) adds a message flag, PURPLE_MESSAGE_NOTIFY, used to indicate that a message is a protocol-level notification from a user ('buzz' in yahoo, 'nudge' in msn, for example) and (2) uses it along with improving the text displayed when sending/receiving buzzes and nudges. The addition of this flag means that a plugin could implement custom behavior, such as playing a sound or triggerring some other event, reliably and easily.