summary refs log tree commit diff stats
path: root/src/common/hexchat.c
AgeCommit message (Expand)Author
2016-03-30Don't flush the chanopt_list when saving itLemonBoy
2016-01-31Improve scrollback file handlingPatrick Griffis
2015-02-10Call CoInitialize, CoInitializeSecurity and CoUninitialize from the main proc...Arnavion
2015-02-01Fix logging hostname of queriesTingPing
2015-01-18Server line text-encoding-related fixes.Arnavion
2014-12-31Don't return 0 in place of NULLTingPing
2014-12-31Fix some possible null-deref warningsTingPing
2014-12-30Rewrite identdTingPing
2014-12-28Remove option to use socks5 libraryTingPing
2014-12-28Remove option to disable ipv6TingPing
2014-12-28Remove MSProxy supportTingPing
2014-12-28Fix building as c89TingPing
2014-12-28Use glib for all allocationsTingPing
2014-12-10Fix chanopts not saving if /quit before exitleeter
2014-12-04Fix some obvious type warnings.Arnavion
2014-11-29Fix handling --cfgdirTingPing
2014-11-05ssl: Don't use global openssl contextTingPing
2014-06-21Remove broken debug codeTingPing
2014-06-04Use glib to parse and launch commands for util_execTingPing
2014-04-02Add marker-line functionality for scrollback, instant seek.RichardHitt
2014-01-27Fixed lag meter getting stuck.Diogo Sousa
2014-01-26Show error when you lack write permissions to configdirTingPing
2014-01-20Actually call commands sent with --commandTingPing
2014-01-03Change url-handler example to firefox -new-windowTingPing
2013-12-23Only return channel sessions from find_channel()TingPing
2013-07-01Handle extraneous cli args as urlsTingPing
2013-06-08Now the default configuration tries to set the language from the systemDiogo Sousa
2013-06-06Add chanopt for stripping colorsTingPing
2013-06-04fix loading startup.txt automaticallyTingPing
2013-05-24Merge pull request #590 from orium/run-as-root-589-504TingPing
2013-05-17Add omsg user commandTingPing
2013-05-13Restructured a fair bit of cfgfiles.c. Besides making the code cleaner this a...Diogo Sousa
2013-05-12Forget to put an empty line after a function definitionDiogo Sousa
2013-05-12Factored locale related code in main() to a new function.Diogo Sousa
2013-05-12Now hexchat doesn't abnormally terminal when started as root.Diogo Sousa
2013-05-09Add option to support away tracking regardless of channel sizeHeiki Ojasild
2013-05-04Replace g_strdup_printf with g_build_filename where possibleBerke Viktor
2013-04-27Don't include if unusedBerke Viktor
2013-04-27Some crucial cosmeticsBerke Viktor
2013-04-27Fix compiler warningBerke Viktor
2013-04-24Early on, call g_type_init() unless deprecatedRichardHitt
2013-04-17typoTingPing
2013-04-17Use more useful example for url handlerTingPing
2013-04-09Don't send ping's to the server if we are still waiting for a pong.Diogo Sousa
2013-04-08fix issue #491 - opt-in/opt-out of scrollback per channelmisdre
2013-04-03Merge pull request #448 from TingPing/awaynotify2TingPing
2013-04-02Remove most of HexTray and one instanceBerke Viktor
2013-03-12Clean up away-notify patchTingPing
2013-03-12Add away-notify supportTingPing
2013-01-07Merge pull request #341 from TingPing/lastactRichardHitt