S(oni)Ex Chat / Security Enhanced (He)xChat. because, I'm just done, I'm forking the thing.
Go to file
Rainer Müller 5ca767f7f8 Fix plugins on macOS
The switch to the meson build system broke plugins on macOS. GNU libtool
builds shared libraries with ".dylib" and shared modules (plugins) with
the extension ".so", but meson is using ".dylib" for both.

Although overriding the name_suffix for shared_module() in meson is
possible, this would be messy for other platforms as there is no way to
query the default. Therefore it seems like we have to go with ".dylib"
for now on macOS.

However, G_MODULE_SUFFIX is defined to ".so", because glib follows what
GNU libtool does. Therefore define a separate preprocessor macro that
has the correct extension.

See: https://github.com/mesonbuild/meson/issues/1160
2018-03-31 01:29:05 +00:00
.tx Update transifex config file 2013-09-08 01:28:06 -04:00
data build: Add option to specify path to perl binary 2018-03-23 09:14:45 +00:00
osx osx: Create bundles using homebrew 2014-08-01 04:03:54 -04:00
plugins build: perl as a dependency in meson.build 2018-03-26 17:09:36 +00:00
po Update translations 2018-03-08 19:18:29 -05:00
src Fix plugins on macOS 2018-03-31 01:29:05 +00:00
win32 win32: Update Python downloads 2018-03-09 20:26:42 +00: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
.mailmap Add .mailmap file 2016-09-01 23:10:35 -04:00
.travis.yml build: Replace Autotools with Meson 2017-06-13 23:54:51 -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.build Bump to 2.14.1 2018-03-13 22:26:31 -04:00
meson_options.txt build: Add option to specify path to perl binary 2018-03-23 09:14:45 +00:00
meson_post_install.py build: Replace Autotools with Meson 2017-06-13 23:54:51 -04:00
readme.md readme: Update badges 2017-06-14 02:47:26 -04:00

readme.md

HexChat Build Status Build Status

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.