summaryrefslogtreecommitdiff
path: root/libpurple/status.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all of the tune apiGary Kramlich2023-03-201-2/+0
* Remove all of the current Mood APIGary Kramlich2023-03-201-44/+0
* Bump C standard to C99 for libpurple files and fix warningsElliott Sales de Andrade2022-12-111-2/+3
* Remove PurpleAccountUiOps->status_changed as no one was using itGary Kramlich2022-11-051-6/+0
* Merge purple_status_set_active_with_attrs{,_dict}Elliott Sales de Andrade2022-10-051-18/+3
* Add introspectable version of purple_status_type_new_with_attrsElliott Sales de Andrade2022-09-291-0/+37
* De-privatize PurpleStatusElliott Sales de Andrade2022-09-201-46/+19
* Stop including internal.h everywhere when we really don't need it.Gary Kramlich2022-09-121-1/+0
* Remove the ui parameter from purple_account_[gs]et_enabledGary Kramlich2022-05-201-1/+1
* Now that the History API is here, remove the purple logging apiGary Kramlich2021-10-231-58/+0
* Clean up purple_status_set_active_with_attrs_dict to handle a NULL attrs dictGary Kramlich2021-01-141-75/+90
* Clean up a bunch doc issues.Gary Kramlich2020-11-191-31/+0
* Fix a bug where we tell the preferences to disconnect the wrong signalsGary Kramlich2020-10-301-1/+1
* Move PurpleAccountPresence and PurpleBuddyPresence to their own filesGary Kramlich2020-09-211-0/+2
* Make sure we're not including the gettext macros in header files and deal wit...Gary Kramlich2020-05-211-0/+3
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-0/+1
* Rename purple_account_set_status_list and purple_status_set_active_with_attrs...qarkai2020-04-081-3/+3
* Replace lists of PurpleAttr with GHashTableqarkai2019-11-261-35/+25
* Add PurpleAttr to use in lists instead of consecutive key and value elementsqarkai2019-11-161-33/+45
* Remove glibcompat.h from all the files that don't actually need it.Gary Kramlich2019-11-151-1/+0
* Use g_list_free_full instead of g_list_foreach+g_list_free.Elliott Sales de Andrade2019-10-011-2/+2
* Fix broken `priv != NULL` checks in libpurple.Elliott Sales de Andrade2019-08-071-10/+16
* Use G_DECLARE_FINAL_TYPE for PurpleStatus.Elliott Sales de Andrade2019-03-291-0/+36
* Cleanup account.[ch] and status.[ch] to remove g_type_class_add_private and o...Gary Kramlich2019-03-211-64/+33
* libpurple: Remove pointer registration for DBus APIMike Ruprecht2018-10-021-9/+0
* Use GDateTime in purple_log_write.Elliott Sales de Andrade2017-07-121-1/+2
* Merge release-2.x.y into defaultdx2017-06-121-3/+1
|\
| * Remove redundant NULL checksqarkai2017-03-241-3/+1
| * Replace !strcmp() with purple_strequal()qarkai2017-03-231-1/+1
* | Merged default branchAnkit Vani2014-02-231-1/+1
|\ \
| * \ Merge gtkdoc-conversionAnkit Vani2014-02-061-1/+1
| |\ \
| | * \ Merged soc.2013.gobjectification branchAnkit Vani2013-12-061-1/+1
| | |\ \
| | | * \ Merged soc.2013.gobjectification branchAnkit Vani2013-11-241-1/+1
| | | |\ \
| | | | * \ Merged soc.2013.gobjectification branchAnkit Vani2013-11-171-6/+8
| | | | |\ \
| | | | * \ \ Merged soc.2013.gobjectification branchAnkit Vani2013-11-161-6/+6
| | | | |\ \ \
| | | | * \ \ \ Merged soc.2013.gobjectification branchAnkit Vani2013-10-121-3/+4
| | | | |\ \ \ \
| | | | * \ \ \ \ Merged soc.2013.gobjectification branchAnkit Vani2013-10-111-1/+1
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ Merged soc.2013.gobjectification branchAnkit Vani2013-10-111-1/+1
| | | | | |\ \ \ \ \
| | | | | | * | | | | Backed out the previous 4 changesets. GSignals do not seem feasible with pidg...Ankit Vani2013-10-111-1/+1
| | | | | | * | | | | Renamed accounts.[ch] to account-manager.[ch]Ankit Vani2013-10-101-1/+1
| | | | | | * | | | | Merged soc.2013.gobjectification branchAnkit Vani2013-10-081-1/+1
| | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ Merged soc.2013.gobjectification branchAnkit Vani2013-10-011-11/+3
| | | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ \ Merged soc.2013.gobjectification branchAnkit Vani2013-10-011-19/+19
| | | | | | | |\ \ \ \ \ \
| | | | | | | * | | | | | | Replaced some _prpl_ stuff with _protocol_Ankit Vani2013-08-181-1/+1
* | | | | | | | | | | | | | Use a box reference count for PurpleStatusType's GBoxed copy and free functionsAnkit Vani2014-02-231-18/+15
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Fix some gtk-doc warnings till xmlnode.hAnkit Vani2014-02-061-4/+3
|/ / / / / / / / / / / /
* | | | | | | | | | | | Moved declaerations of shared private functions to internal.hAnkit Vani2013-12-061-3/+1
|/ / / / / / / / / / /
* | | | | | | | | | | libpurple: use g_object_class_install_properties instead of repeated g_object...Ankit Vani2013-11-241-7/+3
* | | | | | | | | | | libpurple: use g_object_notify_by_pspec instead of g_object_notifyAnkit Vani2013-11-241-15/+21
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | libpurple: Use G_PARAM_STATIC_STRINGS and ensure g_object_notify is always ca...Ankit Vani2013-11-171-6/+8
| |_|_|_|_|_|_|/ / |/| | | | | | | |