kofany
91dbbb68a5
Merge 8ef72898cd into 43f1727ef9
2026-01-29 00:17:51 -08:00
Ailin Nemui
221d520c37
run meson formatter
2026-01-25 22:07:44 +01:00
Ailin Nemui
51f2a4f7fb
use GIO resolver
...
change: rename resolve_prefer_ipv6 -> irssiproxy_prefer_ipv6
2026-01-23 21:21:10 +01:00
ailin-nemui
d5be7d7756
Merge pull request #1578 from ailin-nemui/cygwin
...
make compilation work on cygwin
2026-01-23 20:20:43 +00:00
soulseller
3811b1ffc9
formats: fix hide_text_style and hide_colors to mitigate color bleed
2025-11-27 00:59:18 +02:00
kofany
8ef72898cd
Merge branch 'irssi:master' into whois-feature
2025-11-25 14:23:46 +01:00
soulseller
5416843d2d
fe-netsplit: fix nickname truncation to avoid trailing comma-space
2025-11-23 15:15:24 +02:00
kofany
26d351f69f
Update src/fe-common/irc/fe-whois.c
...
As suggested
Co-authored-by: Doug Freed <dwfreed@mtu.edu>
2025-10-06 20:25:47 +02:00
kofany
7c84692110
[2025-08-27 23:15:22] file format fix
2025-08-27 23:15:22 +02:00
kofany
2c2a0e993e
Add option to print WHOIS replies in active window ( #1 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: appandsync <appandsync@gmail.com>
2025-08-27 16:44:26 +02:00
Ailin Nemui
989ddd8429
replace shared_module with shared_library
...
according to mesonbuild irc chat
2025-07-25 19:49:53 +02:00
Ailin Nemui
df8aa42778
make compilation work on cygwin
2025-07-25 16:20:28 +01: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
d6c146a1fa
initialise memory in ctcp ping reply
2025-03-24 08:54:01 +01:00
Ailin Nemui
822fd50132
fix /ban command
2024-04-12 22:55:20 +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
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
Ailin Nemui
c0db0b8cb8
add explicit name_suffix to shared modules
2023-08-10 10:19: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
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
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
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
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
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
Jari Matilainen
fe77b7e06f
Update /server syntax line
2022-09-12 14:07:05 +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
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
Valentin Lorentz
41b3895ce3
Free signals
2022-04-21 22:00:18 +02:00
Valentin Lorentz
1415ef5389
Add ERR_HELPNOTFOUND
2022-04-21 22:00:18 +02:00
Valentin Lorentz
3a3301e19b
Format RPL_HELPSTART/RPL_HELPTXT/RPL_ENDOFHELP
...
They are typical replies when using the HELP command.
2022-04-21 22:00:18 +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
884cabd55d
restore irc bound queries
2022-03-16 00:02:29 +01:00
Ailin Nemui
0c49ba0bda
fix clang-format
2022-03-11 09:06:37 +01:00