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
2023-05-27
irc: add missing host tag in self messages with cap echo-message enabled (iss...
Sébastien Helleu
2023-05-27
irc: remove extra space in CTCP ACTION message sent without arguments
Sébastien Helleu
2023-05-27
irc: display STATUSMSG actions differently from standard actions on channels ...
Sébastien Helleu
2023-05-27
irc: fix send of empty action with `/me` command
Sébastien Helleu
2023-05-26
irc: display CTCP ACTION to channel on the channel buffer (issue #139, closes...
Sébastien Helleu
2023-05-25
irc: fix display of actions sent with `/me` (issue #139)
Sébastien Helleu
2023-05-25
irc: fix duplicated CTCP messages displayed when capability "echo-message" is...
Sébastien Helleu
2023-05-25
irc: hide messages sent with `/msg` to a nick when capability "echo-message" ...
Sébastien Helleu
2023-05-25
irc: hide CTCP messages sent with `/ctcp` when capability "echo-message" is e...
Sébastien Helleu
2023-05-25
irc: hide self actions sent with `/me` when capability "echo-message" is enab...
Sébastien Helleu
2023-05-23
irc: add support of capability "echo-message" (closes #139)
Sébastien Helleu
2023-05-23
irc: fix display of status privmsg/notice, add missing tags in messages (issu...
Sébastien Helleu
2023-05-18
irc: use key when /join-ing in open channel buffer
Simmo Saan
2023-05-14
irc: add support of capability "draft/multiline" (closes #1923)
Sébastien Helleu
2023-05-14
irc: return arraylist instead of hashtable in function irc_server_sendf (issu...
Sébastien Helleu
2023-05-13
irc: rename constant IRC_COMMAND_CAP_SUPPORTED_COMPLETION to IRC_COMMAND_CAP_...
Sébastien Helleu
2023-05-03
irc: add support of capability "batch" (closes #1292)
Sébastien Helleu
2023-05-01
irc: fix help on `sort` option in command `/autojoin` (issue #1876)
Sébastien Helleu
2023-05-01
irc: add option `buffer` in command `/autojoin sort` (closes #1876)
Sébastien Helleu
2023-04-12
irc: improve short description of server (issue #1903)
Sébastien Helleu
2023-04-12
irc: fix URL of doc on capability negotiation (issue #1903)
Sébastien Helleu
2023-04-12
irc: connect with TLS and port 6697 by default (issue #1903)
Sébastien Helleu
2023-04-12
irc: rename "ssl" options to "tls" (issue #1903)
Sébastien Helleu
2023-01-31
irc: add command `/rules` (closes #1864)
Sébastien Helleu
2023-01-31
irc: add command `/knock` (closes #7)
Sébastien Helleu
2023-01-28
irc: make IRC server names case sensitive (issue #1872)
Sébastien Helleu
2023-01-28
core, plugins: make commands, hook command_run, completions and aliases case ...
Sébastien Helleu
2023-01-24
irc: add option `join` in command `/autojoin`
Sébastien Helleu
2023-01-23
irc: fix autojoin on server connection (closes #1873)
Sébastien Helleu
2023-01-02
irc: replace "private window" by "private buffer" in comments
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-12-19
irc: fix calls to weechat_string_toupper
Sébastien Helleu
2022-12-18
api: return newly allocated string in functions string_tolower and string_tou...
Sébastien Helleu
2022-08-03
irc: mention how to remove capability in /help cap
Sébastien Helleu
2022-07-27
irc: display an error message when using command /dcc without xfer plugin loaded
Sébastien Helleu
2022-06-25
irc: update URLs to IRCv3 specifications
Sébastien Helleu
2022-06-17
irc: add example with `/allchan` in `/help autojoin`
Sébastien Helleu
2022-06-15
irc: rename option `save` to `apply` in command `/autojoin`
Sébastien Helleu
2022-04-24
irc: fix add of channel to autojoin option when joining a channel with a buff...
Sébastien Helleu
2022-03-19
irc: fix memory leak in command /autojoin addraw when channels are missing
Sébastien Helleu
2022-03-19
irc: ensure old_autojoin and ptr_autojoin are not NULL before comparing them
Sébastien Helleu
2022-03-11
irc: add option "sort" in command /autojoin
Sébastien Helleu
2022-03-10
irc: update translations
Sébastien Helleu
2022-03-10
irc: display only one message in /autojoin command output
Sébastien Helleu
2022-03-10
irc: rename server option "autojoin_record" to "autojoin_dynamic"
Sébastien Helleu
2022-03-10
irc: add command /autojoin
Sébastien Helleu
2022-03-10
irc: add server option "autojoin_record"
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2021-12-30
irc: add IRC message tags in messages displayed (closes #1680)
Sébastien Helleu
2021-11-07
irc: extend size of some internal buffers
Sébastien Helleu
[next]