summaryrefslogtreecommitdiffstats
path: root/src/common/plugin.c
AgeCommit message (Expand)Author
2020-09-29Fix segfaultfeature/tor-i2p-dccSoniEx2
2018-10-13Fix UB (dangling pointer usage)fix-ubSoniEx2
2018-03-31Fix plugins on macOSRainer Müller
2018-03-11Fix fscanf() usage without size limitPatrick Griffis
2018-03-09Remove mpcinfo pluginPatrick Griffis
2018-03-09Various fixes for mingwPatrick Griffis
2016-11-09Convert doat to an internal commandPatrick Griffis
2016-09-03plugin: Add chanmodes to channels listPatrick Griffis
2016-08-05plugin: Fix return value of hexchat_pluginpref_get_int()Patrick Griffis
2016-05-28Couple of minor const correctness fixesErik de Castro Lopo
2016-04-03lua: Build on win32Patrick Griffis
2016-03-30plugin: Fix padding for chanopts in channel flagsPatrick Griffis
2016-02-18Fix strict prototype warningsPatrick Griffis
2015-04-07Fix possible overflow in pluginprefTingPing
2015-02-04Implement windows 8.1+ notificationsTingPing
2015-02-02Only send utf8 string in Key Press eventTingPing
2015-01-31Save iconv converters for input and output in the server.Arnavion
2015-01-18Server line text-encoding-related fixes.Arnavion
2015-01-14Fixed bad const-cast.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-06Always use 64-bit filesize and file offsets in DCC.Arnavion
2014-09-01Escape values set via pluginprefTingPing
2014-07-28Fix various crashes with pluginprefTingPing
2014-06-04Stop hardcoding plugin extensions everywhereTingPing
2014-06-02Always use GModule for plugin supportTingPing
2014-01-27Allow overriding libdirTingPing
2014-01-08Rewrite dns commandTingPing
2013-11-28Print{,_attr} and server{,_attr} hooks were incorrectly handled when bothDiogo Sousa
2013-11-22Fix more warningsTingPing
2013-10-15Add remaining chanopts to plugin apiTingPing
2013-09-30Strip trailing space from pluginpref_list entriesTingPing
2013-09-30Fix crash in hexchat_pluginpref_list()TingPing
2013-09-07Add channelkey to channel listsTingPing
2013-08-04Add reload command for plugins and add to guiTingPing
2013-07-20Merge xchat r1525TingPing
2013-07-13g_free() should be used for g_malloc().Diogo Sousa
2013-07-12Added functions to create/destroy event_attrs to plugin interface.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-07-09Removed two dummy functions in plugin interface.Diogo Sousa
2013-07-09Added hexchat_hook_server_attrs() and hexchat_hook_print_attrs() to the pluginDiogo Sousa
2013-06-23plugins: Implemented get_info("password") and re-added get_info("nickserv") a...Arnavion
2013-06-13Use snprintfTingPing
2013-05-11Nuke nickserv password field and some cosmeticsBerke Viktor
2013-05-04Replace g_strdup_printf with g_build_filename where possibleBerke Viktor