Ailin Nemui
34d45ac678
add irssimoduledir to irssi-1.pc
...
for module authors to know where to install to
2022-06-12 16:52:31 +02:00
Ailin Nemui
88745d2941
run syncscripts.sh
2022-06-12 12:34:33 +02:00
ailin-nemui
07aa061b6d
Merge pull request #1377 from ailin-nemui/meson
...
fix yet another meson regression
2022-06-12 05:33:41 +02:00
Ailin Nemui
ac35fe010e
fix yet another meson regression
...
broken by meson 0.60.0
2022-06-11 22:58:56 +02:00
Ailin Nemui
de46fee864
update website
2022-06-11 18:10:29 +02:00
Ailin Nemui
f2c5e60766
revert branding
2022-06-07 15:47:49 +02:00
Ailin Nemui
531c68ed09
Merge tag '1.4.1' into integrate/1.4.1
2022-06-06 21:11:30 +02:00
Ailin Nemui
0e0bc17992
tag as 1.4.1
2022-06-06 19:31:27 +02:00
ailin-nemui
580b05a7f3
Merge pull request #88 from ailin-nemui/arraycopy
...
fix missing len in g_array_copy
(cherry picked from commit 47b0661e96
)
2022-06-06 12:05:26 +02:00
ailin-nemui
47b0661e96
Merge pull request #88 from ailin-nemui/arraycopy
...
fix missing len in g_array_copy
2022-06-01 18:38:15 +02:00
Ailin Nemui
a39bc0601c
fix missing len in g_array_copy
2022-05-31 21:09:39 +02:00
Ailin Nemui
c33d0c2384
Merge tag '1.4.0-an' into integrate/1.4.0-an
2022-05-31 12:34:27 +02:00
Ailin Nemui
7207a26d1e
revert branding
2022-05-31 10:25:01 +02:00
Ailin Nemui
a558430a0a
Merge tag '1.4.0-an' into HEAD
2022-05-31 10:20:57 +02:00
Ailin Nemui
612fdb9c2d
tag as 1.4.0-an
2022-05-30 11:33:44 +02:00
Ailin Nemui
cbb155e73c
remove install_rpath
...
reported by dwfreed / Unit193
(cherry picked from commit e692f85f4a
)
2022-05-30 11:27:50 +02:00
ailin-nemui
84de64d6da
Merge pull request #84 from ailin-nemui/ignore-leak
...
avoid memory leak in ignore cache
(cherry picked from commit af5feb16be
)
2022-05-29 20:44:18 +02:00
ailin-nemui
d6bc4cf5b7
Merge pull request #76 from ailin-nemui/scroll_page_count
...
fix scroll_page_count settings with .
(cherry picked from commit 84a98d0e08
)
2022-05-29 20:41:43 +02:00
ailin-nemui
d193ca1784
Merge pull request #83 from ailin-nemui/shelp
...
new SHELP default alias
(cherry picked from commit 4cec2d98c5
)
2022-05-29 20:27:54 +02:00
ailin-nemui
afed542bfb
Merge pull request #82 from ailin-nemui/progval-help
...
Format RPL_HELPSTART/RPL_HELPTXT/RPL_ENDOFHELP
(cherry picked from commit b446d06b9d
)
2022-05-29 20:26:30 +02:00
ailin-nemui
1598c88cfd
Merge pull request #77 from ailin-nemui/fix_ignore_help
...
Clarify the help for /ignore -time
(cherry picked from commit c62505386f
)
2022-05-29 19:19:07 +02:00
ailin-nemui
3e9a270562
Merge pull request #72 from ailin-nemui/load-silent-doc
...
add -silent switch in syntax comment and respect it without args
(cherry picked from commit 06a7dcad99
)
2022-05-29 19:16:40 +02:00
ailin-nemui
8530917397
Merge pull request #70 from ailin-nemui/update-screenshot
...
update screenshot
(cherry picked from commit 854c88da03
)
2022-05-29 19:15:54 +02:00
ailin-nemui
aa54da3811
Merge pull request #68 from ailin-nemui/gint64fmt
...
use gint64 define
(cherry picked from commit cf6bc31172
)
2022-05-29 19:14:41 +02:00
ailin-nemui
45b6df7902
Merge pull request #67 from ailin-nemui/spelling
...
spelling fixes
(cherry picked from commit 7ec61c4ec0
)
2022-05-29 19:11:46 +02:00
ailin-nemui
44ad0fce90
Merge pull request #60 from ailin-nemui/paste
...
Add "paste event" signal
(cherry picked from commit 738931762b
)
2022-05-29 19:11:07 +02:00
ailin-nemui
dc15cc3969
Merge pull request #61 from ailin-nemui/actlist_separator
...
Actlist separator
(cherry picked from commit d523ceacf0
)
2022-05-29 19:09:50 +02:00
ailin-nemui
5997b2654b
Merge pull request #58 from ailin-nemui/erase-cutbuffer
...
Add empty_kill_clears_cutbuffer option
(cherry picked from commit 27008bf447
)
2022-05-29 19:09:31 +02:00
ailin-nemui
baf2a43da2
Merge pull request #57 from ailin-nemui/lr-skip-visible
...
Make window left/right skip windows that are already visible in other…
(cherry picked from commit 53187de6a2
)
2022-05-29 19:02:25 +02:00
ailin-nemui
26c4cd8bbf
Merge pull request #50 from ailin-nemui/gliblog
...
Improve handling of GLib log messages
(cherry picked from commit 0e3f6aa4a2
)
2022-05-29 19:02:03 +02:00
ailin-nemui
27046adabe
Merge pull request #59 from ailin-nemui/ilog-domain
...
fix crash when accessing settings during shutdown
(cherry picked from commit cc411a1be0
)
2022-05-29 18:59:38 +02:00
ailin-nemui
ff0e76bbb9
Merge pull request #45 from ailin-nemui/server-outgoing
...
simplify duplicate code in outgoing modify
(cherry picked from commit f5d74bd81b
)
2022-05-29 18:12:52 +02:00
ailin-nemui
af5feb16be
Merge pull request #84 from ailin-nemui/ignore-leak
...
avoid memory leak in ignore cache
2022-05-26 00:20:13 +02:00
Ailin Nemui
66e3b0e578
avoid memory leak in ignore cache
...
#1373
2022-05-22 11:06:53 +02:00
ailin-nemui
7285da27e0
Merge pull request #87 from ailin-nemui/names
...
stop IRC names when using /names
2022-05-22 11:00:02 +02:00
Ailin Nemui
5b340d7d2b
stop IRC names when using /names
2022-05-19 14:54:15 +02:00
Ailin Nemui
9f71a391c3
test OBS workflow
2022-05-19 14:37:59 +02:00
Ailin Nemui
fb5c99d27f
Merge remote-tracking branch 'irssi/master'
2022-04-25 23:33:58 +02:00
Tom Wesley
7d673653a1
Merge pull request #1372 from dwfreed/rebrand-1.3.2
...
Merge Nei's changes
2022-04-25 18:09:44 +01:00
Doug Freed
6d2cfc24b7
Clean up remaining branding reverts
2022-04-24 20:40:01 +00:00
Doug Freed
2f700bebc7
NEWS: remove 2 lines that would be confusing
2022-04-24 20:07:30 +00:00
ailin-nemui
4cec2d98c5
Merge pull request #83 from ailin-nemui/shelp
...
new SHELP default alias
2022-04-24 15:40:54 +02:00
Ailin Nemui
37e65ba168
new SHELP default alias
2022-04-24 15:40:20 +02:00
ailin-nemui
b446d06b9d
Merge pull request #82 from ailin-nemui/progval-help
...
Format RPL_HELPSTART/RPL_HELPTXT/RPL_ENDOFHELP
2022-04-21 23:02:17 +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
Valentin Lorentz
41b3895ce3
Free signals
2022-04-21 22:00:18 +02:00