Andrej Kacian
9e9858638d
Fix logic in how own actions are printed for other protocols
...
When working with channels belonging to other, non-IRC protocols,
calling irc_channel_find() returns NULL, which makes irssi
use IRCTXT_OWN_ACTION_TARGET format, instead of the correct
IRCTXT_OWN_ACTION.
Using generic channel_find() instead fixes the issue.
2023-05-04 23:10:27 +02:00
Score_Under
c5df1c01cc
Print perl import warning to STDERR
...
Printing to STDOUT can interfere with programs which intend to produce
machine-readable output and yet for whatever reason import Irssi.pm from
outside of irssi.
Closes https://github.com/irssi/irssi/issues/1465
2023-04-15 00:39:38 +01:00
Lukas Mai
ca148a0122
expand ~ to $HOME in /upgrade
...
Fixes #1460 .
2023-04-04 11:24:18 +02:00
ailin-nemui
c03057f36a
Merge pull request #1456 from ailin-nemui/collector
...
fix stale special collector use after free
2023-03-27 20:46:56 +00:00
ailin-nemui
d627e56021
Merge pull request #1450 from ailin-nemui/fix-1449
...
fix crash on connect in startup
2023-03-27 20:46:41 +00:00
Ailin Nemui
c554a45738
fix stale special collector use after free
...
reported by ednash and investigated by @dwfreed
2023-03-26 23:37:12 +02:00
Andrej Kacian
3057c9e920
Fix logic in how actions are printed for other protocols
...
This causes subsequent window_item_set_active() check, further
down in the same function, to evaluate correctly, and getting
the action message printed using correct format.
2023-03-21 06:25:57 +00:00
Ailin Nemui
7d3640ce2e
fix crash on connect in startup
...
fixes #1449
does not completely fix the issue (connect still does not work, error message is misleading)
2023-02-25 20:44:12 +01:00
jesopo
9a29bf1022
switch to prefering ipv6 by default
2023-02-09 17:18:52 +00: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
19be330489
up abi
2022-12-18 21:11:54 +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
8d7449d26f
add list_of_lists to config and more error messages
2022-12-18 12:20:07 +01:00
ailin-nemui
88cc48651d
Merge pull request #1428 from ailin-nemui/flip-level
...
add (hide)level flip command
2022-11-29 20:05:52 +01:00
Ailin Nemui
261a7ce76e
add (hide)level flip command
2022-11-27 17:14:19 +01:00
Ailin Nemui
7d20ea92ae
fix lastlog -window
2022-11-13 11:35:41 +01:00
ailin-nemui
afba148056
Merge pull request #1420 from ailin-nemui/starttls-config
...
enable saving of -disallow_starttls
2022-10-15 08:52:40 +02:00
ailin-nemui
a661e2fb35
Merge pull request #1419 from ailin-nemui/init-irc-funcs
...
move irc server functions to object creation time
2022-10-15 08:52:32 +02:00
Ailin Nemui
833f41179d
enable saving of -disallow_starttls
2022-10-14 21:37:09 +02:00
Ailin Nemui
c2457c7d94
move irc server functions to object creation time
2022-10-14 21:06:51 +02:00
Ailin Nemui
093dcd423f
no infinite loops please
2022-09-22 22:25:02 +02:00
ailin-nemui
55913ade13
Merge pull request #1414 from irssi/vague666-patch-4
...
Add -nocap to /connect and /server connect syntax
2022-09-14 09:24:35 +02:00
ailin-nemui
de2bf6707f
fix clang-format
2022-09-14 09:19:18 +02:00
Jari Matilainen
07041c37d4
Add -nocap to /connect and /server connect syntax
2022-09-12 14:15:11 +02:00
Jari Matilainen
fe77b7e06f
Update /server syntax line
2022-09-12 14:07:05 +02:00
ailin-nemui
58109aeeed
Merge pull request #1403 from lnde/fetext-sigterm
...
Re-write SIGTERM handling
2022-08-12 12:17:49 +02:00
Andreas Lundin
a237321b33
re-write SIGTERM handling
...
Exit safely on SIGTERM by emitting "gui exit" from the main loops of
fe-text and fe-none rather than from the signal handler itself.
Based on feedback from Nei and dwfreed.
2022-08-11 20:09:59 +00:00
Ailin Nemui
252656cad4
fix crash when loading server without chatnet
2022-07-24 19:32:47 +02:00
Ailin Nemui
7fe7de3c2e
get line texts before printing lastlog
2022-07-12 20:50:01 +02:00
ailin-nemui
783dd37533
Merge pull request #1387 from ailin-nemui/textbufferview
...
Textbufferview
2022-06-18 12:42:47 +02:00
Ailin Nemui
453e65bbfe
misc cleanup
2022-06-13 09:41:46 +02:00
Ailin Nemui
b028b8e19d
fix recount of lines after scroll
2022-06-13 09:41:46 +02:00
Ailin Nemui
48edd6f5fa
fix recount of lines after window set
2022-06-13 08:22:18 +02:00
Ailin Nemui
891ef5df10
default to hash channels
2022-06-13 02:44:33 +02:00
Ailin Nemui
04b914dcb0
fix visible lines expiring from cache
2022-06-13 01:17:19 +02:00
Ailin Nemui
67aa2baf62
fix memory leak when updating single line
2022-06-13 01:17:19 +02:00
Ailin Nemui
ae8ec99d5c
fix scrollback redraw not updating linecount
2022-06-13 01:17:19 +02:00
Ailin Nemui
f2c5e60766
revert branding
2022-06-07 15:47:49 +02:00
Ailin Nemui
a39bc0601c
fix missing len in g_array_copy
2022-05-31 21:09:39 +02: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
49479f151c
up abi
2022-04-21 22:18:33 +02:00
Ailin Nemui
4f1e5f35a3
fix formatting
2022-04-21 22:00:18 +02:00
Ailin Nemui
ba16d71e9f
add SERVER_ to constants
2022-04-21 22:00:18 +02:00
Valentin Lorentz
f684c18867
s/irctxt_/server_/
2022-04-21 22:00:18 +02:00
Valentin Lorentz
48571389c7
Revert "Add ERR_HELPNOTFOUND"
...
This reverts commit 91439c099e1bbf848dac03f67a3239fcc4c1f771;
because it adds handling for numeric 524, which conflicts with
ERR_QUARANTINED and ERR_OPERSPVERIFY.
2022-04-21 22:00:18 +02:00