log libpurple/protocols/sametime/sametime.c @ 20778:8174f6999308

age author description
Fri, 05 Oct 2007 18:33:27 +0000 Will Thompson Sprinkle gc->wants_to_die = TRUE liberally around connection errors that really
Sat, 22 Sep 2007 16:19:34 +0000 Gabriel Schulhof Updated hinting to be less invasive
Sat, 20 Oct 2007 15:57:22 +0000 Luke Schierer applied changes from 9d35dde0c779cca73548172223ba557f27d61882
Tue, 02 Oct 2007 17:16:16 +0000 Will Thompson Rename PURPLE_REASON_INVALID_USERNAME to PURPLE_REASON_INVALID_SETTINGS, so it
Tue, 02 Oct 2007 15:57:32 +0000 Will Thompson Add disconnection reasons to sametime.
Wed, 12 Sep 2007 19:11:38 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d)
Mon, 13 Aug 2007 19:59:39 +0000 Gabriel Schulhof Added hints to sametime sametime.c
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
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.
Wed, 11 Jul 2007 22:27:44 +0000 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)
Sun, 22 Jul 2007 00:25:56 +0000 Sean Egan Fixes Ticket #1707 Crash with invalid UTF-8 status message from other Sametime client
Sat, 16 Jun 2007 19:44:59 +0000 Richard Laager Re-fix the DBus list handling code by killing const GList* / const GSList*
Mon, 18 Jun 2007 12:37:29 +0000 Andreas Monitzer Replaced a clean and simple API with a very weird hack due to vivid request on #pidgin by multiple devs. This avoids the change in PurplePluginProtocolInfo, but requires complicated change tracking in every prpl. The others prpl should add this change tracking, too (since otherwise the status gets changed even though nothing they care about changed), but that's not up to me.
Sun, 17 Jun 2007 20:31:01 +0000 Andreas Monitzer Implemented user tune, currently untested.
Tue, 15 May 2007 00:24:29 +0000 Richard Laager Another C99 struct falling.