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
Age
Commit message (
Expand
)
Author
2022-07-21
irc: fix display of TOPIC message with an empty trailing parameter
Sébastien Helleu
2022-07-21
irc: fix display of QUIT message with an empty trailing parameter (closes #1797)
Sébastien Helleu
2022-07-20
irc: use API function string_rebuild_split_string in irc_protocol_string_params
Sébastien Helleu
2022-07-20
api: add arguments "index_start" and "index_end" in function string_rebuild_s...
Sébastien Helleu
2022-07-20
api: rename function string_build_with_split_string to string_rebuild_split_s...
Sébastien Helleu
2022-07-16
irc: fix duplicated channels in autojoin option when autojoin_dynamic is enab...
Sébastien Helleu
2022-07-02
irc: remove unneeded translation marker (issue #1772)
Sébastien Helleu
2022-07-02
irc: start at parameter #2 in callback of messages 524/704/705/706 (issue #1772)
Sébastien Helleu
2022-07-02
irc: fix comments (issue #1772)
Sébastien Helleu
2022-07-02
irc: add ERR_HELPNOTFOUND (issue #1772)
Valentin Lorentz
2022-07-02
irc: strip topic name when formatting RPL_HELPSTART/RPL_HELPTXT/RPL_ENDOFHELP...
Valentin Lorentz
2022-06-25
irc: update URLs to IRCv3 specifications
Sébastien Helleu
2022-06-18
core: add trailing slashes in URLs
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: remove channel from autojoin option when manually closing a buffer
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: fix add of same channel with and without key in the array list
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-02-28
irc: fix display of message 901 (you are now logged out) (closes #1758)
Sébastien Helleu
2022-02-19
irc: replace calls to strndup by weechat_strndup
Sébastien Helleu
2022-02-10
irc: fix parsing of message 223 (m_filter) sent by InspIRCd server (closes #1...
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2022-01-15
irc: fix completion of channel topic with UTF-8 chars (issue #1739)
Sébastien Helleu
2022-01-06
irc: use default callback in case of missing parameters in messages 311/312/3...
Sébastien Helleu
2022-01-06
irc: add macro to run another protocol callback
Sébastien Helleu
2022-01-05
irc: fix parsing of message 338 (whois, host) sent by Rizon server (closes #1...
Sébastien Helleu
2022-01-04
irc: fix display of message 344 received as whois geo info (closes #1736)
Sébastien Helleu
2021-12-30
irc: add IRC message tags in messages displayed (closes #1680)
Sébastien Helleu
2021-12-23
irc: fix display of IRC numeric messages with no parameters
Sébastien Helleu
2021-11-20
irc: fix memory leak in case of realloc error
Sébastien Helleu
2021-11-13
tests: add tests on some IRC SASL functions
Sébastien Helleu
2021-11-07
irc: extend size of some internal buffers
Sébastien Helleu
2021-11-06
irc: do not display a message parsing error when a channel buffer can not be ...
Sébastien Helleu
2021-11-06
irc: fix join of channels with name longer than 127 chars (closes #1717)
Sébastien Helleu
2021-11-06
irc: fix memory leak in main IRC message callback
Sébastien Helleu
2021-11-06
irc: fix memory leak in callback of IRC message 353
Sébastien Helleu
2021-11-04
core: fix access to integer/long/time arrays in hdata, add support of static ...
Sébastien Helleu
2021-10-17
irc: do not display first parameter in numeric command when it is "*"
Sébastien Helleu
2021-10-17
irc: do not display "*" when received as nick in command 900
Sébastien Helleu
2021-10-17
irc: add URL to extended-join extension
Sébastien Helleu
2021-10-17
irc: fix URL to invite-notify extension
Sébastien Helleu
2021-10-17
irc: add more CAP command examples
Sébastien Helleu
[next]