Sébastien Helleu
4bdda6dd0a
irc: fix indenting in debug print of modelist
2018-03-24 18:53:11 +01:00
Sébastien Helleu
f457d779a4
irc: fix debug print of modelist item number and pointer
2018-03-24 18:37:06 +01:00
Sébastien Helleu
afc1ecdaf9
irc: fix debug print of modelist item datetime value
2018-03-24 18:36:32 +01:00
Sébastien Helleu
cbad99356f
irc: fix messages on exception to make them easier to translate
2018-03-24 18:36:32 +01:00
Sébastien Helleu
a75250b300
irc: mark setter as optional in modelist item
2018-03-24 18:36:32 +01:00
Sébastien Helleu
51b90cbd53
irc: first search the modelist item, then free it if found
2018-03-24 17:11:01 +01:00
Sébastien Helleu
de825c9152
irc: check that the modelist item number is valid before using it
2018-03-24 17:10:08 +01:00
Sébastien Helleu
50d39969cb
irc: fix some styles
2018-03-24 17:08:56 +01:00
Sébastien Helleu
837eb82edd
core: add irc-modelist sources files to generate translations
2018-03-24 17:04:27 +01:00
Sébastien Helleu
6dd97638c3
doc: add irc-modelist.c in translated versions of developer's guide
2018-03-24 17:03:59 +01:00
Simmo Saan
d77e1ea499
irc: add indexed ban list, add completion for /unban and /unquiet ( closes #597 , task #11374 , task #10876 )
2018-03-24 17:01:50 +01:00
Sébastien Helleu
b2f971d4b0
doc: update Japanese auto-generated files
2018-03-24 07:33:24 +01:00
Sébastien Helleu
8216fb1be2
Merge pull request #1168 from l/master/translation/ja_JP
...
core: update Japanese translations
2018-03-24 07:32:26 +01:00
AYANOKOUZI, Ryuunosuke
71287c44d6
core: update Japanese translations
2018-03-24 09:00:00 +09:00
Sébastien Helleu
ea31a950c0
doc: update German auto-generated files
2018-03-22 21:27:57 +01:00
Sébastien Helleu
330e13ac61
doc: update Ruby version in dependencies (user's guide)
2018-03-22 21:25:00 +01:00
Sébastien Helleu
8fd13eefb9
doc: update PHP packages in dependencies (user's guide)
2018-03-22 21:22:32 +01:00
Sébastien Helleu
55bb057319
debian: display the number of patches OK and in error in script build-debian.sh
2018-03-22 21:13:23 +01:00
Sébastien Helleu
3de28af6cd
debian: update debian/ubuntu/raspbian patches
2018-03-22 20:46:16 +01:00
Sébastien Helleu
60ee461c43
debian: remove patches for old ubuntu versions: zesty, yakkety, precise
2018-03-22 20:46:16 +01:00
Sébastien Helleu
647b92f6a0
debian: do not build packages with debug symbols in script build-debian.sh
2018-03-22 20:46:15 +01:00
Sébastien Helleu
16d932a671
debian: sync debian files with debian git repository
2018-03-21 22:01:41 +01:00
Sébastien Helleu
a72a1ccd51
core: add test of Debian/Ubuntu patches on Travis CI
2018-03-20 22:11:01 +01:00
Sébastien Helleu
846eb90e7d
core: add option "test-patches" in script build-debian.sh
2018-03-20 22:09:20 +01:00
Sébastien Helleu
667c9364ed
doc: add more info about the reload callback in function config_new (plugin API reference)
2018-03-20 21:51:13 +01:00
Sébastien Helleu
4238fe0e9c
debian: update debian/ubuntu/raspbian patches
2018-03-20 20:32:40 +01:00
Nils Görs
66204dfcf2
core: update German translations
2018-03-20 20:11:08 +01:00
W. Trevor King
5d91765da7
doc: use '-out' instead of shell redirection for openssl ecparam
...
Generated with:
$ sed -i 's|openssl ecparam -genkey -name prime256v1 >~/.weechat/ecdsa.pem|openssl ecparam -genkey -name prime256v1 -out ~/.weechat/ecdsa.pem|' $(git grep -l 'openssl ecparam')
There's no reason to involve shell redirection, which we've had since
88073243 (doc: add instructions for SASL "ecdsa-nist256p-challenge",
2015-01-21). We already use -in or -out for our other openssl
invocations, as shown by:
$ git grep 'openssl.*\(<\|>\|-in\|-out\)'
2018-03-19 15:55:34 -07:00
Sébastien Helleu
062051acb3
core: improve help of option weechat.completion.partial_completion_alert
2018-03-19 21:55:06 +01:00
Sébastien Helleu
cd8a98fd1f
core: add contributor in AUTHORS.adoc
2018-03-19 21:52:08 +01:00
Sébastien Helleu
c9dd8140a4
core: update ChangeLog ( closes #1159 )
2018-03-19 21:51:32 +01:00
Sébastien Helleu
671ffbe352
core: update translations
2018-03-19 21:50:21 +01:00
Ruslan Bekenev
8582f281f2
core: merge buffer by name
2018-03-19 21:48:24 +01:00
Sébastien Helleu
86998ff358
core: add contributor in AUTHORS.adoc
2018-03-19 21:23:43 +01:00
Sébastien Helleu
402d9e8245
Merge pull request #1163 from fornwall/replace-getdtablesize
...
Replace getdtablesize() with sysconf(_SC_OPEN_MAX)
2018-03-19 21:22:48 +01:00
Sébastien Helleu
5f2ed55c97
debian: add package weechat-headless with the headless binary and its man page
2018-03-19 19:43:07 +01:00
Sébastien Helleu
fc584316da
core: split man pages weechat and weechat-headless
2018-03-19 19:38:44 +01:00
Fredrik Fornwall
b29352eff6
Replace getdtablesize() with sysconf(_SC_OPEN_MAX)
...
From the getdtablesize(3) man page:
It is not specified in POSIX.1; portable applications should
employ sysconf(_SC_OPEN_MAX) instead of this call.
Specifically, this fixes a compilation problem on Android.
2018-03-18 21:15:12 +01:00
Sébastien Helleu
5e3b6d50bb
core: ignore file etc/postinstall/weechat.sh in build with cygport on Cygwin
2018-03-18 12:14:38 +01:00
Sébastien Helleu
8e7f5ea6e8
core: fix build with CMake and Ninja
2018-03-18 11:49:15 +01:00
Sébastien Helleu
352c0408d8
Version 2.2-dev
2018-03-18 08:15:52 +01:00
Sébastien Helleu
47e3825591
Version 2.1
v2.1
2018-03-18 07:41:40 +01:00
Sébastien Helleu
f7f92ce12e
doc: update Polish auto-generated files
2018-03-17 18:16:12 +01:00
Krzysztof Korościk
fa5d543c5b
po: updated polish translations
2018-03-17 18:01:30 +01:00
Krzysztof Korościk
a481386025
doc: updated polish translation
2018-03-17 16:06:04 +01:00
Sébastien Helleu
8cf3b09d81
scripts: hide message when the eval script is unloaded
...
Related to commit 8fbbe8b0d509df26ff86ca8cd7fe4b2205c6d15e.
2018-03-17 08:17:41 +01:00
Nils Görs
939c3f7cd0
Merge branch 'master' of https://github.com/weechat/weechat
2018-03-17 08:06:27 +01:00
Nils Görs
d9557330bb
core: update German translations
2018-03-17 08:05:41 +01:00
Sébastien Helleu
72e920d532
Merge pull request #1161 from l/master/translation/ja_JP
...
core: update Japanese translations
2018-03-17 08:02:58 +01:00
AYANOKOUZI, Ryuunosuke
92f67df10c
core: update Japanese translations
2018-03-17 09:00:00 +09:00