summary refs log tree commit diff stats
path: root/src
AgeCommit message (Collapse)Author
2013-04-27typoTingPing
2013-04-27fix url opening on osxTingPing
oops
2013-04-27Clean up old url handling on unixTingPing
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-25Do not allow blank realname in preferencesTingPing
2013-04-24Early on, call g_type_init() unless deprecatedRichardHitt
2013-04-24Fix left-click of URL/HOST by tidying what we pass to fe_open_url()RichardHitt
2013-04-23Add '#define GLIB_DISABLE_DEPRECATION_WARNINGS' to fix fkeys.c warningsRichardHitt
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-22Clean up balloon formattingTingPing
2013-04-22fix warning in new glibTingPing
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-15only 1TingPing
2013-04-15fix warningTingPing
2013-04-15finish removing sound_dirTingPing
2013-04-15Fix broken logic in mg_word_clicked(). fixes #522RichardHitt
2013-04-15no error on beepsTingPing
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-14Fix tabulationBerke Viktor
2013-04-14Use bundled beep file for beep alertsBerke Viktor
2013-04-14Browse into the sounds folder by defaultBerke 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-13Rewrite desensitizing options in preferencesTingPing
2013-04-12Fix tray not respecting away_omit_alertsTingPing
2013-04-10warningTingPing
2013-04-10Delete left over themesTingPing
2013-04-10commaTingPing
2013-04-10Readd irc charset to the listTingPing
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-09Fix spelling checkbox with libsexyTingPing
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