Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-28 | Make NickServ registration configurable per-network | Berke Viktor | |
Fixes #394 | |||
2013-04-28 | Make /msg nickserv the default registration type | Berke Viktor | |
Fixes #394 and hopefully doesn't break others | |||
2013-04-28 | Get rid of some hardcoded network recognition | Berke Viktor | |
2013-04-28 | Don't autoload WMPA, it's dead in the water | Berke Viktor | |
2013-04-28 | Install a pkgconfig .pc file. This allows external plugins to find | Christoph J. Thompson | |
where the header file is located, where Hexchat expects to find plugins so it can load them at startup and which version of Hexchat is installed. The path where pkgconfig files are stored is determined by a macro available in newer versions of pkgconfig which can be overridden by the --with-pkgconfig= configure switch. However, if this macro is unavailable (older versions of pkgconfig) then m4ifdef will make it fallback to simply use ${libdir}/pkgconfig (which is the default). modified: configure.ac modified: share/Makefile.am new file: share/pkgconfig/Makefile.am new file: share/pkgconfig/hexchat-plugin.pc.in | |||
2013-04-28 | Don't hardcode "plugins" as the subdirectory for plugins in many | Christoph J. Thompson | |
places. modified: config-win32.h modified: configure.ac modified: plugins/checksum/Makefile.am modified: plugins/doat/Makefile.am modified: plugins/fishlim/Makefile.am modified: plugins/perl/Makefile.am modified: plugins/python/Makefile.am modified: plugins/sysinfo/Makefile.am modified: plugins/xdcc/Makefile.am modified: src/common/plugin.c modified: src/fe-text/fe-text.c | |||
2013-04-28 | Cosmetics | Berke Viktor | |
2013-04-28 | Add hints about the beep file | Berke Viktor | |
2013-04-28 | Rename Sound to Sounds and reorder Chatting pages | Berke Viktor | |
2013-04-28 | Update gtkrc | Berke Viktor | |
2013-04-28 | Eliminate compiler warning | Berke Viktor | |
free() requires stdlib.h | |||
2013-04-28 | Store just the filename if the sound file comes from the default sound dir | Berke Viktor | |
And get rid of some hardcoding while we're at it | |||
2013-04-28 | Fix spacing | Berke Viktor | |
2013-04-27 | Update .travis.yml | TingPing | |
2013-04-27 | Use regular canberra not gtk | TingPing | |
2013-04-28 | Remove dead code for sound_command | Berke Viktor | |
2013-04-27 | Escape all the things | TingPing | |
2013-04-27 | More cleanup | TingPing | |
2013-04-27 | clean up canberra code | TingPing | |
2013-04-27 | Use canberra for files | TingPing | |
2013-04-28 | Let's just say the word | Berke Viktor | |
2013-04-27 | udpate travis build w/ canberra | TingPing | |
2013-04-27 | Remove extra omitalerts check | TingPing | |
2013-04-27 | use libcanberra for beeps | TingPing | |
2013-04-27 | Fix unused variable | Berke Viktor | |
2013-04-27 | Use "Instant Message Notification" system sound on Windows, use gdk_beep() ↵ | Berke Viktor | |
on Unix Note: gdk_beep() is expected to be replaced with libcanberra stuff. | |||
2013-04-27 | Get rid of bundled beep | Berke Viktor | |
2013-04-27 | Don't include if unused | Berke Viktor | |
2013-04-27 | Some crucial cosmetics | Berke Viktor | |
2013-04-27 | Fix compiler warning | Berke Viktor | |
2013-04-27 | Don't use external players on Windows | Berke Viktor | |
2013-04-27 | typo | TingPing | |
2013-04-27 | fix url opening on osx | TingPing | |
oops | |||
2013-04-27 | Clean up old url handling on unix | TingPing | |
2013-04-27 | Reverts commit d964af81428a6d768aeb96906eb0538a30d919ca | TingPing | |
2013-04-26 | fix false positives when checking chanopts | TingPing | |
2013-04-25 | win32: Moved PlatformToolset configuration to individual project files. It ↵ | Arnavion | |
should be set before setting other properties or importing other props. This fixes the broken GUI Platform Toolset indicator, as well as VS compilation itself if another version such as 2010 was also installed. | |||
2013-04-25 | Do not allow blank realname in preferences | TingPing | |
2013-04-24 | Early on, call g_type_init() unless deprecated | RichardHitt | |
2013-04-24 | Fix left-click of URL/HOST by tidying what we pass to fe_open_url() | RichardHitt | |
2013-04-24 | Merge pull request #561 from RichardHitt/no-depr-decl | RichardHitt | |
Add '#define GLIB_DISABLE_DEPRECATION_WARNINGS' to fix fkeys.c warnings | |||
2013-04-23 | Merge pull request #560 from RichardHitt/warning-fix | TingPing | |
Add '(void)' to fix perl.c unused-value warning message | |||
2013-04-23 | Add '#define GLIB_DISABLE_DEPRECATION_WARNINGS' to fix fkeys.c warnings | RichardHitt | |
2013-04-23 | Add '(void)' to fix perl.c unused-value warning message | RichardHitt | |
2013-04-23 | reduce abuse of ternary operator | Mantas Mikulėnas | |
The ?: operator should not be used as a generic shorthand for if/else. (Which isn't needed here either...) | |||
2013-04-23 | fix omitting custom sounds | TingPing | |
2013-04-22 | Clean up balloon formatting | TingPing | |
2013-04-22 | fix warning in new glib | TingPing | |
2013-04-22 | Merge pull request #556 from RichardHitt/ignore-unused | TingPing | |
Fix Ubuntu build warnings by using gcc flag -Wno-unused-result | |||
2013-04-22 | Fix Ubuntu build warnings by using gcc flag -Wno-unused-result | RichardHitt | |