Tue, 15 Oct 2024 00:03:58 -0500 Elliott Sales de Andrade Port network settings to GSettings file | diff | annotate
Fri, 04 Oct 2024 00:48:33 -0500 Gary Kramlich Split purpleprivate.h up into individual files file | diff | annotate
Tue, 20 Feb 2024 01:23:04 -0600 Gary Kramlich Create a test for verifying license headers and correct the ones that were wrong file | diff | annotate
Mon, 09 Oct 2023 23:10:22 -0500 Gary Kramlich Rename account.[ch] to purpleaccount.[ch] file | diff | annotate
Thu, 17 Aug 2023 23:06:29 -0500 Gary Kramlich Fix the windows build by adding a missing include file | diff | annotate
Thu, 17 Aug 2023 22:16:11 -0500 Gary Kramlich Remove internal.h file | diff | annotate
Sat, 04 Mar 2023 06:37:53 -0600 Gary Kramlich Remove our stun code file | diff | annotate
Sat, 21 Jan 2023 22:47:48 -0600 Gary Kramlich Remove the remaining nat-pmp code for auto discovering ip addresses file | diff | annotate
Sat, 21 Jan 2023 22:45:30 -0600 Gary Kramlich Remove the TURN stuff as it didn't do much and is going to move to Traversity file | diff | annotate
Wed, 26 Oct 2022 02:58:05 -0500 Elliott Sales de Andrade Remove C99-obsoleted constructs file | diff | annotate
Sun, 23 Oct 2022 22:31:02 -0500 Gary Kramlich Remove the upnp API file | diff | annotate
Sun, 25 Sep 2022 00:19:58 -0500 Elliott Sales de Andrade Remove unused port mapping tables file | diff | annotate
Mon, 12 Sep 2022 22:24:33 -0500 Gary Kramlich Clean up a bunch of stuff in internal.h file | diff | annotate
Fri, 15 Apr 2022 11:13:22 -0500 Belgin Știrbu Fix IRC file transfers on Windows release-2.x.y file | diff | annotate
Thu, 28 Oct 2021 23:26:57 -0500 Gary Kramlich remove purple_network_get_handle as it is no longer used file | diff | annotate
Sun, 10 Oct 2021 02:52:05 -0500 Elliott Sales de Andrade Fix several typos in libpurple file | diff | annotate
Sat, 11 Sep 2021 11:51:05 -0500 Haiku Ports Team Fixing building on Haiku release-2.x.y file | diff | annotate
Tue, 01 Jun 2021 22:23:58 -0500 Gary Kramlich In 2021 we should NOT be enabling UPnP and IP auto discovery by default release-2.x.y file | diff | annotate
Sat, 13 Feb 2021 03:58:05 -0600 Elliott Sales de Andrade Remove unused Windows ioctl wrapper. file | diff | annotate
Mon, 21 Dec 2020 23:17:45 -0600 Elliott Sales de Andrade Delete some now-unused networking bits file | diff | annotate
Sun, 20 Dec 2020 00:51:00 -0600 Elliott Sales de Andrade Cleanup local IP getters file | diff | annotate
Fri, 18 Dec 2020 04:55:34 -0600 Elliott Sales de Andrade Remove network listener code. file | diff | annotate
Fri, 18 Dec 2020 01:39:49 -0600 Elliott Sales de Andrade Remove file descriptor argument from local IP getter functions. file | diff | annotate
Fri, 18 Dec 2020 01:38:49 -0600 Elliott Sales de Andrade Use GLib's byte-order macros. file | diff | annotate
Fri, 20 Nov 2020 02:10:50 -0600 Gary Kramlich Depend on libnice as farstream already pulled it in and replace purple_network_get_all_local_system_ips with nice_interfaces_get_local_ips. file | diff | annotate
Mon, 13 Jul 2020 03:38:46 -0500 Gary Kramlich Hide common_sockaddr_t as it needs to be removed but it's causing issues now file | diff | annotate
Fri, 01 May 2020 12:13:35 -0500 Gary Kramlich Make sure that internal.h can only be included by libpurple and split out some pieces to purpleprivate.h file | diff | annotate
Mon, 21 Oct 2019 16:31:36 +0200 Fabrice Bellet fix various memory leaks memory-leaks file | diff | annotate
Sun, 03 Nov 2019 16:26:09 -0500 Elliott Sales de Andrade Make purple_network_get_my_ip_from_gio return non-const. file | diff | annotate
Fri, 01 Nov 2019 02:38:50 -0400 Elliott Sales de Andrade xmpp: Convert unencrypted connections to pure GIO. file | diff | annotate
Sat, 12 Oct 2019 05:37:00 -0400 Elliott Sales de Andrade Convert UPnP mappings to libsoup. file | diff | annotate
Tue, 28 May 2019 00:18:55 -0400 Elliott Sales de Andrade Fix build against NetworkManager 1.0+. release-2.x.y file | diff | annotate
Mon, 05 Nov 2018 18:57:24 -0600 Mike Ruprecht network: Drop unused purple_network_convert_idn_to_ascii() file | diff | annotate
Thu, 15 Jun 2017 13:33:02 -0500 Mike Ruprecht Remove purple_timeout_* function usage file | diff | annotate
Mon, 12 Jun 2017 17:48:37 -0300 dx Merge release-2.x.y into default file | diff | annotate
Thu, 23 Mar 2017 19:19:01 +0300 qarkai Replace misused g_str_equal() with purple_strequal() string-comparison-r2 file | diff | annotate
Fri, 10 Mar 2017 20:36:55 -0600 Gary Kramlich Merge 2.12.0 into default file | diff | annotate
Thu, 20 Oct 2016 18:20:44 -0400 Daniel Atallah win32: add some sanity checks to avoid infinite loops or large memory allocations when retrieving NLA responses release-2.x.y file | diff | annotate
Wed, 19 Oct 2016 13:01:43 -0400 Daniel Atallah win32: Allow for arbitrary buffer size used for retrieving NLA responses release-2.x.y file | diff | annotate
Wed, 19 Oct 2016 13:00:17 -0400 Daniel Atallah win32: Explicitly use ANSI versions of the WSALookup APIs release-2.x.y file | diff | annotate
Thu, 07 Jan 2016 21:06:29 -0600 Mike Ruprecht Plug g_resolver_get_default() leaks file | diff | annotate
Thu, 07 Jan 2016 20:12:24 -0600 Mike Ruprecht Use the GResolver which was passed to g_resolver_lookup_*_async() file | diff | annotate
Mon, 28 Dec 2015 21:20:03 -0600 Gary Kramlich Move everything in libpurple that was using the network-changed signal to use the gio one replace-nm-with-gio file | diff | annotate
Mon, 28 Dec 2015 01:05:18 -0600 Gary Kramlich First stab at replacing network-manager with gio, this probably breaks win32, need to test and see replace-nm-with-gio file | diff | annotate
Mon, 21 Dec 2015 22:14:59 -0600 Gary Kramlich Merge default back in use-gresolver file | diff | annotate
Sun, 20 Dec 2015 13:54:34 -0600 Gary Kramlich Remove some async lookups that accidentally got left in from my first run at this use-gresolver file | diff | annotate
Thu, 17 Dec 2015 20:05:56 -0600 Gary Kramlich Avoid creating a variable we don't need use-gresolver file | diff | annotate
Tue, 15 Dec 2015 22:04:26 -0600 Gary Kramlich Update network.c for the dns code removal use-gresolver file | diff | annotate
Mon, 21 Dec 2015 15:05:58 -0500 Michael McConville The last of the NULL-checks before free() file | diff | annotate
Tue, 13 May 2014 00:26:43 +0200 Tomasz Wasilczyk Merge release-2.x.y file | diff | annotate
Mon, 12 May 2014 22:37:06 +0200 Tomasz Wasilczyk Get rid of fair amount of copy-pasta and coverity warnings release-2.x.y file | diff | annotate
Wed, 07 May 2014 11:07:45 +0200 Tomasz Wasilczyk Merge release-2.x.y file | diff | annotate
Tue, 06 May 2014 19:38:50 +0200 Tomasz Wasilczyk Fix some CWE-252 coverity warnings release-2.x.y file | diff | annotate
Thu, 03 Apr 2014 13:31:04 +0200 Tomasz Wasilczyk Fix most of invalid alignment warnings file | diff | annotate
Mon, 10 Feb 2014 00:56:22 +0530 Ankit Vani Fix namespaces issues in libpurple. gtkdoc-conversion file | diff | annotate
Wed, 05 Feb 2014 21:38:44 +0530 Ankit Vani Fix some gtk-doc warnings till proxy.c gtkdoc-conversion file | diff | annotate
Tue, 04 Feb 2014 16:30:55 +0530 Ankit Vani Remove @file from .c files gtkdoc-conversion file | diff | annotate
Thu, 18 Jul 2013 03:55:31 +0530 Ankit Vani Refactored log, network, notify to use GType instead of PurpleValue soc.2013.gobjectification file | diff | annotate
Thu, 18 Apr 2013 01:50:30 +0200 Tomasz Wasilczyk Don't use deprecated threads API for recent GLib versions file | diff | annotate
Wed, 17 Apr 2013 18:56:03 +0200 Tomasz Wasilczyk Get rid of useless form of purple_network_ip_atoi file | diff | annotate
(0) -100 -60 tip

mercurial