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.