Age | Commit message (Collapse) | Author |
|
|
|
core: update Japanese translations
|
|
|
|
|
|
With this fix, WeeChat can be built without tests (if cpputest is not found),
without having to explicitely disable tests ("-DENABLE_TESTS=OFF").
|
|
|
|
|
|
(user's guide)
|
|
#354)
|
|
guide
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
core: update Japanese translations
|
|
|
|
|
|
(user's guide)
|
|
The header sys/select.h is now required for select() function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
core: update Japanese translations
|
|
|
|
|
|
|
|
|
|
|
|
string_eval_expression() and command /eval (issue #388)
|
|
reference)
|
|
|
|
function string_eval_expression()
|
|
|
|
irc.look.color_nicks_in_server_messages is off
|
|
|
|
|
|
|
|
|