Sebastien Helleu
fb86f21a5f
irc: add support of wildcards in commands (de)op/halfop/voice (task #9221 )
2013-07-18 19:58:29 +02:00
Sebastien Helleu
8884eb6fe4
doc: update auto-generated files with irc commands
2013-06-07 20:50:06 +02:00
Sebastien Helleu
c103c8d356
irc: fix multiple nicks in command /query (separated by commas): open one buffer per nick
2013-05-29 18:28:29 +02:00
Sebastien Helleu
d544a47e2c
doc: update IRC commands in user's guide
2012-12-05 19:38:37 +01:00
Nils Görs
8e5d313885
irc: add command /quiet, fix display of messages 728/729 (quiet list, end of quiet list) (task #12278 )
2012-11-02 18:15:24 +01:00
Nils Görs
7ee9e58d1b
irc: send whois on self nick when /whois is done without argument on a channel (task #12273 )
2012-10-20 17:19:55 +02:00
Sebastien Helleu
5cfeb2f2bc
irc: add option "-noswitch" for command /join (task #12275 )
2012-10-09 21:33:09 +02:00
Sebastien Helleu
093abf96f3
doc: update help of command /disconnect in user guide
2012-04-09 12:06:34 +02:00
Sebastien Helleu
0a08581f1b
irc: allow more than one nick in command /invite
2012-03-26 13:45:41 +02:00
Sebastien Helleu
5f6df8021b
core: add support of flags in regular expressions and highlight options, add 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
2012-01-22 13:48:42 +01:00
Sebastien Helleu
8503857d28
irc: allow URL "irc://" in command /connect
2011-11-04 12:47:01 +01:00
Sebastien Helleu
03dc86f58d
irc: add missing modes in /help mode (synopsis of command)
2011-10-27 12:22:27 +02:00
Sebastien Helleu
a260039d01
irc: allow reason for command /disconnect
2011-08-28 16:24:15 +02:00
Sebastien Helleu
2460699343
doc: add mouse support in user guide
2011-08-03 20:10:11 +02:00
Sebastien Helleu
ec12579f47
irc: complete help of command /ban (explain what is does without argument)
2011-07-27 09:34:03 +02:00
Sebastien Helleu
c37b65bba4
irc: fix argument nick in /help ignore
2011-05-15 11:19:03 +02:00
Sebastien Helleu
3083d6ede3
irc: fix typo in /help links
2011-05-14 19:49:22 +02:00
Sebastien Helleu
6c90707485
Fix typo: #weecht -> #weechat
2011-02-17 15:07:14 +01:00
Sebastien Helleu
c232f855b9
Update german translations
2011-02-09 11:50:21 +01:00
Sebastien Helleu
2b6bdebcd3
Fix typo: half channel operator -> channel half-operator
2011-02-08 12:19:10 +01:00
Sebastien Helleu
8f2a2b9d1f
Fix typo: transfert -> transfer
2011-02-08 12:14:27 +01:00
Sebastien Helleu
7d433b798f
Improve arguments displayed in /help of commands, display all commands with same name (for same command name in many plugins)
2011-02-04 22:12:19 +01:00
Sebastien Helleu
7445c12667
Add option "-server" to command /join (task #10837 )
2010-12-27 11:12:14 +01:00
Sebastien Helleu
b4d58dd9da
Add option "-switch" to commands /connect and /reconnect
2010-12-09 23:05:15 +01:00
Sebastien Helleu
443b6962b4
Replace "receiver" by "target" in help of some IRC commands
2010-12-02 10:08:23 +01:00
Sebastien Helleu
13de7e327c
Fix /help notice: receiver can be nick or channel
2010-11-29 10:22:20 +01:00
Sebastien Helleu
e001c05710
Add IRC command /notify, new options for notify and infolist "irc_notify" (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-11-06 11:38:48 +01:00
Sebastien Helleu
d2d60d4711
Beta version of IRC proxy feature in Relay plugin
...
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-09-17 14:47:36 +02:00
Sebastien Helleu
5f37c28018
Fix typo in /help wallchops
2010-05-24 10:02:29 +02:00
Sebastien Helleu
7bb9892e86
Add IRC command /wallchops, fix bug with display of notice for ops (task #10021 , bug #29932 )
2010-05-23 10:01:38 +02:00
Sebastien Helleu
732f58d776
Add examples in /help join
2010-05-20 12:23:50 +02:00
Sebastien Helleu
9017a23013
Add option "-open" for IRC command /connect
2010-04-05 13:03:11 +02:00
Sebastien Helleu
35944a4219
Fix IRC command /list: send channel and server name given as argument, and use separate option "-re" to allow a regex
2010-03-29 18:37:08 +02:00
Sebastien Helleu
96e6ae3fc3
Add new options for command /key (listdefault, listdiff and reset), add examples in /help key
...
Note: old option "reset" for /key has been renamed to "resetall".
2010-03-24 19:54:31 +01:00
Sebastien Helleu
8cfabb4696
Add examples in /help dcc, update german translations
2010-03-23 16:26:36 +01:00
Sebastien Helleu
1c5ef4d1e3
Remove IRC commands /forcejoin and /omode (now possible with alias and 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 18:41:35 +01:00
Sebastien Helleu
b40ea94a49
Add custom completion for aliases (task #9479 )
2010-03-21 18:30:51 +01:00
Sebastien Helleu
bc3fa9fd4c
Move /away command from irc plugin to core
2010-03-19 19:28:19 +01:00
Sebastien Helleu
69b53c8f3d
Add IRC command /map
2010-02-02 15:39:04 +01:00
Sebastien Helleu
fbc1c2a9b1
Add tip about addresses and another example in /help server
2010-02-02 15:25:03 +01:00
Sebastien Helleu
ad54188213
Update german translations
2010-01-08 22:43:01 +01:00
Sebastien Helleu
4da0cff321
Add new IRC commands /allchan and /allserv with excluding option, commands /ame and /amsg are now aliases, new aliases /aaway and /anick
2010-01-08 16:20:16 +01:00
Sebastien Helleu
bb9a31e753
Add arguments for IRC command /rehash
2009-12-02 12:11:20 +01:00
Sebastien Helleu
ac4ab3e318
Add all server options for IRC commands /server and /connect
2009-11-24 16:07:18 +01:00
Sebastien Helleu
ebeb335560
Fix command /connect (options -ssl, -ipv6 and -port) (bug #27486 )
2009-11-19 15:37:32 +01:00
Sebastien Helleu
999de8bfc1
Add partial irc-proxy feature to relay plugin
2009-10-29 17:23:25 +01:00
Sebastien Helleu
b138ffb7ae
Add IRC commands /samode, /sanick, /sapart, /saquit
2009-10-10 12:47:55 +02:00
Sebastien Helleu
62946024d8
Add IRC command /sajoin (task #9770 )
2009-10-10 12:04:20 +02:00
Sebastien Helleu
7e94691333
Allow no argument for command /join when /part was issued on current channel
2009-07-27 13:57:43 +02:00
Sebastien Helleu
417380a89e
Remove "/server switch" from doc and completion template
2009-06-17 11:18:21 +02:00