summaryrefslogtreecommitdiff
path: root/doc/fr/autogen/user/irc_commands.txt
AgeCommit message (Collapse)Author
2014-05-25doc: use .asciidoc extension instead of .txt for doc filesSébastien Helleu
2014-05-12irc: make reason optional in command /killSébastien Helleu
2014-04-20core: add non-breaking spaces in French translationsSébastien Helleu
2014-04-12api: allow wildcard "*" inside the mask in function string_matchSébastien Helleu
2014-03-22irc: fix arguments in /help unquiet: at least one nick/host is requiredSebastien Helleu
2014-03-22irc: update description of some commandsSebastien Helleu
2014-03-22irc: add command /unquiet (closes #36)Sebastien Helleu
2014-03-19irc: add command /allpv (task #13111)Sebastien Helleu
2014-02-20irc: add note about option irc.network.whois_double_nick in /help whoisSebastien Helleu
2014-01-09core: add "POSIX extended" in description of options/commands/functions ↵Sebastien Helleu
using regular expressions
2013-12-11irc: add note about command /disconnect in /help connectSebastien Helleu
2013-12-07core: fix typos in french translation of /help banSebastien Helleu
2013-11-04doc: use one line titles and less chars for delimited blocks/tables in ↵Sebastien Helleu
asciidoc files
2013-10-20doc: fix layout of HTML docs when they are printedSebastien Helleu
Some long lines in docs were causing a zoom, and then the text font was smaller than it should be. Some styles have been fixed to remove the zoom and keep the original ratio.
2013-10-08irc: add server option "default_msg_kick" to customize default kick/kickban ↵Sebastien Helleu
message (task #12777) (patch from Nils Görs)
2013-07-18irc: add support of wildcards in commands (de)op/halfop/voice (task #9221)Sebastien Helleu
2013-06-29doc: update auto-generated file with irc commands (in french)Sebastien Helleu
2013-06-07doc: update auto-generated files with irc commandsSebastien Helleu
2013-05-29irc: fix multiple nicks in command /query (separated by commas): open one ↵Sebastien Helleu
buffer per nick
2013-03-17core: fix typos in french translationsSebastien Helleu
Now flyspell is enabled in my emacs for .po files :)
2012-12-05doc: update IRC commands in user's guideSebastien Helleu
2012-11-02irc: add command /quiet, fix display of messages 728/729 (quiet list, end of ↵Nils Görs
quiet list) (task #12278)
2012-10-20irc: send whois on self nick when /whois is done without argument on a ↵Nils Görs
channel (task #12273)
2012-10-09irc: add option "-noswitch" for command /join (task #12275)Sebastien Helleu
2012-04-09doc: update help of command /disconnect in user guideSebastien Helleu
2012-03-26irc: allow more than one nick in command /inviteSebastien Helleu
2012-01-22core: add support of flags in regular expressions and highlight options, add ↵Sebastien Helleu
irc options to customize/disable default nick highlight (task #11128) New functions in C plugin API: - string_regex_flags - string_regcomp New irc options: - irc.look.highlight_server - irc.look.highlight_channel - irc.look.highlight_pv Regex flags are supported in following options/commands: - option weechat.look.highlight - option weechat.look.highlight_regex - options irc.look.highlight_{server|channel|pv} - option relay.network.allowed_ips - core command /filter - irc command /list - irc command /ignore - rmodifier command /rmodifier
2011-11-04irc: allow URL "irc://" in command /connectSebastien Helleu
2011-10-27irc: add missing modes in /help mode (synopsis of command)Sebastien Helleu
2011-08-28irc: allow reason for command /disconnectSebastien Helleu
2011-08-03doc: add mouse support in user guideSebastien Helleu
2011-07-27irc: complete help of command /ban (explain what is does without argument)Sebastien Helleu
2011-05-15irc: fix argument nick in /help ignoreSebastien Helleu
2011-02-09Update german translationsSebastien Helleu
2011-02-08Fix typo: half channel operator -> channel half-operatorSebastien Helleu
2011-02-04Improve arguments displayed in /help of commands, display all commands with ↵Sebastien Helleu
same name (for same command name in many plugins)
2010-12-27Add option "-server" to command /join (task #10837)Sebastien Helleu
2010-12-09Add option "-switch" to commands /connect and /reconnectSebastien Helleu
2010-12-02Replace "receiver" by "target" in help of some IRC commandsSebastien Helleu
2010-11-29Fix /help notice: receiver can be nick or channelSebastien Helleu
2010-11-06Add IRC command /notify, new options for notify and infolist "irc_notify" ↵Sebastien Helleu
(task #5441) This commit provides: - new IRC command /notify - new options: irc.look.notify_tags_ison, irc.look.notify_tags_whois, irc.network.notify_check_ison, irc.network.notify_check_whois - new option "notify" in servers (but should not be changed, only /notify command should be used) - infolist "irc_notify" to get notify list (by server or for all servers).
2010-05-23Add IRC command /wallchops, fix bug with display of notice for ops (task ↵Sebastien Helleu
#10021, bug #29932)
2010-05-20Add examples in /help joinSebastien Helleu
2010-04-05Add option "-open" for IRC command /connectSebastien Helleu
2010-03-29Fix IRC command /list: send channel and server name given as argument, and ↵Sebastien Helleu
use separate option "-re" to allow a regex
2010-03-24Add new options for command /key (listdefault, listdiff and reset), add ↵Sebastien Helleu
examples in /help key Note: old option "reset" for /key has been renamed to "resetall".
2010-03-23Add examples in /help dcc, update german translationsSebastien Helleu
2010-03-22Add list of tags in /help filterSebastien Helleu
2010-03-21Remove IRC commands /forcejoin and /omode (now possible with alias and ↵Sebastien Helleu
custom completion) It is now possible to add such commands with aliases: /alias -completion %%sajoin forcejoin /quote forcejoin /alias -completion %%samode omode /quote omode
2010-03-21Add custom completion for aliases (task #9479)Sebastien Helleu