log libpurple/account.c @ 25808:5ebfa814b9e8

age author description
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'
Wed, 10 Oct 2007 22:57:51 +0000 Gabriel Schulhof Removed request stuff - now on pidgin-request-ui-hint
Mon, 15 Oct 2007 23:55:05 +0000 Evan Schoenberg Using i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465) for
Sat, 22 Sep 2007 16:19:34 +0000 Gabriel Schulhof Updated hinting to be less invasive
Sat, 22 Sep 2007 09:48:07 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 025faf23aaac403798451974c320c4de6df470d5)
Sun, 21 Oct 2007 04:54:43 +0000 Luke Schierer applied changes from 7a436ba53de6adebccf4e920ca62d544e13b1094
Fri, 28 Sep 2007 16:22:27 +0000 Richard Laager applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
Fri, 28 Sep 2007 15:11:53 +0000 Richard Laager applied changes from 5fda75104115d0a95c1e214b6b3ca18c4dc86a0c
Wed, 19 Sep 2007 06:19:19 +0000 Sadrul Habib Chowdhury Authorization signals. Modified patch from cockroach. Closes #1061.
Tue, 18 Sep 2007 03:11:19 +0000 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
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Wed, 12 Sep 2007 19:11:38 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d)
Fri, 17 Aug 2007 22:10:43 +0000 Gabriel Schulhof explicit merge of 'fc49baf44017a8fd511c607b435668baf2a0f518'
Thu, 16 Aug 2007 18:59:28 +0000 Gabriel Schulhof Adding hints to libpurple/account.c
Mon, 10 Sep 2007 13:57:15 +0000 Daniel Atallah merge of '1c7910841138381c841363256ca3c7905b1f26b0'
Wed, 05 Sep 2007 22:32:14 +0000 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head 996cf0c57149ba6e1c714ebb1f11d5d4bac8fb68)
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Mon, 03 Sep 2007 09:52:44 +0000 Mark Doliner I can't get this code to trigger. I think the conversion from
Tue, 14 Aug 2007 22:00:24 +0000 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 37793415aab363acafa9ca7ce5a76c974dbc6c4c)
Sun, 12 Aug 2007 00:52:17 +0000 Daniel Atallah Warning fixes in the aftermath of resiak's authorize_cb and deny_cb type fixing.
Tue, 31 Jul 2007 03:50:41 +0000 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.
Mon, 30 Jul 2007 00:01:08 +0000 Andreas Monitzer Added unregistering XMPP accounts. This requires a new prpl-struct entry, but I got an ok for that on the mailing list.
Wed, 11 Jul 2007 22:27:44 +0000 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)
Sat, 07 Jul 2007 04:03:41 +0000 Sadrul Habib Chowdhury Do not crash if you delete an account with an open conversation.
Sat, 16 Jun 2007 19:44:59 +0000 Richard Laager Re-fix the DBus list handling code by killing const GList* / const GSList*
Sat, 16 Jun 2007 19:00:35 +0000 Richard Laager disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
Thu, 07 Jun 2007 04:22:42 +0000 Richard Laager Mark the return type const for the following functions. I noticed this
Sat, 19 May 2007 21:38:47 +0000 Richard Laager merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'
Fri, 22 Jun 2007 00:05:35 +0000 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.
Mon, 18 Jun 2007 12:37:29 +0000 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.
Mon, 18 Jun 2007 01:55:54 +0000 Andreas Monitzer Minor compilation fixes and corrected some typos on user tune. Added convenience function for setting the user tune.
Mon, 14 May 2007 23:35:50 +0000 Richard Laager Replace strcasecmp() calls with glib equivalents.
Sun, 29 Apr 2007 07:36:06 +0000 Richard Laager Fix up the private function calls to be prefixed with an underscore.
Sat, 28 Apr 2007 18:08:31 +0000 Sadrul Habib Chowdhury Part of the patch in ticket #383
Fri, 27 Apr 2007 04:28:41 +0000 Richard Laager Ref the filenames for account buddy icons on load.
Fri, 27 Apr 2007 02:14:44 +0000 Sean Egan propagate from branch 'im.pidgin.rlaager.gaim_migration' (head dcc40d46afbe3f87cc674e4fb1526ac722bc35cb)
Wed, 25 Apr 2007 23:29:46 +0000 Richard Laager Kill some compiler warnings and TODOs of mine.
Thu, 26 Apr 2007 12:25:49 +0000 Evan Schoenberg Added account, who, and conversation parameters to the request API calls, and updated all code to match. I can't compile the Perl module, so I'd appreciate it if someone who knows it would verify that this doesn't break Perl.
Wed, 25 Apr 2007 21:48:56 +0000 Richard Laager Updates for the account buddy icon stuff. This doesn't yet work fully (and maybe not even partly), but it compiles.
Sun, 15 Apr 2007 00:14:34 +0000 Nathan Walp patch from Simon Wilkinson to support Jabber/XMPP w/o passwords
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Fri, 09 Feb 2007 07:42:01 +0000 Mark Doliner sf patch #1655057, from Peter Tang
Wed, 31 Jan 2007 18:31:31 +0000 Evan Schoenberg The accounts request API now keeps track of a returned ui_handle for authorization requests, which can be closed on demand individually or all-at-once by account. When a connection is destroyed, its associated requests are closed.
Fri, 26 Jan 2007 04:10:22 +0000 Sadrul Habib Chowdhury Make sure the pounces, buddy-aliases, savedstatuses etc. saved before the aim/icq split works after the split. The util function _gaim_oscar_convert will be removed at a 'suitable' time in the future.
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/