summary refs log tree commit diff stats
path: root/src/common/dcc.c
AgeCommit message (Expand)Author
2019-05-28Make dcc_ip being a per-server value.Stepan Broz
2018-09-01Fix new stringop-truncation warningsPatrick Griffis
2018-03-09Various fixes for mingwPatrick Griffis
2016-07-20dcc: Improve handling multiple resumable offersDaniel Boland
2016-06-30dcc: Introduce dcc_type and dcc_state enumsBen Gamari
2016-06-30dcc: Fix resuming with DCC GETHubert Terlecki
2016-06-29Introduce and use fe_timeout_add_secondsBen Gamari
2016-06-29dcc: Disable timeout timer when not in useBen Gamari
2016-06-29Refactor timer handlingBen Gamari
2016-02-18Fix strict prototype warningsPatrick Griffis
2016-01-25Fix leaksPatrick Griffis
2015-01-31Save iconv converters for input and output in the server.Arnavion
2015-01-18Server line text-encoding-related fixes.Arnavion
2015-01-18Removed CP1255-specific handling of server lines.Arnavion
2015-01-18Removed legacy "IRC" encoding.Arnavion
2014-12-31Don't return 0 in place of NULLTingPing
2014-12-28Fix building as c89TingPing
2014-12-28Use glib for all allocationsTingPing
2014-12-17More consistently include config.hTingPing
2014-12-15Fixed some more signed-unsigned-comparison warnings.Arnavion
2014-12-14Fix use after freeTingPing
2014-12-10Fix typoTingPing
2014-12-08Removed some unnecessary null-checks for calls to g_free and g_strfreevArnavion
2014-12-08Don't leak filename_fs on errors.Arnavion
2014-12-06Always use 64-bit filesize and file offsets in DCC.Arnavion
2014-02-12Fix some leaksTingPing
2013-11-28Print{,_attr} and server{,_attr} hooks were incorrectly handled when bothDiogo Sousa
2013-10-05some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv..Alf Gaida
2013-07-27Merge pull request #687 from Mikah89/clear_dcc_list_rebasedTingPing
2013-07-17Fixed coding style and clearified some comments, following arnavion suggestionsHelder Martins
2013-07-15Implemented clear functionality for DCC download manager. Created clear butto...Helder Martins
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 supported in all named servermsg: ping, error, notice andDiogo Sousa
2013-06-28server-time supported in most named messages.Diogo Sousa
2013-05-12Remove dead GLib codeBerke Viktor
2013-01-09Make source cleah with cppcheck, except for mpc and saslRichardHitt
2012-12-23fix incorrect FSF addressDan Mashal
2012-11-05Fix erroneous DCC file names and crash upon abortingArnav Singh
2012-11-03Initial commit for utf8 everywhere.Arnavion
2012-10-30Nah, even more rebrandingBerke Viktor
2012-10-24A lot more rebrandingBerke Viktor
2012-10-24Fix compilation on Unix with GLib 2.24 or olderBerke Viktor
2012-10-24System includes before own includesBerke Viktor
2012-10-22Removed DCC::destfile_fs since it was now the same as DCC::destfile. Fixed us...Arnav Singh
2012-10-22Replaced use of OS file I/O functions which expect filenames in system codepa...Arnav Singh
2012-10-22Build DCC file's path using platform's directory separator instead of always ...Arnav Singh
2012-10-22Variable cleanup for the restBerke Viktor
2012-10-22Variable cleanup for irc_*Berke Viktor
2012-10-22Variable cleanup for gui_*Berke Viktor