mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-29 20:52:16 -05:00
Some more rebranding
This commit is contained in:
parent
1a75c8e1be
commit
d6dec82d3d
@ -21,8 +21,8 @@
|
|||||||
|
|
||||||
#include <dbus/dbus-glib.h>
|
#include <dbus/dbus-glib.h>
|
||||||
#include "dbus-client.h"
|
#include "dbus-client.h"
|
||||||
#include "../xchat.h"
|
#include "../hexchat.h"
|
||||||
#include "../xchatc.h"
|
#include "../hexchatc.h"
|
||||||
|
|
||||||
#define DBUS_SERVICE "org.hexchat.service"
|
#define DBUS_SERVICE "org.hexchat.service"
|
||||||
#define DBUS_REMOTE "/org/hexchat/Remote"
|
#define DBUS_REMOTE "/org/hexchat/Remote"
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include <dbus/dbus-glib.h>
|
#include <dbus/dbus-glib.h>
|
||||||
#include <dbus/dbus-glib-lowlevel.h>
|
#include <dbus/dbus-glib-lowlevel.h>
|
||||||
#include <glib/gi18n.h>
|
#include <glib/gi18n.h>
|
||||||
#include "../xchat-plugin.h"
|
#include "../hexchat-plugin.h"
|
||||||
|
|
||||||
#define PNAME _("remote access")
|
#define PNAME _("remote access")
|
||||||
#define PDESC _("plugin for remote access using DBUS")
|
#define PDESC _("plugin for remote access using DBUS")
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include "network.h"
|
#include "network.h"
|
||||||
|
|
||||||
#define MSPROXY_EXECUTABLE "xchat.exe" /* This probably can be used for access control on the server side */
|
#define MSPROXY_EXECUTABLE "hexchat.exe" /* This probably can be used for access control on the server side */
|
||||||
|
|
||||||
#define MSPROXY_MINLENGTH 172 /* minimum length of packet. */
|
#define MSPROXY_MINLENGTH 172 /* minimum length of packet. */
|
||||||
#define NT_MAXNAMELEN 17 /* maximum name length (domain etc), comes from NetBIOS */
|
#define NT_MAXNAMELEN 17 /* maximum name length (domain etc), comes from NetBIOS */
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#ifdef PLUGIN_C
|
#ifdef PLUGIN_C
|
||||||
struct _xchat_plugin
|
struct _xchat_plugin
|
||||||
{
|
{
|
||||||
/* Keep these insync with xchat-plugin.h */
|
/* Keep these in sync with hexchat-plugin.h */
|
||||||
/* !!don't change the order, to keep binary compat!! */
|
/* !!don't change the order, to keep binary compat!! */
|
||||||
xchat_hook *(*xchat_hook_command) (xchat_plugin *ph,
|
xchat_hook *(*xchat_hook_command) (xchat_plugin *ph,
|
||||||
const char *name,
|
const char *name,
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_OPENSSL
|
#ifdef USE_OPENSSL
|
||||||
extern SSL_CTX *ctx; /* xchat.c */
|
extern SSL_CTX *ctx; /* hexchat.c */
|
||||||
/* local variables */
|
/* local variables */
|
||||||
static struct session *g_sess = NULL;
|
static struct session *g_sess = NULL;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user