A lot more rebranding

This commit is contained in:
Berke Viktor
2012-10-24 21:33:02 +02:00
parent 6d356a5e51
commit 1a75c8e1be
108 changed files with 238 additions and 238 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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;

View File

@@ -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;

View File

@@ -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>

View File

@@ -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">

View File

@@ -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>

View File

@@ -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">

View File

@@ -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

View File

@@ -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)

View File

@@ -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>

View File

@@ -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_() */

View File

@@ -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;

View File

@@ -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 */

View File

@@ -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

View File

@@ -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"

View File

@@ -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"

View File

@@ -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;

View File

@@ -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"

View File

@@ -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

View File

@@ -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 */

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"