summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-command.c
AgeCommit message (Collapse)Author
2015-10-18irc: add "cap-notify" in list of supported capabilities (/help cap)Sébastien Helleu
2015-08-24irc: fix typos in /help ban and /help quietSébastien Helleu
2015-08-24irc: add command /cap (closes #8)Sébastien Helleu
2015-08-18irc: add multiple targets and -server option to /ctcp (closes #204)Simmo Saan
2015-07-09irc: do not allow command /query with a channel name (closes #459)Sébastien Helleu
2015-06-16irc: fix crash with commands /allchan, /allpv and /allserv if the executed ↵Sébastien Helleu
command closes buffers (closes #445)
2015-06-04core: replace "create" by "add" in messages and docs for IRC servers and proxiesSébastien Helleu
2015-04-25irc: fix crash when setting an invalid regex with "/list -re" during a /list ↵Sébastien Helleu
server response (closes #412)
2015-04-14irc: add option "-noswitch" in command /query (closes #394)Sébastien Helleu
2015-03-23irc: fix example using two servers in /help server (closes #371)Sébastien Helleu
2015-03-22irc: fix freenode server names used in /help server (closes #365)Sébastien Helleu
2015-01-28irc: fix completion of commands /allchan and /allpvSébastien Helleu
2015-01-24irc: remove server "freenode" from default config file (closes #309)Sébastien Helleu
2015-01-24irc: don't close channel buffer on second /part when option ↵Sébastien Helleu
irc.look.part_closes_buffer is off (closes #313)
2015-01-19irc: add support of "ecdsa-nist256p-challenge" SASL mechanism (closes #251)Sébastien Helleu
2015-01-19irc: fix /join on a channel buffer opened with autojoin but which failed to joinSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-12-21irc: add option "reorder" in command /server (closes #229)Sébastien Helleu
2014-12-21core: replace irc.freenode.net by chat.freenode.netMikaela Suomalainen
Freenode wants people to use chat.freenode.net instead of irc.freenode.net which is alias to chat.freenode.net.
2014-12-14irc: open channel buffers before the JOIN is received from server (autojoin ↵Sébastien Helleu
and manual joins) (closes #216) New options: - irc.look.buffer_open_before_autojoin - irc.look.buffer_open_before_join
2014-11-23irc: add missing server options "sasl_timeout", "sasl_fail" and "notify" in ↵Sébastien Helleu
output of /server listfull
2014-11-22api: return value in function command(), remove WeeChat error after command ↵Sébastien Helleu
callback if return code is WEECHAT_RC_ERROR
2014-11-01irc: reformat some code to make it more readableSébastien Helleu
2014-11-01irc: add argument "server_message" in function irc_nick_color_for_msgSébastien Helleu
2014-10-26irc: automatically add current channel in command /samode (closes #241)Sébastien Helleu
2014-10-09irc: fix completion of commands /msg, /notice and /querySébastien Helleu
2014-09-22irc: fix type of value stored in hashtable when joining a channel (closes #211)Sébastien Helleu
2014-09-04irc: disable creation of temporary servers by default with command /connect, ↵Sébastien Helleu
new option irc.look.temporary_servers
2014-07-12irc: display locally away status changes in private buffers (in addition to ↵Sébastien Helleu
channels) (closes #117)
2014-06-08irc: fix help of commands kick/kickban/remove (closes #102)Sébastien Helleu
2014-05-26irc: add command /remove (closes #91)Sébastien Helleu
2014-05-12irc: make reason optional in command /killSébastien Helleu
2014-05-06irc: add option irc.look.join_auto_add_chantype (closes #65)Sébastien Helleu
2014-04-12api: allow wildcard "*" inside the mask in function string_matchSébastien Helleu
2014-04-12irc: add tag with host ("host_xxx") in IRC messages displayedSébastien Helleu
2014-03-22irc: replace "user" by "nick" in description of commandsSebastien Helleu
2014-03-22irc: fix arguments in /help unquiet: at least one nick/host is requiredSebastien Helleu
2014-03-22irc: update description of some commandsSebastien Helleu
2014-03-22irc: add command /unquiet (closes #36)Sebastien Helleu
2014-03-19irc: fix typo in /help allpvSebastien Helleu
2014-03-19irc: add command /allpv (task #13111)Sebastien Helleu
2014-03-17irc: fix typo in /help kickbanSebastien Helleu
2014-03-12irc: add "#" before any channel in /join, even /join 0 (closes #20)Sebastien Helleu
2014-02-28irc: fix some malloc sizesSebastien Helleu
2014-02-22irc: fix read of MODES server value when in commands /op, /deop, /voice, ↵Sebastien Helleu
/devoice, /halfop, /dehalfop
2014-02-21irc: use same return code and message in all commands when arguments are ↵Sebastien Helleu
wrong/missing
2014-02-20irc: add note about option irc.network.whois_double_nick in /help whoisSebastien Helleu
2014-02-13irc: use a more explicit error when the creation of a temporary server failedSebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-01-23irc: use MONITOR instead of ISON for /notify when it is available on server ↵Sebastien Helleu
(task #11477) (patch from Nils Görs)