Ailin Nemui
92ade2f591
fuzz server ssl init
2021-08-31 14:53:53 +02:00
Ailin Nemui
6710b35736
fix reading of starttls = "no" in config
2021-08-31 14:53:53 +02:00
Ailin Nemui
b3f74fe0ab
up abi
2021-08-15 15:58:10 +02:00
Ailin Nemui
6a33139939
compat for glib 2.55
2021-08-15 15:57:34 +02:00
Ailin Nemui
fdd61f5898
add a log_server_time setting
2021-08-15 15:57:34 +02:00
Ailin Nemui
5a8b23cab0
up abi
2021-08-13 17:38:57 +02:00
Ailin Nemui
ed23d89a5a
fix recursive crash in Perl scripts
2021-08-13 17:32:09 +02:00
Ailin Nemui
425178e793
add GString to Perl
2021-08-13 17:31:49 +02:00
Ailin Nemui
1602b506a6
add LINE_INFO_META_REC to Perl
2021-08-13 17:31:14 +02:00
Ailin Nemui
6a52b5ac07
up abi
2021-08-13 00:44:33 +02:00
Ailin Nemui
5953b675b9
store the hilight result in the meta table and apply it during the "gui render line text" signal
2021-08-12 23:53:44 +02:00
Ailin Nemui
8d314eadf1
move TEXT_BUFFER_META_REC -> LINE_INFO_META_REC
2021-08-12 23:51:18 +02:00
Ailin Nemui
9677b07488
fix wrong server_time in $line->get_meta
2021-08-12 23:49:40 +02:00
Ailin Nemui
7d13cfba07
add a meta table to all lines
2021-08-12 23:48:37 +02:00
Ailin Nemui
554a8556d2
fix use of wrong "equal" function in meta hash tables
2021-08-12 23:46:31 +02:00
ailin-nemui
7452ec34ad
Merge pull request #12 from ailin-nemui/ticho/singlenet
...
can do /server add -matrix -network my_matrix_network
2021-08-11 15:59:10 +02:00
Jari Matilainen
3aeebd310d
Update fe-common-core.c
2021-08-10 23:45:22 +02:00
Jari Matilainen
d2062e34cf
Update fe-common-core.c
2021-08-10 23:45:22 +02:00
ailin-nemui
53b2e0775a
Merge pull request #8 from ailin-nemui/ffrogman
...
Fix cursor getting stuck for auto completions that changes case
2021-08-10 22:36:03 +02:00
Ailin Nemui
6591c94635
add a limit to showing /NAMES on join
...
only show the counts if too many nicks
2021-08-10 22:12:26 +02:00
Ailin Nemui
f147589e52
can do /server add -matrix -network my_matrix_network
...
By Andrej Kacian
2021-07-28 11:06:58 +02:00
ffrogman
700ec4c472
Fix cursor getting stuck for auto completions that exclusively change the case of letters
2021-05-25 23:37:36 -04:00
ailin-nemui
58c9aecf86
Merge pull request #1315 from pekdon/otr_g_strndup
...
Use g_strndup, strndup is not available on old platforms
2021-05-17 14:43:31 +02:00
ailin-nemui
5df2d6e300
Merge pull request #1312 from ailin-nemui/nocap
...
slightly improve nocap detection
2021-05-17 10:54:21 +02:00
Claes Nästén
a3248d43ec
Use g_strndup, strndup is not available on old platforms
...
strndup is not available on Solaris 10, to ensure building is ok use
glib function.
2021-05-15 18:10:02 +02:00
Ailin Nemui
af489b2d5f
fix build with meson 0.58.0
2021-05-10 13:07:22 +02:00
Ailin Nemui
f5303c153c
slightly improve nocap detection
...
Fixes #1311
2021-05-10 08:34:19 +02:00
Ailin Nemui
2122daa3f3
Run clang-format
2021-04-30 10:27:47 +02:00
nia
4fa72e857c
Fix build on operating systems with X/Open Curses, version 2
...
Add the missing arguments to tparm. X/Open Curses specifies
tparm takes a fixed number of 10 arguments, while ncurses
has implemented it as a varargs function. tiparm is a standardized
version of varargs tparm, support in both NetBSD libcurses and
ncurses, but not by older versions of Solaris.
This is an alternate fix to the one proposed in irssi/irssi/#1305
that should keep compatibility with older versions of Solaris by
avoiding tiparm.
2021-04-26 10:31:34 +02:00
Ailin Nemui
3dbfac5699
fuzz test
2021-04-20 09:25:08 +02:00
ailin-nemui
4432b0bf0d
Merge pull request #1170 from ailin-nemui/starttls
...
use starttls / enable tls_verify
2021-04-18 12:01:14 +02:00
ailin-nemui
afdd9f8f05
Merge pull request #1259 from ailin-nemui/beep-ignore-opts
...
do not beep on hidden lines with /set beep_msg_level ... -hidden
2021-04-18 12:01:03 +02:00
ailin-nemui
f93879baff
Merge pull request #1260 from ailin-nemui/nohilight
...
add /IGNORE ... NOHILIGHT to ignore some hilights
2021-04-18 12:00:52 +02:00
Ailin Nemui
90003a2bf6
up abi
2021-04-18 11:38:20 +02:00
ailin-nemui
fa913091bd
Merge pull request #1297 from ailin-nemui/memory
...
missing strdup on netsplits w/o chan
2021-04-11 13:24:42 +02:00
ailin-nemui
3a54c85b15
Merge pull request #1295 from ailin-nemui/module-autoload-one
...
autoload modules from default setting
2021-04-11 13:24:21 +02:00
Ailin Nemui
645d80d3b8
Merge tag '1.2.3' into integrate/1.2.3
2021-04-09 19:03:58 +02:00
Ailin Nemui
8a5d5d384e
add nocap flag
2021-04-08 22:38:44 +02:00
Ailin Nemui
61237ee6c0
reorder code
2021-04-08 21:55:35 +02:00
Ailin Nemui
085c08e65c
use enum
2021-04-08 21:55:35 +02:00
Ailin Nemui
244a8c72b4
verify tls connection
2021-04-08 21:55:35 +02:00
Ailin Nemui
2a0f1d7636
fix fe-fuzz
2021-04-08 21:55:35 +02:00
Ailin Nemui
f2795abcc5
actually use the tls settings on upgrade, and disconnect gracefully
2021-04-08 21:55:35 +02:00
Ailin Nemui
db2fed0d38
fix reconnect to use tls settings
2021-04-08 21:55:35 +02:00
Ailin Nemui
9668217509
changes suggested by ahf
2021-04-08 21:55:35 +02:00
ailin-nemui
51508ff1d3
use starttls
2021-04-08 21:55:35 +02:00
Ailin Nemui
308400154b
fix crash on tls error
2021-04-07 22:18:34 +02:00
Ailin Nemui
46493c051b
add /IGNORE ... NOHILIGHT to ignore some hilights
2021-04-07 14:31:36 +02:00
Ailin Nemui
1e54b92220
fix crash on /connect -tls
...
fixes #1239
2021-04-03 22:38:00 +02:00
Ailin Nemui
efd705ba59
fix crash on /connect /dev/null
2021-04-03 21:54:53 +02:00