summaryrefslogtreecommitdiff
path: root/finch/gntaccount.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_clear_* helpers where usefulElliott Sales de Andrade2023-03-211-9/+3
* Mark unused parameters as such for all finchGary Kramlich2023-02-231-7/+12
* Update Finch for the PurpleAccount deprecationsGary Kramlich2022-12-141-22/+40
* Add a setting-changed signal to PurpleAccount and propagate it from PurpleAcc...Gary Kramlich2022-11-281-0/+1
* Remove the ability to register new accounts.Gary Kramlich2022-11-071-14/+1
* Propagate the PurpleAccount::notify signal via PurpleAccountManager::account-...Gary Kramlich2022-11-041-19/+9
* Move PurpleAccountManager to GPtrArray and implement GListModelElliott Sales de Andrade2022-10-281-23/+45
* Remove C99-obsoleted constructsElliott Sales de Andrade2022-10-261-3/+6
* Fix connection errors getting deleted when an account is disconnectedGary Kramlich2022-10-231-1/+1
* Use PurpleAccountManager added/removed signalsElliott Sales de Andrade2022-10-091-14/+17
* Add a require password option to the finch account editorGary Kramlich2022-10-041-6/+35
* Replace the request_add Account UiOp with a new AddContact notificationGary Kramlich2022-08-231-106/+0
* Create PurpleAuthorizationRequest and use it for notifications.Gary Kramlich2022-08-221-120/+5
* Fix the add account button in Finch by removing passwords from it.Gary Kramlich2022-08-151-43/+1
* Remove purple_account_notify_added as it isn't used by anyone.Gary Kramlich2022-07-181-19/+0
* Remove the ui parameter from purple_account_[gs]et_enabledGary Kramlich2022-05-201-4/+4
* Replace PURPLE_CALLBACK by G_CALLBACKElliott Sales de Andrade2022-03-251-4/+4
* port finch to the new AccountManager APIGary Kramlich2021-12-121-13/+20
* Modernize PurpleProtocolGary Kramlich2021-03-081-9/+19
* Port finch from the purple_protocols api to the purple_protocol_manager apiGary Kramlich2021-03-021-2/+4
* Fix some warnings about missing braces by moving to struct initializersGary Kramlich2021-01-141-10/+4
* Remove the account check email option.Gary Kramlich2021-01-111-17/+0
* Use PurpleCredentialManager instead of the old keyring api.Gary Kramlich2021-01-021-8/+26
* Don't allow libraries to include their own global header files.Gary Kramlich2020-11-191-2/+1
* Fix Finch for the libgnt single header fileGary Kramlich2020-08-151-10/+0
* Make sure we're not including the gettext macros in header files and deal wit...Gary Kramlich2020-05-211-0/+2
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-3/+1
* Split PurpleKeyValuePair out to it's own file and try to do some cleanup in t...Gary Kramlich2020-04-301-7/+1
* Use g_(v)snprintf so we need less wrappers.Elliott Sales de Andrade2019-10-301-1/+1
* rename accountopt.[ch] to purpleaccountoption.[ch]Gary Kramlich2019-09-271-1/+1
* Fix several memory leaks.Elliott Sales de Andrade2019-10-021-0/+1
* finch: Fix possible leaks.Elliott Sales de Andrade2019-10-021-0/+1
* finch: Remove redundant checks.Elliott Sales de Andrade2019-10-021-2/+3
* Clean up all of the license headersGary Kramlich2019-09-291-1/+3
* Rename *_GET_*_IFACE to more standard *_GET_IFACE.Elliott Sales de Andrade2019-08-061-2/+2
* Avoid using internal gnt_screen_release.Elliott Sales de Andrade2019-05-171-2/+9
* Use new gnt_box_get_children.Elliott Sales de Andrade2019-04-231-1/+3
* Use GntWidget flag accessor functions.Elliott Sales de Andrade2019-04-091-1/+1
* Merge release-2.x.y into defaultdx2017-06-121-2/+2
|\
| * Replace strcmp() with purple_strequal()qarkai2017-03-241-1/+1
| * Replace misused g_str_equal() with purple_strequal()qarkai2017-03-231-1/+1
* | The last of the NULL-checks before free()Michael McConville2015-12-211-2/+1
* | Merged default branchAnkit Vani2014-05-101-10/+12
|\ \
| * | Implement purple_account_user_split_(is|set)_constant, remove unsupported Fac...Tomasz Wasilczyk2014-05-071-10/+12
* | | Merge gtkdoc-conversionAnkit Vani2014-02-061-67/+59
|\ \ \ | |/ / |/| |
| * | Merge gtkdoc-conversionAnkit Vani2014-02-041-67/+59
| |\ \
| | * | Rename 'protocol_options' field of PurpleProtocol to more appropriate 'accoun...Ankit Vani2014-01-311-5/+5
| | * | Merged soc.2013.gobjectification branchAnkit Vani2013-09-211-9/+23
| | |\ \
| | * | | Refactored finch to use the new protocol APIAnkit Vani2013-09-141-2/+2
| | * | | Merged soc.2013.gobjectification branchAnkit Vani2013-09-121-64/+56
| | |\ \ \