log libpurple/protocols/zephyr/zephyr.c @ 24786:bc9e9463f42c

age author description
Thu, 11 Dec 2008 06:32:05 +0000 Florian Qu«²ze Remove the commas at the end of enumerator lists. This resolves warnings
Sun, 07 Dec 2008 02:36:57 +0000 John Bailey Sadrul pointed out that I'm less than bright today and let a // comment slip in.
Sat, 06 Dec 2008 19:31:21 +0000 Michael Terry Fix a Zephyr crash and 10-second delay that can happen when you have an account
Wed, 26 Nov 2008 22:17:58 +0000 Richard Laager Really, really compile
Wed, 26 Nov 2008 22:16:58 +0000 Richard Laager Really compile
Wed, 26 Nov 2008 22:13:55 +0000 Richard Laager Compile
Wed, 26 Nov 2008 21:40:37 +0000 Richard Laager A Warmenhoved patch from rwbarton to avoid showing the default instance
Wed, 26 Nov 2008 21:14:28 +0000 Richard Laager Remove the length parameter from zephyr_recv_convert(), because we were
Sun, 23 Nov 2008 23:14:43 +0000 Toby Schaffer Enable atuo-response functionality on Zephyr. This should emulate the
Tue, 27 May 2008 06:51:21 +0000 Sadrul Habib Chowdhury Broken merge.
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, 15 Mar 2008 07:39:15 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 8ca6a80e2cd7fbbc59983f8ba370f7276e062db9)
Wed, 06 Feb 2008 19:44:41 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 16d99d9757384d801e4f13d991cb769a71f9c190)
Sat, 29 Dec 2007 06:34:59 +0000 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 7f8e027e1591ade622baf58a9dac216e7122c1ac)
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, 27 May 2008 01:11:46 +0000 Peter O'Gorman A patch from Peter O'Gorman at The Written Word, Inc. to fix various
Sun, 25 May 2008 00:40:15 +0000 Richard Laager When compiling against an external libzephyr, we need to use its zephyr.h,
Mon, 05 May 2008 06:55:00 +0000 Sadrul Habib Chowdhury Patch from Jaywalker to let prpls add some helpful text for some account
Mon, 05 May 2008 06:19:46 +0000 Sadrul Habib Chowdhury Use up the last padding for PurplePluginProtocolInfo in a way that allows
Mon, 03 Mar 2008 08:50:27 +0000 Mark Doliner Fix a crash in the zephyr normalize function that I added when gc is
Sun, 03 Feb 2008 21:23:48 +0000 Mark Doliner Get rid of some privacy checking code from zephyr that is done in
Sun, 03 Feb 2008 19:38:02 +0000 Mark Doliner Remove the privacy prpl callbacks in Zephyr since they're basically a
Wed, 16 Jan 2008 19:12:46 +0000 Richard Laager Use g_strerror() instead of strerror() in a few places.
Mon, 14 Jan 2008 03:26:47 +0000 Richard Laager Part of a large patch from o_sukhodolsky to fix some build warnings.
Thu, 03 Jan 2008 04:57:40 +0000 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
Sat, 27 Oct 2007 13:56:54 +0000 Stu Tomlinson Add a --with-extraversion option to ./configure so packagers can fine tune
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 05 Sep 2007 22:33:22 +0000 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
Tue, 14 Aug 2007 18:31:01 +0000 Daniel Atallah bcopy and bzero shouldn't be used. This allows Alver to compile nat-pmp.c on one of his obscure systems (and I fixed some other stuff that I noticed at the same time).