log libpurple/account.c @ 30713:f6b2412e4351

age author description
2010-02-18 Daniel Atallah Minor optimization / incorrect use prevention
2010-01-09 Daniel Atallah propagate from branch 'im.pidgin.pidgin' (head d5a2e2287440ac7134c201e66921754bd4187ba9)
2009-10-31 John Bailey propagate from branch 'im.pidgin.pidgin' (head bc551a0f3f61b07c37e8677925b1aeae91e849be)
2009-10-12 John Bailey propagate from branch 'im.pidgin.pidgin' (head 2ac9ba8bc7ccc501db6f24fdfe06025a3957852a)
2009-09-16 John Bailey merge of '6aa03fdea8a7360d07b6a8c72cfd0796a2990753'
2009-09-16 John Bailey This effectively moves Etan's API addition off im.pidgin.pidgin and onto
2010-01-08 Paul Aurich propagate from branch 'im.pidgin.pidgin.2.6.5' (head 794204a24ba7bf26cdb07ae71b9573b09927d641)
2010-01-07 Daniel Atallah *** Plucked rev 0707f870a510922ae86ef379b5f01efa76d01402 (8e1d807c1aadfb510e14f047d2cf00e0c06be465):
2010-01-06 Stu Tomlinson purple_account_request_authorization() does not require non-NULL auth and
2010-01-03 Elliott Sales de Andrade Fix some funny indenting.
2009-10-26 Paul Aurich account: Don't leak the account->privacy / account->deny lists.
2009-10-08 Sadrul Habib Chowdhury Fixing leak is nice, but let's not crash in the process.
2009-10-08 Sadrul Habib Chowdhury Fix a possible leak.
2009-09-16 John Bailey merge of '21bc6a005e10217fb89ff6fe326c1f4174fadf73'
2009-09-16 John Bailey disapproval of revision 'f7d26d95395d5013710b12cfdfcf131aa1033e0c'
2009-09-08 Etan Reisner merge of '9ce1a7ac92f523b7b5b9983746ae57ee1fac1a67'
2009-08-15 Etan Reisner Add a purple_account_get_name_for_display function (I'm not a huge fan of that
2009-08-29 Paul Aurich Add assertions to purple_account_add_buddy; a NULL buddy is very bad. Refs #10115.
2009-08-25 Paul Aurich Display the username in the debug log when disconnecting an account.
2009-07-27 hanzz Add blist ui-ops to overload the saving of data to blist.xml. Closes #9630.
2009-07-06 John Bailey propagate from branch 'im.pidgin.cpw.rekkanoryo.yahoo.separate_prpls' (head 6e083673febdc8bcc64df4df1500cfb121771d02)
2009-07-05 Paul Aurich Unregister the account signals after destroying accounts.
2009-07-04 Etan Reisner merge of '91a5d80aa52d8c1ca101bfaa0dfc3f7a2feb99ec'
2009-07-06 John Bailey I forgot to remove the old bool setting for Yahoo! JAPAN.
2009-07-06 John Bailey Migrate Yahoo! JAPAN accounts to the new prpl (in theory). This also adds
2009-07-02 mauro brasil Increase the logging level of some debugging messages that seemed to be a
2009-05-18 Etan Reisner merge of '40d000364c4c9c5b0a3971fbe7bb4878e3737202'
2009-05-16 Richard Laager A patch from Scott Wolchok to replace snprintf() with g_snprintf() and
2009-05-01 Paul Aurich Add account-(created|destroying) signals.
2009-04-26 Paul Aurich Add a new signal which is emitted (after the account is connected) if the
2009-05-08 Etan Reisner Don't debug print that we are connecting an account until we are reasonably
2009-04-11 Sadrul Habib Chowdhury Reset some global data when uninit-ing. Fixes a crash on quit.
2009-04-09 Nick Hebner Various libpurple uninit memory cleanups.
2009-01-26 Mark Doliner Remove trailing whitespace
2009-01-22 Richard Laager propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)
2009-01-06 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
2008-12-12 Richard Laager propagate from branch 'im.pidgin.pidgin' (head b8d6086aef6b2e65d86e8ce60220ab7f460d5079)
2008-12-08 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 81aa401ac9855c99eb55a7cf91fa221860dee220)
2008-12-13 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head d5bb29138cbe033bbfd8ec689203d73818765327)
2008-11-16 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 8daee71db7028dda036c11e23ca5a60fe834fa95)
2008-11-02 Sadrul Habib Chowdhury A couple of minor fixes.
2008-11-02 Gary Kramlich Finish off the libpurple updates for the hidden blist structs
2009-01-20 Daniel Atallah Thomas Gibson-Robinson noticed that the "saveable" attribute of a status type
2008-12-11 Sadrul Habib Chowdhury Use ref-counting to prevent a crash if request-auth callbacks are called
2008-12-06 Florian Quèze Fix a crash in purple_accounts_delete that happens when the buddy list hasn't
2008-11-16 Richard Laager propagate from branch 'im.pidgin.cpw.khc.msnp14.soap' (head a8cd841bcb25707847d12b7743eaf73cc27274af)
2008-10-30 Richard Laager Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
2008-08-31 Daniel Atallah An optimization for purple_accounts_find() to eliminate a malloc/free per
2008-04-23 Stu Tomlinson Allow changing to or from an empty password when the protocol specifies
2008-02-27 Etan Reisner Add this back, the merge lost it.
2008-02-27 Etan Reisner merge of '3195166356877e091e9b3d663bc03f7682ed3a17'
2008-02-26 Etan Reisner Register and unregister the PurpleConnectionErrorInfo pointers with dbus, I
2008-02-26 Stu Tomlinson I'm going to pretend this solves all my problems, except I can't see how
2008-01-31 Eoin Coffey Made account.c use purple_connection_get_prpl instead of gc->prpl.
2008-01-14 Daniel Atallah Plug a small leak.
2008-01-09 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
2008-01-03 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
2007-12-25 Mark Doliner Infinitesimally better debug message
2007-12-17 Will Thompson Don't bother making transient connection errors persist across a restart.
2007-12-10 Will Thompson Ensure that an error's description actually is UTF-8 before writing it out to
2007-12-06 Sadrul Habib Chowdhury Normalize the names appropriately when searching for accounts. This should
2007-12-05 Etan Reisner merge of '93a8de710501e9a772b3fb12ab3db6682a41b3d6'
2007-12-01 Will Thompson g_strdup() connection error descriptions when restoring cached errors for
2007-11-19 Etan Reisner merge of '374a8877bfa4fa06b384482815befe37f2c72b9b'
2007-11-17 Richard Laager This merge has the effect of reverting the hinting code from trunk.
2007-11-10 Will Thompson Propagating ipp to im.pidgin.cpw.resiak.disconnectreason caused
2007-11-10 Will Thompson propagate from branch 'im.pidgin.pidgin' (head d8103be97302efb404e2f6922925f661c807ad23)
2007-11-03 Will Thompson purple_account_clear_current_error is public API, so should not be static.
2007-11-03 Will Thompson Save accounts' current errors to accounts.xml, and restore them at startup.
2007-11-02 Will Thompson Extract setting an account's current error to a static function. In the
2007-11-02 Will Thompson Add purple_account_clear_current_error(), which does what it says on the tin.
2007-10-30 Will Thompson Document exactly how long the PurpleConnectionErrorInfo pointers given out by
2007-10-28 Will Thompson Mark pointed out that PurpleConnectionErrorPair is not a very good name for the
2007-10-28 Will Thompson PurpleConnectionErrorPair is a better name for struct { PurpleConnectionError;
2007-10-28 Will Thompson Add the old error to the account-error-changed signal.
2007-10-28 Will Thompson Connect to connection-error in account.c so that the account error is actually
2007-10-27 Will Thompson Make PurpleAccount keep track of the last connection error suffered (or not, if
2007-11-16 Richard Laager merge of '1037fab539d2a95db4fc657f42420566f7e53440'
2007-11-16 Richard Laager merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947'
2007-11-16 Richard Laager disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
2007-11-10 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
2007-10-14 Richard Laager Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no
2007-11-16 Richard Laager disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
2007-10-14 Gabriel Schulhof Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c
2007-10-14 Richard Laager propagate from branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head 675607eb0ab04822a33c6d542694e94dbb731035)
2007-10-14 Richard Laager merge of '1bcf84e26d11f259b3c5ec663e3fecc2f01aed33'
2007-10-24 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head 267f2e22b77cc35309c41a034169f74faaa46e1f)
2007-11-16 Richard Laager disapproval of revision 'c484d979c4fda4433a9633ff8b69bd8a395c9479'
2007-10-14 Richard Laager disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'
2007-10-10 Gabriel Schulhof Removed request stuff - now on pidgin-request-ui-hint
2007-10-15 Evan Schoenberg Using i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465) for
2007-09-22 Gabriel Schulhof Updated hinting to be less invasive
2007-09-22 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 025faf23aaac403798451974c320c4de6df470d5)
2007-10-21 Luke Schierer applied changes from 7a436ba53de6adebccf4e920ca62d544e13b1094
2007-09-28 Richard Laager applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
2007-09-28 Richard Laager applied changes from 5fda75104115d0a95c1e214b6b3ca18c4dc86a0c
2007-09-19 Sadrul Habib Chowdhury Authorization signals. Modified patch from cockroach. Closes #1061.
2007-09-18 Daniel Atallah Disable the account when the user cancels entering the password so the account isn't stuck in a weird unconnected state. Fixes #1791
2007-09-16 Sean Egan remove gpl boilerplate from doxygen docs
2007-09-12 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d)
2007-08-17 Gabriel Schulhof explicit merge of 'fc49baf44017a8fd511c607b435668baf2a0f518'
2007-08-16 Gabriel Schulhof Adding hints to libpurple/account.c
2007-09-10 Daniel Atallah merge of '1c7910841138381c841363256ca3c7905b1f26b0'
2007-09-05 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head 996cf0c57149ba6e1c714ebb1f11d5d4bac8fb68)
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-09-03 Mark Doliner I can't get this code to trigger. I think the conversion from
2007-08-14 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 37793415aab363acafa9ca7ce5a76c974dbc6c4c)
2007-08-12 Daniel Atallah Warning fixes in the aftermath of resiak's authorize_cb and deny_cb type fixing.
2007-07-31 Andreas Monitzer Implemented a callback for unregistering, mirroring the registration callback. Since this is a new API, I can do it properly by passing it right in the unregister function call, instead of having a separate function for setting it.
2007-07-30 Andreas Monitzer Added unregistering XMPP accounts. This requires a new prpl-struct entry, but I got an ok for that on the mailing list.
2007-07-11 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)
2007-07-07 Sadrul Habib Chowdhury Do not crash if you delete an account with an open conversation.
2007-06-16 Richard Laager Re-fix the DBus list handling code by killing const GList* / const GSList*
2007-06-16 Richard Laager disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
2007-06-07 Richard Laager Mark the return type const for the following functions. I noticed this
2007-05-19 Richard Laager merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'
2007-06-22 Andreas Monitzer Implemented a callback for a successful registration, supplying the username and password to the application when available, in the way explained by Sean.
2007-06-18 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.
2007-06-18 Andreas Monitzer Minor compilation fixes and corrected some typos on user tune. Added convenience function for setting the user tune.
2007-05-14 Richard Laager Replace strcasecmp() calls with glib equivalents.