|
|
1
|
Add the ability to join channels to PurpleProtocolConversation
|
grim
|
September 14th, 2023, 11:31 p.m.
|
|
|
|
1
|
Add PurpleIRCv3Message represent messages rather than multiple variables
|
grim
|
September 19th, 2023, 8:02 a.m.
|
|
|
|
1
|
Implement PurpleFileTransfer
|
grim
|
September 25th, 2023, 8:07 a.m.
|
|
|
|
1
|
Remove the "funniest home convos"
|
grim
|
September 24th, 2023, 8:23 a.m.
|
|
|
|
1
|
Remove some dead code from gtkdialogs
|
grim
|
September 20th, 2023, 7:22 a.m.
|
|
|
|
1
|
Create PurpleChannelJoinDetails to replace the components for join chats
|
grim
|
September 12th, 2023, 8:41 a.m.
|
|
|
|
1
|
Add PurpleProtocolConversation->set_topic_async and _finish
|
grim
|
September 12th, 2023, 4:28 a.m.
|
|
|
|
1
|
Add a secondary id property to PurpleContactInfo
|
grim
|
September 6th, 2023, 7:23 a.m.
|
|
|
|
1
|
Port the Demo protocol plugin to PurpleProtocolConversation
|
grim
|
September 14th, 2023, 11:17 a.m.
|
|
|
|
1
|
Port Bonjour to PurpleProtocolConversation
|
grim
|
September 14th, 2023, 9:50 a.m.
|
|
|
|
1
|
Use PurpleProtocolConversation if it's available when sending a message.
|
grim
|
September 12th, 2023, 6:11 a.m.
|
|
|
|
1
|
IRCv3: Move from ProtocolIM to ProtocolConversation
|
grim
|
September 12th, 2023, 6:13 a.m.
|
|
|
|
1
|
Create the initial PurpleProtocolConversation
|
grim
|
September 10th, 2023, 8:44 a.m.
|
|
|
|
1
|
Add online and federated properties to PurpleConversation
|
grim
|
September 5th, 2023, 9:09 a.m.
|
|
|
|
1
|
Fix a typo in the native plugin documentation
|
grim
|
September 11th, 2023, 8:39 a.m.
|
|
|
|
1
|
Fix some documentation issues in PurpleProtocolContacts
|
grim
|
September 5th, 2023, 7:43 a.m.
|
|
|
|
1
|
Add PurpleConversationType
|
grim
|
September 1st, 2023, 8:27 a.m.
|
|
|
|
1
|
Fix some warnings with the Pidgin docs
|
grim
|
September 5th, 2023, 7:19 a.m.
|
|
|
|
1
|
Fix some issues with PurplePerson->avatar
|
grim
|
September 5th, 2023, 7:13 a.m.
|
|
|
|
1
|
Turn most of the ChatConversation API into wrappers for the PurpleConversation methods
|
grim
|
September 1st, 2023, 6:44 a.m.
|
|
|
|
1
|
Use PurpleAvatar for PurplePerson and PurpleContactInfo
|
grim
|
September 5th, 2023, 5:13 a.m.
|
|
|
|
1
|
Make PurpleMessage::id writeable
|
grim
|
August 30th, 2023, 12:16 a.m.
|
|
|
|
1
|
Add a notifications-disabled property to PurplePresence
|
grim
|
September 2nd, 2023, 1:29 p.m.
|
|
|
|
1
|
Add delivered and delivered-at properties to PurpleMessage
|
grim
|
September 1st, 2023, 10:01 a.m.
|
|
|
|
1
|
Add color and color-for-display properties to PurplePerson
|
grim
|
September 2nd, 2023, 12:15 p.m.
|
|
|
|
1
|
Add the conversation as a parameter to PurpleProtocolChat->send
|
grim
|
September 1st, 2023, 5:37 a.m.
|
|
|
|
1
|
Add an action property to PurpleMessage
|
grim
|
September 1st, 2023, 4:01 a.m.
|
|
|
|
1
|
Add the conversation as a parameter to PurpleProtocolIM->send
|
grim
|
September 1st, 2023, 5:06 a.m.
|
|
|
|
1
|
Fix a number of issues with the documentation for properties
|
grim
|
September 2nd, 2023, 9:15 a.m.
|
|
|
|
1
|
A basic context menu for PurpleContactInfo
|
grim
|
August 29th, 2023, 9:07 a.m.
|
|
|
|
1
|
Add purple_conversation_set_topic_full
|
grim
|
September 1st, 2023, 7:04 a.m.
|
|
|
|
1
|
The start of the new conversation window
|
grim
|
August 29th, 2023, 4:47 a.m.
|
|
|
|
1
|
Remove PurpleProtocolServer.add_buddies
|
grim
|
September 5th, 2023, 3:46 a.m.
|
|
|
|
1
|
Add a "messages" property to PurpleConversation
|
grim
|
August 29th, 2023, 7:14 a.m.
|
|
|
|
1
|
Remove the unused account parameter from the message constructors
|
grim
|
August 29th, 2023, 7:30 a.m.
|
|
|
|
1
|
Add virtual functions for actions and menu to PurpleProtocolContacts
|
grim
|
August 20th, 2023, 9:33 a.m.
|
|
|
|
1
|
Allow the conversation property of PidginInfoPane to be changed
|
grim
|
August 27th, 2023, 10:49 a.m.
|
|
|
|
1
|
Rename PidginConversation to PidginConversationOld
|
grim
|
August 27th, 2023, 7:34 a.m.
|
|
|
|
1
|
IRCv3: add support for the server-time capability
|
grim
|
August 23rd, 2023, 6:16 a.m.
|
|
|
|
1
|
Create the PurpleProtocolContacts interface
|
grim
|
August 19th, 2023, midnight
|
|
|
|
1
|
Add a bunch of properties to PurpleConversation
|
grim
|
August 18th, 2023, 10:13 a.m.
|
|
|
|
1
|
Make the purple_account_manager_find functions return transfer full.
|
grim
|
August 21st, 2023, 10:06 a.m.
|
|
|
|
1
|
Don't try to disconnect account when finalizing protocols
|
grim
|
August 22nd, 2023, 6:26 a.m.
|
|
|
|
1
|
IRCv3: work around some warnings when generating the gir file
|
grim
|
August 22nd, 2023, 5:55 a.m.
|
|
|
|
1
|
Require hasl 0.2.0 or newer
|
grim
|
August 22nd, 2023, 4:51 a.m.
|
|
|
|
1
|
IRCv3: Use constants for capability names
|
grim
|
August 22nd, 2023, 4:36 a.m.
|
|
|
|
1
|
Add a conversation-changed signal to PurpleConversationManager
|
grim
|
August 18th, 2023, 7:34 a.m.
|
|
|
|
1
|
Fix the windows build by adding a missing include
|
grim
|
August 18th, 2023, 5:59 a.m.
|
|
|
|
1
|
Some additional cleanups for libpidgin.c
|
grim
|
August 18th, 2023, 5:15 a.m.
|
|
|
|
1
|
Remove some old remnants of the facebook and irc protocol plugins
|
grim
|
August 18th, 2023, 5:32 a.m.
|
|