index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
irc
/
irc-command.c
Age
Commit message (
Expand
)
Author
2015-12-24
irc: fix typo
Sébastien Helleu
2015-12-24
irc: move option irc.network.alternate_nick into servers (closes #633)
Sébastien Helleu
2015-10-18
irc: add "cap-notify" in list of supported capabilities (/help cap)
Sébastien Helleu
2015-08-24
irc: fix typos in /help ban and /help quiet
Sébastien Helleu
2015-08-24
irc: add command /cap (closes #8)
Sébastien Helleu
2015-07-09
irc: do not allow command /query with a channel name (closes #459)
Sébastien Helleu
2015-06-16
irc: fix crash with commands /allchan, /allpv and /allserv if the executed co...
Sébastien Helleu
2015-06-04
core: replace "create" by "add" in messages and docs for IRC servers and proxies
Sébastien Helleu
2015-04-25
irc: fix crash when setting an invalid regex with "/list -re" during a /list ...
Sébastien Helleu
2015-04-14
irc: add option "-noswitch" in command /query (closes #394)
Sébastien Helleu
2015-03-23
irc: fix example using two servers in /help server (closes #371)
Sébastien Helleu
2015-03-22
irc: fix freenode server names used in /help server (closes #365)
Sébastien Helleu
2015-01-28
irc: fix completion of commands /allchan and /allpv
Sébastien Helleu
2015-01-24
irc: remove server "freenode" from default config file (closes #309)
Sébastien Helleu
2015-01-24
irc: don't close channel buffer on second /part when option irc.look.part_clo...
Sébastien Helleu
2015-01-19
irc: add support of "ecdsa-nist256p-challenge" SASL mechanism (closes #251)
Sébastien Helleu
2015-01-19
irc: fix /join on a channel buffer opened with autojoin but which failed to join
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-12-21
irc: add option "reorder" in command /server (closes #229)
Sébastien Helleu
2014-12-21
core: replace irc.freenode.net by chat.freenode.net
Mikaela Suomalainen
2014-12-14
irc: open channel buffers before the JOIN is received from server (autojoin a...
Sébastien Helleu
2014-11-23
irc: add missing server options "sasl_timeout", "sasl_fail" and "notify" in o...
Sébastien Helleu
2014-11-22
api: return value in function command(), remove WeeChat error after command c...
Sébastien Helleu
2014-11-01
irc: reformat some code to make it more readable
Sébastien Helleu
2014-11-01
irc: add argument "server_message" in function irc_nick_color_for_msg
Sébastien Helleu
2014-10-26
irc: automatically add current channel in command /samode (closes #241)
Sébastien Helleu
2014-10-09
irc: fix completion of commands /msg, /notice and /query
Sébastien Helleu
2014-09-22
irc: fix type of value stored in hashtable when joining a channel (closes #211)
Sébastien Helleu
2014-09-04
irc: disable creation of temporary servers by default with command /connect, ...
Sébastien Helleu
2014-07-12
irc: display locally away status changes in private buffers (in addition to c...
Sébastien Helleu
2014-06-08
irc: fix help of commands kick/kickban/remove (closes #102)
Sébastien Helleu
2014-05-26
irc: add command /remove (closes #91)
Sébastien Helleu
2014-05-12
irc: make reason optional in command /kill
Sébastien Helleu
2014-05-06
irc: add option irc.look.join_auto_add_chantype (closes #65)
Sébastien Helleu
2014-04-12
api: allow wildcard "*" inside the mask in function string_match
Sébastien Helleu
2014-04-12
irc: add tag with host ("host_xxx") in IRC messages displayed
Sébastien Helleu
2014-03-22
irc: replace "user" by "nick" in description of commands
Sebastien Helleu
2014-03-22
irc: fix arguments in /help unquiet: at least one nick/host is required
Sebastien Helleu
2014-03-22
irc: update description of some commands
Sebastien Helleu
2014-03-22
irc: add command /unquiet (closes #36)
Sebastien Helleu
2014-03-19
irc: fix typo in /help allpv
Sebastien Helleu
2014-03-19
irc: add command /allpv (task #13111)
Sebastien Helleu
2014-03-17
irc: fix typo in /help kickban
Sebastien Helleu
2014-03-12
irc: add "#" before any channel in /join, even /join 0 (closes #20)
Sebastien Helleu
2014-02-28
irc: fix some malloc sizes
Sebastien Helleu
2014-02-22
irc: fix read of MODES server value when in commands /op, /deop, /voice, /dev...
Sebastien Helleu
2014-02-21
irc: use same return code and message in all commands when arguments are wron...
Sebastien Helleu
2014-02-20
irc: add note about option irc.network.whois_double_nick in /help whois
Sebastien Helleu
2014-02-13
irc: use a more explicit error when the creation of a temporary server failed
Sebastien Helleu
2014-02-10
api: add integer return code for functions hook_{signal|hsignal}_send
Sebastien Helleu
[next]