summary refs log tree commit diff stats
path: root/plugins/xdcc
AgeCommit message (Expand)Author
2012-11-04Use configdir instead of *xchatdir*Berke Viktor
2012-10-30Now some final cleanup (I hope)Berke Viktor
2012-10-30Some final rebrandingBerke Viktor
2012-10-30Rebrand get_info(xchatdir) but remain compatible for Perl and PythonBerke Viktor
2012-10-30Rebranding for the rest of plugin*Berke Viktor
2012-10-30Rebranding for XCHAT_EAT_*Berke Viktor
2012-10-30Rebranding for XCHAT_PRI_*Berke Viktor
2012-10-24A lot more rebrandingBerke Viktor
2011-12-11initial patches for linux compatibilityBerke Viktor
2011-02-28add wdk changes to named branchberkeviktor@aol.com
2011-02-24add xchat r1489berkeviktor@aol.com
2011-02-24nuke the repoberkeviktor@aol.com
2010-10-29update wdk distribution to use relative paths where possibleberkeviktor@aol.com
2010-08-24huge cleanup on build systemberkeviktor@aol.com
2010-08-11forgot to rename this one...berkeviktor@aol.com
2010-08-11enable the XDCC pluginberkeviktor@aol.com
0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
EXPORTED {
	global:
		hexchat_hook_command;
		hexchat_event_attrs_create;
		hexchat_event_attrs_free;
		hexchat_hook_server;
		hexchat_hook_server_attrs;
		hexchat_hook_print;
		hexchat_hook_print_attrs;
		hexchat_hook_timer;
		hexchat_hook_fd;
		hexchat_unhook;
		hexchat_print;
		hexchat_printf;
		hexchat_command;
		hexchat_commandf;
		hexchat_nickcmp;
		hexchat_set_context;
		hexchat_find_context;
		hexchat_get_context;
		hexchat_get_info;
		hexchat_get_prefs;
		hexchat_list_get;
		hexchat_list_free;
		hexchat_list_fields;
		hexchat_list_next;
		hexchat_list_str;
		hexchat_list_int;
		hexchat_plugingui_add;
		hexchat_plugingui_remove;
		hexchat_emit_print;
		hexchat_emit_print_attrs;
		hexchat_list_time;
		hexchat_gettext;
		hexchat_send_modes;
		hexchat_strip;
		hexchat_free;
		hexchat_pluginpref_set_str;
		hexchat_pluginpref_get_str;
		hexchat_pluginpref_set_int;
		hexchat_pluginpref_get_int;
		hexchat_pluginpref_delete;
		hexchat_pluginpref_list;
	local: *;
};