mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 00:30:19 +00:00
A lot more rebranding
This commit is contained in:
@@ -10,6 +10,9 @@ EXTRA_DIST = \
|
||||
ctcp.h \
|
||||
dcc.h \
|
||||
fe.h \
|
||||
hexchat.h \
|
||||
hexchatc.h \
|
||||
hexchat-plugin.h \
|
||||
history.h \
|
||||
identd.c \
|
||||
ignore.h \
|
||||
@@ -36,10 +39,7 @@ EXTRA_DIST = \
|
||||
tree.h \
|
||||
url.h \
|
||||
userlist.h \
|
||||
util.h \
|
||||
xchat.h \
|
||||
xchatc.h \
|
||||
xchat-plugin.h
|
||||
util.h
|
||||
|
||||
if USE_OPENSSL
|
||||
ssl_c = ssl.c
|
||||
@@ -52,10 +52,10 @@ libhexchatcommon_a_LIBADD = \
|
||||
endif
|
||||
SUBDIRS = $(dbusdir) .
|
||||
|
||||
libhexchatcommon_a_SOURCES = cfgfiles.c chanopt.c ctcp.c dcc.c history.c ignore.c \
|
||||
inbound.c modes.c msproxy.c network.c notify.c outbound.c \
|
||||
plugin.c plugin-timer.c proto-irc.c server.c servlist.c $(ssl_c) \
|
||||
strlutil.c text.c tree.c url.c userlist.c util.c xchat.c
|
||||
libhexchatcommon_a_SOURCES = cfgfiles.c chanopt.c ctcp.c dcc.c hexchat.c \
|
||||
history.c ignore.c inbound.c modes.c msproxy.c network.c notify.c \
|
||||
outbound.c plugin.c plugin-timer.c proto-irc.c server.c servlist.c \
|
||||
$(ssl_c) strlutil.c text.c tree.c url.c userlist.c util.c
|
||||
libhexchatcommon_a_CFLAGS = $(LIBPROXY_CFLAGS)
|
||||
|
||||
textevents: make-te
|
||||
|
||||
@@ -23,12 +23,12 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "xchat.h"
|
||||
#include "hexchat.h"
|
||||
#include "cfgfiles.h"
|
||||
#include "util.h"
|
||||
#include "fe.h"
|
||||
#include "text.h"
|
||||
#include "xchatc.h"
|
||||
#include "hexchatc.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#include <io.h>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#ifndef XCHAT_CFGFILES_H
|
||||
#define XCHAT_CFGFILES_H
|
||||
|
||||
#include "xchat.h"
|
||||
#include "hexchat.h"
|
||||
|
||||
extern char *xdir_fs;
|
||||
extern char *xdir_utf;
|
||||
|
||||
@@ -14,13 +14,13 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "xchat.h"
|
||||
#include "hexchat.h"
|
||||
|
||||
#include "cfgfiles.h"
|
||||
#include "server.h"
|
||||
#include "text.h"
|
||||
#include "util.h"
|
||||
#include "xchatc.h"
|
||||
#include "hexchatc.h"
|
||||
|
||||
|
||||
static GSList *chanopt_list = NULL;
|
||||
|
||||
@@ -43,9 +43,9 @@
|
||||
<ClInclude Include="url.h" />
|
||||
<ClInclude Include="userlist.h" />
|
||||
<ClInclude Include="util.h" />
|
||||
<ClInclude Include="xchat-plugin.h" />
|
||||
<ClInclude Include="xchat.h" />
|
||||
<ClInclude Include="xchatc.h" />
|
||||
<ClInclude Include="hexchat-plugin.h" />
|
||||
<ClInclude Include="hexchat.h" />
|
||||
<ClInclude Include="hexchatc.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="cfgfiles.c" />
|
||||
@@ -74,7 +74,7 @@
|
||||
<ClCompile Include="url.c" />
|
||||
<ClCompile Include="userlist.c" />
|
||||
<ClCompile Include="util.c" />
|
||||
<ClCompile Include="xchat.c" />
|
||||
<ClCompile Include="hexchat.c" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{87554B59-006C-4D94-9714-897B27067BA3}</ProjectGuid>
|
||||
|
||||
@@ -98,13 +98,13 @@
|
||||
<ClInclude Include="util.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="xchat.h">
|
||||
<ClInclude Include="hexchat.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="xchatc.h">
|
||||
<ClInclude Include="hexchatc.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="xchat-plugin.h">
|
||||
<ClInclude Include="hexchat-plugin.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\config.h">
|
||||
@@ -193,7 +193,7 @@
|
||||
<ClCompile Include="util.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="xchat.c">
|
||||
<ClCompile Include="hexchat.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="strlutil.c">
|
||||
|
||||
@@ -43,9 +43,9 @@
|
||||
<ClInclude Include="url.h" />
|
||||
<ClInclude Include="userlist.h" />
|
||||
<ClInclude Include="util.h" />
|
||||
<ClInclude Include="xchat-plugin.h" />
|
||||
<ClInclude Include="xchat.h" />
|
||||
<ClInclude Include="xchatc.h" />
|
||||
<ClInclude Include="hexchat-plugin.h" />
|
||||
<ClInclude Include="hexchat.h" />
|
||||
<ClInclude Include="hexchatc.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="cfgfiles.c" />
|
||||
@@ -74,7 +74,7 @@
|
||||
<ClCompile Include="url.c" />
|
||||
<ClCompile Include="userlist.c" />
|
||||
<ClCompile Include="util.c" />
|
||||
<ClCompile Include="xchat.c" />
|
||||
<ClCompile Include="hexchat.c" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{87554B59-006C-4D94-9714-897B27067BA3}</ProjectGuid>
|
||||
|
||||
@@ -98,13 +98,13 @@
|
||||
<ClInclude Include="util.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="xchat.h">
|
||||
<ClInclude Include="hexchat.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="xchatc.h">
|
||||
<ClInclude Include="hexchatc.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="xchat-plugin.h">
|
||||
<ClInclude Include="hexchat-plugin.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\config.h">
|
||||
@@ -193,7 +193,7 @@
|
||||
<ClCompile Include="util.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="xchat.c">
|
||||
<ClCompile Include="hexchat.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="strlutil.c">
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "xchat.h"
|
||||
#include "hexchat.h"
|
||||
#include "cfgfiles.h"
|
||||
#include "util.h"
|
||||
#include "modes.h"
|
||||
@@ -35,7 +35,7 @@
|
||||
#include "text.h"
|
||||
#include "ctcp.h"
|
||||
#include "server.h"
|
||||
#include "xchatc.h"
|
||||
#include "hexchatc.h"
|
||||
|
||||
|
||||
static void
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
#include <glib.h>
|
||||
#include <glib/gstdio.h>
|
||||
|
||||
#include "xchat.h"
|
||||
#include "hexchat.h"
|
||||
#include "util.h"
|
||||
#include "fe.h"
|
||||
#include "outbound.h"
|
||||
@@ -58,7 +58,7 @@
|
||||
#include "server.h"
|
||||
#include "text.h"
|
||||
#include "url.h"
|
||||
#include "xchatc.h"
|
||||
#include "hexchatc.h"
|
||||
|
||||
#ifdef USE_DCC64
|
||||
#define BIG_STR_TO_INT(x) strtoull(x,NULL,10)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* You can distribute this header with your plugins for easy compilation */
|
||||
#ifndef XCHAT_PLUGIN_H
|
||||
#define XCHAT_PLUGIN_H
|
||||
#ifndef HEXCHAT_PLUGIN_H
|
||||
#define HEXCHAT_PLUGIN_H
|
||||
|
||||
#include <time.h>
|
||||
|
||||
@@ -34,13 +34,13 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "xchat.h"
|
||||
#include "hexchat.h"
|
||||
#include "fe.h"
|
||||
#include "util.h"
|
||||
#include "cfgfiles.h"
|
||||
#include "chanopt.h"
|
||||
#include "ignore.h"
|
||||
#include "xchat-plugin.h"
|
||||
#include "hexchat-plugin.h"
|
||||
#include "plugin.h"
|
||||
#include "plugin-timer.h"
|
||||
#include "notify.h"
|
||||
@@ -49,7 +49,7 @@
|
||||
#include "outbound.h"
|
||||
#include "text.h"
|
||||
#include "url.h"
|
||||
#include "xchatc.h"
|
||||
#include "hexchatc.h"
|
||||
|
||||
#ifdef USE_OPENSSL
|
||||
#include <openssl/ssl.h> /* SSL_() */
|
||||
@@ -1,8 +1,8 @@
|
||||
/* simple identd server for xchat under win32 */
|
||||
|
||||
#include "inet.h"
|
||||
#include "xchat.h"
|
||||
#include "xchatc.h"
|
||||
#include "hexchat.h"
|
||||
#include "hexchatc.h"
|
||||
#include "text.h"
|
||||
|
||||
static int identd_is_running = FALSE;
|
||||
|
||||
@@ -29,13 +29,13 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "xchat.h"
|
||||
#include "hexchat.h"
|
||||
#include "ignore.h"
|
||||
#include "cfgfiles.h"
|
||||
#include "fe.h"
|
||||
#include "text.h"
|
||||
#include "util.h"
|
||||
#include "xchatc.h"
|
||||
#include "hexchatc.h"
|
||||
|
||||
|
||||
int ignored_ctcp = 0; /* keep a count of all we ignore */
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#define WANTDNS
|
||||
#include "inet.h"
|
||||
|
||||
#include "xchat.h"
|
||||
#include "hexchat.h"
|
||||
#include "util.h"
|
||||
#include "ignore.h"
|
||||
#include "fe.h"
|
||||
@@ -46,7 +46,7 @@
|
||||
#include "text.h"
|
||||
#include "ctcp.h"
|
||||
#include "plugin.h"
|
||||
#include "xchatc.h"
|
||||
#include "hexchatc.h"
|
||||
|
||||
|
||||
void
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
#include <glib.h>
|
||||
#include <glib/gprintf.h>
|
||||
|
||||
#include "xchat.h"
|
||||
#include "xchatc.h"
|
||||
#include "hexchat.h"
|
||||
#include "hexchatc.h"
|
||||
#include "modes.h"
|
||||
#include "server.h"
|
||||
#include "text.h"
|
||||
|
||||
@@ -36,9 +36,9 @@
|
||||
#define WANTARPA
|
||||
#include "inet.h"
|
||||
|
||||
#include "xchat.h"
|
||||
#include "hexchat.h"
|
||||
#include "network.h"
|
||||
#include "xchatc.h"
|
||||
#include "hexchatc.h"
|
||||
#include "server.h"
|
||||
#include "msproxy.h"
|
||||
|
||||
|
||||
@@ -30,14 +30,14 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "xchat.h"
|
||||
#include "hexchat.h"
|
||||
#include "notify.h"
|
||||
#include "cfgfiles.h"
|
||||
#include "fe.h"
|
||||
#include "server.h"
|
||||
#include "text.h"
|
||||
#include "util.h"
|
||||
#include "xchatc.h"
|
||||
#include "hexchatc.h"
|
||||
|
||||
|
||||
GSList *notify_list = 0;
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "xchat.h"
|
||||
#include "hexchat.h"
|
||||
#include "plugin.h"
|
||||
#include "ignore.h"
|
||||
#include "util.h"
|
||||
@@ -49,7 +49,7 @@
|
||||
#include "notify.h"
|
||||
#include "inbound.h"
|
||||
#include "text.h"
|
||||
#include "xchatc.h"
|
||||
#include "hexchatc.h"
|
||||
#include "servlist.h"
|
||||
#include "server.h"
|
||||
#include "tree.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <glib.h>
|
||||
#include "xchat-plugin.h"
|
||||
#include "hexchat-plugin.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#define g_ascii_strcasecmp stricmp
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "xchat.h"
|
||||
#include "hexchat.h"
|
||||
#include "fe.h"
|
||||
#include "util.h"
|
||||
#include "outbound.h"
|
||||
@@ -42,11 +42,11 @@
|
||||
#include "text.h"
|
||||
#define PLUGIN_C
|
||||
typedef struct session xchat_context;
|
||||
#include "xchat-plugin.h"
|
||||
#include "hexchat-plugin.h"
|
||||
#include "plugin.h"
|
||||
|
||||
|
||||
#include "xchatc.h"
|
||||
#include "hexchatc.h"
|
||||
|
||||
/* the USE_PLUGIN define only removes libdl stuff */
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "xchat.h"
|
||||
#include "hexchat.h"
|
||||
#include "ctcp.h"
|
||||
#include "fe.h"
|
||||
#include "ignore.h"
|
||||
@@ -40,7 +40,7 @@
|
||||
#include "text.h"
|
||||
#include "outbound.h"
|
||||
#include "util.h"
|
||||
#include "xchatc.h"
|
||||
#include "hexchatc.h"
|
||||
#include "url.h"
|
||||
|
||||
|
||||
|
||||
@@ -42,12 +42,12 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "xchat.h"
|
||||
#include "hexchat.h"
|
||||
#include "fe.h"
|
||||
#include "cfgfiles.h"
|
||||
#include "network.h"
|
||||
#include "notify.h"
|
||||
#include "xchatc.h"
|
||||
#include "hexchatc.h"
|
||||
#include "inbound.h"
|
||||
#include "outbound.h"
|
||||
#include "text.h"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "xchat.h"
|
||||
#include "hexchat.h"
|
||||
#include <glib.h>
|
||||
|
||||
#include "cfgfiles.h"
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "server.h"
|
||||
#include "text.h"
|
||||
#include "util.h" /* token_foreach */
|
||||
#include "xchatc.h"
|
||||
#include "hexchatc.h"
|
||||
|
||||
#include "servlist.h"
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
#include "xchat.h"
|
||||
#include "hexchat.h"
|
||||
#include <glib.h>
|
||||
#include "cfgfiles.h"
|
||||
#include "chanopt.h"
|
||||
@@ -41,7 +41,7 @@
|
||||
#include "server.h"
|
||||
#include "util.h"
|
||||
#include "outbound.h"
|
||||
#include "xchatc.h"
|
||||
#include "hexchatc.h"
|
||||
#include "text.h"
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include "xchat.h"
|
||||
#include "xchatc.h"
|
||||
#include "hexchat.h"
|
||||
#include "hexchatc.h"
|
||||
#include "cfgfiles.h"
|
||||
#include "fe.h"
|
||||
#include "tree.h"
|
||||
|
||||
@@ -20,12 +20,12 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "xchat.h"
|
||||
#include "hexchat.h"
|
||||
#include "modes.h"
|
||||
#include "fe.h"
|
||||
#include "notify.h"
|
||||
#include "tree.h"
|
||||
#include "xchatc.h"
|
||||
#include "hexchatc.h"
|
||||
#include "util.h"
|
||||
|
||||
|
||||
|
||||
@@ -43,8 +43,8 @@
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include "xchat.h"
|
||||
#include "xchatc.h"
|
||||
#include "hexchat.h"
|
||||
#include "hexchatc.h"
|
||||
#include <glib.h>
|
||||
#include <ctype.h>
|
||||
#include "util.h"
|
||||
|
||||
@@ -37,9 +37,9 @@
|
||||
#include <gdk/gdkx.h>
|
||||
#endif
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "palette.h"
|
||||
#include "pixmaps.h"
|
||||
#include "gtkutil.h"
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
#include <gtk/gtklabel.h>
|
||||
#include <gtk/gtkbutton.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "gtkutil.h"
|
||||
#include "ascii.h"
|
||||
#include "maingui.h"
|
||||
|
||||
@@ -37,11 +37,11 @@
|
||||
#include <gtk/gtktreeview.h>
|
||||
#include <gtk/gtktreeselection.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/fe.h"
|
||||
#include "../common/modes.h"
|
||||
#include "../common/outbound.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "gtkutil.h"
|
||||
#include "maingui.h"
|
||||
#include "banlist.h"
|
||||
|
||||
@@ -47,8 +47,8 @@
|
||||
#include <gtk/gtkvseparator.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "../common/cfgfiles.h"
|
||||
#include "../common/outbound.h"
|
||||
#include "../common/util.h"
|
||||
|
||||
@@ -6,8 +6,8 @@ typedef struct
|
||||
GtkWidget *scrollw; /* scrolledWindow */
|
||||
} treeview;
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "fe-gtk.h"
|
||||
#include "maingui.h"
|
||||
|
||||
|
||||
@@ -44,8 +44,8 @@
|
||||
#include <gtk/gtkradiobutton.h>
|
||||
#include <gtk/gtkversion.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "../common/fe.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/network.h"
|
||||
|
||||
@@ -37,9 +37,9 @@
|
||||
#include <gtk/gtkhbox.h>
|
||||
#include <gtk/gtkvseparator.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/cfgfiles.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "../common/fe.h"
|
||||
#include "menu.h"
|
||||
#include "gtkutil.h"
|
||||
|
||||
@@ -37,12 +37,12 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/fe.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/text.h"
|
||||
#include "../common/cfgfiles.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "../common/plugin.h"
|
||||
#include "../common/server.h"
|
||||
#include "../common/url.h"
|
||||
|
||||
@@ -46,8 +46,8 @@
|
||||
#include <gtk/gtkentry.h>
|
||||
#include <gtk/gtkvscrollbar.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "../common/cfgfiles.h"
|
||||
#include "../common/fe.h"
|
||||
#include "../common/userlist.h"
|
||||
|
||||
@@ -46,11 +46,11 @@
|
||||
#include <gtk/gtkversion.h>
|
||||
#include <gtk/gtkfilechooserdialog.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/fe.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/cfgfiles.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "gtkutil.h"
|
||||
#include "pixmaps.h"
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
#include <gtk/gtkcellrenderertext.h>
|
||||
#include <gtk/gtkcellrenderertoggle.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/ignore.h"
|
||||
#include "../common/cfgfiles.h"
|
||||
#include "../common/fe.h"
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
#include <gtk/gtkvbox.h>
|
||||
#include <gtk/gtkwindow.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "../common/server.h"
|
||||
#include "../common/fe.h"
|
||||
#include "fe-gtk.h"
|
||||
|
||||
@@ -44,10 +44,10 @@
|
||||
#include <gtk/gtkbbox.h>
|
||||
#include <gtk/gtkvscrollbar.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/fe.h"
|
||||
#include "../common/server.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "../common/outbound.h"
|
||||
#include "../common/inbound.h"
|
||||
#include "../common/plugin.h"
|
||||
|
||||
@@ -44,8 +44,8 @@
|
||||
#include <gtk/gtkversion.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "../common/cfgfiles.h"
|
||||
#include "../common/outbound.h"
|
||||
#include "../common/ignore.h"
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#include <gtk/gtktreeselection.h>
|
||||
#include <gtk/gtkcellrenderertext.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/notify.h"
|
||||
#include "../common/cfgfiles.h"
|
||||
#include "../common/fe.h"
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "fe-gtk.h"
|
||||
#include "palette.h"
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/cfgfiles.h"
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "fe-gtk.h"
|
||||
#include "../common/cfgfiles.h"
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/fe.h"
|
||||
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/* Copyright (C) 2006-2007 Peter Zelezny. */
|
||||
|
||||
#include <string.h>
|
||||
#include "../common/xchat-plugin.h"
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchat-plugin.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "../common/inbound.h"
|
||||
#include "../common/server.h"
|
||||
#include "../common/fe.h"
|
||||
|
||||
@@ -32,15 +32,15 @@
|
||||
#include <gtk/gtktreeselection.h>
|
||||
#include <gtk/gtkcellrenderertext.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/hexchat.h"
|
||||
#define PLUGIN_C
|
||||
typedef struct session xchat_context;
|
||||
#include "../common/xchat-plugin.h"
|
||||
#include "../common/hexchat-plugin.h"
|
||||
#include "../common/plugin.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/outbound.h"
|
||||
#include "../common/fe.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "../common/cfgfiles.h"
|
||||
#include "gtkutil.h"
|
||||
|
||||
|
||||
@@ -35,8 +35,8 @@
|
||||
#include <gtk/gtkvscrollbar.h>
|
||||
#include <gtk/gtkstock.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "../common/cfgfiles.h"
|
||||
#include "../common/server.h"
|
||||
#include "gtkutil.h"
|
||||
|
||||
@@ -34,10 +34,10 @@
|
||||
#include <gtk/gtktogglebutton.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/fe.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "gtkutil.h"
|
||||
#include "xtext.h"
|
||||
#include "maingui.h"
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
#include <gtk/gtkwindow.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "../common/servlist.h"
|
||||
#include "../common/cfgfiles.h"
|
||||
#include "../common/fe.h"
|
||||
|
||||
@@ -8,13 +8,13 @@
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/cfgfiles.h"
|
||||
#include "../common/fe.h"
|
||||
#include "../common/text.h"
|
||||
#include "../common/userlist.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "fe-gtk.h"
|
||||
#include "gtkutil.h"
|
||||
#include "maingui.h"
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#endif
|
||||
|
||||
#include "../common/cfgfiles.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchatc.h"
|
||||
|
||||
/*
|
||||
* Bunch of poop to make enchant into a runtime dependency rather than a
|
||||
|
||||
@@ -36,8 +36,8 @@
|
||||
#include <gtk/gtkvpaned.h>
|
||||
#include <gtk/gtkvscrollbar.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "../common/cfgfiles.h"
|
||||
#include "../common/outbound.h"
|
||||
#include "../common/fe.h"
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
#include <gtk/gtktreeselection.h>
|
||||
#include <gtk/gtkcellrenderertext.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "../common/cfgfiles.h"
|
||||
#include "../common/fe.h"
|
||||
#include "../common/url.h"
|
||||
|
||||
@@ -34,12 +34,12 @@
|
||||
#include <gtk/gtkliststore.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/userlist.h"
|
||||
#include "../common/modes.h"
|
||||
#include "../common/notify.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "../common/fe.h"
|
||||
#include "gtkutil.h"
|
||||
#include "palette.h"
|
||||
|
||||
@@ -65,10 +65,10 @@
|
||||
#include "mmx_cmod.h"
|
||||
#endif
|
||||
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/fe.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "fe-gtk.h"
|
||||
#include "xtext.h"
|
||||
#include "fkeys.h"
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
#include <sys/types.h>
|
||||
#include <ctype.h>
|
||||
#include <glib.h>
|
||||
#include "../common/xchat.h"
|
||||
#include "../common/xchatc.h"
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "../common/cfgfiles.h"
|
||||
#include "../common/outbound.h"
|
||||
#include "../common/util.h"
|
||||
|
||||
Reference in New Issue
Block a user