summary refs log tree commit diff stats
path: root/src/common/text.c
AgeCommit message (Expand)Author
2016-02-18Fix strict prototype warningsPatrick Griffis
2016-01-31Improve scrollback file handlingPatrick Griffis
2016-01-28Sanitize server name for log filesPatrick Griffis
2016-01-28Add support for cap-notifyPatrick Griffis
2015-05-28Fix warningTingPing
2015-04-04Fix some text event descriptionsTingPing
2015-03-02Fix incorrect timestamp in scrollback with server-timebendem
2015-02-28Make use of g_path_is_absolute()TingPing
2015-02-28Clean up some ifdefsTingPing
2015-02-27Write scrollback as binary on win32TingPing
2015-01-31Save iconv converters for input and output in the server.Arnavion
2015-01-18Server line text-encoding-related fixes.Arnavion
2015-01-14Don't crash if the log file can't be opened.Arnavion
2014-12-31Fix some unused warningsTingPing
2014-12-28Fix building as c89TingPing
2014-12-28Use glib for all allocationsTingPing
2014-12-15Fixed some more signed-unsigned-comparison warnings.Arnavion
2014-12-11Fix some leaksTingPing
2014-12-08Fixed leak of filename string.Arnavion
2014-12-08Minor tidying upArnavion
2014-12-08Removed some unnecessary null-checks for calls to g_free and g_strfreevArnavion
2014-09-13Use PlaySoundW to play sounds on Windows.Arnavion
2014-07-18Use GNUC format attribute on print functionsCampbell Barton
2014-05-12Add global option to suppress nick change eventsBerke Viktor
2014-05-11Fix logging incorrect timestamp with server-timeRiamse
2014-04-21Use utf-8 variant of strftime to format log file paths.Arnavion
2014-04-17Fix #928. Fix memory leak, mea culpa.RichardHitt
2014-04-17Fixes #928 again. In scrollback replay, skip every line that starts 0x0d.RichardHitt
2014-04-06Add account to Join eventTingPing
2014-03-29Fix scrollback_load to deal with e.g. the output of /HELPRichardHitt
2014-03-24Improve handling scrollback when gui_tab_server==FALSERichardHitt
2014-02-12Fix some leaksTingPing
2013-11-28Print{,_attr} and server{,_attr} hooks were incorrectly handled when bothDiogo Sousa
2013-11-02Fix invalid timestamps crashing on WindowsTingPing
2013-10-09Fix messages with server-time not showing as new activityDiogo Sousa
2013-09-15Fix logging networks with invalid names on WindowsTingPing
2013-09-07Implement BLOWFISh, AES, and EXTERNAL SASL mechanismsTingPing
2013-08-07Format Channel URLsTingPing
2013-07-12Removed outdated comment.Diogo Sousa
2013-07-12Added hexchat_emit_print_attrs() to plugin interface.Diogo Sousa
2013-07-10Indentation fixes and code cleanup.Diogo Sousa
2013-07-09Now hexchat_hook_server_attrs() and hexchat_hook_print_attrs() is calledDiogo Sousa
2013-06-28A few messages missing regarding server-time.Diogo Sousa
2013-06-28server-time for all numerical messages.Diogo Sousa
2013-06-28First step towards message tags extension supportDiogo Sousa
2013-06-12Don't open libcanberra connection for every eventTingPing
2013-06-06Add chanopt for stripping colorsTingPing
2013-04-28Store just the filename if the sound file comes from the default sound dirBerke Viktor
2013-04-28Fix spacingBerke Viktor
2013-04-27clean up canberra codeTingPing