Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-20 | Remove unused xdcc server plugin | TingPing | |
2014-01-20 | Translate appdata file | TingPing | |
2014-01-20 | configure: Clean up EXTRA_DIST | TingPing | |
2014-01-20 | Don't store the potfile in git | TingPing | |
2014-01-20 | Remove unused plugins | TingPing | |
2014-01-20 | Fix warning | TingPing | |
Leftovers from 38cbabea | |||
2014-01-20 | Remove unused perl files | TingPing | |
- old example scripts - outdated docs - mingw build script | |||
2014-01-18 | Revert GtkObject removal until Gtk3 | TingPing | |
2014-01-18 | Update most deprecated gtk functions | TingPing | |
2014-01-18 | Update most deprecated gdk functions | TingPing | |
2014-01-16 | Show a popup when opening plugin window when built without support | TingPing | |
2014-01-16 | Fix warning when built without plugins | TingPing | |
2014-01-16 | configiure: Fix testing compiler flags on anything other than gcc | TingPing | |
2014-01-16 | configure: add missing result message | TingPing | |
2014-01-16 | configure: Don't build python or perl plugin when plugins are disabled | TingPing | |
2014-01-15 | Check for gio during configure | TingPing | |
2014-01-14 | Add gtk-mac-bundler files | TingPing | |
2014-01-14 | Build with gtk-mac-integration | TingPing | |
- Use HexChat logo for dock icon - Use appmenu (not finished) | |||
2014-01-14 | Don't use SCROLL_HACK on osx | TingPing | |
2014-01-14 | Clean up formatting during build | TingPing | |
2014-01-14 | Move acinclude.m4 into m4 dir | TingPing | |
2014-01-13 | configure.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-13 | Build system improvements | TingPing | |
- 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-12 | Tweak 908 syntax | TingPing | |
2014-01-12 | Add another badge to readme | TingPing | |
2014-01-12 | ... Add inbound_sasl_supportedmechs to inbound.h | TingPing | |
2014-01-12 | Support numeric 908 | TingPing | |
2014-01-11 | Add Turkish language to preferences | TingPing | |
Users of uk, vi, and wa languages will have to manually change their lang on Windows after this. | |||
2014-01-11 | Fix Turkish translation & update language list | Eustachy Kapusta | |
2014-01-11 | Update Translations | Eustachy Kapusta | |
2014-01-11 | ... and ignore blank network passwords | TingPing | |
2014-01-11 | Login when /server is used on known hostname | TingPing | |
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-11 | libsexy: Properly reflect reset attributes in input | TingPing | |
2014-01-08 | Don't select tab while closing with middle-click | TingPing | |
Also fix unused warning and ignore shift right click | |||
2014-01-08 | Fix warnings | TingPing | |
2014-01-08 | Rewrite dns command | TingPing | |
- Cross platform - Doesn't depend on external tools | |||
2014-01-04 | Define AI_ADDRCONFIG in inet.h, needed by OpenBSD | Connor Cooper | |
2014-01-03 | Change url-handler example to firefox -new-window | TingPing | |
Firefox removed the ability to open private windows with a link | |||
2014-01-02 | Bind middle-click to close tab | TingPing | |
Closes #832 | |||
2013-12-27 | Fixed whitespace. | Arnavion | |
2013-12-27 | fe-gtk: Fixed notification balloons for PMs not getting displayed if ↵ | Arnavion | |
blinking tray icons for PMs is unchecked. | |||
2013-12-27 | Replaced use of T4 templates with PS-based templates. | Arnavion | |
TextTransform.exe is not available with Express versions of Visual Studio. | |||
2013-12-27 | Properly request server-time when it's the only cap | TingPing | |
Closes #862 | |||
2013-12-25 | Merge pull request #842 from ManiacTwister/setup-fix | TingPing | |
Fixed setup window title offsets | |||
2013-12-25 | Merge branch 'pr/823' | TingPing | |
2013-12-25 | Merge pull request #846 from grimreaper/patch-1 | TingPing | |
Fix autogen.sh shebang line | |||
2013-12-25 | Add Techman's World IRC network | PoorDog | |
Closes #813 | |||
2013-12-25 | Fix autogen.sh shebang line | grimreaper | |
/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-23 | Merge pull request #864 from RichardHitt/snadge | TingPing | |
Ignore realname if it's a null string | |||
2013-12-23 | Only return channel sessions from find_channel() | TingPing | |
Closes #865 |