summaryrefslogtreecommitdiff
path: root/finch/gntaccount.c
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | Free the list returned by purple_protocols_get_all()Ankit Vani2013-09-031-0/+2
| | | * | | Renamed some prpl stuff to protocol stuff.Ankit Vani2013-09-011-12/+12
| | | * | | Refactored finch and a bit of libpurple plugins to use the new protocol APIAnkit Vani2013-09-011-3/+3
| | | * | | Renamed purple_find_protocol_info to purple_protocols_findAnkit Vani2013-09-011-1/+1
| | | * | | Use purple_protocol_get_* API instead of protocol->memberAnkit Vani2013-08-291-9/+9
| | | * | | Merged soc.2013.gobjectification branchAnkit Vani2013-08-221-52/+42
| | | |\ \ \
| | | | * | | Replaced some _prpl_ stuff with _protocol_Ankit Vani2013-08-181-11/+11
| | | | * | | Renamed PurplePluginProtocolInfo to PurpleProtocolAnkit Vani2013-08-171-30/+30
| | | | * | | Refactored gntaccount to use the initial GObject plugin APIAnkit Vani2013-07-311-42/+32
| | | | * | | Fixed a sed mistakeAnkit Vani2013-07-301-1/+1
| | | | * | | Renamed plugin.[ch] to plugins.[ch], since we (will) no longer have a PurpleP...Ankit Vani2013-07-291-1/+1
* | | | | | | Merged default branchAnkit Vani2014-02-061-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | gtk-doc prep: *_get_type() functions are hidden as standard GType-returning f...Ankit Vani2014-02-061-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Remove @file from .c filesAnkit Vani2014-02-041-5/+0
|/ / / / /
* | | | | Merged default branchAnkit Vani2013-09-211-9/+23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Notify API: extend purple_notify_message with PurpleRequestCommonParametersTomasz Wasilczyk2013-09-211-9/+23
* | | | | Merged default branchAnkit Vani2013-09-121-12/+10
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Request API refactoring: switch purple_request_action to PurpleRequestCommonP...Tomasz Wasilczyk2013-09-101-12/+10
* | | | Merged default branchAnkit Vani2013-08-221-3/+4
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Undo renames of UI blist headers back to gntblist.h and gtkblist.hAnkit Vani2013-07-061-1/+1
| * | Renamed blist.[ch] to buddylist.[ch]Ankit Vani2013-07-061-1/+1
| * | Added NULL account UI ops for privacy functions in finchAnkit Vani2013-06-201-1/+2
| * | Renamed purple_account_[get,set]_alias to purple_account[get,set]_private_alias.Ankit Vani2013-06-191-2/+2
* | | Fix most of libpurple warnings about -Wsign-compareTomasz Wasilczyk2013-08-211-1/+2
|/ /
* | Merge with defaultTomasz Wasilczyk2013-03-181-2/+2
|\ \
| * | Add a message to the authorization callbacks.Elliott Sales de Andrade2013-01-261-2/+2
| |/
* | Clean up Finch account changes.Elliott Sales de Andrade2011-11-071-12/+8
* | Remove the silly destroy argument from purple_account_set_password andElliott Sales de Andrade2011-10-311-2/+2
* | Remove deprecated API since we're targeting 3.0.0 here. Don't mind theElliott Sales de Andrade2011-10-311-3/+3
* | propagate from branch 'im.pidgin.pidgin' (head e275f5e7b257ee56363a918879d8af...Elliott Sales de Andrade2011-10-301-3/+14
|\ \ | |/ |/|
| * propagate from branch 'im.pidgin.pidgin' (head 32da7ab6d1092d199f3c54e43644fb...Paul Aurich2009-08-291-9/+17
| |\
| * \ propagate from branch 'im.pidgin.pidgin' (head 8d1a98b45f9d3627857c6e36cef4d9...Ka-Hing Cheung2009-01-031-1/+43
| |\ \
| * | | Added support for master password in pidgin's pref interface.Vivien Bernet-Rollande2008-08-171-4/+5
| * | | Changed most of the account_get_password() calls to the async function.Vivien Bernet-Rollande2008-08-151-3/+0
| * | | Made more calls asynch, enhanced error checking and reporting.Vivien Bernet-Rollande2008-08-141-3/+16
* | | | Remove trailing whitespaceRichard Laager2011-01-041-1/+1
* | | | finch: Add support for string lists as account optionsPaul Aurich2010-08-271-3/+22
* | | | Some updates to the account window.Sadrul Habib Chowdhury2010-07-051-4/+36
* | | | Fix all the remaining files for which internal.h doesn't end up being the fir...Paul Aurich2009-12-081-1/+2
* | | | Allow unsetting account alias in finch.Sadrul Habib Chowdhury2009-09-261-2/+1
| |_|/ |/| |
* | | Don't crash trying to modify the settings for an account where the prpl isStu Tomlinson2009-08-061-3/+5
* | | Don't include an internal header in the public finch headers.Elliott Sales de Andrade2009-07-181-0/+1
* | | Activate the current status for an account being enabledRichard Nelson2009-04-061-1/+6
* | | Change "screen name" to "username" or "buddy name" in a whole bunch ofMark Doliner2009-01-261-5/+5
| |/ |/|
* | A patch to clean up authorization request related stuff. Fixes #7695.Paul Aurich2008-12-061-0/+2
* | datallah reminds me that my strings suckSadrul Habib Chowdhury2008-09-041-1/+1
* | Press - or = in the accounts list to reorder accounts.Sadrul Habib Chowdhury2008-08-311-0/+40
|/
* Allow account registration in a new account dialog.Sadrul Habib Chowdhury2008-05-211-3/+28
* Change the string "screen name" to "username" everywhere. I think mostMark Doliner2008-04-301-2/+2
* The Gnome Human Interface Guidelines say, "if pressing this button byMark Doliner2008-02-031-1/+2