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:
kofany 2025-08-26 01:24:13 +02:00
commit 68214e5f20
298 changed files with 2123 additions and 2996 deletions

View file

@ -242,7 +242,7 @@ statusbar = {
settings = {
core = {
nick = "irssip_user";
nick = "irssi_user";
hostname = "0.0.0.0";
timestamp_format = "%H:%M:%S";
override_coredump_limit = "no";
@ -253,8 +253,8 @@ settings = {
recode_fallback = "ISO-8859-2";
recode_transliterate = "yes";
recode = "yes";
real_name = "Irssip User";
user_name = "irssip";
real_name = "irssi User";
user_name = "irssi";
};
"irc/core" = {
lag_check_time = "5s";
@ -269,7 +269,7 @@ settings = {
timestamp_level = "ALL";
hilight_color = "%M";
autolog = "yes";
autolog_path = "~/.irssip/logs/$tag/$0.log";
autolog_path = "~/.irssi/logs/$tag/$0.log";
term_charset = "UTF-8";
use_status_window = "no";
hilight_nick_matches = "yes";