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

6022 Commits

Author SHA1 Message Date
ailin-nemui
0a12bf682d
Merge pull request #1095 from ailin-nemui/cap-queue
fix cap queue order
2019-08-14 17:58:52 +02:00
ailin-nemui
4ae1dbbd00 fix cap queue order 2019-08-14 16:34:18 +02:00
ailin-nemui
2f82d9cd33
Merge pull request #1088 from ailin-nemui/noformat
add a new "print noformat" signal to be emitted on printtext
2019-08-14 14:24:08 +02:00
ailin-nemui
ab8385d2bb
Merge pull request #1086 from ailin-nemui/define-line-len
increase disconnect buffer and get rid of some magic 510 values
2019-08-13 18:29:28 +02:00
ailin-nemui
25270e0465 use extended-join capability 2019-08-13 18:23:34 +02:00
ailin-nemui
ed4297c41b add a new "print noformat" signal to be emitted on printtext 2019-08-13 18:18:00 +02:00
ailin-nemui
27546354ca increase disconnect buffer and get rid of some magic 510 values 2019-08-13 18:17:35 +02:00
ailin-nemui
1c99bf78c7
Merge pull request #1085 from ailin-nemui/meson-glib-ver
fix glib version dependency in meson
2019-08-13 18:08:57 +02:00
ailin-nemui
fa0ecb688d
Merge pull request #1087 from ailin-nemui/time-expando-override
make the $Z time overridable
2019-08-13 18:07:47 +02:00
ailin-nemui
3ea22fb535
Merge pull request #1091 from ailin-nemui/cap302
enable irc cap ls 302
2019-08-13 18:07:17 +02:00
ailin-nemui
256b6aa2f5
Merge pull request #1084 from ailin-nemui/build-sys-fp
fix build system debug config to include -fno-omit-frame-pointer
2019-08-13 17:50:14 +02:00
ailin-nemui
d512647b3f use symbolic defines for capability strings 2019-08-13 17:36:20 +02:00
ailin-nemui
e0ff13f6c1 enable irc cap ls 302 2019-08-13 17:26:51 +02:00
ailin-nemui
a865b07a67 make the $Z time overridable 2019-08-13 16:59:07 +02:00
ailin-nemui
0495c67d9f fix glib version dependency 2019-08-13 16:56:33 +02:00
ailin-nemui
89686681c1 fix build system debug config to include -fno-omit-frame-pointer 2019-08-13 16:56:00 +02:00
ailin-nemui
f3e037f434
Merge pull request #1081 from DFrostByte/patch-1
hilight.in: fix typo the->to
2019-08-07 22:53:28 +02:00
Frost
ec32e39ae7
hilight.in: fix typo the->to 2019-08-07 20:51:59 +00:00
ailin-nemui
d7fcb846d3
Merge pull request #1078 from ailin-nemui/theme-indent-always
fix cut off text with theme-indent and /set indent_always off
2019-08-04 22:16:55 +02:00
ailin-nemui
f612f2ee51
Merge pull request #1077 from l2dy/memory-leak
Fix memory leaks
2019-07-28 01:26:57 +02:00
ailin-nemui
c92ff1701f fix cut off text with theme-indent and /set indent_always off 2019-07-28 00:55:19 +02:00
ailin-nemui
7e767e1444
Merge pull request #1076 from l2dy/gfree
Free g_strdup() allocated memory with g_free()
2019-07-27 21:49:55 +02:00
Zero King
dde5fff4a5 Fix memory leaks 2019-07-27 18:34:03 +00:00
Zero King
6c7fa15417 Free g_strdup() allocated memory with g_free()
Memory allocated with g_malloc() must be freed with g_free(). The
allocators may use different memory pools.
2019-07-27 18:23:51 +00:00
ailin-nemui
05d50ffa1b
Merge pull request #1075 from ailin-nemui/meson049
do not use ?: to stay compatible with meson 0.49
2019-07-21 00:21:39 +02:00
ailin-nemui
9a90213ba9 do not use ?: to stay compatible with meson 0.49 2019-07-21 00:08:36 +02:00
ailin-nemui
f8f2428cfb
Merge pull request #1074 from horgh/horgh/readme-links
Link to Ninja site and use HTTPS for Meson site
2019-07-20 23:39:25 +02:00
Will Storey
7f99bbfd00 Link to Ninja site and use HTTPS for Meson site 2019-07-20 14:29:23 -07:00
ailin-nemui
69a91bbcce
Merge pull request #1073 from ailin-nemui/ircloader
manually maintain irc loader
2019-07-18 18:47:20 +02:00
ailin-nemui
6277ccf67f manually maintain irc loader 2019-07-18 18:04:42 +02:00
ailin-nemui
66ac295818
Merge pull request #1071 from ailin-nemui/meson-perl
carry rpath to working perl test
2019-07-18 14:22:54 +02:00
Ailin Nemui
12c8cb1f37 carry rpath to working perl test 2019-07-18 11:37:11 +02:00
ailin-nemui
aa9bb36a0d
Merge pull request #1067 from ailin-nemui/irc-module
modularise irc component
2019-07-18 10:56:40 +02:00
ailin-nemui
fa7539b616
Merge pull request #1070 from ailin-nemui/overflow
fix small overflow
2019-07-18 10:32:30 +02:00
Ailin Nemui
99b2c0b04a fix small overflow 2019-07-18 10:29:30 +02:00
ailin-nemui
afde106cdc
Merge pull request #1068 from irssi/ailin-nemui/mesonver-readme
Improve Meson documentation
2019-07-17 14:16:52 +02:00
ailin-nemui
73f6964d4f
Explain Meson in INSTALL 2019-07-17 12:09:39 +00:00
ailin-nemui
d55a74587c
Add Meson ver requirement to readme 2019-07-17 11:52:20 +00:00
Ailin Nemui
00a7efc69f modularise irc component 2019-07-17 13:37:19 +02:00
ailin-nemui
84301a29f8
Merge pull request #1065 from irssi/ailin-nemui/readme-meson
Misc Meson Fixes
2019-07-17 11:45:40 +02:00
ailin-nemui
c3bd917cf2 use correct libraries in travis 2019-07-17 11:38:11 +02:00
Ailin Nemui
ddb9d5c15f update gitignore for meson stuff 2019-07-17 11:36:34 +02:00
ailin-nemui
2599124bc8
Show meson commands in README 2019-07-16 14:23:12 +00:00
ailin-nemui
cfca498a1d
Merge pull request #1064 from ailin-nemui/meson
meson build support
2019-07-16 16:16:34 +02:00
Ailin Nemui
905bf86921 refactor glib install 2019-07-16 16:09:10 +02:00
Ailin Nemui
9a93e71474 try test travis 2019-07-10 12:02:56 +02:00
Ailin Nemui
db16a0a853 meson build support 2019-07-10 09:25:26 +02:00
Ailin Nemui
fb85fdec5c Merge tag '1.2.1' into integrate/1.2.1 2019-06-28 23:17:42 +02:00
Ailin Nemui
7286da0f9e Merge tag '1.1.3' into integrate/1.1.3 2019-06-28 23:17:16 +02:00
Ailin Nemui
87a2ceb27d Merge tag '1.0.8' into integrate/1.0.8 2019-06-28 23:16:45 +02:00