Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-28 | Remove dead code for sound_command | Berke Viktor | |
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 | Fix unused variable | Berke Viktor | |
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 | 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-24 | Early on, call g_type_init() unless deprecated | 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 | Fall back to global username for sasl | TingPing | |
2013-04-19 | In do_an_re() put WORD_CHANNEL before WORD_HOST. fixes #440 | RichardHitt | |
2013-04-17 | typo | TingPing | |
2013-04-17 | Use more useful example for url handler | TingPing | |
2013-04-17 | add paplay | TingPing | |
2013-04-16 | Move beep to proper place | Berke Viktor | |
2013-04-15 | fix warning | TingPing | |
2013-04-14 | try play first. | TingPing | |
2013-04-14 | Remove one warning bypass | Berke Viktor | |
2013-04-14 | Eliminate compiler warning | Berke Viktor | |
2013-04-14 | Fix missing first letter in busy server error popup | Berke Viktor | |
2013-04-14 | If no path given, try to load plugins from config dir, not from install dir | Berke Viktor | |
2013-04-14 | Load connect commands from config dir | Berke Viktor | |
2013-04-14 | Use bundled beep file for beep alerts | Berke Viktor | |
2013-04-14 | Remove sound_dir, it's pointless | Berke Viktor | |
2013-04-14 | Add default beep sound, deploy on Windows | Berke Viktor | |
FIXME on Unix yet | |||
2013-04-14 | Add accounts to users in get_list | TingPing | |
2013-04-13 | Add option for omitting alerts while focused | TingPing | |
2013-04-10 | warning | TingPing | |
2013-04-09 | Don't send ping's to the server if we are still waiting for a pong. | Diogo Sousa | |
If the server don't respond in 30s just report the lag as +30s. This fixes the bug where hexchat reset the lag meter every time a ping was sent and no pong was received. | |||
2013-04-10 | Request 'sasl' even if it's the only recognized cap | Mantas Mikulėnas | |
2013-04-08 | Handle numeric 900 | TingPing | |
2013-04-08 | Merge pull request #516 from Misdre/optout-extra-alerts | TingPing | |
Closes #290 - opt-out for extra alerts now working | |||
2013-04-08 | Closes #290 - opt-out for extra alerts now working | misdre | |
2013-04-08 | fix issue #491 - opt-in/opt-out of scrollback per channel | misdre | |
2013-04-07 | Notify away status of friends | TingPing | |
2013-04-07 | Add events for quiet | TingPing | |
2013-04-07 | Merge pull request #508 from Misdre/split-long-action-notice | TingPing | |
Long ctcp action/notice split | |||
2013-04-06 | Merge pull request #510 from RichardHitt/allownick | TingPing | |
Allow nick starting with digit despite rfc 2812 violation | |||
2013-04-06 | Update textevents.in | TingPing | |
2013-04-06 | Allow nick starting with digit despite rfc 2812 violation | RichardHitt | |