Filip H.F. "FiXato" Slagter
d8fe89f7e9
doc: spelling/grammar fixes & documentation links added (FAQ) ( closes #1272 )
...
A number of spelling/grammar fixes, some restructured sentences to improve
readability and replacement of previous names for Apple Macintosh's OS with the
current 'macOS' name.
Also added some more references to User's guide documentation sections.
Also clarified that a window can not only display 1 buffer, but also a set of
merged buffers.
Finally, added a version note about the /script command.
2018-11-18 10:52:08 +01:00
Sébastien Helleu
916d99ad40
exec: add option exec.command.shell to customize the shell used with /exec -sh
2018-11-17 11:39:28 +01:00
Sébastien Helleu
c94a8f4c68
exec: fix command displayed in debug message
2018-11-17 11:17:37 +01:00
Nils Görs
ba9b087ca3
core: update German translations
2018-11-17 11:05:31 +01:00
Sébastien Helleu
af382ffb91
core: add test on some WeeChat command line options on Travis CI
2018-11-17 10:46:12 +01:00
Sébastien Helleu
85d7c9b6c5
core: add command line option "-t" (or "--temp-dir") to create a temporary WeeChat home (deleted on exit)
2018-11-17 10:36:58 +01:00
Sébastien Helleu
b480c7e7c0
core: add missing include of time.h in wee-secure.h
...
This fixes a compilation issue on FreeBSD 11.0.
2018-11-17 00:40:34 +01:00
Sébastien Helleu
1355a26920
doc: update German auto-generated file
2018-11-16 23:04:26 +01:00
Nils Görs
ecd26fb678
core: update German translations
2018-11-16 16:26:30 +01:00
Sébastien Helleu
34fd37fa50
core: fix forced highlight on messages sent to other buffers ( closes #1277 )
...
The C compiler flag "-fsigned--char" is used to force "char" data type to be
always signed (which is what WeeChat expects).
On ARM systems, char is unsigned by default, which is causing problems when
WeeChat stores -1 in the notify_level (type: char).
2018-11-14 22:23:34 +01:00
Sébastien Helleu
638ed2ecf5
core: fix C++ compiler flags (cmake)
2018-11-14 22:06:35 +01:00
Sébastien Helleu
88adc5d703
doc: add missing variable "pointer" to make C compiler really happy (plugin API reference)
2018-11-13 20:48:04 +01:00
Sébastien Helleu
b2d9b2f0ba
doc: fix name of compiled plugin example (plugin API reference)
2018-11-13 20:43:26 +01:00
Sébastien Helleu
3766beb13e
doc: update German auto-generated files
2018-11-12 22:54:56 +01:00
Nils Görs
c78f322c9e
core: update German translations
2018-11-12 22:44:30 +01:00
Sébastien Helleu
37a0cd0017
core: improve help on option irc.look.server_buffer ( closes #1269 )
2018-11-12 21:02:25 +01:00
Sébastien Helleu
39abe2fcd9
core: improve help on option weechat.look.nick_color_stop_chars ( closes #1268 )
2018-11-12 20:57:55 +01:00
Sébastien Helleu
de8d640958
relay: add support of close frame in websocket connection ( closes #1281 )
2018-11-12 20:43:48 +01:00
Sébastien Helleu
594917bff4
core: add fix of memory leak in ChangeLog
2018-11-08 08:42:00 +01:00
Sébastien Helleu
6cdcebed8c
buflist: add variable ${number2}, always set with the indented buffer number
2018-11-05 22:21:03 +01:00
Filip H.F. "FiXato" Slagter
5d338fee4e
Added documentation links to README
2018-11-04 22:04:39 +01:00
Sébastien Helleu
0285ea785e
Merge pull request #1270 from FiXato/patch-1
...
Make WeeChat screenshots link more descriptive.
2018-11-04 21:57:43 +01:00
Sébastien Helleu
5a132f06fd
core: replace ellipses by "etc." (in English) and "etc..." by "etc." in French
2018-11-04 21:53:11 +01:00
Sébastien Helleu
dd0b3c5692
core: replace "web site" by "website"
2018-11-04 21:32:35 +01:00
Sébastien Helleu
fe586ae662
core: add contributor in AUTHORS.adoc (issue #1273 )
2018-11-04 16:55:34 +01:00
Sébastien Helleu
ba3d805167
Merge pull request #1273 from half-duplex/master
...
Fix regex in relay.network.allowed_ips doc
2018-11-04 16:46:11 +01:00
Sébastien Helleu
d8ad7e6a8d
tests: add missing file test-secure.cpp in autotools
2018-11-04 15:03:54 +01:00
Sébastien Helleu
cb73c168b5
core: update translations
2018-11-04 14:50:53 +01:00
Sébastien Helleu
dc7d99fa73
core: improve description of infos "totp_generate" and ""totp_validate"
2018-11-04 14:50:53 +01:00
Sébastien Helleu
738535e7f6
relay: add support of Time-based One-Time Password (TOTP) as second authentication factor in weechat protocol
2018-11-04 14:50:53 +01:00
Sébastien Helleu
f02fc06dd0
doc: fix styles in relay protocol
2018-11-04 14:50:53 +01:00
Sébastien Helleu
ed3f281ba9
api: add functions string_base_{encode,decode}, remove functions string_{encode,decode}_base64
2018-11-04 14:49:11 +01:00
Sébastien Helleu
a8b6fa08b7
core: split plugin-api.c into 2 files (API wrappers and infos/infolists)
2018-11-03 23:01:46 +01:00
Sébastien Helleu
6d72868e15
api: return integer in function string_encode_base16
2018-11-02 14:20:16 +01:00
Sébastien Helleu
8848b0e22a
api: return integer in function string_encode_base64
2018-11-02 14:09:23 +01:00
Sébastien Helleu
74a17d821f
tests: add tests on functions secure_encrypt_data and secure_decrypt_data
2018-11-02 14:06:14 +01:00
Sébastien Helleu
d0ea801724
core: add support of TOTP generation/validation (Time-based One-Time Password)
2018-11-02 14:06:14 +01:00
Sébastien Helleu
172736989a
doc: add missing source files for tests (developer's guide)
2018-10-27 10:55:57 +02:00
Sébastien Helleu
70c2e27110
core: split wee-secure.c into 3 files (secured data functions, buffer and config)
2018-10-27 08:54:10 +02:00
Sébastien Helleu
3f067f2065
buflist: fix warning displayed when script buffers.pl is loaded ( closes #1274 )
2018-10-27 08:52:20 +02:00
Sébastien Helleu
a6a90aebff
doc: add commands to update .po files (developer's guide)
2018-10-25 08:00:14 +02:00
Trevor Bergeron
9121e5812c
Fix regex in relay allowed_ips doc
2018-10-23 00:33:01 -04:00
Filip H.F. "FiXato" Slagter
c2a2146ad8
Make WeeChat screenshots link more descriptive.
...
Restructured sentence to avoid using self-non-descriptive 'this page' anchors.
2018-10-23 02:34:56 +02:00
Sébastien Helleu
99ae73066c
Version 2.4-dev
2018-10-21 12:53:37 +02:00
Sébastien Helleu
6620f40efa
Version 2.3
v2.3
2018-10-21 11:12:41 +02:00
Sébastien Helleu
438313d331
core: replace call to strncpy by memcpy
...
This fixes a gcc warning: "warning: ‘strncpy’ output truncated before
terminating nul copying as many bytes from a string as its length
[-Wstringop-truncation]".
2018-10-21 08:54:04 +02:00
Sébastien Helleu
eb77c78dad
irc: fix uninitialized variables in function irc_protocol_cap_sync
2018-10-21 08:53:22 +02:00
Sébastien Helleu
1a3bd49a46
debian: update changelog
2018-10-21 08:30:35 +02:00
Sébastien Helleu
e3e4c89b5e
debian: fix copyright Format URI
2018-10-21 08:28:50 +02:00
Sébastien Helleu
5bc37eeee3
debian: bump Standards-Version to 4.1.5
2018-10-21 08:22:31 +02:00