Age | Commit message (Expand) | Author |
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 |
2021-10-17 | irc: remove quotes around message in command /server fakerecv | Sébastien Helleu |
2021-08-12 | irc: add option "-parted" in command /allchan (closes #1685) | Sébastien Helleu |
2021-06-25 | irc: implement IRCv3.2 SASL authentication, add command /auth (closes #413) | Sébastien Helleu |
2021-06-24 | irc: add support of capability "message-tags" (closes #1654) | Sébastien Helleu |
2021-06-19 | irc: enable all capabilities by default (supported by both server and WeeChat... | Sébastien Helleu |
2021-06-15 | irc: add command /setname, add support of message and capability "setname" (c... | Sébastien Helleu |
2021-05-29 | core, irc, script: fix typos | Sébastien Helleu |
2021-05-29 | irc: add variable "${target}" (target nick) in commands /kick and /kickban | Sébastien Helleu |
2021-05-25 | core: replace freenode by libera in command examples | Sébastien Helleu |
2021-05-11 | core: split WeeChat home in 4 directories, use XDG directories by default (is... | Sébastien Helleu |
2021-04-10 | irc: remove unused variable ptr_address and dead code | Sébastien Helleu |
2021-01-30 | irc: fix name of option "default_chantypes" in list of server options | Sébastien Helleu |
2021-01-30 | irc: make default chantypes configurable | Matti Virkkunen |
2021-01-02 | core: update copyright dates | Sébastien Helleu |
2020-12-06 | irc: fix completion of commands /halfop and /dehalfop | Sébastien Helleu |
2020-12-06 | irc: add missing parameter "-yes" in /help dehalfop | Sébastien Helleu |
2020-12-06 | add -yes to output of /help voice | dotflac |
2020-07-20 | irc: allow to send text on buffers with commands /allchan, /allpv and /allserv | Sébastien Helleu |
2020-07-20 | irc: evaluate command executed by commands /allchan, /allpv and /allserv (clo... | Sébastien Helleu |
2020-06-04 | irc: fix add of ignore with flags in regex, display full ignore mask in list ... | Sébastien Helleu |
2020-03-09 | irc: add support of fake servers (no I/O, for testing purposes) | Sébastien Helleu |
2020-01-04 | core: update copyright dates | Sébastien Helleu |
2019-11-21 | irc: do not automatically open a channel with name "0" (closes #1429) | Sébastien Helleu |
2019-11-03 | irc: fix typo and examples in /help server | Sébastien Helleu |
2019-11-03 | irc: add filters on raw buffer (closes #1000) | Sébastien Helleu |
2019-10-09 | irc: add server option ssl_password for SSL certificate private key password ... | Simmo Saan |