diff --git a/data/misc/net.zoite.Zoitechat.Plugin.metainfo.xml.in b/data/misc/net.zoite.Zoitechat.Plugin.metainfo.xml.in index da255014..4dde77a9 100644 --- a/data/misc/net.zoite.Zoitechat.Plugin.metainfo.xml.in +++ b/data/misc/net.zoite.Zoitechat.Plugin.metainfo.xml.in @@ -4,7 +4,7 @@ net.zoite.Zoitechat @NAME@ Plugin @SUMMARY@ - https://zoitechat.zoite.net/ + https://zoitechat.org/ @LICENSE@ CC0-1.0 deepend_AT_zoite.net diff --git a/data/misc/net.zoite.Zoitechat.appdata.xml.in b/data/misc/net.zoite.Zoitechat.appdata.xml.in index d7aedde7..acf1870a 100644 --- a/data/misc/net.zoite.Zoitechat.appdata.xml.in +++ b/data/misc/net.zoite.Zoitechat.appdata.xml.in @@ -16,12 +16,12 @@

ZoiteChat is an easy to use yet extensible IRC Client based on Hexchat. It allows you to securely join multiple networks and talk to users privately or in channels using a customizable interface. You can even transfer files.

ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, logging, custom themes, and Python/Perl scripts.

- https://zoitechat.zoite.net + https://zoitechat.org https://github.com/zoitechat/zoitechat - https://docs.zoitechat.zoite.net/en/latest/ + https://docs.zoitechat.org/en/latest/ - https://zoitechat.zoite.net/assets/ZoiteChat.png + https://zoitechat.org/assets/ZoiteChat.png Main Chat Window @@ -100,14 +100,6 @@ - - -

Version metadata update:

- -
-

UI fixes, topic bar improvements, and selection styling updates:

diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c index 23b80206..b6fe6069 100644 --- a/plugins/perl/perl.c +++ b/plugins/perl/perl.c @@ -1457,14 +1457,14 @@ perl_load_file (char *filename) "You must have a Visual C++ build of Perl " PERL_REQUIRED_VERSION " installed in order to\n" "run Perl scripts. A reboot may be required.\n\n" - "http://zoitechat.zoite.net/downloads.html\n\n" + "http://zoitechat.org/downloads.html\n\n" "I have found Perl 5.6, but that is too old."); } else { thread_mbox ("Cannot open " PERL_DLL "!\n\n" "You must have a Visual C++ build of Perl " PERL_REQUIRED_VERSION " installed in order to\n" "run Perl scripts. A reboot may be required.\n\n" - "http://zoitechat.zoite.net/downloads.html\n\n" + "http://zoitechat.org/downloads.html\n\n" "Make sure Perl's bin directory is in your PATH."); } } diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c index 84cd27ab..2ea51169 100644 --- a/plugins/upd/upd.c +++ b/plugins/upd/upd.c @@ -24,7 +24,7 @@ #include "zoitechat-plugin.h" -#define APPCAST_URL "https://zoitechat.zoite.net/appcast.xml" +#define APPCAST_URL "https://zoitechat.org/appcast.xml" static zoitechat_plugin *ph; static char name[] = "Update Checker"; diff --git a/readme.md b/readme.md index 07d79532..99723b22 100644 --- a/readme.md +++ b/readme.md @@ -33,8 +33,8 @@ ZoiteChat is an HexChat based IRC client for Windows and UNIX-like operating systems. See [IRCHelp.org](http://irchelp.org) for information about IRC in general. -For more information on ZoiteChat please read our [documentation](https://docs.zoitechat.zoite.net/): -- [Downloads](https://zoitechat.zoite.net/download) +For more information on ZoiteChat please read our [documentation](https://docs.zoitechat.org/): +- [Downloads](https://zoitechat.org/download) - [Troubleshooting](troubleshooting.md) diff --git a/src/common/outbound.c b/src/common/outbound.c index 05839696..40ecd914 100644 --- a/src/common/outbound.c +++ b/src/common/outbound.c @@ -4070,7 +4070,7 @@ const struct commands xc_cmds[] = { {"ME", cmd_me, 0, 0, 1, N_("ME , sends the action to the current channel (actions are written in the 3rd person, like /me jumps)")}, {"MENU", cmd_menu, 0, 0, 1, "MENU [-eX] [-i] [-k,] [-m] [-pX] [-r] [-tX] {ADD|DEL} [command] [unselect command]\n" - " See https://docs.zoitechat.zoite.net/en/latest/en/latest/plugins.html#controlling-the-gui for more details."}, + " See https://docs.zoitechat.org/en/latest/en/latest/plugins.html#controlling-the-gui for more details."}, {"MHOP", cmd_mhop, 1, 1, 1, N_("MHOP, Mass hop's all users in the current channel (needs chanop)")}, {"MKICK", cmd_mkick, 1, 1, 1, diff --git a/src/fe-gtk/menu.c b/src/fe-gtk/menu.c index e69ddec7..90fa4847 100644 --- a/src/fe-gtk/menu.c +++ b/src/fe-gtk/menu.c @@ -1717,7 +1717,7 @@ menu_ctcpguiopen (void) static void menu_docs (GtkWidget *wid, gpointer none) { - fe_open_url ("https://docs.zoitechat.zoite.net/en/latest/"); + fe_open_url ("https://docs.zoitechat.org/en/latest/"); } /*static void @@ -1862,7 +1862,7 @@ about_dialog_response (GtkDialog *dialog, int response, gpointer data) { if (response == GTK_RESPONSE_HELP) { - fe_open_url ("http://zoitechat.zoite.net"); + fe_open_url ("http://zoitechat.org"); return; } if (response == GTK_RESPONSE_APPLY) diff --git a/win32/installer/zoitechat.iss.tt b/win32/installer/zoitechat.iss.tt index c1f77a5e..a3d26ab8 100644 --- a/win32/installer/zoitechat.iss.tt +++ b/win32/installer/zoitechat.iss.tt @@ -9,10 +9,10 @@ AppName=ZoiteChat AppVersion={#APPVER} AppVerName=ZoiteChat {#APPVER} AppPublisher=ZoiteChat -AppPublisherURL=http://zoitechat.zoite.net +AppPublisherURL=http://zoitechat.org AppCopyright=Copyright (C) 1998-2010 Peter Zelezny AppSupportURL=https://github.com/zoitechat/zoitechat/issues -AppUpdatesURL=http://zoitechat.zoite.net/downloads.html +AppUpdatesURL=http://zoitechat.org/downloads.html LicenseFile=share\doc\zoitechat\COPYING UninstallDisplayIcon={app}\zoitechat.exe UninstallDisplayName=ZoiteChat