Ailin Nemui
2b7baaf95a
up abi
2022-01-10 23:34:35 +00:00
Andrej Kacian
88cb51ce92
Improve handling of GLib log messages
...
This patch introduces setting "glib_log_domains", which is
a space-separated list of log domain names, optionally prefixed
with a '-'. The list is parsed from left to right to determine
whether or not user wants to see message from a particular log
domain. Keywords 'all' or '*' are allowed as well.
Examples: "GLib-GIO", "all -GLib-GIO", "-*"
This patch also changes the default format for displaying GLib log
messages to include the log domain.
2022-01-10 23:34:35 +00:00
Ailin Nemui
0a188738a1
Merge tag '1.3.0-pre8' into integrate/1.3.0
2022-01-10 23:34:35 +00:00
Ailin Nemui
4240c4d1d3
fix stuck meta on dcc chat
2022-01-10 23:34:33 +00:00
Ailin Nemui
61e605dcde
fix max_lag disconnect
2022-01-10 23:34:08 +00:00
Ailin Nemui
c6794c14a5
up abi
2022-01-10 23:34:08 +00:00
Ailin Nemui
27fb9c4d07
simplify duplicate code in outgoing modify
2022-01-10 23:34:08 +00:00
Ailin Nemui
09e2689f23
remove newline from "server outgoing modify"
2022-01-10 23:34:08 +00:00
Ailin Nemui
a7eacf7eb8
fix wrong argument type in printformat
2022-01-10 23:33:45 +00:00
Ailin Nemui
f6ce97c396
fix /server modify port argument order
2022-01-10 23:33:45 +00:00
Ailin Nemui
8151ce176e
run syncdocs.sh and syncscripts.sh
2022-01-10 23:33:45 +00:00
bw1
2c0229f463
update docs
...
+ version()
+ $abiversion
+ parse_special()
2022-01-10 23:33:45 +00:00
Ailin Nemui
d946004067
update github actions ubuntu version to 18.04 and meson to <0.60.0
2022-01-10 23:33:45 +00:00
Ailin Nemui
016754f404
fix pedantic error in MSGLEVEL enum
...
reported by horgh
2022-01-10 23:33:45 +00:00
Ailin Nemui
2340db68d7
correctly store updated message levels e.g. from /hilight
2022-01-10 23:33:25 +00:00
Ailin Nemui
f4f1825efe
remove oragono.io/maxline-2
2022-01-10 23:33:02 +00:00
Ailin Nemui
64473dd98e
add a PACKAGE_VERSION override for meson
2022-01-10 23:32:14 +00:00
Ailin Nemui
a34346da7b
add a "server outgoing modify" signal to intercept outgoing messages
2022-01-10 23:32:14 +00:00
Ailin Nemui
e9a8949588
fix queue bug
2022-01-10 23:32:14 +00:00
Ailin Nemui
0baa7b3526
only enable sasl plain when username and password are set
...
may fix #1325
2022-01-10 23:32:14 +00:00
Ailin Nemui
23c7f48862
up abi
2022-01-10 23:32:14 +00:00
Ailin Nemui
756fb1a790
do not chase during netsplit
2022-01-10 23:32:14 +00:00
Ailin Nemui
e443a5413a
send channel sync requests "later" in the command queue
2022-01-10 23:32:14 +00:00
Ailin Nemui
2f06f8194e
actually remember the hilight -color
2022-01-10 23:32:14 +00:00
Jari Matilainen
8a885700d7
Allow -tls_ca{file,path} '' to unset an argument
2022-01-10 23:32:14 +00:00
Ailin Nemui
d31fb484c7
fix reading of starttls = "no" in config, attempt 2
2022-01-10 23:32:14 +00:00
Ailin Nemui
c61e6c9d89
Revert "Merge pull request #19 from ailin-nemui/starttls-no"
...
This reverts commit 3324c5da89 , reversing
changes made to d3115f3855 .
2022-01-10 23:32:14 +00:00
Ailin Nemui
0d4d5d1507
do not unconditionally enable tls on /connect -!
2022-01-10 23:32:14 +00:00
Ailin Nemui
0de7903986
remove duplicated servers on load
2022-01-10 23:32:14 +00:00
Ailin Nemui
6da49fbbba
up abi
2022-01-10 23:32:14 +00:00
Ailin Nemui
254bbbf503
mess with server ports
2022-01-10 23:32:14 +00:00
Ailin Nemui
2215d1d6d9
fuzz server ssl init
2022-01-10 23:31:49 +00:00
Ailin Nemui
8377c208b8
fix reading of starttls = "no" in config
2022-01-10 23:31:41 +00:00
Ailin Nemui
8d7684fc6e
fuzz server ssl init
2022-01-10 23:31:41 +00:00
Ailin Nemui
fd2300db57
fix reading of old config ssl_verify key
2022-01-10 23:31:41 +00:00
Ailin Nemui
840220f457
use an internal build of openssl when fuzzer is enabled
2022-01-10 23:31:41 +00:00
Ailin Nemui
885a8bdac6
up abi
2022-01-10 23:31:41 +00:00
Ailin Nemui
6b04d20435
compat for glib 2.55
2022-01-10 23:31:41 +00:00
Ailin Nemui
953fca1eb7
add a log_server_time setting
2022-01-10 23:31:41 +00:00
Ailin Nemui
28d936921f
Workaround for google/oss-fuzz#3731
...
Run CIFuzz docker manually
2022-01-10 23:31:41 +00:00
Ailin Nemui
5158920788
up abi
2022-01-10 23:31:41 +00:00
Ailin Nemui
95fd19c91d
add "gui render line text" to signals.txt
2022-01-10 23:31:41 +00:00
Ailin Nemui
b063ec0be9
fix recursive crash in Perl scripts
2022-01-10 23:31:41 +00:00
Ailin Nemui
12f5ebd46c
add GString to Perl
2022-01-10 23:31:41 +00:00
Ailin Nemui
ce98c92af1
add LINE_INFO_META_REC to Perl
2022-01-10 23:31:41 +00:00
Ailin Nemui
9c428ca75c
up abi
2022-01-10 23:31:41 +00:00
Ailin Nemui
5bbbde73d9
store the hilight result in the meta table and apply it during the "gui render line text" signal
2022-01-10 23:31:41 +00:00
Ailin Nemui
801932f14d
move TEXT_BUFFER_META_REC -> LINE_INFO_META_REC
2022-01-10 23:31:41 +00:00
Ailin Nemui
00d3e15196
fix wrong server_time in $line->get_meta
2022-01-10 23:31:41 +00:00
Ailin Nemui
58d93572c4
add a meta table to all lines
2022-01-10 23:31:41 +00:00