kofany
7bb2ee96ca
Zmiana irssi -> irssip dla bezkonfliktowych testów
...
- Zmiana incdir z 'irssi' na 'irssip' w meson.build
- Zmiana nazwy binarja z 'irssi' na 'irssip'
- Zmiana katalogu config z ~/.irssi na ~/.irssip
- Aktualizacja wszystkich include paths z <irssi/> na <irssip/>
- Przywrócenie nazw plików źródłowych do oryginalnych 'irssi*'
Teraz może być instalowane w /opt/irssip bez konfliktów z systemowym irssi:
- Binarka: /opt/irssip/bin/irssip
- Konfiguracja: ~/.irssip/
- Moduły Perl: /opt/irssip/lib/irssip/perl/Irssi.pm
- Separacja modułów: systemowy irssi nie znajdzie naszych modułów w @INC
2025-08-22 20:24:12 +02:00
Ailin Nemui
8eee36d1ea
replace str->str & g_string_free with g_string_free_and_steal
...
solving unused warning in GLib 2.76
2025-07-22 12:03:49 +02:00
Jari Matilainen
7681cb7585
Add -priority to hilight syntax line
2025-07-20 22:40:59 +02:00
Ailin Nemui
a037f68f02
stop crash on server add
...
reported by nsprra
2023-08-22 22:28:36 +02:00
vague666
96dbcef166
patch by petteri_ to enable bash-like editing of window history
2023-08-14 11:35:06 +02:00
Linus Heckemann
b91a56c2cd
Support receiving monospace
...
0x11 (decimal 17) is used to denote monospace by a number of clients
according to https://modern.ircdocs.horse/formatting.html
2023-01-28 19:31:14 +01:00
Sven "qoreQyaS" Grewe
f852cc4eb3
Lang-Fix: Use more general messages
...
* Changed the messages for /window level and /window immortal to a more
general tone.
Executing both commands without parameter show the current state but
the old messages indicate a change of state.
Signed-off-by: Sven "qoreQyaS" Grewe <git@gucke.net>
2022-12-25 16:09:27 +01:00
ailin-nemui
6f5026fd49
Merge pull request #1432 from horgh/horgh/win-logfile
...
Check window logfile parameter
2022-12-23 10:34:56 +01:00
Will Storey
3415718ea7
Check a logfile parameter is given
...
Previously this continued with an empty filename, resulting in a broken
config file.
Fixes #1392 .
2022-12-23 10:01:51 +01:00
Will Storey
6dfcde5acd
Fix indentation issues in fe-log.c
2022-12-23 10:01:51 +01:00
Ailin Nemui
1453f46fcf
add timezone to g_date_time_new_from_iso8601 call
2022-12-18 16:34:15 +01:00
Ailin Nemui
261a7ce76e
add (hide)level flip command
2022-11-27 17:14:19 +01:00
Ailin Nemui
66e3b0e578
avoid memory leak in ignore cache
...
#1373
2022-05-22 11:06:53 +02:00
Ailin Nemui
5b340d7d2b
stop IRC names when using /names
2022-05-19 14:54:15 +02:00
Ailin Nemui
7360944900
add new PUBNOTICES level
...
separating private notices and channel notices
2022-04-21 13:38:40 +02:00
Ailin Nemui
0c49ba0bda
fix clang-format
2022-03-11 09:06:37 +01:00
vague666
344398dd2a
Update SYNTAX
2022-03-11 08:58:05 +01:00
vague666
82dd550184
Clarify the help
2022-03-11 08:58:05 +01:00
ailin-nemui
4115e47434
Merge pull request #73 from ailin-nemui/cruft
...
remove deprecated defines
2022-02-21 17:15:18 +01:00
Ailin Nemui
883510a3fd
remove deprecated defines
...
- PERL_STATIC_LIBS (was not tested anymore)
- HAVE_GMODULE (always required)
- HAVE_STATIC_IRC
- HAVE_STATIC_PERL
- HAVE_SOCKS (was not working properly)
- USE_GREGEX (we use it)
2022-02-20 17:33:36 +01:00
Ailin Nemui
10caed057a
add -silent switch in syntax comment and respect it without args
2022-02-20 15:54:04 +01:00
Ailin Nemui
0682cbed3c
remove TERM_TRUECOLOR define
2022-02-19 22:23:29 +01:00
Ailin Nemui
b8736225cf
good-bye and thanks, autotools
2022-02-19 21:44:10 +01:00
Ailin Nemui
5f29b35fbe
fix crash when accessing settings during shutdown
2022-02-05 22:33:34 +01:00
Andrej Kacian
9b79749f6c
Improve handling of GLib log messages
...
This patch introduces setting "glib_log_domains", which is
a space-separated list of log domain names, optionally prefixed
with a '-'. The list is parsed from left to right to determine
whether or not user wants to see message from a particular log
domain. Keywords 'all' or '*' are allowed as well.
Examples: "GLib-GIO", "all -GLib-GIO", "-*"
This patch also changes the default format for displaying GLib log
messages to include the log domain.
2021-11-17 10:59:39 +01:00
Ailin Nemui
2d9c27d617
fix wrong argument type in printformat
2021-09-28 13:27:56 +02:00
Ailin Nemui
4943cc5e58
fix /server modify port argument order
2021-09-27 22:20:15 +02:00
ailin-nemui
03217a487e
Merge pull request #29 from ailin-nemui/hilight-color
...
actually remember the hilight -color
2021-09-03 11:41:15 +02:00
Jari Matilainen
cf90384023
Allow -tls_ca{file,path} '' to unset an argument
2021-09-02 23:10:37 +02:00
Ailin Nemui
37237f377e
actually remember the hilight -color
2021-09-02 22:39:14 +02:00
Ailin Nemui
49903f4185
mess with server ports
2021-08-31 12:34:01 +02:00
Ailin Nemui
fdd61f5898
add a log_server_time setting
2021-08-15 15:57:34 +02:00
Ailin Nemui
5953b675b9
store the hilight result in the meta table and apply it during the "gui render line text" signal
2021-08-12 23:53:44 +02:00
Ailin Nemui
8d314eadf1
move TEXT_BUFFER_META_REC -> LINE_INFO_META_REC
2021-08-12 23:51:18 +02:00
Ailin Nemui
7d13cfba07
add a meta table to all lines
2021-08-12 23:48:37 +02:00
ailin-nemui
7452ec34ad
Merge pull request #12 from ailin-nemui/ticho/singlenet
...
can do /server add -matrix -network my_matrix_network
2021-08-11 15:59:10 +02:00
Jari Matilainen
3aeebd310d
Update fe-common-core.c
2021-08-10 23:45:22 +02:00
Jari Matilainen
d2062e34cf
Update fe-common-core.c
2021-08-10 23:45:22 +02:00
ailin-nemui
53b2e0775a
Merge pull request #8 from ailin-nemui/ffrogman
...
Fix cursor getting stuck for auto completions that changes case
2021-08-10 22:36:03 +02:00
Ailin Nemui
6591c94635
add a limit to showing /NAMES on join
...
only show the counts if too many nicks
2021-08-10 22:12:26 +02:00
Ailin Nemui
f147589e52
can do /server add -matrix -network my_matrix_network
...
By Andrej Kacian
2021-07-28 11:06:58 +02:00
ffrogman
700ec4c472
Fix cursor getting stuck for auto completions that exclusively change the case of letters
2021-05-25 23:37:36 -04:00
ailin-nemui
4432b0bf0d
Merge pull request #1170 from ailin-nemui/starttls
...
use starttls / enable tls_verify
2021-04-18 12:01:14 +02:00
ailin-nemui
afdd9f8f05
Merge pull request #1259 from ailin-nemui/beep-ignore-opts
...
do not beep on hidden lines with /set beep_msg_level ... -hidden
2021-04-18 12:01:03 +02:00
ailin-nemui
f93879baff
Merge pull request #1260 from ailin-nemui/nohilight
...
add /IGNORE ... NOHILIGHT to ignore some hilights
2021-04-18 12:00:52 +02:00
Ailin Nemui
244a8c72b4
verify tls connection
2021-04-08 21:55:35 +02:00
Ailin Nemui
f2795abcc5
actually use the tls settings on upgrade, and disconnect gracefully
2021-04-08 21:55:35 +02:00
ailin-nemui
51508ff1d3
use starttls
2021-04-08 21:55:35 +02:00
Ailin Nemui
46493c051b
add /IGNORE ... NOHILIGHT to ignore some hilights
2021-04-07 14:31:36 +02:00
Ailin Nemui
d20d2753da
autoload modules from default setting
2021-04-03 21:25:18 +02:00