log libpurple/protocols/null/nullprpl.c @ 32707:f75041cb3fec

age author description
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:48:36 +0000 andrew victor nullprpl also updated to use accessor methods.
Mon, 05 Sep 2011 21:11:07 +0000 andrew victor Remove deprecated and unused PurplePluginProtocolInfo.get_cb_away.
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.
Mon, 29 Aug 2011 22:14:23 +0000 andrew victor Update nullprpl for various API changes.
Mon, 22 Aug 2011 02:11:36 +0000 Mark Doliner Don't use strlen() when you're just checking whether a string is
Mon, 22 Aug 2011 02:07:41 +0000 Mark Doliner Don't use strlen() when all you're trying to do is check if the string
Mon, 22 Aug 2011 01:53:37 +0000 Mark Doliner I went through all our calls to purple_notify_user_info_add_pair() and
Sun, 20 Mar 2011 00:08:01 +0000 Elliott Sales de Andrade Update PRPL structs with new fields.
Sat, 19 Mar 2011 23:47:36 +0000 Elliott Sales de Andrade Fix comment order.
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
Sat, 10 Apr 2010 03:12:45 +0000 Paul Aurich nullprpl: Whitespace
Mon, 01 Mar 2010 03:41:54 +0000 Daniel Atallah Warning fix
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
Wed, 06 May 2009 18:37:40 +0000 Paul Aurich Don't leak image refs in gtkstatusbox and assertion failure in nullprpl
Mon, 02 Mar 2009 18:47:27 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
Mon, 15 Dec 2008 08:39:08 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head e36b0b63962b9c710ecd798a529e1d2b78d7879a)
Sat, 27 Sep 2008 04:44:17 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 25e27ca0f73c4714d17fcdf83d0e4ce7e63bc55d)
Fri, 05 Sep 2008 02:57:48 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 25e6cb3cd762fe0e3dbb5ce67dd017555c8a26a8)
Wed, 06 May 2009 18:58:47 +0000 Paul Aurich Fix the crash/leaks in statusbox
Sun, 13 Apr 2008 17:53:46 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 9da7555026cd7b8456f95ae153a7852ddbcf6678)
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)
Wed, 05 Sep 2007 00:47:58 +0000 Sean Egan Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.
Mon, 26 Jan 2009 09:46:09 +0000 Mark Doliner Deprecate some functions that aren't really needed
Sat, 13 Dec 2008 05:45:27 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head d5bb29138cbe033bbfd8ec689203d73818765327)
Sun, 30 Nov 2008 06:37:29 +0000 Richard Laager Various nullprpl fixes.
Sat, 06 Dec 2008 06:02:42 +0000 Sadrul Habib Chowdhury Small leak fix.
Sat, 06 Dec 2008 05:05:02 +0000 Paul Aurich Various nullprpl fixes. This stemmed from a complaint from a user in
Sun, 21 Sep 2008 23:16:37 +0000 Richard Laager Add a comment documenting the internal.h situation for people using nullprpl
Sun, 31 Aug 2008 18:49:23 +0000 Daniel Atallah Warnings cleanup from Lee Roach. Fixes #6242.
Thu, 27 Mar 2008 02:09:51 +0000 Daniel Atallah Printf warning fixes.
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.')
Sat, 02 Jun 2007 16:09:28 +0000 Stu Tomlinson Fix a crash sending an IM in null protocol to a buddy who you don't have a
Wed, 30 May 2007 01:36:30 +0000 Richard Laager Minor changes:
Wed, 30 May 2007 01:21:36 +0000 Ryan Barrett this patch adds nullprpl, a mock protocol plugin, to the libpurple/protocols