S(oni)Ex Chat / Security Enhanced (He)xChat. because, I'm just done, I'm forking the thing.
Go to file
TingPing 301e5d260d More improvements to libsexy
- Add option for showing attributes in input
- Improve attribute parsing
- Fix detecting iso-codes on unix
- Improve getting default langs from $LANG
- Fix warnings
2013-10-03 16:23:46 -04:00
.tx Update transifex config file 2013-09-08 01:28:06 -04:00
data Reorganize files and migrate images to gresource 2013-09-29 02:24:06 -04:00
plugins Fix crash in hexchat_pluginpref_list() 2013-09-30 01:23:20 -04:00
po Translate -ize to -ise, favor[ite] to favour[ite], Behavior to Behaviour 2013-09-15 01:28:10 -07:00
src More improvements to libsexy 2013-10-03 16:23:46 -04:00
win32 Added shortuct to config folder to installer 2013-10-03 14:42:32 +03:00
.gitignore
.travis.yml
COPYING
Doxyfile
Makefile.am
acinclude.m4
autogen.sh
config-win32.h
config.rpath
configure.ac More improvements to libsexy 2013-10-03 16:23:46 -04:00
readme.md

readme.md

HexChat ReadMe

X-Chat ("xchat") Copyright (c) 1998-2010 By Peter Zelezny. HexChat ("hexchat") Copyright (c) 2009-2013 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.

For building instructions, see Building.

What is it?

HexChat is an IRC client for Windows and UNIX operating systems. I.R.C. is Internet Relay Chat, see IRCHelp.org for information about IRC in general. HexChat runs on most BSD and POSIX compliant operating systems.

For more information please read our documentation: http://hexchat.readthedocs.org.

Requirements:

  • GTK+ 2.24
  • GLib 2.28

HexChat is known to work on, at least:

  • Windows Vista/7/8
  • Linux
  • FreeBSD
  • OpenBSD
  • NetBSD
  • Solaris
  • AIX
  • IRIX
  • DEC/Compaq Tru64 UNIX
  • HP-UX 10.20 and 11
  • OS X

Python Scripts:

Consider using the Python interface for your scripts, it's a very nice API, allows for loading/unloading individual scripts, and gives you almost all the features of the C plugin API. For more info, see the HexChat Python Interface.

Perl Scripts:

Perl 5.8 or newer is required. For more info, see the HexChat Perl Interface.

Autoloading Scripts and Plugins:

The root of your HexChat config is:

  • Windows: %APPDATA%\HexChat
  • Unix: ~/.config/hexchat

Referred to as <config> from now. HexChat automatically loads, at startup:

  • <config>/addons/*.pl Perl scripts
  • <config>/addons/*.py Python scripts
  • <config>/addons/*.dll Plugins (Windows)
  • <config>/addons/*.so Plugins (Unix)