log libpurple/protocols/silc/silc.c @ 32790:3e7a7e14af62

age author description
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.
Sat, 01 Oct 2011 21:04:35 +0000 andrew victor Convert code to use the purple_account accessor functions.
Sat, 01 Oct 2011 18:21:43 +0000 andrew victor Convert libpurple and protocol prpl's to use the purple_account_* accessor functions.
Mon, 05 Sep 2011 21:11:07 +0000 andrew victor Remove deprecated and unused PurplePluginProtocolInfo.get_cb_away.
Sun, 04 Sep 2011 18:45:51 +0000 Paul Aurich silc: Fix build and update for API changes
Tue, 30 Aug 2011 20:21:33 +0000 andrew victor Convert silc prpl to use accessor functions purple_connection_get_protocol_data() and purple_connection_set_protocol_data().
Sun, 21 Aug 2011 08:00:53 +0000 Mark Doliner Rename purple_connection_error_reason to purple_connection_error
Wed, 11 May 2011 04:42:07 +0000 Paul Aurich silc: Dead (redundant) initialization
Sun, 20 Mar 2011 00:08:01 +0000 Elliott Sales de Andrade Update PRPL structs with new fields.
Sun, 20 Feb 2011 03:03:54 +0000 Paul Aurich silc: Debug messages.
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Thu, 29 Apr 2010 05:58:02 +0000 Paul Aurich Add purple_account_[gs]et_public_alias functions, per discussion in d@cpi
Mon, 22 Feb 2010 19:23:55 +0000 Paul Aurich Add a NULL for PurplePluginProtocolInfo::get_moods to all the plugins I build
Fri, 27 Nov 2009 07:12:35 +0000 Paul Aurich Include 'internal.h' before all other headers to make some non-gcc compilers happy.
Sun, 19 Jul 2009 16:19:45 +0000 Mark Doliner Fix an incorrect string. Yes, this breaks the string freeze. But the string
Mon, 06 Jul 2009 09:07:42 +0000 Mark Doliner More uniformity among disconnect error messages
Mon, 23 Mar 2009 06:07:16 +0000 Mike Ruprecht Get rid of the rest of the extraneous changes.
Thu, 05 Feb 2009 00:31:35 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 0bb02399ead9501a3e7951cfba2e8e8350fe917c)
Wed, 16 Jul 2008 21:55:08 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head e3ceb09b71185a9074ce73733f2a65b437c9a545)
Tue, 27 May 2008 06:27:46 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 75f0460d3679231b61d572e76fe02534a597c6b5)
Sat, 22 Mar 2008 04:45:46 +0000 Sadrul Habib Chowdhury Patch from Marcus Lundblad ('mlundblad') to improve audio support in xmpp.
Sat, 29 Dec 2007 16:54:15 +0000 Sadrul Habib Chowdhury Fix the prplinfo structs and get rid of some compile warnings.
Sat, 29 Dec 2007 06:34:59 +0000 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 7f8e027e1591ade622baf58a9dac216e7122c1ac)
Thu, 20 Sep 2007 07:01:29 +0000 Sadrul Habib Chowdhury Cute little compile errors.
Wed, 05 Sep 2007 00:47:58 +0000 Sean Egan Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.
Tue, 03 Feb 2009 05:39:47 +0000 Elliott Sales de Andrade For some reason, all these statuses were set to saveable=FALSE. With the
Sun, 01 Feb 2009 02:23:36 +0000 luke Plug a memory leak in SILC, thanks to Luke Petre.
Wed, 02 Jul 2008 05:28:45 +0000 Evan Schoenberg Added include for "core.h" to silc. Fix from phroggie, thanks. Fixes #6227