Ailin Nemui
19e7d3f6b8
up abi
2024-04-12 23:00:52 +02:00
Ailin Nemui
822fd50132
fix /ban command
2024-04-12 22:55:20 +02:00
ailin-nemui
4b48cdce65
Merge pull request #1523 from irssi/from-codeberg
...
From codeberg
2024-04-02 06:29:49 +00:00
Doug Freed
9d0787fc10
Ensure all files have newlines at the end
2024-04-02 05:23:10 +00:00
ailin-nemui
89f3e1acf5
Merge pull request #1519 from ailin-nemui/openssl3
...
deprecated openssl3 function
2024-04-01 20:36:00 +00:00
Ailin Nemui
455dcb18ec
deprecated openssl3 function
2024-04-01 22:31:53 +02:00
Ailin Nemui
e13df83dc8
new code for g_module_open which might work with apple dylibs given new enough glib
2024-04-01 17:38:30 +02:00
Ailin Nemui
2f2fa029f9
up abi
2024-04-01 16:37:35 +02:00
Ailin Nemui
08bb648850
proper sasl mechanism variable initialisation
2024-04-01 16:33:57 +02:00
Ailin Nemui
98b391f62e
minor cleanup
2024-04-01 16:33:36 +02:00
Patrick Okraku
f2b97631e1
Added support for SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512
2024-04-01 15:12:01 +02:00
Andrej Kacian
e295caa866
Fix github issue #1504 - irssi switches to af_unix if network name contains /
...
In addition to looking for a /, we also check if the network name is
known.
2024-04-01 08:42:17 +00:00
maflcko
cf6615a70e
Update server.c: Add missing include
2024-03-28 19:33:24 +01:00
Ailin Nemui
a0caf5e5e6
restore locale if perl breaks it
2023-12-22 15:06:23 +01:00
Ailin Nemui
514f1cdcf6
Revert "Merge pull request #1498 from ailin-nemui/perl5380locale"
...
This reverts commit 48bc90eb17ec3c6549afd69c5d6f16d07fd57db0, reversing
changes made to 2a1291f26f6dc47b1d3169d18faba8f995bd3ea6.
2023-12-22 15:06:23 +01:00
Ailin Nemui
dfca0a9f84
Restore locale after loading Perl
2023-09-22 14:59:22 +02:00
Emil Engler
4ceafbeea4
fe-text: include the real tputs(3) from term.h
...
This commit includes the real `tpus(3)` function from the appropriate
`term.h` header file, if found.
This commit is necessary to fix a compiler warning on Darwin.
2023-09-12 17:20:21 +02:00
ailin-nemui
f04375668c
Merge pull request #1488 from emilengler/remove-unused-var
...
core: remove unused len variable
2023-09-12 14:53:59 +00:00
Ailin Nemui
fe6013be42
improve code formatting
2023-09-12 13:51:36 +02:00
ailin-nemui
f1c9fb4296
Merge pull request #1493 from ailin-nemui/macsuffix
...
add explicit name_suffix to shared modules
2023-09-12 11:27:03 +00:00
KindOne
9ab78d0160
Add -notls and -notls_verify into help file and src/core/chat-commands.c
2023-09-09 05:25:30 -04:00
Ailin Nemui
a037f68f02
stop crash on server add
...
reported by nsprra
2023-08-22 22:28:36 +02:00
Emil Engler
3aa9734c1c
core: remove unused len variable
...
This commit removes the unused `len` variable, which gets set quite a
few times, but whose value is totally unused.
This also fixes a compiler warning I get on my Darwin.
2023-08-14 12:01:31 +02:00
vague666
96dbcef166
patch by petteri_ to enable bash-like editing of window history
2023-08-14 11:35:06 +02:00
Ailin Nemui
c0db0b8cb8
add explicit name_suffix to shared modules
2023-08-10 10:19:01 +02:00
Ailin Nemui
1131a881cf
change realpath to use syntax based on _POSIX_VERSION
2023-08-08 07:59:31 +02:00
Ailin Nemui
3ec05851a0
fix usage of $type in ExtUtils::ParseXS 3.50
2023-07-04 12:33:01 +02:00
ailin-nemui
274977a587
Merge pull request #1471 from irssi/from-codeberg
...
Sync
2023-05-25 11:00:40 +00:00
ailin-nemui
83ebc0a0e3
Merge pull request #1457 from examknow/listmode-timestamps
...
properly format listmodes and their timestamps
2023-05-25 11:00:32 +00:00
Ailin Nemui
685816e945
up abi
2023-05-25 11:48:31 +02:00
Ailin Nemui
0355ed0bea
format
2023-05-25 11:42:15 +02:00
Ailin Nemui
0bcff291e9
order
2023-05-25 11:36:25 +02:00
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
David Schultz
ee12134812
clean up time_ago()
...
Co-authored-by: Doug Freed <dwfreed@mtu.edu>
2023-03-27 19:37:48 -05:00
David Schultz
201296a0da
add time_ago()
in addition to timestamps; deduplicate qlist logic
2023-03-27 18:21:36 -05: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
David Schultz
9324ff9f68
this should work for everyone
2023-03-27 11:05:40 -05:00
David Schultz
556f580f67
add support for ircd-hybrid quiet lists
2023-03-26 19:27:48 -05: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
David Schultz
2db9dfbb46
properly format listmodes and their timestamps
2023-03-26 16:36:27 -05: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