summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2014-01-18Update most deprecated gdk functionsTingPing
2014-01-16Show a popup when opening plugin window when built without supportTingPing
2014-01-16Fix warning when built without pluginsTingPing
2014-01-16configiure: Fix testing compiler flags on anything other than gccTingPing
2014-01-16configure: add missing result messageTingPing
2014-01-16configure: Don't build python or perl plugin when plugins are disabledTingPing
2014-01-15Check for gio during configureTingPing
2014-01-14Add gtk-mac-bundler filesTingPing
2014-01-14Build with gtk-mac-integrationTingPing
- Use HexChat logo for dock icon - Use appmenu (not finished)
2014-01-14Don't use SCROLL_HACK on osxTingPing
2014-01-14Clean up formatting during buildTingPing
2014-01-14Move acinclude.m4 into m4 dirTingPing
2014-01-13configure.ac: Actually check the CFLAGS and LDFLAGS returned by ↵Arnavion
ExtUtils::Embed before deciding to compile the Perl plugin. - openSUSE has ExtUtils::Embed, EXTERN.h and perl.so in the base perl package. - Fedora has ExtUtils::Embed in a separate perl-devel package. - Mageia has ExtUtils::Embed in the base perl package but EXTERN.h in a separate perl-devel package. Without this package, the compiler complains about the missing header. - Debian has ExtUtils::Embed and EXTERN.h in the base perl package but perl.so in a separate libperl-dev package. Without this package, gcc compiles successfully but complains at link-time about -lperl (ExtUtils::Embed returns '-lperl' in ldopts but it's not actually installed). configure.ac already requires ExtUtil::Embed to enable perl. To handle the case of Mageia and Debian, this change uses AC_TRY_LINK to verify that the flags returned by ExtUtils::Embed can actually be used to compile before deciding to enable the perl plugin.
2014-01-13Build system improvementsTingPing
- Use AM_GLIB_GNU_GLIB and IT_PROG_INTLTOOL - Use gnome-autogen.sh - Move language list to own file - Delete generated config.rpath file
2014-01-12Tweak 908 syntaxTingPing
2014-01-12Add another badge to readmeTingPing
2014-01-12... Add inbound_sasl_supportedmechs to inbound.hTingPing
2014-01-12Support numeric 908TingPing
2014-01-11Add Turkish language to preferencesTingPing
Users of uk, vi, and wa languages will have to manually change their lang on Windows after this.
2014-01-11Fix Turkish translation & update language listEustachy Kapusta
2014-01-11Update TranslationsEustachy Kapusta
2014-01-11... and ignore blank network passwordsTingPing
2014-01-11Login when /server is used on known hostnameTingPing
This brings back old behavior where you can /server to another server in the same network and login with services but now is only sent when the server is known not every time so more secure.
2014-01-11libsexy: Properly reflect reset attributes in inputTingPing
2014-01-08Don't select tab while closing with middle-clickTingPing
Also fix unused warning and ignore shift right click
2014-01-08Fix warningsTingPing
2014-01-08Rewrite dns commandTingPing
- Cross platform - Doesn't depend on external tools
2014-01-04Define AI_ADDRCONFIG in inet.h, needed by OpenBSDConnor Cooper
2014-01-03Change url-handler example to firefox -new-windowTingPing
Firefox removed the ability to open private windows with a link
2014-01-02Bind middle-click to close tabTingPing
Closes #832
2013-12-27Fixed whitespace.Arnavion
2013-12-27fe-gtk: Fixed notification balloons for PMs not getting displayed if ↵Arnavion
blinking tray icons for PMs is unchecked.
2013-12-27Replaced use of T4 templates with PS-based templates.Arnavion
TextTransform.exe is not available with Express versions of Visual Studio.
2013-12-27Properly request server-time when it's the only capTingPing
Closes #862
2013-12-25Merge pull request #842 from ManiacTwister/setup-fixTingPing
Fixed setup window title offsets
2013-12-25Merge branch 'pr/823'TingPing
2013-12-25Merge pull request #846 from grimreaper/patch-1TingPing
Fix autogen.sh shebang line
2013-12-25Add Techman's World IRC networkPoorDog
Closes #813
2013-12-25Fix autogen.sh shebang linegrimreaper
/bin/bash does not exist on many systems. In addition this script appears to be POSIX compatible so just use the appropriate shebang line.
2013-12-23Merge pull request #864 from RichardHitt/snadgeTingPing
Ignore realname if it's a null string
2013-12-23Only return channel sessions from find_channel()TingPing
Closes #865
2013-12-22Ignore realname if it's a null stringRichardHitt
2013-11-28Fix NAMES command syntaxTingPing
2013-11-27Merge pull request #848 from orium/print-priority-847TingPing
Print{,_attr} and server{,_attr} hooks priority fix
2013-11-28Print{,_attr} and server{,_attr} hooks were incorrectly handled when bothDiogo Sousa
version existed (regular and attrs). Specifically, the priority was not respected, and both versions were run even when EAT_PLUGIN was returned. Fixes #847.
2013-11-23Fix autogen.sh shebang linegrimreaper
/bin/bash does not exist on many systems. In addition this script appears to be POSIX compatible so just use the appropriate shebang line.
2013-11-23update help message for /namesTingPing
2013-11-22Fix more warningsTingPing
2013-11-22Fix warningsTingPing
2013-11-19Merge pull request #845 from somasonic/masterTingPing
Added Interlinked to servlist.c