log libpurple/protocols/sametime/sametime.c @ 32819:2c6510167895 default tip

age author description
Sun, 30 Oct 2011 15:56:56 +0000 andrew victor Sametime: Use file-transfer accessor functions
Mon, 24 Oct 2011 05:37:19 +0000 Elliott Sales de Andrade Our API really shouldn't have a 'gc' in it anymore.
Tue, 18 Oct 2011 21:17:08 +0000 andrew victor Samtime: Move the "inpa" input watcher into protocol_data.
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
Wed, 05 Oct 2011 07:45:13 +0000 Mark Doliner Switch back to initializing the struct this way. I guess the other
Wed, 05 Oct 2011 07:35:09 +0000 Mark Doliner Fix a mistake I made while manually propagating from im.pidgin.pidgin.2.x.y
Wed, 05 Oct 2011 07:33:20 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin.2.x.y' (head b9c74c3f836a7a1a64710fc8244c9ec1f3f21b97)
Sat, 01 Oct 2011 23:29:40 +0000 Patrick Cloke Fix up the Sametime prpl to play nice with Visual C++. This patch also puts
Sat, 01 Oct 2011 18:21:43 +0000 andrew victor Convert libpurple and protocol prpl's to use the purple_account_* accessor functions.
Sat, 01 Oct 2011 15:03:57 +0000 andrew victor Use purple_conversation accessor methods.
Mon, 05 Sep 2011 21:11:07 +0000 andrew victor Remove deprecated and unused PurplePluginProtocolInfo.get_cb_away.
Sun, 04 Sep 2011 18:42:42 +0000 Paul Aurich sametime: fix build (add_buddies added param)
Sat, 03 Sep 2011 23:30:40 +0000 Elliott Sales de Andrade Move struct_size to the beginning of the struct. Even if we don't
Sat, 03 Sep 2011 23:13:11 +0000 Elliott Sales de Andrade Rename the _with_invite functions to their counterparts.
Tue, 30 Aug 2011 19:32:08 +0000 andrew victor Convert sametime prpl to use accessor functions purple_connection_get_protocol_data() and purple_connection_set_protocol_data().