Witold Filipczyk
004a778382
[ecmascript] Read also ~/.elinks/disallowed.txt
...
Lines in disallowed.txt may contain prefixes of bad sites.
If current url matches any of line with disallowed prefixes,
ecmascript is not executed.
If disallowed.txt is empty or not matched, then
if allow.txt is not empty, and some prefix from this file
matches current url, ecmascript is allowed.
If allow.txt is empty, ecmascript is allowed too,
otherwise ecmascript is disabled on given page.
2021-05-07 11:29:33 +02:00
Witold Filipczyk
7ba9caf227
[document] Show IP also for idn domains.
2021-04-28 16:24:20 +02:00
Witold Filipczyk
38d8d634f7
[lookup] idna
2021-04-28 16:10:59 +02:00
Witold Filipczyk
c45c98438f
[configure.ac] Added htmlcxx
2021-04-20 21:19:23 +02:00
Witold Filipczyk
1fa5504570
[htmlcxx] Added htmlcxx parser for source code displaying
...
It is compilable only together with spidermonkey, and only with meson
for now.
2021-04-18 18:26:58 +02:00
rkd77
fe040ee50a
Merge pull request #118 from sgerwk/master
...
update documentation of the lua tmpfile() function
2021-04-17 11:04:47 +02:00
sgerwk
0343c1f2a6
update documentation of the lua tmpfile() function
2021-04-17 10:37:35 +02:00
Witold Filipczyk
fa6bfc0241
[hr] Cast to unsigned char. Refs #116
2021-04-12 22:01:12 +02:00
Witold Filipczyk
4e6d3a0037
[meson] ncursesw dependency when built --with-terminfo
2021-04-12 21:17:27 +02:00
Witold Filipczyk
8f73247158
[intl] Warning when compiled without nls
2021-04-05 17:13:29 +02:00
Witold Filipczyk
73c632f00c
[lua] called tempname.
2021-04-03 21:14:21 +02:00
Witold Filipczyk
cfe564167b
[tempname] Sorry, I guess stracpy is better here. Later file is freed with mem_free.
2021-04-03 15:05:33 +02:00
rkd77
bd442edc8a
Merge pull request #115 from sgerwk/master
...
avoid use of tempnam
2021-04-03 14:17:15 +02:00
sgerwk
1e842bc445
join temp file name creation and file creation
2021-04-02 20:49:33 +02:00
Witold Filipczyk
ab758c79b5
[nntp] crash on nntp://news.neodome.net . Refs #114
2021-03-31 14:01:49 +02:00
rkd77
fe2d4e26a7
Merge pull request #113 from sgerwk/master
...
document the option for running an external program in the foreground
2021-03-31 11:33:00 +02:00
sgerwk
9d6e13b2d0
document the option for running an external program in the foreground
2021-03-30 19:37:20 +02:00
Witold Filipczyk
dcc8717d89
[tables] Condition for negative x in the expand_lines function. Refs #112
2021-03-28 21:02:03 +02:00
Witold Filipczyk
834e644515
[meson] More fixes related to CONFIG_NLS
2021-03-28 18:56:19 +02:00
Witold Filipczyk
cba5ff4405
[meson] Fix build with -Dnls=false
2021-03-28 18:47:35 +02:00
Witold Filipczyk
d4a1ce5a38
[blockquote] Rewritten a bit. Refs #112
...
It does not crash on test file and shows > for pior test cases.
2021-03-28 12:14:43 +02:00
Witold Filipczyk
409a7ebea4
[blockquote] Does not crash for me, but does not show > . Still broken. Refs #112
2021-03-25 20:43:06 +01:00
Witold Filipczyk
b4045ef864
[blockquote] Added condition for y. Refs #112
2021-03-25 18:18:17 +01:00
Witold Filipczyk
172184aed5
[command] Forgotten mem_free.
2021-03-22 09:54:41 +01:00
rkd77
166b1dd378
Merge pull request #110 from sgerwk/master
...
option for running external commands in the foreground
2021-03-22 09:52:09 +01:00
sgerwk
69d52ced31
option for running external commands in the foreground
2021-03-22 08:48:59 +01:00
rkd77
1570b6f0c5
Merge pull request #109 from sgerwk/master
...
code cleanup
2021-03-20 18:35:42 +01:00
sgerwk
91819222af
code cleanup
2021-03-20 17:20:26 +01:00
rkd77
c82a820e62
Merge pull request #108 from sgerwk/master
...
close stdin before calling a background program
2021-03-20 10:22:28 +01:00
sgerwk
b21dea1ba0
close stdin before calling a background program
...
The solution with fork() is more general, but it unnecessarily produces two new
process: one in exe_no_stdin(), one in system(). The solution with FD_CLOEXEC
is simpler as it only requires changing and restoring a flag of stdin, but I
suspect it may not be available in all OSes elinks can be compiled for.
2021-03-20 00:58:54 +01:00
Witold Filipczyk
e1ddd8b571
[C90] string.h can be included unconditionally
2021-03-19 14:48:11 +01:00
Witold Filipczyk
67075e22f9
[C90] stdlib.h
2021-03-19 14:44:07 +01:00
Witold Filipczyk
6d40fb46d6
[C90] stddef.h can be included unconditionally
2021-03-19 14:40:51 +01:00
Witold Filipczyk
5bf44a6725
[locale.h] Can be included unconditionally (C90)
2021-03-19 14:35:21 +01:00
Witold Filipczyk
cba5771c0c
[limits.h] limits.h can be included uncoditionally
2021-03-19 14:30:54 +01:00
Witold Filipczyk
36aa04ed12
[time.h] time.h can be included unconditionally
2021-03-19 14:22:04 +01:00
rkd77
b6cf921bd3
Merge pull request #107 from sgerwk/master
...
do not exit if SIGCHLD interrupts a read
2021-03-18 18:50:23 +01:00
sgerwk
6e37197ec6
enable _GNU_SOURCE where available
2021-03-18 18:12:15 +01:00
sgerwk
e13c09a5f9
include unistd.h and errno.h to define safe_read()
2021-03-18 10:36:07 +01:00
Witold Filipczyk
62a08231ca
[dump] Fix for hr. Refs #106
2021-03-17 14:56:12 +01:00
Witold Filipczyk
eecb907585
[blockquote] Workaround for segfault on distrowatch
2021-03-16 13:14:02 +01:00
Witold Filipczyk
089189638b
[blockquote] More draw_blockquote_chars. Refs #103
2021-03-15 20:20:15 +01:00
Witold Filipczyk
602290b73b
[blockquote] Prefix also caption. Added draw_blockquote_chars. Refs #103
2021-03-15 20:06:12 +01:00
Witold Filipczyk
bb01193671
[blockquote] Prefix also frame chars. Refs #103
2021-03-14 15:37:40 +01:00
Witold Filipczyk
a2c95f3f45
[blockquote] Try to prefix with > also tables. Refs #103
...
It was not tested too much, especially for longer texts.
There can be some bad offsets.
2021-03-13 20:04:27 +01:00
rkd77
fabdf85be8
Merge pull request #105 from sgerwk/master
...
optionally, going back from initial page closes tab or elinks
2021-03-13 14:09:58 +01:00
sgerwk
d894f563d0
optionally, going back from initial page closes tab or elinks
2021-03-13 13:07:30 +01:00
Witold Filipczyk
90cbad07d3
[blockquote] test case
2021-03-09 19:46:59 +01:00
Witold Filipczyk
6acac0fc46
[blockquote] add > in move_chars. Refs #103
2021-03-09 18:36:53 +01:00
Witold Filipczyk
14c4584cde
[blockquoute] > starts with the same column. Refs #103
2021-03-09 18:17:39 +01:00