summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* closing merged branchkill-oscar-prplGary Kramlich2019-10-250-0/+0
|
* Remove OSCAR from POTFILES.in.John Bailey2019-10-211-39/+0
|
* Remove the docs for OSCAR. No need to carry docs for a prpl we don't carry.John Bailey2019-10-214-0/+0
|
* Remove the OSCAR prpl as it is no longer relevant.John Bailey2019-10-2153-27684/+1
|
* The XMPP Console plugin was moved into its own directory. Update POTFILES.in.John Bailey2019-10-211-1/+1
|
* A couple more updates to POTFILES.in for changes in the tree.John Bailey2019-10-211-2/+1
|
* Remove a file from POTFILES.in since it was removed from the tree.John Bailey2019-10-211-1/+0
|
* Replace functions which called once with their bodiesqarkai2019-10-201-18/+2
|
* Set GList to NULL after freeqarkai2019-10-194-0/+4
|
* Make functions inlineqarkai2019-10-191-2/+2
|
* Use g_list_free_full instead of manual iterationsqarkai2019-10-1819-131/+31
|
* Replace g_list_remove_link+g_list_free_1 with g_list_delete_linkqarkai2019-10-181-4/+2
|
* Merged in qulogic/pidgin (pull request #607)Gary Kramlich2019-10-1826-4444/+0
|\ | | | | | | | | | | Delete HTTP code Approved-by: Gary Kramlich <grim@reaperworld.com>
| * Remove all http handling code.Elliott Sales de Andrade2019-10-174-4417/+0
| | | | | | | | | | It's been replaced by libsoup in all cases now.
| * Remove old #include of http header and its init.Elliott Sales de Andrade2019-10-1722-27/+0
| |
* | Merged in default (pull request #605)Gary Kramlich2019-10-1827-296/+86
|\ \ | |/ |/| | | | | | | | | | | Use GSList functions instead of manual iterations Approved-by: Elliott Sales de Andrade Approved-by: Gary Kramlich Approved-by: Eion Robb
| * Use gpointer to correspond to GDestroyNotifyArkadiy Illarionov2019-10-161-3/+2
| |
| * Add bracesArkadiy Illarionov2019-10-161-1/+2
| |
| * Drop redundant returnsArkadiy Illarionov2019-10-162-2/+0
| |
| * Use g_slist_delete_link instead of g_slist_removeArkadiy Illarionov2019-10-162-2/+2
| |
| * Use GSList functions instead of manual iterationsqarkai2019-10-1627-296/+88
| |
* | Forward doc option on to libgnt.Elliott Sales de Andrade2019-10-151-0/+1
|/
* Merged in default (pull request #604)Gary Kramlich2019-10-1514-126/+45
|\ | | | | | | | | | | | | | | Use GList functions instead of manual iterations Approved-by: Elliott Sales de Andrade Approved-by: Gary Kramlich Approved-by: Eion Robb
| * Drop one more redundant ifqarkai2019-10-141-5/+2
| |
| * Restore bracesqarkai2019-10-141-1/+2
| |
| * Drop redundant ifqarkai2019-10-141-3/+1
| |
| * Make return clearerqarkai2019-10-141-3/+1
| |
| * Fix memleakqarkai2019-10-141-0/+1
| |
| * Revert one g_list_find_customqarkai2019-10-131-1/+5
| |
| * Use GList functions instead of manual iterationsqarkai2019-10-1315-124/+44
| |
* | Merged in default (pull request #603)Gary Kramlich2019-10-154-29/+50
|\ \ | | | | | | | | | | | | | | | | | | Fix the macos build Approved-by: Elliott Sales de Andrade Approved-by: Eion Robb
| * | replace spaces with tabs for the new idle tracker for macosGary Kramlich2019-10-141-23/+23
| | |
| * | Fix up the introspection feature so it can be disabled correctlyGary Kramlich2019-10-142-8/+17
| | |
| * | usr/include/dispatch/dispatch.h on macos has a bad macro test that requires ↵Gary Kramlich2019-10-131-2/+9
| | | | | | | | | | | | HAVE_UNISTD_H to have a value, this works around it.
| * | Move to a newer method for getting the idle time on macosGary Kramlich2019-10-131-21/+26
| | |
| * | Fix a preproc check that should have been checking for HAVE_X11 but was just ↵Gary Kramlich2019-10-131-1/+1
| |/ | | | | | | checking if windows
* | Merged in default (pull request #601)Gary Kramlich2019-10-158-452/+125
|\ \ | |/ |/| | | | | | | Convert Facebook to libsoup Approved-by: Gary Kramlich
| * Cut down on FbHttpParams code using libsoup.Elliott Sales de Andrade2019-10-123-91/+11
| |
| * Rewrite fb_http_urlcmp using SoupURI.Elliott Sales de Andrade2019-10-121-41/+14
| |
| * Simplify Facebook API soup session setup.Elliott Sales de Andrade2019-10-101-5/+3
| |
| * Replace custom data storage with GObject data.Elliott Sales de Andrade2019-10-101-56/+6
| |
| * Remove Facebook HTTP connection pool code.Elliott Sales de Andrade2019-10-102-153/+0
| | | | | | | | | | It's unused with everything in libsoup sessions.
| * Pass correct proxy resolver to Facebook soup session.Elliott Sales de Andrade2019-10-105-11/+22
| |
| * Convert most Facebook prpl to libsoup.Elliott Sales de Andrade2019-10-105-107/+81
| |
* | Fix Finch build with latest libgnt.Elliott Sales de Andrade2019-10-121-5/+4
| |
* | Merged in default (pull request #598)Gary Kramlich2019-10-1311-496/+382
|\ \ | | | | | | | | | | | | | | | Convert Gadu-Gadu to libsoup Approved-by: Gary Kramlich
| * | Simplify handling of GG xfer auth queue.Elliott Sales de Andrade2019-10-121-8/+5
| | | | | | | | | | | | | | | | | | Use a GSList since it's only used in one direction, and simplify deletion of list when auth result has been obtained.
| * | Convert GG file transfers to libsoup.Elliott Sales de Andrade2019-10-123-232/+189
| | |
| * | Remove extra indirection with ggp_avatar_session_data.Elliott Sales de Andrade2019-10-123-20/+16
| | |
| * | Remove manual queuing of GG avatar fetching.Elliott Sales de Andrade2019-10-122-117/+31
| | | | | | | | | | | | | | | | | | This is handled by the libsoup session, so we don't need to do it ourselves.