summaryrefslogtreecommitdiff
path: root/libpurple/account.c
Commit message (Expand)AuthorAgeFilesLines
* It looks like this account proxy info is leaked, too.Elliott Sales de Andrade2010-11-211-0/+3
* Remove unneeded returnsMark Doliner2010-11-011-4/+0
* warnings--John Bailey2010-10-311-1/+1
* Tweak the login server migration for ICQ:John Bailey2010-10-311-4/+5
* Implement a migration for ICQ login servers.John Bailey2010-10-311-0/+25
* jabber: Unify "Require TLS" and "Use old-style (port 5223) SSL" settingsPaul Aurich2010-08-311-0/+22
* Standardize on "cancelled".Elliott Sales de Andrade2010-08-231-1/+1
* Only call failure_cb if it exists for the [gs]et_public_alias functions.Paul Aurich2010-06-181-2/+2
* Add purple_account_[gs]et_public_alias functions, per discussion in d@cpiPaul Aurich2010-04-291-0/+86
* Add getter and setter for account->perm_deny. Patch by Stephen Whitmore.Mark Doliner2010-04-161-0/+16
* account: Add copies of connection signed-(on|off) and connection-error.Yonas Yanfa2010-04-121-0/+35
* Minor optimization / incorrect use preventionDaniel Atallah2010-02-181-2/+3
* propagate from branch 'im.pidgin.pidgin' (head 1e232732a9f31f155cd1b160e3af97...Daniel Atallah2010-01-091-10/+14
|\
| * purple_account_request_authorization() does not require non-NULL auth andStu Tomlinson2010-01-061-4/+8
| * Fix some funny indenting.Elliott Sales de Andrade2010-01-031-6/+6
* | propagate from branch 'im.pidgin.pidgin' (head e8995c6648becc2478de4dc29691d4...John Bailey2009-10-311-0/+36
|\ \ | |/ |/|
| * propagate from branch 'im.pidgin.pidgin' (head a131a284c429e3dff117a3423409b4...John Bailey2009-10-121-0/+36
| |\
| | * merge of '7334e85a7a560cd1c34bcd59073ccb936fa16963'John Bailey2009-09-161-0/+36
| | |\
| | | * This effectively moves Etan's API addition off im.pidgin.pidgin and ontoJohn Bailey2009-09-161-0/+36
* | | | account: Don't leak the account->privacy / account->deny lists.Paul Aurich2009-10-261-0/+10
|/ / /
* | | Fixing leak is nice, but let's not crash in the process.Sadrul Habib Chowdhury2009-10-081-2/+4
* | | Fix a possible leak.Sadrul Habib Chowdhury2009-10-081-0/+1
|/ /
* | merge of '755d7efe6da376f6fbeb9f6d3e08f2d7201aabc7'John Bailey2009-09-161-2/+9
|\ \
| * \ merge of '09ac376b0f285bdc64f393da22d764284d48fcbd'Etan Reisner2009-09-081-0/+36
| |\ \
| * | | Add assertions to purple_account_add_buddy; a NULL buddy is very bad. Refs #1...Paul Aurich2009-08-291-1/+5
| | |/ | |/|
| * | Display the username in the debug log when disconnecting an account.Paul Aurich2009-08-251-1/+4
* | | disapproval of revision '309f7698d6b7bdb5a545290ca746d53a6e9c5f4b'John Bailey2009-09-161-36/+0
| |/ |/|
* | Add a purple_account_get_name_for_display function (I'm not a huge fan of thatEtan Reisner2009-08-151-0/+36
|/
* Add blist ui-ops to overload the saving of data to blist.xml. Closes #9630.Jan Kaluza2009-07-271-1/+5
* propagate from branch 'im.pidgin.cpw.rekkanoryo.yahoo.separate_prpls' (head 1...John Bailey2009-07-061-0/+43
|\
| * I forgot to remove the old bool setting for Yahoo! JAPAN.John Bailey2009-07-061-0/+1
| * Migrate Yahoo! JAPAN accounts to the new prpl (in theory). This also addsJohn Bailey2009-07-061-0/+42
* | Unregister the account signals after destroying accounts.Paul Aurich2009-07-051-3/+3
* | merge of '9147f6a00811b00ad8a36a9ccf04291f2b5ae50d'Etan Reisner2009-07-041-8/+11
|\ \ | |/ |/|
| * merge of '206581aed04f194adfdcba63099be15198cf8d71'Etan Reisner2009-05-181-8/+11
| |\
| | * Don't debug print that we are connecting an account until we are reasonablyEtan Reisner2009-05-081-8/+11
* | | Increase the logging level of some debugging messages that seemed to be aMauro Brasil2009-07-021-1/+1
|/ /
* | A patch from Scott Wolchok to replace snprintf() with g_snprintf() andRichard Laager2009-05-161-6/+6
* | Add account-(created|destroying) signals.Paul Aurich2009-05-011-0/+11
* | Add a new signal which is emitted (after the account is connected) if thePaul Aurich2009-04-261-0/+4
* | Reset some global data when uninit-ing. Fixes a crash on quit.Sadrul Habib Chowdhury2009-04-111-6/+2
* | Various libpurple uninit memory cleanups.Nick Hebner2009-04-091-0/+7
|/
* Remove trailing whitespaceMark Doliner2009-01-261-19/+19
* propagate from branch 'im.pidgin.pidgin' (head 1bc731764f9350e649865aa63550c7...Sadrul Habib Chowdhury2009-01-211-4/+9
|\
| * Thomas Gibson-Robinson noticed that the "saveable" attribute of a status typeDaniel Atallah2009-01-201-4/+9
* | Patch from Paul Aurich to add purple_strequal to help readability and simplic...Paul Aurich2009-01-061-15/+13
* | propagate from branch 'im.pidgin.pidgin' (head 8c8bd0d2036f11aaac367b727148b2...Gary Kramlich2008-12-131-9/+12
|\ \ | |/ |/|
| * A couple of minor fixes.Sadrul Habib Chowdhury2008-11-021-4/+2
| * Finish off the libpurple updates for the hidden blist structsGary Kramlich2008-11-021-8/+13
* | Use ref-counting to prevent a crash if request-auth callbacks are calledSadrul Habib Chowdhury2008-12-111-11/+25