1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-02 06:11:11 +00:00
Commit Graph

6482 Commits

Author SHA1 Message Date
Ailin Nemui
c99c8b444d tag as 1.4.3 2022-10-29 12:13:46 +02:00
ailin-nemui
f9f6341c20 Merge pull request #1420 from ailin-nemui/starttls-config
enable saving of -disallow_starttls

(cherry picked from commit afba148056)
2022-10-29 12:07:34 +02:00
ailin-nemui
9a95edc69a Merge pull request #1419 from ailin-nemui/init-irc-funcs
move irc server functions to object creation time

(cherry picked from commit a661e2fb35)
2022-10-29 12:07:23 +02:00
ailin-nemui
93a94308bd Merge pull request #1417 from ailin-nemui/loop
do not freeze on alt+left/right

(cherry picked from commit 0c97433c7c)
2022-10-29 12:07:05 +02:00
ailin-nemui
26f9750ad1 Merge pull request #1414 from irssi/vague666-patch-4
Add -nocap to /connect and /server connect syntax

(cherry picked from commit 55913ade13)
2022-10-14 22:41:21 +02:00
ailin-nemui
277923aaac Merge pull request #1413 from irssi/vague666-patch-3
Update /server syntax line

(cherry picked from commit 238d7cfd08)
2022-10-14 22:41:21 +02:00
ailin-nemui
23419e5866 Merge pull request #1415 from irssi/vague666-patch-5
/server: Add help for -cap/-nocap

(cherry picked from commit f76d41953f)
2022-10-14 22:41:21 +02:00
ailin-nemui
2c18da3cc6 Merge pull request #1411 from irssi/vague666-patch-1
/connect: Add help for -nocap

(cherry picked from commit 38b18bd84d)
2022-10-14 22:41:21 +02:00
ailin-nemui
c01b35b062 Merge pull request #1407 from madpilot78/Fix_libnv_detection
Fix libnv detection on recent FreeBSD

(cherry picked from commit f32d0ab51a)
2022-10-14 22:41:21 +02:00
ailin-nemui
f51bc42429 Merge pull request #1380 from ailin-nemui/scriptassist
run syncscripts.sh

(cherry picked from commit 68823eb6af)
2022-10-14 21:46:50 +02:00
ailin-nemui
be5f917f07 Merge pull request #1393 from ailin-nemui/eval-help
minor rendering fix in eval help

(cherry picked from commit 0bf18beed7)
2022-10-14 21:46:30 +02:00
Ailin Nemui
bc805f9bcd tag as 1.4.2 2022-07-13 20:08:52 +02:00
ailin-nemui
476774662a Merge pull request #1398 from ailin-nemui/lastlog-crash
get line texts before printing lastlog

(cherry picked from commit a57cc1c55e)
2022-07-13 19:12:01 +02:00
ailin-nemui
1b6b92ffff Merge pull request #1388 from ailin-nemui/default-hash-chan
default to hash channels

(cherry picked from commit a5f5ea7d79)
2022-07-03 00:14:14 +02:00
ailin-nemui
730c3c1a12 Merge pull request #1377 from ailin-nemui/meson
fix yet another meson regression

(cherry picked from commit 07aa061b6d)
2022-07-03 00:14:14 +02:00
ailin-nemui
c6a7f02042 Merge pull request #1383 from ailin-nemui/pc-moduledir
add irssimoduledir to irssi-1.pc

(cherry picked from commit 545d97f8d6)
2022-07-03 00:14:14 +02:00
ailin-nemui
f17fb68257 Merge pull request #1387 from ailin-nemui/textbufferview
Textbufferview

(cherry picked from commit 783dd37533)
2022-07-03 00:14:14 +02:00
ailin-nemui
3404d822c8 Merge pull request #1384 from ailin-nemui/meson-system-includes
use -isystem instead of -I for include directories

(cherry picked from commit 593afc2e40)
2022-07-03 00:14:14 +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
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
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
0bd7fc459c revert branding 2022-03-23 17:16:32 +01:00
Ailin Nemui
2e6375d4ff Merge tag '1.3.2-an' into HEAD 2022-01-21 13:37:41 +01:00
Ailin Nemui
b60b0f0ff9 tag as 1.3.2-an 2022-01-14 13:18:41 +01:00
ailin-nemui
3603d47990 Merge pull request #56 from ailin-nemui/line-bookmark
fix crash in Perl's $view->set_bookmark

(cherry picked from commit 95e3fea622)
2022-01-14 11:36:21 +01:00
ailin-nemui
c96a8d9fae Merge pull request #54 from ailin-nemui/chantypes
use chantypes instead of # for irc channel defaults

(cherry picked from commit f7fd4d72e4)
2022-01-14 11:36:17 +01:00
Ailin Nemui
85a6ade7e8 tag as 1.3.1-an 2021-12-17 22:42:13 +01:00
ailin-nemui
dbf9fc3dfc Merge pull request #53 from ailin-nemui/keepops
keep own ops status on /upgrade

(cherry picked from commit a2feef5e73)
2021-12-17 22:37:46 +01:00