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.
|