Sebastien Helleu
decbaf306d
ruby: return WEECHAT_RC_ERROR in command /ruby if arguments are wrong/missing
2014-02-21 13:37:46 +01:00
Sebastien Helleu
d86d6013ef
perl: return WEECHAT_RC_ERROR in command /perl if arguments are wrong/missing
2014-02-21 13:37:31 +01:00
Sebastien Helleu
18fd85de7d
python: return WEECHAT_RC_ERROR in command /python if arguments are wrong/missing
2014-02-21 13:37:17 +01:00
Sebastien Helleu
2dbcffc93e
logger: return WEECHAT_RC_ERROR in command /logger if arguments are wrong/missing
2014-02-21 13:36:39 +01:00
Sebastien Helleu
f535aad9fc
irc: use same return code and message in all commands when arguments are wrong/missing
2014-02-21 13:10:05 +01:00
Sebastien Helleu
898c9dc195
charset: remove unneeded test in command /charset
2014-02-21 13:09:43 +01:00
Sebastien Helleu
01c7f1cc6a
alias: use same return code and message in all commands when arguments are wrong/missing
2014-02-21 13:09:24 +01:00
Sebastien Helleu
f78f42d833
irc: add note about option irc.network.whois_double_nick in /help whois
2014-02-20 11:44:30 +01:00
Sebastien Helleu
cdadbdec0d
irc: set option irc.network.whois_double_nick to "off" by default
2014-02-20 11:40:45 +01:00
Sebastien Helleu
f8a5c26d96
alias: change default command for alias /beep to "/print -beep"
2014-02-20 11:02:36 +01:00
Sebastien Helleu
a15184a9bd
irc: fix parsing of nick/host when there is nothing after in message (malformed message)
2014-02-20 08:39:18 +01:00
Felix Eckhofer
7fb84bdb03
irc: fix parsing of nick in host when '!' is not found (bug #41640 )
2014-02-20 08:35:23 +01:00
Sebastien Helleu
7b37bf701e
guile: fix module used after unload of a script
2014-02-17 22:01:14 +01:00
Sebastien Helleu
be159f42a8
lua: fix interpreter used after unload of a script
2014-02-17 22:00:16 +01:00
Sebastien Helleu
77058acc0a
perl: fix context used after unload of a script
2014-02-17 21:57:51 +01:00
Sebastien Helleu
5ac3d538b8
python: fix interpreter used after unload of a script
2014-02-17 21:56:21 +01:00
Sebastien Helleu
f821a94cc4
irc: use a more explicit error when the creation of a temporary server failed
2014-02-13 10:06:25 +01:00
Sebastien Helleu
437767c0ca
api: add integer return code for functions hook_{signal|hsignal}_send
2014-02-10 17:42:53 +01:00
Sebastien Helleu
d8b9e0a6bf
ruby: add detection and fix compilation with Ruby 2.0 (patch #8209 )
...
Now the search for Ruby is first performed with pkg-config and includes
detection of Ruby 2.0.
If not found, the old code for detection is used (for old distros or
old Ruby versions).
The specific test on Ruby 1.9.0 (to disable this version) has been
removed (1.9.0 was a dev/unstable version from 2007, quite old now).
2014-02-05 17:27:36 +01:00
Patrick Steinhardt
47ced4833d
core: fix installation of weechat-plugin.h with autotools (patch #8305 )
2014-02-04 22:18:12 +01:00
Sebastien Helleu
a3b5ae5e65
alias: add default alias /beep => /print -stderr \a
2014-02-04 16:20:55 +01:00
Sebastien Helleu
a2839fabb5
ruby: fix compilation warning
2014-02-02 20:33:03 +01:00
Sebastien Helleu
01fb345fe0
core: fix compilation on Android (replace calls to rindex by strrchr) (bug #41420 , patch #8301 )
2014-02-02 09:00:46 +01:00
Sebastien Helleu
219f75b225
irc: clear the gnutls session in all cases after SSL connection error
2014-01-31 19:24:26 +01:00
Sebastien Helleu
59481611dd
relay: send backlog for irc private buffers
2014-01-31 16:41:12 +01:00
Sebastien Helleu
f3d614460b
core: fix typos in translations and docs
2014-01-29 22:37:33 +01:00
Sebastien Helleu
f285fdafa0
irc: add value "353" in option irc.look.display_join_message
...
So now the values mean:
- 353: names on channel
- 366: names count (before this commit it meant 353 + 366)
2014-01-28 18:31:03 +01:00
Sebastien Helleu
b8ffa87b5c
logger: replace backslashs in name by logger replacement char under Cygwin (bug #41207 )
2014-01-27 16:31:36 +01:00
Sebastien Helleu
0fbbbb4435
irc: add command "monitor" in /help irc.look.notify_tags_ison
2014-01-25 13:37:41 +01:00
Sebastien Helleu
86a99af606
scripts: fix script interpreter used after register during load of script in python/perl/ruby/lua/guile plugins (bug #41345 )
2014-01-25 13:04:25 +01:00
Sebastien Helleu
3acdcee0d9
irc: use MONITOR instead of ISON for /notify when it is available on server (task #11477 ) (patch from Nils Görs)
2014-01-23 11:31:57 +01:00
Sebastien Helleu
a763797d36
api: add function "infolist_search_var"
2014-01-22 15:08:50 +01:00
Sebastien Helleu
a6ed216052
irc: do not display names by default when joining a channel (task #13045 )
2014-01-21 12:55:48 +01:00
Sebastien Helleu
160ab683ef
core: update translations
2014-01-21 12:33:03 +01:00
Sebastien Helleu
d820389f8a
irc: refactor code in gnutls callback to display certificates even if option ssl_fingerprint is set
2014-01-21 12:21:13 +01:00
Sebastien Helleu
1ce23cd331
irc: check that server option ssl_fingerprint has exactly 40 hexadecimal digits (when set to non-empty value)
2014-01-21 10:44:35 +01:00
Maarten de Vries
357740f455
irc: add server option "ssl_fingerprint" (task #12724 )
2014-01-21 10:35:38 +01:00
Sebastien Helleu
462b106197
irc: add comment with return value for function irc_server_gnutls_callback
2014-01-20 22:43:01 +01:00
Sebastien Helleu
91dad6808a
irc: display PONG answer when resulting from manual /ping command
2014-01-20 11:27:37 +01:00
Sebastien Helleu
8fc7515322
core: reformat hook_command arguments
2014-01-18 20:33:19 +01:00
Sebastien Helleu
48837c35bc
api: add stdin options in functions hook_process_hashtable and hook_set (task #10847 , task #13031 )
...
The function hook_set has been added in script API.
2014-01-11 09:12:04 +01:00
Sebastien Helleu
e5b0b827ef
irc: fix time parsed in tag of messages on Cygwin
2014-01-11 00:30:03 +01:00
Sebastien Helleu
f8b2c6f5ac
xfer: add gcrypt library for link of plugin
2014-01-10 23:25:41 +01:00
Sebastien Helleu
3bba891927
irc: add missing include of netinet/in.h (fix compilation error on FreeBSD)
2014-01-10 17:50:12 +01:00
Sebastien Helleu
02868b4dc0
core: optimize xxx_valid() functions: return immediately if pointer is NULL
2014-01-09 19:28:51 +01:00
Sebastien Helleu
73eb2564f3
core: add "POSIX extended" in description of options/commands/functions using regular expressions
2014-01-09 17:21:19 +01:00
Sebastien Helleu
4a6bdc1c9c
relay: fix memory leak on unload of relay plugin
2014-01-09 15:34:30 +01:00
Andrew Potter
144dc60d0a
xfer: add support of IPv6 for DCC chat/file (patch #7992 )
2014-01-09 12:48:54 +01:00
Sebastien Helleu
7d17e429aa
ruby: remove evil tab
2014-01-06 22:37:03 +01:00
Andrew Potter
d216786846
xfer: use same infolist for hook and signals (patch #7974 )
2014-01-06 16:00:21 +01:00