Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-20 | doc: fix layout of HTML docs when they are printed | Sebastien 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-08 | irc: add server option "default_msg_kick" to customize default kick/kickban ↵ | Sebastien Helleu | |
message (task #12777) (patch from Nils Görs) | |||
2013-07-18 | irc: add support of wildcards in commands (de)op/halfop/voice (task #9221) | Sebastien Helleu | |
2013-06-07 | doc: update auto-generated files with irc commands | Sebastien Helleu | |
2013-05-29 | irc: fix multiple nicks in command /query (separated by commas): open one ↵ | Sebastien Helleu | |
buffer per nick | |||
2012-12-05 | doc: update IRC commands in user's guide | Sebastien Helleu | |
2012-11-02 | irc: add command /quiet, fix display of messages 728/729 (quiet list, end of ↵ | Nils Görs | |
quiet list) (task #12278) | |||
2012-10-20 | irc: send whois on self nick when /whois is done without argument on a ↵ | Nils Görs | |
channel (task #12273) | |||
2012-10-09 | irc: add option "-noswitch" for command /join (task #12275) | Sebastien Helleu | |
2012-04-09 | doc: update help of command /disconnect in user guide | Sebastien Helleu | |
2012-03-26 | irc: allow more than one nick in command /invite | Sebastien Helleu | |
2012-01-22 | core: 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-04 | irc: allow URL "irc://" in command /connect | Sebastien Helleu | |
2011-10-27 | irc: add missing modes in /help mode (synopsis of command) | Sebastien Helleu | |
2011-08-28 | irc: allow reason for command /disconnect | Sebastien Helleu | |
2011-08-03 | doc: add mouse support in user guide | Sebastien Helleu | |
2011-07-27 | irc: complete help of command /ban (explain what is does without argument) | Sebastien Helleu | |
2011-05-15 | irc: fix argument nick in /help ignore | Sebastien Helleu | |
2011-05-14 | irc: fix typo in /help links | Sebastien Helleu | |
2011-02-17 | Fix typo: #weecht -> #weechat | Sebastien Helleu | |
2011-02-09 | Update german translations | Sebastien Helleu | |
2011-02-08 | Fix typo: half channel operator -> channel half-operator | Sebastien Helleu | |
2011-02-08 | Fix typo: transfert -> transfer | Sebastien Helleu | |
2011-02-04 | Improve arguments displayed in /help of commands, display all commands with ↵ | Sebastien Helleu | |
same name (for same command name in many plugins) | |||
2010-12-27 | Add option "-server" to command /join (task #10837) | Sebastien Helleu | |
2010-12-09 | Add option "-switch" to commands /connect and /reconnect | Sebastien Helleu | |
2010-12-02 | Replace "receiver" by "target" in help of some IRC commands | Sebastien Helleu | |
2010-11-29 | Fix /help notice: receiver can be nick or channel | Sebastien Helleu | |
2010-11-06 | Add 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-09-17 | Beta version of IRC proxy feature in Relay plugin | Sebastien Helleu | |
Major changes in Relay plugin: - IRC proxy feature (beta), - raw buffer. Changes in IRC plugin: - add tags for messages sent to servers, - add signal "irc_input_send" to simulate text/command on an IRC buffer, - add prefix in infolist "irc_nick". | |||
2010-05-24 | Fix typo in /help wallchops | Sebastien Helleu | |
2010-05-23 | Add IRC command /wallchops, fix bug with display of notice for ops (task ↵ | Sebastien Helleu | |
#10021, bug #29932) | |||
2010-05-20 | Add examples in /help join | Sebastien Helleu | |
2010-04-05 | Add option "-open" for IRC command /connect | Sebastien Helleu | |
2010-03-29 | Fix IRC command /list: send channel and server name given as argument, and ↵ | Sebastien Helleu | |
use separate option "-re" to allow a regex | |||
2010-03-24 | Add 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-23 | Add examples in /help dcc, update german translations | Sebastien Helleu | |
2010-03-21 | Remove 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-21 | Add custom completion for aliases (task #9479) | Sebastien Helleu | |
2010-03-19 | Move /away command from irc plugin to core | Sebastien Helleu | |
2010-02-02 | Add IRC command /map | Sebastien Helleu | |
2010-02-02 | Add tip about addresses and another example in /help server | Sebastien Helleu | |
2010-01-08 | Update german translations | Sebastien Helleu | |
2010-01-08 | Add new IRC commands /allchan and /allserv with excluding option, commands ↵ | Sebastien Helleu | |
/ame and /amsg are now aliases, new aliases /aaway and /anick | |||
2009-12-02 | Add arguments for IRC command /rehash | Sebastien Helleu | |
2009-11-24 | Add all server options for IRC commands /server and /connect | Sebastien Helleu | |
2009-11-19 | Fix command /connect (options -ssl, -ipv6 and -port) (bug #27486) | Sebastien Helleu | |
2009-10-29 | Add partial irc-proxy feature to relay plugin | Sebastien Helleu | |
2009-10-10 | Add IRC commands /samode, /sanick, /sapart, /saquit | Sebastien Helleu | |
2009-10-10 | Add IRC command /sajoin (task #9770) | Sebastien Helleu | |