summary refs log tree commit diff stats
path: root/plugins
AgeCommit message (Expand)Author
2012-11-26update checksum help infoTingPing
2012-11-20Use g_strdupTingPing
2012-11-19Fix checksum plugin whe
if cc.get_id() == 'msvc'
  lua_dep = cc.find_library('lua51')
else
  lua_dep = dependency(get_option('with-lua'))
endif

shared_module('lua', 'lua.c',
  dependencies: [libgio_dep, hexchat_plugin_dep, lua_dep],
  install: true,
  install_dir: plugindir,
  name_prefix: '',
)
/plugins?h=fix-ub&id=da54f7cc1109c86e3f19542360ba49f22407b228'>Remove plugin20.html remnantBerke Viktor 2012-10-28Further doc relocations and conversionsBerke Viktor 2012-10-28Fix SysInfo displaying garbage for too long linesBerke Viktor 2012-10-27Ignore generated config.h properly on UnixBerke Viktor 2012-10-26Fix buffer sizeBerke Viktor 2012-10-26Eliminate some more plugin warningsBerke Viktor 2012-10-26Add commands for modifying UPD optionsBerke Viktor 2012-10-26Add configurable delay and check frequency for UPD and eliminate some warningsBerke Viktor 2012-10-25Get rid of the SASL pluginBerke Viktor 2012-10-25Rename HexTray config fileBerke Viktor 2012-10-24A lot more rebrandingBerke Viktor 2012-10-22Fix LSB filenameBerke Viktor 2012-10-22EXTRA_DIST cleanupBerke Viktor 2012-10-21CosmeticsBerke Viktor 2012-10-21TypofixBerke Viktor 2012-10-21Even more SysInfo fixesBerke Viktor 2012-10-21Some more cleanup for SysInfoBerke Viktor