GTK+ IRC client
Go to file
Michael Catanzaro 25440a07c3 Avoid direct use of libproxy
Since hexchat already depends on GLib, it's better to use GProxyResolver
instead. This might use libproxy, or not, as appropriate.

P.S. This removes a memory safety issue because proxy_list is allocated
using malloc(), not g_malloc(), and therefore using g_strfreev() is
incorrect. The proper way to free the proxy list returned by libproxy
is to use px_proxy_factory_free_proxies() (but nobody does that because
it was added in libproxy 0.4.16, which is somewhat recent).
2021-07-12 11:29:15 -05:00
.github/workflows actions: Remove default value in ubuntu build 2021-06-21 12:48:47 -05:00
.tx Update transifex config file 2013-09-08 01:28:06 -04:00
data appdata: Add OARS information 2019-12-20 23:19:54 -08:00
flatpak actions: Add flatpak action 2021-06-21 12:48:38 -05:00
osx osx: Create bundles using homebrew 2014-08-01 04:03:54 -04:00
plugins Replace identify-msg support with solanum.chat/identify-msg. 2021-06-19 20:16:40 -05:00
po Fetch latest .po files 2020-02-08 11:06:07 -08:00
src Avoid direct use of libproxy 2021-07-12 11:29:15 -05:00
win32 Update github workflows 2021-05-23 19:43:24 -05:00
.editorconfig build: Replace Autotools with Meson 2017-06-13 23:54:51 -04:00
.gitignore Support changing tray icon only with tray_normal image 2017-07-01 16:26:00 -04:00
.gitmodules actions: Add flatpak action 2021-06-21 12:48:38 -05:00
.lgtm.yml Try building with lgtm 2019-05-22 12:41:50 +02:00
.mailmap Add .mailmap file 2016-09-01 23:10:35 -04:00
COPYING Reorganize files and migrate images to gresource 2013-09-29 02:24:06 -04:00
Doxyfile Use png instead of svg 2013-05-20 15:59:41 +02:00
fedora-mingw64.ini Various fixes for mingw 2018-03-09 18:23:25 +00:00
meson_options.txt Avoid direct use of libproxy 2021-07-12 11:29:15 -05:00
meson_post_install.py build: Replace Autotools with Meson 2017-06-13 23:54:51 -04:00
meson.build Avoid direct use of libproxy 2021-07-12 11:29:15 -05:00
readme.md readme: Remove build status badges 2019-12-08 12:56:18 -08:00

HexChat

HexChat is an IRC client for Windows and UNIX-like operating systems.
See IRCHelp.org for information about IRC in general.
For more information on HexChat please read our documentation:


X-Chat ("xchat") Copyright (c) 1998-2010 By Peter Zelezny. HexChat ("hexchat") Copyright (c) 2009-2014 By Berke Viktor. This program is released under the GPL v2 with the additional exemption that compiling, linking, and/or using OpenSSL is allowed. You may provide binary packages linked to the OpenSSL libraries, provided that all other requirements of the GPL are met. See file COPYING for details.