Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ↵ | Sébastien Helleu | |
WeeChat) (closes #320) Capabilities can be excluded with the format: "*,!account-*,!extended-join". | |||
2021-06-15 | irc: add command /setname, add support of message and capability "setname" ↵ | Sébastien Helleu | |
(closes #1653) | |||
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 ↵ | Sébastien Helleu | |
(issue #1285) The 4 directories (which can be the same): - config: configuration files, certificates - data: log/upgrade files, local plugins, scripts, xfer files - cache: script repository, scripts downloaded (temporary location) - runtime: FIFO pipe, relay UNIX sockets | |||
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 | |
currently /help voice does not tell you that you need -yes if you are using *. i have changed it to match /help op, /help deop and /help devoice | |||
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 ↵ | Sébastien Helleu | |
(closes #1536) The extra variables are now replaced (in addition to `$server`, `$channel` and `$nick`): - `${irc_server.xxx}`: variable xxx in server - `${irc_channel.xxx}`: variable xxx in channel | |||
2020-06-04 | irc: fix add of ignore with flags in regex, display full ignore mask in list ↵ | Sébastien Helleu | |
of ignores (closes #1518) | |||
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 | |
"0" is a special channel name which causes a client to leave all the channels it is presently on. Note that when option irc.look.buffer_open_before_join is on, WeeChat may still open channel buffers with an invalid channel name like "1". The server should reply something like that, displayed on the server buffer: 1: No such channel | |||
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 | |
(closes #115) | |||
2019-10-06 | irc: use path from option xfer.file.upload_path to complete filename in ↵ | Sébastien Helleu | |
command "/dcc send" (closes #60) | |||
2019-10-04 | irc: fix typo in /help links | Sébastien Helleu | |
2019-10-01 | core: fix typos in comments | Sébastien Helleu | |
2019-09-22 | irc: remove option irc.network.channel_encode, add server option ↵ | Sébastien Helleu | |
"charset_message" (closes #832) This new option controls which part of the IRC message is decoded/encoded to the target charset, and the new default behavior is to decode/encode the whole IRC message (behavior in WeeChat >= 1.3 was to decode/encode only the text by default). | |||
2019-07-11 | irc: quote NICK command argument sent to the server only if there's a ":" in ↵ | Sébastien Helleu | |
the nick (closes #1376, issue #1319) | |||
2019-06-22 | irc: fix help of /connect command: the server is optional | Sébastien Helleu | |
2019-06-15 | api: add argument "strip_items" in function string_split | Sébastien Helleu | |
2019-03-19 | irc: display an error with /allchan -current or /allpv -current if the ↵ | Sébastien Helleu | |
current buffer is not an irc buffer (closes #1325) | |||
2019-03-10 | core: replace argument "keep_eol" by "flags" in function string_split ↵ | Sébastien Helleu | |
(closes #1322) | |||
2019-02-28 | irc: quote argument to NICK | Matthew Martin | |
2019-01-01 | core: update copyright dates | Sébastien Helleu | |
2018-11-29 | core: use https for links to GNU GPL license | Sébastien Helleu | |
2018-11-04 | core: replace ellipses by "etc." (in English) and "etc..." by "etc." in French | Sébastien Helleu | |
2018-05-21 | irc: update ircv3 URLs in comments | Sébastien Helleu | |
2018-05-21 | Merge remote-tracking branch 'origin/pr/640' | Sébastien Helleu | |
2018-05-20 | Merge remote-tracking branch 'origin/pr/639' | Sébastien Helleu | |
2018-05-20 | irc: do a case-sensitive comparison of CAP command | Sébastien Helleu | |
2018-05-20 | Merge remote-tracking branch 'origin/pr/623' into irc-3.2-cap | Sébastien Helleu | |
2018-05-19 | irc: display current nick on connected servers in output of /server ↵ | Sébastien Helleu | |
list|listfull (closes #1193) | |||
2018-04-06 | irc: replace "server" by "name" in /help server | Sébastien Helleu | |
2018-04-01 | irc: add missing parameter "-server" in /help list (issue #1165) | Sébastien Helleu | |
2018-04-01 | irc: add option "-server" in command /list (closes #1165) | Sébastien Helleu | |
2018-04-01 | irc: replace "server" by "target" in help of commands when the argument is ↵ | Sébastien Helleu | |
not an internal WeeChat server (issue #1165) | |||
2018-03-25 | irc: fix help on commands /unban and /unquiet | Sébastien Helleu | |
2018-03-25 | irc: rename functions to search modelist items | Sébastien Helleu | |