AYANOKOUZI, Ryuunosuke
8925a2fb8a
core: update Japanese translations
2016-07-30 09:00:00 +09:00
Sébastien Helleu
4397dccd1b
core: add keys for secure buffer in /help secure ( closes #756 )
2016-07-29 10:03:20 +02:00
Nils Görs
d5784199c1
core: update German translations
2016-07-17 18:01:51 +02:00
Sébastien Helleu
34ccf3fd81
irc: rename server options "default_msg_*" to "msg_*", evaluate them
2016-07-17 09:29:14 +02:00
Sébastien Helleu
666bc4fda2
core: replace some single quotes by double quotes in help of options
2016-07-09 12:34:40 +02:00
AYANOKOUZI, Ryuunosuke
6effc6fb57
core: update Japanese translations
2016-05-29 09:00:00 +09:00
Nils Görs
610f191ddc
core: update German translations
2016-05-28 10:42:25 +02:00
Sébastien Helleu
7342a47de0
core, irc, xfer: display more information in memory allocation errors (issue #573 )
2016-05-27 20:13:35 +02:00
Nils Görs
a68637b37d
core: update German translations
2016-05-20 17:40:39 +02:00
AYANOKOUZI, Ryuunosuke
84d4705ea4
core: update Japanese translations
2016-05-18 09:00:00 +09:00
Sébastien Helleu
499b9be1fb
relay: add option relay.network.allow_empty_password ( closes #735 )
2016-05-18 07:55:03 +02:00
Sébastien Helleu
ec86e1ac85
core: update French translations
2016-05-18 07:47:45 +02:00
Nils Görs
f3163aa271
core: update German translations
2016-05-14 09:27:55 +02:00
Krzysztof Korościk
171cb6995a
po: update polish translation
2016-04-27 19:03:58 +02:00
Sébastien Helleu
54151a3480
core: update email of Krzysztof Korościk
2016-04-20 19:39:43 +02:00
Sébastien Helleu
6b2e9847a9
core: fix whitespace in Portuguese translations
2016-04-16 10:35:18 +02:00
Vasco Almeida
4806d7f20f
core: add Portuguese translation
2016-04-15 11:44:29 +00:00
AYANOKOUZI, Ryuunosuke
38b6db9253
core: update Japanese translations
2016-04-08 09:00:00 +09:00
Nils Görs
b4697b7454
core: update German translations
2016-04-06 09:21:33 +02:00
Sébastien Helleu
fabd48cc6c
core: move nick coloring from irc plugin to core ( closes #262 )
...
Options moved from irc.conf to weechat.conf:
* "irc.look.nick_color_force" moved to "weechat.look.nick_color_force"
* "irc.look.nick_color_hash" moved to "weechat.look.nick_color_hash"
* "irc.look.nick_color_stop_chars" moved to
"weechat.look.nick_color_stop_chars"
New info (for API function "info_get"):
* "nick_color" (replaces "irc_nick_color")
* "nick_color_name" (replaced "irc_nick_color_name")
Info "irc_nick_color" and "irc_nick_color_name" are now deprecated.
And a bug has been fixed in nick coloring: stop chars are removed before
looking at a forced color.
2016-04-05 07:56:43 +02:00
AYANOKOUZI, Ryuunosuke
24e48c747d
core: update Japanese translations
2016-03-29 09:00:00 +09:00
Sébastien Helleu
cf6aca1619
core: add pointer in some callbacks ( closes #406 )
...
This pointer is the first argument received by callbacks, and the
existing argument "data" is now automatically freed by WeeChat when the
object containing the callback is removed.
With this new pointer, the linked list of callbacks in scripts has been
removed. This will improve speed of scripts (using a lot of hooks),
reduce memory used by scripts and reduce time to unload scripts.
Following functions are affected in the C API:
* exec_on_files
* config_new
* config_new_section
* config_new_option
* hook_command
* hook_command_run
* hook_timer
* hook_fd
* hook_process
* hook_process_hashtable
* hook_connect
* hook_print
* hook_signal
* hook_hsignal
* hook_config
* hook_completion
* hook_modifier
* hook_info
* hook_info_hashtable
* hook_infolist
* hook_hdata
* hook_focus
* unhook_all_plugin
* buffer_new
* bar_item_new
* upgrade_new
* upgrade_read
2016-03-21 18:11:21 +01:00
AYANOKOUZI, Ryuunosuke
243f4a166d
core: update Japanese translations
2016-03-19 09:00:00 +09:00
Sébastien Helleu
cf93e953b6
core: use ${info:term_width} instead of ${window.win_width} in /help weechat.bar.xxx.conditions ( closes #703 )
2016-03-17 21:00:16 +01:00
Nils Görs
e3b18b9961
core: update German translations
2016-03-14 21:06:39 +01:00
Sébastien Helleu
2da58ea2b7
exec: fix example in /help exec
2016-03-13 18:29:19 +01:00
Sébastien Helleu
0be8e0828a
logger: add note on buffer local variables to use in /help logger.file.mask
2016-03-09 18:45:07 +01:00
AYANOKOUZI, Ryuunosuke
da8cf92776
core: update Japanese translations
2016-03-07 09:00:00 +09:00
Nils Görs
0cac0dfa27
core: update German translations
2016-02-26 23:23:16 +01:00
Sébastien Helleu
5936272b4c
irc: complete help of SASL fail options
2016-02-25 07:35:12 +01:00
Sébastien Helleu
81ee0f43bb
core: update translations
2016-02-24 07:52:52 +01:00
AYANOKOUZI, Ryuunosuke
7169884edc
core: update Japanese translations
2016-02-20 09:00:00 +09:00
Nils Görs
14dbc6212b
core: update German translations
2016-02-19 18:00:36 +01:00
Krzysztof Korościk
b001b66363
po: polish translation updated
2016-02-16 17:57:55 +01:00
Sébastien Helleu
0e6a6a0334
core: move irc bar item "away" and two options to core ( closes #692 )
...
Options moved:
* "irc.look.item_away_message" --> "weechat.look.item_away_message"
* "irc.color.item_away" --> "weechat.color.item_away".
2016-02-15 13:36:16 +01:00
Sébastien Helleu
567a61c110
Merge pull request #688 from l/translation_ja
...
core: update Japanese translations
2016-02-13 09:24:04 +01:00
Nils Görs
efbcde4e89
core: update German translations
2016-02-12 22:00:01 +01:00
Sébastien Helleu
d05beeff0e
core: add note about options to save config/layout on exit in help of commands /layout, /save and /quit ( closes #687 )
2016-02-12 07:39:38 +01:00
AYANOKOUZI, Ryuunosuke
ab04be6b7a
core: update Japanese translations
2016-02-12 09:00:00 +09:00
Sébastien Helleu
94ef33022d
irc: use upper case for SASL in messages displayed
2016-02-11 07:30:24 +01:00
Nils Görs
1645db5c44
core: update German translations
2016-02-10 07:24:57 +01:00
Sébastien Helleu
45a1174000
relay: fix the max number of clients connected on a port, allow value 0 for "no limit" ( closes #669 )
2016-02-08 21:14:48 +01:00
AYANOKOUZI, Ryuunosuke
b8db4ffd9d
core: update Japanese translations
2016-01-27 09:00:00 +09:00
Sébastien Helleu
0bdf148491
core: fix French translation of /help ctcp
2016-01-17 09:41:46 +01:00
Nils Görs
3ff5c38b75
core: update German translations
2016-01-17 09:28:15 +01:00
Sébastien Helleu
59e326da65
core: update translations
2016-01-17 08:54:23 +01:00
AYANOKOUZI, Ryuunosuke
43e8d052a4
core: update Japanese translations
2016-01-11 09:00:00 +09:00
Sébastien Helleu
77589756aa
doc: update copyright dates in Polish docs
2016-01-08 07:31:49 +01:00
Krzysztof Korościk
d54d4e4e60
po: Polish translation update
2016-01-07 21:31:22 +01:00
Nils Görs
4f31918700
core: update German translations
2016-01-06 20:40:04 +01:00