log libpurple/account.c @ 32816:ec6371d4cae8

age author description
Sun, 06 Nov 2011 20:31:14 +0000 andrew victor Add purple_account_is_disconnecting() accessor function.
Sun, 06 Nov 2011 19:46:57 +0000 andrew victor Introduce purple_account_register_completed() to handle the invoking of any
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
Sun, 02 Oct 2011 02:37:56 +0000 Kevin Stange I guess I shouldn't copy/paste code while running out the door.
Sat, 01 Oct 2011 23:41:15 +0000 Kevin Stange Add accessors for _PurpleAccount.ui_data
Sat, 01 Oct 2011 21:54:15 +0000 andrew victor The intention is to make PurpleAccount a private structure in account.c, so merge
Thu, 22 Sep 2011 07:02:44 +0000 Elliott Sales de Andrade I don't know why this happens, but I keep getting a critical debug
Sat, 03 Sep 2011 23:13:11 +0000 Elliott Sales de Andrade Rename the _with_invite functions to their counterparts.
Sun, 07 Aug 2011 05:19:54 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head bb53d1e9201138b79a1eef0d4a7cda1fc852c59f)
Mon, 09 May 2011 04:26:46 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head d6053150b258c5c8b2ac60e091a7d0d1b2d9be1d)
Mon, 21 Mar 2011 05:45:22 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head bfb757dfe6b2549ab37a9b19f78f5f1f2f9df0cd)
Sat, 19 Mar 2011 19:38:55 +0000 Elliott Sales de Andrade merge of '1b0275bd7ec6ff5c9cb2a1b7a0a60c36091448a6'
Thu, 17 Mar 2011 07:39:33 +0000 Mark Doliner Remove the _purple_oscar_convert(). It existed to migrate data from
Fri, 18 Mar 2011 02:59:12 +0000 Richard Laager Drop the .gaim -> .purple migration code
Mon, 20 Jun 2011 06:03:02 +0000 Paul Aurich disapproval of revision '3a12ece5b629e6de76faec79315514e70ccb32bb'
Mon, 20 Jun 2011 04:14:13 +0000 Paul Aurich account: Move a normalization outside of the for loop
Tue, 19 Apr 2011 04:41:59 +0000 Daniel Atallah Add a new proxy type of "Tor". This is really just a SOCKS5 proxy, but can be
Sun, 20 Mar 2011 00:02:55 +0000 Elliott Sales de Andrade Add new functions for adding buddies with an invite message. If the
Sun, 13 Mar 2011 18:17:14 +0000 jakub adam Make the simple silence suppression stuff optional per-account. Fixes #13180.
Sun, 09 Jan 2011 04:40:07 +0000 John Bailey Patch from Stefan Ott to add the account-authorization-requested-with-message
Sun, 21 Nov 2010 10:01:18 +0000 Elliott Sales de Andrade It looks like this account proxy info is leaked, too.
Mon, 01 Nov 2010 17:29:32 +0000 Mark Doliner Remove unneeded returns
Sun, 31 Oct 2010 23:57:43 +0000 John Bailey warnings--
Sun, 31 Oct 2010 23:52:24 +0000 John Bailey Tweak the login server migration for ICQ:
Sun, 31 Oct 2010 23:08:10 +0000 John Bailey Implement a migration for ICQ login servers.
Tue, 31 Aug 2010 02:28:05 +0000 Paul Aurich jabber: Unify "Require TLS" and "Use old-style (port 5223) SSL" settings
Mon, 23 Aug 2010 01:41:31 +0000 Elliott Sales de Andrade Standardize on "cancelled".
Fri, 18 Jun 2010 20:12:41 +0000 Paul Aurich Only call failure_cb if it exists for the [gs]et_public_alias functions.
Thu, 29 Apr 2010 05:58:02 +0000 Paul Aurich Add purple_account_[gs]et_public_alias functions, per discussion in d@cpi
Fri, 16 Apr 2010 07:35:11 +0000 Mark Doliner Add getter and setter for account->perm_deny. Patch by Stephen Whitmore.
Mon, 12 Apr 2010 03:55:07 +0000 yonas yanfa account: Add copies of connection signed-(on|off) and connection-error.
Thu, 18 Feb 2010 16:37:18 +0000 Daniel Atallah Minor optimization / incorrect use prevention
Sat, 09 Jan 2010 04:03:53 +0000 Daniel Atallah propagate from branch 'im.pidgin.pidgin' (head d5a2e2287440ac7134c201e66921754bd4187ba9)
Sat, 31 Oct 2009 17:52:54 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head bc551a0f3f61b07c37e8677925b1aeae91e849be)
Mon, 12 Oct 2009 05:08:37 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head 2ac9ba8bc7ccc501db6f24fdfe06025a3957852a)
Wed, 16 Sep 2009 15:44:34 +0000 John Bailey merge of '6aa03fdea8a7360d07b6a8c72cfd0796a2990753'
Wed, 16 Sep 2009 15:44:26 +0000 John Bailey This effectively moves Etan's API addition off im.pidgin.pidgin and onto
Fri, 08 Jan 2010 20:11:49 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin.2.6.5' (head 794204a24ba7bf26cdb07ae71b9573b09927d641)
Thu, 07 Jan 2010 23:48:32 +0000 Daniel Atallah *** Plucked rev 0707f870a510922ae86ef379b5f01efa76d01402 (8e1d807c1aadfb510e14f047d2cf00e0c06be465):
Wed, 06 Jan 2010 00:48:50 +0000 Stu Tomlinson purple_account_request_authorization() does not require non-NULL auth and
Sun, 03 Jan 2010 23:33:59 +0000 Elliott Sales de Andrade Fix some funny indenting.
Mon, 26 Oct 2009 04:21:28 +0000 Paul Aurich account: Don't leak the account->privacy / account->deny lists.
Thu, 08 Oct 2009 19:15:31 +0000 Sadrul Habib Chowdhury Fixing leak is nice, but let's not crash in the process.
Thu, 08 Oct 2009 18:12:06 +0000 Sadrul Habib Chowdhury Fix a possible leak.
Wed, 16 Sep 2009 15:36:24 +0000 John Bailey merge of '21bc6a005e10217fb89ff6fe326c1f4174fadf73'
Wed, 16 Sep 2009 15:35:45 +0000 John Bailey disapproval of revision 'f7d26d95395d5013710b12cfdfcf131aa1033e0c'
Tue, 08 Sep 2009 02:23:49 +0000 Etan Reisner merge of '9ce1a7ac92f523b7b5b9983746ae57ee1fac1a67'
Sat, 15 Aug 2009 05:10:07 +0000 Etan Reisner Add a purple_account_get_name_for_display function (I'm not a huge fan of that
Sat, 29 Aug 2009 02:32:16 +0000 Paul Aurich Add assertions to purple_account_add_buddy; a NULL buddy is very bad. Refs #10115.
Tue, 25 Aug 2009 03:54:33 +0000 Paul Aurich Display the username in the debug log when disconnecting an account.
Mon, 27 Jul 2009 05:20:52 +0000 hanzz Add blist ui-ops to overload the saving of data to blist.xml. Closes #9630.
Mon, 06 Jul 2009 06:04:34 +0000 John Bailey propagate from branch 'im.pidgin.cpw.rekkanoryo.yahoo.separate_prpls' (head 6e083673febdc8bcc64df4df1500cfb121771d02)
Sun, 05 Jul 2009 19:07:06 +0000 Paul Aurich Unregister the account signals after destroying accounts.
Sat, 04 Jul 2009 17:36:07 +0000 Etan Reisner merge of '91a5d80aa52d8c1ca101bfaa0dfc3f7a2feb99ec'
Mon, 06 Jul 2009 06:00:13 +0000 John Bailey I forgot to remove the old bool setting for Yahoo! JAPAN.
Mon, 06 Jul 2009 05:48:30 +0000 John Bailey Migrate Yahoo! JAPAN accounts to the new prpl (in theory). This also adds
Thu, 02 Jul 2009 04:26:00 +0000 mauro brasil Increase the logging level of some debugging messages that seemed to be a
Mon, 18 May 2009 02:47:21 +0000 Etan Reisner merge of '40d000364c4c9c5b0a3971fbe7bb4878e3737202'
Sat, 16 May 2009 19:58:40 +0000 Richard Laager A patch from Scott Wolchok to replace snprintf() with g_snprintf() and
Fri, 01 May 2009 06:59:36 +0000 Paul Aurich Add account-(created|destroying) signals.
Sun, 26 Apr 2009 06:45:55 +0000 Paul Aurich Add a new signal which is emitted (after the account is connected) if the
Fri, 08 May 2009 00:42:23 +0000 Etan Reisner Don't debug print that we are connecting an account until we are reasonably
Sat, 11 Apr 2009 06:01:36 +0000 Sadrul Habib Chowdhury Reset some global data when uninit-ing. Fixes a crash on quit.
Thu, 09 Apr 2009 17:38:45 +0000 Nick Hebner Various libpurple uninit memory cleanups.
Mon, 26 Jan 2009 06:44:00 +0000 Mark Doliner Remove trailing whitespace
Thu, 22 Jan 2009 19:46:18 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)
Tue, 06 Jan 2009 03:39:51 +0000 Paul Aurich Patch from Paul Aurich to add purple_strequal to help readability and simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us
Fri, 12 Dec 2008 20:03:58 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head b8d6086aef6b2e65d86e8ce60220ab7f460d5079)
Mon, 08 Dec 2008 17:57:09 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 81aa401ac9855c99eb55a7cf91fa221860dee220)
Sat, 13 Dec 2008 05:45:27 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head d5bb29138cbe033bbfd8ec689203d73818765327)
Sun, 16 Nov 2008 06:57:47 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 8daee71db7028dda036c11e23ca5a60fe834fa95)
Sun, 02 Nov 2008 18:39:39 +0000 Sadrul Habib Chowdhury A couple of minor fixes.
Sun, 02 Nov 2008 10:54:00 +0000 Gary Kramlich Finish off the libpurple updates for the hidden blist structs
Tue, 20 Jan 2009 04:08:00 +0000 Daniel Atallah Thomas Gibson-Robinson noticed that the "saveable" attribute of a status type
Thu, 11 Dec 2008 21:10:57 +0000 Sadrul Habib Chowdhury Use ref-counting to prevent a crash if request-auth callbacks are called
Sat, 06 Dec 2008 19:16:21 +0000 Florian Qu«²ze Fix a crash in purple_accounts_delete that happens when the buddy list hasn't
Sun, 16 Nov 2008 00:10:02 +0000 Richard Laager propagate from branch 'im.pidgin.cpw.khc.msnp14.soap' (head a8cd841bcb25707847d12b7743eaf73cc27274af)
Thu, 30 Oct 2008 22:40:49 +0000 Richard Laager Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
Sun, 31 Aug 2008 17:54:21 +0000 Daniel Atallah An optimization for purple_accounts_find() to eliminate a malloc/free per
Wed, 23 Apr 2008 16:38:08 +0000 Stu Tomlinson Allow changing to or from an empty password when the protocol specifies
Wed, 27 Feb 2008 22:43:36 +0000 Etan Reisner Add this back, the merge lost it.
Wed, 27 Feb 2008 00:24:57 +0000 Etan Reisner merge of '3195166356877e091e9b3d663bc03f7682ed3a17'
Tue, 26 Feb 2008 01:33:35 +0000 Etan Reisner Register and unregister the PurpleConnectionErrorInfo pointers with dbus, I
Tue, 26 Feb 2008 14:02:06 +0000 Stu Tomlinson I'm going to pretend this solves all my problems, except I can't see how
Thu, 31 Jan 2008 02:23:55 +0000 Eoin Coffey Made account.c use purple_connection_get_prpl instead of gc->prpl.
Mon, 14 Jan 2008 19:42:14 +0000 Daniel Atallah Plug a small leak.
Wed, 09 Jan 2008 22:14:17 +0000 Daniel Atallah This makes authorization requests go away when the account is disconnected. It will leak the protocol's user_data, but without an API change, there isn't much that can be done about that. References #4609
Thu, 03 Jan 2008 04:57:40 +0000 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
Tue, 25 Dec 2007 06:38:17 +0000 Mark Doliner Infinitesimally better debug message
Mon, 17 Dec 2007 12:09:59 +0000 Will Thompson Don't bother making transient connection errors persist across a restart.
Mon, 10 Dec 2007 15:22:27 +0000 Will Thompson Ensure that an error's description actually is UTF-8 before writing it out to
Thu, 06 Dec 2007 09:52:58 +0000 Sadrul Habib Chowdhury Normalize the names appropriately when searching for accounts. This should
Wed, 05 Dec 2007 00:03:11 +0000 Etan Reisner merge of '93a8de710501e9a772b3fb12ab3db6682a41b3d6'
Sat, 01 Dec 2007 23:40:13 +0000 Will Thompson g_strdup() connection error descriptions when restoring cached errors for
Mon, 19 Nov 2007 23:06:16 +0000 Etan Reisner merge of '374a8877bfa4fa06b384482815befe37f2c72b9b'
Sat, 17 Nov 2007 00:12:30 +0000 Richard Laager This merge has the effect of reverting the hinting code from trunk.
Sat, 10 Nov 2007 13:06:12 +0000 Will Thompson Propagating ipp to im.pidgin.cpw.resiak.disconnectreason caused
Sat, 10 Nov 2007 12:10:04 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin' (head d8103be97302efb404e2f6922925f661c807ad23)
Sat, 03 Nov 2007 00:25:33 +0000 Will Thompson purple_account_clear_current_error is public API, so should not be static.
Sat, 03 Nov 2007 00:23:01 +0000 Will Thompson Save accounts' current errors to accounts.xml, and restore them at startup.
Fri, 02 Nov 2007 19:36:34 +0000 Will Thompson Extract setting an account's current error to a static function. In the
Fri, 02 Nov 2007 15:00:24 +0000 Will Thompson Add purple_account_clear_current_error(), which does what it says on the tin.
Tue, 30 Oct 2007 21:38:14 +0000 Will Thompson Document exactly how long the PurpleConnectionErrorInfo pointers given out by
Sun, 28 Oct 2007 23:10:08 +0000 Will Thompson Mark pointed out that PurpleConnectionErrorPair is not a very good name for the
Sun, 28 Oct 2007 16:32:37 +0000 Will Thompson PurpleConnectionErrorPair is a better name for struct { PurpleConnectionError;
Sun, 28 Oct 2007 13:01:45 +0000 Will Thompson Add the old error to the account-error-changed signal.
Sun, 28 Oct 2007 00:46:45 +0000 Will Thompson Connect to connection-error in account.c so that the account error is actually
Sat, 27 Oct 2007 17:26:17 +0000 Will Thompson Make PurpleAccount keep track of the last connection error suffered (or not, if
Fri, 16 Nov 2007 23:32:17 +0000 Richard Laager merge of '1037fab539d2a95db4fc657f42420566f7e53440'
Fri, 16 Nov 2007 23:27:07 +0000 Richard Laager merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947'
Fri, 16 Nov 2007 23:01:12 +0000 Richard Laager disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
Sat, 10 Nov 2007 04:52:20 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
Sun, 14 Oct 2007 20:53:40 +0000 Richard Laager Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no
Fri, 16 Nov 2007 23:27:01 +0000 Richard Laager disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
Sun, 14 Oct 2007 18:07:19 +0000 Gabriel Schulhof Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c
Sun, 14 Oct 2007 02:49:47 +0000 Richard Laager propagate from branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head 675607eb0ab04822a33c6d542694e94dbb731035)
Sun, 14 Oct 2007 02:41:00 +0000 Richard Laager merge of '1bcf84e26d11f259b3c5ec663e3fecc2f01aed33'
Wed, 24 Oct 2007 02:48:32 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head 267f2e22b77cc35309c41a034169f74faaa46e1f)
Fri, 16 Nov 2007 23:30:03 +0000 Richard Laager disapproval of revision 'c484d979c4fda4433a9633ff8b69bd8a395c9479'
Sun, 14 Oct 2007 00:26:00 +0000 Richard Laager disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'