mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 10:02:22 +02:00
feat: Revert to 'irssi' branding and add installer script
This single commit performs two major actions: 1. Reverts all instances of the 'irssip' custom branding back to the original 'irssi' naming. This includes a comprehensive and precise update of the binary name, default home directory, configuration files, documentation, tests, and all internal #include paths. The 'irssiproxy' module name is intentionally left unchanged. 2. Introduces 'configure.sh', a portable shell script that guides the user through the installation process, offering side-by-side installation to prevent conflicts. This approach ensures a clean, atomic change that prepares the branch for both upstream pull requests and user-friendly installation.
This commit is contained in:
parent
25f2b16544
commit
68214e5f20
298 changed files with 2123 additions and 2996 deletions
|
|
@ -19,21 +19,21 @@
|
|||
*/
|
||||
|
||||
#include "module.h"
|
||||
#include <irssip/src/core/network.h>
|
||||
#include <irssip/src/core/signals.h>
|
||||
#include <irssip/src/core/commands.h>
|
||||
#include <irssip/src/core/special-vars.h>
|
||||
#include <irssip/src/core/settings.h>
|
||||
#include <irssi/src/core/network.h>
|
||||
#include <irssi/src/core/signals.h>
|
||||
#include <irssi/src/core/commands.h>
|
||||
#include <irssi/src/core/special-vars.h>
|
||||
#include <irssi/src/core/settings.h>
|
||||
|
||||
#include <irssip/src/core/chat-protocols.h>
|
||||
#include <irssip/src/core/servers.h>
|
||||
#include <irssip/src/core/servers-setup.h>
|
||||
#include <irssip/src/core/servers-reconnect.h>
|
||||
#include <irssip/src/core/channels.h>
|
||||
#include <irssip/src/core/chatnets.h>
|
||||
#include <irssip/src/core/queries.h>
|
||||
#include <irssip/src/core/window-item-def.h>
|
||||
#include <irssip/src/core/rawlog.h>
|
||||
#include <irssi/src/core/chat-protocols.h>
|
||||
#include <irssi/src/core/servers.h>
|
||||
#include <irssi/src/core/servers-setup.h>
|
||||
#include <irssi/src/core/servers-reconnect.h>
|
||||
#include <irssi/src/core/channels.h>
|
||||
#include <irssi/src/core/chatnets.h>
|
||||
#include <irssi/src/core/queries.h>
|
||||
#include <irssi/src/core/window-item-def.h>
|
||||
#include <irssi/src/core/rawlog.h>
|
||||
|
||||
static SERVER_CONNECT_REC *get_server_connect(const char *data, int *plus_addr,
|
||||
char **rawlog_file)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue