summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* closing merged branchjingle-reply-with-senders-bothGary Kramlich2019-11-110-0/+0
|
* jingle: always reply with senders set to bothFabrice Bellet2019-11-081-0/+7
|
* Merged in default (pull request #629)Gary Kramlich2019-11-101-80/+0
|\ | | | | | | | | | | | | Remove the queued_output_stream_clear_on_error test as it was more of a heuristic test than anything else Approved-by: Elliott Sales de Andrade Approved-by: John Bailey
| * Remove the queued_output_stream_clear_on_error test as it was more of a ↵Gary Kramlich2019-11-071-80/+0
| | | | | | | | heurisitc test than anything else
* | Remove GtkDialog handling in pidgin_widget_decorate_account.Elliott Sales de Andrade2019-11-102-12/+2
| | | | | | | | | | | | This function is only ever called with a Gtk[H]Box, so this squelches warnings about deprecated functions.
* | Fix broken check in zephyr.Elliott Sales de Andrade2019-11-101-1/+1
| |
* | Avoid warnings about abs/labs due to long time_t.Elliott Sales de Andrade2019-11-101-5/+4
| |
* | Fix undefined behaviour of default argument promotion to va_start.Elliott Sales de Andrade2019-11-102-11/+5
|/
* Merged in default (pull request #628)Gary Kramlich2019-11-062-8/+13
|\ | | | | | | | | | | Decrease Delay for XMPP File Transfers Using Streamhosts Approved-by: Gary Kramlich
| * Fix an error caused by misreading purple_strequal()John Bailey2019-11-051-1/+1
| |
| * Credit Evert Mouw for the portion of his PR that I accepted.John Bailey2019-11-051-0/+1
| |
| * Less delay for XMPP file transfer using streamhosts. Ignore 0.0.0.0.Evert Mouw2019-11-051-8/+12
| |
* | Add some NULL checks to silence scan-build.Elliott Sales de Andrade2019-11-052-6/+7
| |
* | Fix const-cast warning.Elliott Sales de Andrade2019-11-051-2/+2
| |
* | Re-write remove_prefs to not use recursion.Elliott Sales de Andrade2019-11-051-22/+50
| | | | | | | | | | | | This also fixes the possible use-after-free that scan-build seems to think is there.
* | Fix brokenness in jingle_google_p2p_add_local_candidate.Elliott Sales de Andrade2019-11-051-2/+2
| | | | | | | | | | This seems to have been wrong since it was written (apparently by me).
* | Fix some possible leaks.Elliott Sales de Andrade2019-11-053-9/+7
| |
* | Re-arrange jabber_buddy_resource_free to avoid use-after-free warning.Elliott Sales de Andrade2019-11-051-4/+2
| | | | | | | | | | | | scan-build doesn't recognize the effect of g_list_remove, but this seems a bit cleaner anyway.
* | Fix some use-after-free.Elliott Sales de Andrade2019-11-052-2/+2
| |
* | Add a scanbuild convey planGary Kramlich2019-11-041-0/+8
| |
* | Merge upstream, resolve conflictsqarkai2019-11-0461-1525/+1016
|\ \
| * \ Merged in default (pull request #625)Gary Kramlich2019-11-0421-61/+18
| |\ \ | | | | | | | | | | | | | | | | | | | | Remove some redundant code Approved-by: Gary Kramlich
| | * | Remove redundant comparisons in conditionsqarkai2019-11-042-2/+2
| | | |
| | * | Remove redundant const qualifiers from function parametersqarkai2019-11-043-4/+4
| | | |
| | * | Remove redundant returnsqarkai2019-11-0411-22/+0
| | | |
| | * | Remove redundant declarationsqarkai2019-11-041-3/+0
| | | |
| | * | Remove redundant preprocessor directives and dead code insideqarkai2019-11-041-16/+0
| | | |
| | * | Remove redundant callback type castsqarkai2019-11-048-14/+12
| | | |
| * | | Merged in default (pull request #624)Gary Kramlich2019-11-0425-752/+144
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Remove several utility functions Approved-by: Gary Kramlich
| | * | | Replace purple_get_host_name by g_get_host_name.Elliott Sales de Andrade2019-11-045-26/+10
| | | | |
| | * | | Replace purple_str_has_{prefix,suffix} by g_str_has_{prefix,suffix}.Elliott Sales de Andrade2019-11-0420-147/+113
| | | | |
| | * | | Replace purple_build_dir with g_mkdir_with_parents.Elliott Sales de Andrade2019-11-046-29/+17
| | | | | | | | | | | | | | | | | | | | | | | | | That's all the function does anyway.
| | * | | Remove some unused utility functions.Elliott Sales de Andrade2019-11-044-550/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * purple_escape_js was used for WebKit stuff, now gone. * purple_ipv6_address_is_valid was removed earlier and the prototype was accidentally left in. * purple_markup_extract_info_field was used for MSN and Yahoo, now gone. * purple_str_binary_to_ascii seems to be from MSN and/or Yahoo. * purple_uts35_to_str was used for MSN, now gone.
| * | | | Set tooltips to be transient for the buddy list.Elliott Sales de Andrade2019-11-031-0/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Without a proper transient parent, the tooltips cause the buddy list to lose focus (temporarily) and GTK prints out a warning about parent-less windows.
| * | | Merged in default (pull request #622)Gary Kramlich2019-11-046-365/+444
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Convert novell to GIO Approved-by: Gary Kramlich
| | * | | Re-arrange some NULL checks.Elliott Sales de Andrade2019-11-031-7/+11
| | | | |
| | * | | novell: Replace socket wrappers with GIO functions.Elliott Sales de Andrade2019-11-035-302/+381
| | | | |
| | * | | Convert novell to GIO.Elliott Sales de Andrade2019-11-025-76/+72
| | | | |
| * | | | Merged in default (pull request #621)Gary Kramlich2019-11-043-56/+72
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | Convert SILC to GIO, plus a minor version bump Approved-by: Gary Kramlich
| | * | | silc: Move more things to silcpurple_free.Elliott Sales de Andrade2019-11-031-9/+11
| | | | |
| | * | | Convert SILC to GIO.Elliott Sales de Andrade2019-11-032-18/+48
| | | | | | | | | | | | | | | | | | | | | | | | | Very much untested, even for compilation.
| | * | | silc: Add a simple free function for protocol data.Elliott Sales de Andrade2019-11-031-10/+16
| | | | |
| | * | | Require silc >= 1.1.1.Elliott Sales de Andrade2019-11-033-23/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All distros (of which there are less and less) that have silc have a much newer version, so raising the minimum allows dropping a few preprocessor conditions.
| * | | | Merged in default (pull request #617)Gary Kramlich2019-11-048-291/+336
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | Convert XMPP stuff to GIO Approved-by: Gary Kramlich
| | * | | jabber: Fix some review comments.Elliott Sales de Andrade2019-11-031-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove a static buffer. * Remove a redundant condition check.
| | * | | Make purple_network_get_my_ip_from_gio return non-const.Elliott Sales de Andrade2019-11-033-21/+18
| | | | |
| | * | | xmpp: Reduce redundancies in various signon methods.Elliott Sales de Andrade2019-11-021-81/+41
| | | | |
| | * | | xmpp: Convert SSL connections to GIO.Elliott Sales de Andrade2019-11-012-176/+130
| | | | |
| | * | | xmpp: Convert unencrypted connections to pure GIO.Elliott Sales de Andrade2019-11-015-103/+188
| | | | |
| | * | | xmpp: Convert SRV connections to GIO.Elliott Sales de Andrade2019-10-281-95/+54
| | | | |