Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The Debian package libcpputest-dev becomes useless as it's available in
the repositories now.
|
|
The error message is as follows:
/usr/ports/irc/weechat/work/weechat-1.3/src/plugins/javascript/weechat-js-api.cpp:4206:16: error: use of undeclared identifier
'localtime'
date_tmp = localtime (&time);
^
/usr/ports/irc/weechat/work/weechat-1.3/src/plugins/javascript/weechat-js-api.cpp:4208:9: error: use of undeclared identifier
'strftime'
strftime (timebuffer, sizeof (timebuffer), "%F %T", date_tmp);
^
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
language/extension in /script search
|
|
|
|
|
|
|
|
|
|
|
|
README
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some weird IRC servers may refuse a PASS command with a colon, so we
send a colon only if the password contains spaces or begins with a
colon.
|
|
|
|
|
|
core: update Japanese translations
|
|
core: fix typo in German translation
|
|
|
|
Signed-off-by: Thomas Schneider <thosch97@gmail.com>
|
|
"irc_channels" and "irc_server_channels" (closes #392)
|
|
issue #392)
|
|
|
|
|
|
|
|
|