Max Teufel
84e55e9fac
irc: avoid warnings for unsupported WHOX messages
...
Fixes #376 . This avoids warnings for WHOX messages that we do not parse/
understand yet. Previously, IRC_PROTOCOL_MIN_ARGS was 5 where it should
have been 4 (which avoids warnings for WHOX commands only requesting one
WHOX type). Changing the behavior to support all different WHOX types
seems like a bad idea to me, as it's quite hard to figure out which
information was requested with the WHOX command.
2015-05-04 18:01:36 +02:00
Sébastien Helleu
241a999bd6
Merge pull request #417 from l/translation_ja
...
core: update Japanese translations
2015-05-02 23:43:43 +02:00
AYANOKOUZI, Ryuunosuke
ee37063ce1
core: update Japanese translations
2015-05-03 05:24:38 +09:00
Sébastien Helleu
dc8b3f977f
Version 1.2-rc2
v1.2-rc2
2015-05-02 08:44:55 +02:00
Sébastien Helleu
e9c8e70e35
doc: merge min/max version columns into a single column in dependencies (user's guide)
2015-05-01 15:07:06 +02:00
Sébastien Helleu
8d25cd5d34
core: fix compilation on Cygwin
...
The header sys/select.h is now required for select() function.
2015-05-01 09:54:07 +02:00
Sébastien Helleu
90bd568a61
core: add missing completions in command /input
2015-05-01 08:47:11 +02:00
Sébastien Helleu
d8d44d6138
core: add signals "signal_sigterm" and "signal_sigquit" ( closes #114 )
2015-05-01 08:33:52 +02:00
Sébastien Helleu
71dd64678c
core: add comments after some #endif
2015-04-30 21:15:30 +02:00
Sébastien Helleu
499f36a7cf
irc: optimize search of a nick in nicklist (up to 3x faster)
2015-04-29 21:20:08 +02:00
Nils Görs
9793649e79
doc: update German documentation
2015-04-28 22:20:42 +02:00
Sébastien Helleu
b7b06c252c
doc: update Japanese auto-generated file
2015-04-28 20:33:32 +02:00
Sébastien Helleu
e852a1b775
Merge pull request #414 from l/translation_ja
...
core: update Japanese translations
2015-04-28 20:25:31 +02:00
AYANOKOUZI, Ryuunosuke
5bdc256911
core: update Japanese translations
2015-04-29 02:58:12 +09:00
Sébastien Helleu
5ef79b58a3
doc: update German auto-generated file
2015-04-26 17:07:08 +02:00
Sébastien Helleu
908bde8ac2
core: remove extra spaces in function gui_bar_item_default_mouse_status
2015-04-26 17:06:39 +02:00
Nils Görs
a06ce8da05
core: update German translations
2015-04-26 13:13:15 +02:00
Nils Görs
fb66b2d998
core: update German translations
2015-04-26 12:48:01 +02:00
Sébastien Helleu
6b2c9d2cb8
api: add support of environment variables in function string_eval_expression() and command /eval (issue #388 )
2015-04-26 11:50:39 +02:00
Sébastien Helleu
80f446a4b4
doc: fix French translations in function string_eval_expression (plugin API reference)
2015-04-26 10:52:30 +02:00
Sébastien Helleu
b3cfd93374
doc: fix typo in function string_eval_expression (plugin API reference)
2015-04-26 10:42:50 +02:00
Sébastien Helleu
d322389e04
core: add support of full color option name in command /eval and API function string_eval_expression()
2015-04-26 10:29:30 +02:00
Sébastien Helleu
0f333ee630
api: add support of full color option name in function color()
2015-04-26 10:29:22 +02:00
Sébastien Helleu
ccc6cdace1
irc: fix color of new nick in nick changes messages when option irc.look.color_nicks_in_server_messages is off
2015-04-25 20:38:03 +02:00
Nils Görs
b5fbea7993
core: update German translations
2015-04-25 16:46:26 +02:00
Sébastien Helleu
ac0486bdc4
core: add contributor in AUTHORS.asciidoc
2015-04-25 13:09:43 +02:00
Sébastien Helleu
3f3e8e743d
core: update ChangeLog
2015-04-25 13:08:40 +02:00
Sébastien Helleu
c3c12a1315
doc: add environment variable WEECHAT_HOME in command line options
2015-04-25 13:07:43 +02:00
Sébastien Helleu
f7ff3bcadd
core: add environment variable WEECHAT_HOME in "weechat --help"
2015-04-25 13:01:36 +02:00
Sébastien Helleu
ae1211d4ab
core: rename function and argument to set home path
2015-04-25 12:56:44 +02:00
Sébastien Helleu
da184957b9
Merge remote-tracking branch 'origin/pr/391'
2015-04-25 12:34:29 +02:00
Sébastien Helleu
4695b26a57
irc: fix crash when setting an invalid regex with "/list -re" during a /list server response ( closes #412 )
2015-04-25 08:54:48 +02:00
Sébastien Helleu
6c4c4a37fd
core: display the welcome message immediately after the startup message, move source code to weechat.c
2015-04-25 08:38:44 +02:00
Sébastien Helleu
0afd1f2243
Version 1.2-rc1
v1.2-rc1
2015-04-24 22:41:04 +02:00
Sébastien Helleu
0f75e2e0b6
doc: update Japanese auto-generated files
2015-04-23 07:44:02 +02:00
Sébastien Helleu
e2a9bf4c0e
Merge pull request #409 from l/translation_ja
...
core: update Japanese translations
2015-04-23 07:36:57 +02:00
Sébastien Helleu
8fc64aaea8
core: remove WeeChat version from config files ( closes #407 )
2015-04-22 22:35:13 +02:00
AYANOKOUZI, Ryuunosuke
be1c06ae97
core: update Japanese translations
2015-04-22 21:31:45 +09:00
Sébastien Helleu
09a163a408
doc: update German auto-generated files
2015-04-20 21:02:43 +02:00
Nils Görs
04e972f5b1
core: update German translations
2015-04-20 20:37:54 +02:00
Sébastien Helleu
60f2b50117
core: add options weechat.look.quote_{nick_prefix|nick_suffix|time_format} to customize quoted messages in cursor mode ( closes #403 )
2015-04-19 12:02:41 +02:00
Sébastien Helleu
7ad2744b33
core: sort config options by name in source headers
2015-04-19 10:42:53 +02:00
Sébastien Helleu
df31147e16
api: add "_chat_line" (line pointer) in hashtable of hook_focus
2015-04-19 10:22:53 +02:00
Sébastien Helleu
074f2dc778
core: add default keys of cursor mode in /help cursor
2015-04-19 09:09:09 +02:00
Sébastien Helleu
1878c56c70
core: sort config options by name in sources
2015-04-19 08:49:30 +02:00
Sébastien Helleu
c9668dde7e
irc: remove compiler warning on isxdigit
2015-04-18 23:16:29 +02:00
Sébastien Helleu
fe9a9fbfce
irc: add support of SHA-256 and SHA-512 algorithms in server option "ssl_fingerprint" ( closes #281 )
2015-04-18 18:52:20 +02:00
Sébastien Helleu
9598bd4919
irc: move some #ifdef HAVE_GNUTLS around functions
2015-04-18 10:17:48 +02:00
Sébastien Helleu
1054339be7
trigger: do not hook anything if the trigger is disabled ( closes #405 )
2015-04-18 10:04:26 +02:00
Karthik K
1eaf0e36e8
core: Respect environment variable WEECHAT_HOME
...
If environment variable WEECHAT_HOME is set to a non-empty value, this
is taken as the path for Weechat home directory.
"--dir" command-line switch has higher precedence over this
environment variable.
2015-04-17 22:09:43 +05:30