summary refs log tree commit diff stats
path: root/src/common
AgeCommit message (Collapse)Author
2013-04-28Don't hardcode "plugins" as the subdirectory for plugins in manyChristoph 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-28Store just the filename if the sound file comes from the default sound dirBerke Viktor
And get rid of some hardcoding while we're at it
2013-04-28Fix spacingBerke Viktor
2013-04-28Remove dead code for sound_commandBerke Viktor
2013-04-27clean up canberra codeTingPing
2013-04-27Use canberra for filesTingPing
2013-04-28Let's just say the wordBerke Viktor
2013-04-27Fix unused variableBerke Viktor
2013-04-27Get rid of bundled beepBerke Viktor
2013-04-27Don't include if unusedBerke Viktor
2013-04-27Some crucial cosmeticsBerke Viktor
2013-04-27Fix compiler warningBerke Viktor
2013-04-27Don't use external players on WindowsBerke Viktor
2013-04-27Reverts commit d964af81428a6d768aeb96906eb0538a30d919caTingPing
2013-04-26fix false positives when checking chanoptsTingPing
2013-04-25win32: 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-24Early on, call g_type_init() unless deprecatedRichardHitt
2013-04-23reduce abuse of ternary operatorMantas Mikulėnas
The ?: operator should not be used as a generic shorthand for if/else. (Which isn't needed here either...)
2013-04-23fix omitting custom soundsTingPing
2013-04-22Fall back to global username for saslTingPing
2013-04-19In do_an_re() put WORD_CHANNEL before WORD_HOST. fixes #440RichardHitt
2013-04-17typoTingPing
2013-04-17Use more useful example for url handlerTingPing
2013-04-17add paplayTingPing
2013-04-16Move beep to proper placeBerke Viktor
2013-04-15fix warningTingPing
2013-04-14try play first.TingPing
2013-04-14Remove one warning bypassBerke Viktor
2013-04-14Eliminate compiler warningBerke Viktor
2013-04-14Fix missing first letter in busy server error popupBerke Viktor
2013-04-14If no path given, try to load plugins from config dir, not from install dirBerke Viktor
2013-04-14Load connect commands from config dirBerke Viktor
2013-04-14Use bundled beep file for beep alertsBerke Viktor
2013-04-14Remove sound_dir, it's pointlessBerke Viktor
2013-04-14Add default beep sound, deploy on WindowsBerke Viktor
FIXME on Unix yet
2013-04-14Add accounts to users in get_listTingPing
2013-04-13Add option for omitting alerts while focusedTingPing
2013-04-10warningTingPing
2013-04-09Don'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-10Request 'sasl' even if it's the only recognized capMantas Mikulėnas
2013-04-08Handle numeric 900TingPing
2013-04-08Merge pull request #516 from Misdre/optout-extra-alertsTingPing
Closes #290 - opt-out for extra alerts now working
2013-04-08Closes #290 - opt-out for extra alerts now workingmisdre
2013-04-08fix issue #491 - opt-in/opt-out of scrollback per channelmisdre
2013-04-07Notify away status of friendsTingPing
2013-04-07Add events for quietTingPing
2013-04-07Merge pull request #508 from Misdre/split-long-action-noticeTingPing
Long ctcp action/notice split
2013-04-06Merge pull request #510 from RichardHitt/allownickTingPing
Allow nick starting with digit despite rfc 2812 violation
2013-04-06Update textevents.inTingPing
2013-04-06Allow nick starting with digit despite rfc 2812 violationRichardHitt