summary refs log tree commit diff stats
path: root/plugins
AgeCommit message (Expand)Author
2012-01-20update the checksum plugin to use the plugin config apiBerke Viktor
2012-01-20add DNS pluginBerke Viktor
2012-01-20disable the non-bmp pluginBerke Viktor
2012-01-18typofixBerke Viktor
2012-01-18add Non-BMP plugin against GTK+ exploitsBerke Viktor
2012-01-15fix prototype in plugin docsBerke Viktor
2012-01-15add info about xsasl add replacing existing configBerke Viktor
2012-01-15additional hints about xchat_pluginpref_list return valueBerke Viktor
2012-01-15implement XSASL LISTBerke Viktor
2012-01-15update xsasl according to api changesBerke Viktor
2012-01-15refactor plugin config API and add skeleton for xchat_pluginpref_listBerke Viktor
2012-01-14support for removing existing networks in xsaslBerke Viktor
2012-01-14skeleton for xchat_del_pluginprefBerke Viktor
2012-01-11some more xsasl cosmeticsBerke Viktor
2012-01-11remove extra spaces from xsasl messagesBerke Viktor
2012-01-11X-SASL cosmeticsBerke Viktor
2012-01-10update xtray compilation dateBerke Viktor
2012-01-10update command namesBerke Viktor
2012-01-10reformatting, cleanupBerke Viktor
2012-01-10xsasl save/load more or less works, need to get rid of listsBerke Viktor
2012-01-10initial XSASL plugin based on cap_saslBerke Viktor
2012-01-03sync with fishlim headBerke Viktor
2011-12-11some more multiplatform supportBerke Viktor
2011-12-11initial patches for linux compatibilityBerke Viktor
2011-12-06forgot to bump versionBerke Viktor
2011-12-06typofixBerke Viktor
2011-12-03omit library manager bannerBerke Viktor
2011-12-03use strawberry perl for 5.14 too and use gendef for def generationBerke Viktor
2011-12-03placeholder for /exec -oBerke Viktor
2011-12-03add some branding to winsys outputBerke Viktor
2011-12-03print system info in one line for othersBerke Viktor
2011-12-02add example for sanitizing xchat_set_pluginpref_int inputBerke Viktor
2011-12-02no need for an extra newline during tcl initBerke Viktor
2011-12-02fix automatic update checkingBerke Viktor
2011-12-02fix deinit message in execBerke Viktor
2011-12-02apparently this is not allowed in C++Berke Viktor
2011-12-02don't use hardcoded strings for plugin namesBerke Viktor
2011-12-02add documentation for plugin config frameworkBerke Viktor
2011-12-01speed up winsys executionsBerke Viktor
2011-12-01plugin api conformanceBerke Viktor
2011-11-30refactoringBerke Viktor
2011-11-30plugin config - separate string and int functionsBerke Viktor
2011-11-30use global xchat-plugin.h for xtrayBerke Viktor
2011-11-30plugin config save is done via raw file access, now works with multiple varsBerke Viktor
2011-11-29initial plugin config framework, can't save multiple entriesBerke Viktor
2011-11-29display sysinfo for self when not in channel/dialogBerke Viktor
2011-11-29own icon for winsysBerke Viktor
2011-11-29relicense own plugins under the MIT licenseBerke Viktor
2011-11-29winsys cosmetics and extensionsBerke Viktor
2011-11-28MSVC-style printBerke Viktor
="w"> type="s" name="name" direction="in"/> <arg type="s" name="desc" direction="in"/> <arg type="s" name="version" direction="in"/> <arg type="s" name="path" direction="out"/> </method> <method name="Disconnect"> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> </method> </interface> <interface name="org.hexchat.plugin"> <method name="Command"> <arg type="s" name="command" direction="in"/> </method> <method name="Print"> <arg type="s" name="text" direction="in"/> </method> <method name="FindContext"> <arg type="s" name="server" direction="in"/> <arg type="s" name="channel" direction="in"/> <arg type="u" name="ret_id" direction="out"/> </method> <method name="GetContext"> <arg type="u" name="ret_id" direction="out"/> </method> <method name="SetContext"> <arg type="u" name="id" direction="in"/> <arg type="b" name="ret" direction="out"/> </method> <method name="GetInfo"> <arg type="s" name="id" direction="in"/> <arg type="s" name="ret_info" direction="out"/> </method> <method name="GetPrefs"> <arg type="s" name="name" direction="in"/> <arg type="i" name="ret_type" direction="out"/> <arg type="s" name="ret_str" direction="out"/> <arg type="i" name="ret_int" direction="out"/> </method> <method name="HookCommand"> <arg type="s" name="name" direction="in"/> <arg type="i" name="priority" direction="in"/> <arg type="s" name="help_text" direction="in"/> <arg type="i" name="return_value" direction="in"/> <arg type="u" name="ret_id" direction="out"/> </method> <method name="HookServer"> <arg type="s" name="name" direction="in"/> <arg type="i" name="priority" direction="in"/> <arg type="i" name="return_value" direction="in"/> <arg type="u" name="ret_id" direction="out"/> </method> <method name="HookPrint"> <arg type="s" name="name" direction="in"/> <arg type="i" name="priority" direction="in"/> <arg type="i" name="return_value" direction="in"/> <arg type="u" name="ret_id" direction="out"/> </method> <method name="Unhook"> <arg type="u" name="id" direction="in"/> </method> <method name="ListGet"> <arg type="s" name="name" direction="in"/> <arg type="u" name="ret_id" direction="out"/> </method> <method name="ListNext"> <arg type="u" name="id" direction="in"/> <arg type="b" name="ret" direction="out"/> </method> <method name="ListStr"> <arg type="u" name="id" direction="in"/> <arg type="s" name="name" direction="in"/> <arg type="s" name="ret_str" direction="out"/> </method> <method name="ListInt"> <arg type="u" name="id" direction="in"/> <arg type="s" name="name" direction="in"/> <arg type="i" name="ret_int" direction="out"/> </method> <method name="ListTime"> <arg type="u" name="id" direction="in"/> <arg type="s" name="name" direction="in"/> <arg type="t" name="ret_time" direction="out"/> </method> <method name="ListFields"> <arg type="s" name="name" direction="in"/> <arg type="as" name="ret" direction="out"/> </method> <method name="ListFree"> <arg type="u" name="id" direction="in"/> </method> <method name="EmitPrint"> <arg type="s" name="event_name" direction="in"/> <arg type="as" name="args" direction="in"/> <arg type="b" name="ret" direction="out"/> </method> <method name="Nickcmp"> <arg type="s" name="nick1" direction="in"/> <arg type="s" name="nick2" direction="in"/> <arg type="i" name="ret" direction="out"/> </method> <method name="Strip"> <arg type="s" name="str" direction="in"/> <arg type="i" name="len" direction="in"/> <arg type="i" name="flag" direction="in"/> <arg type="s" name="ret_str" direction="out"/> </method> <method name="SendModes"> <arg type="as" name="targets" direction="in"/> <arg type="i" name="modes_per_line" direction="in"/> <arg type="y" name="sign" direction="in"/> <arg type="y" name="mode" direction="in"/> </method> <signal name="CommandSignal"> <arg type="as" name="word"/> <arg type="as" name="word_eol"/> <arg type="u" name="hook_id"/> <arg type="u" name="context_id"/> </signal> <signal name="ServerSignal"> <arg type="as" name="word"/> <arg type="as" name="word_eol"/> <arg type="u" name="hook_id"/> <arg type="u" name="context_id"/> </signal> <signal name="PrintSignal"> <arg type="as" name="word"/> <arg type="u" name="hook_id"/> <arg type="u" name="context_id"/> </signal> <signal name="UnloadSignal"/> </interface> </node>