Sébastien Helleu
|
b1caceb6e5
|
irc: add argument "server_message" in function irc_nick_color_for_msg
|
2014-11-01 11:40:21 +01:00 |
|
Sébastien Helleu
|
3accbd639f
|
irc: automatically add current channel in command /samode (closes #241)
|
2014-10-26 19:24:52 +01:00 |
|
Sébastien Helleu
|
a06be57eb7
|
irc: fix completion of commands /msg, /notice and /query
|
2014-10-09 21:20:43 +02:00 |
|
Sébastien Helleu
|
f91f57f12c
|
irc: fix type of value stored in hashtable when joining a channel (closes #211)
|
2014-09-22 07:43:34 +02:00 |
|
Sébastien Helleu
|
761ac5d0e9
|
irc: disable creation of temporary servers by default with command /connect, new option irc.look.temporary_servers
|
2014-09-04 07:39:05 +02:00 |
|
Sébastien Helleu
|
2c3484d089
|
irc: display locally away status changes in private buffers (in addition to channels) (closes #117)
|
2014-07-12 17:32:54 +02:00 |
|
Sébastien Helleu
|
f68c9c6df6
|
irc: fix help of commands kick/kickban/remove (closes #102)
|
2014-06-08 09:39:27 +02:00 |
|
Sébastien Helleu
|
34098cee27
|
irc: add command /remove (closes #91)
|
2014-05-26 07:57:38 +02:00 |
|
Sébastien Helleu
|
57781e6b0d
|
irc: make reason optional in command /kill
|
2014-05-12 23:10:30 +02:00 |
|
Sébastien Helleu
|
37ad9e3684
|
irc: add option irc.look.join_auto_add_chantype (closes #65)
|
2014-05-06 21:25:31 +02:00 |
|
Sébastien Helleu
|
34723d2acc
|
api: allow wildcard "*" inside the mask in function string_match
|
2014-04-12 23:07:06 +02:00 |
|
Sébastien Helleu
|
c1cce9f1c3
|
irc: add tag with host ("host_xxx") in IRC messages displayed
|
2014-04-12 13:22:27 +02:00 |
|
Sebastien Helleu
|
aad5765e35
|
irc: replace "user" by "nick" in description of commands
|
2014-03-22 10:05:45 +01:00 |
|
Sebastien Helleu
|
73576b49d0
|
irc: fix arguments in /help unquiet: at least one nick/host is required
|
2014-03-22 10:01:25 +01:00 |
|
Sebastien Helleu
|
262340ba19
|
irc: update description of some commands
|
2014-03-22 09:55:13 +01:00 |
|
Sebastien Helleu
|
c9116e4982
|
irc: add command /unquiet (closes #36)
|
2014-03-22 09:30:04 +01:00 |
|
Sebastien Helleu
|
b09fbea954
|
irc: fix typo in /help allpv
|
2014-03-19 19:24:35 +01:00 |
|
Sebastien Helleu
|
63b474013e
|
irc: add command /allpv (task #13111)
|
2014-03-19 19:13:41 +01:00 |
|
Sebastien Helleu
|
63c2915e3c
|
irc: fix typo in /help kickban
|
2014-03-17 17:23:55 +01:00 |
|
Sebastien Helleu
|
86e12946a5
|
irc: add "#" before any channel in /join, even /join 0 (closes #20)
|
2014-03-12 22:00:05 +01:00 |
|
Sebastien Helleu
|
6ea8c2d83c
|
irc: fix some malloc sizes
|
2014-02-28 11:39:24 +01:00 |
|
Sebastien Helleu
|
86f5145e1a
|
irc: fix read of MODES server value when in commands /op, /deop, /voice, /devoice, /halfop, /dehalfop
|
2014-02-22 14:30:30 +01:00 |
|
Sebastien Helleu
|
f535aad9fc
|
irc: use same return code and message in all commands when arguments are wrong/missing
|
2014-02-21 13:10:05 +01:00 |
|
Sebastien Helleu
|
f78f42d833
|
irc: add note about option irc.network.whois_double_nick in /help whois
|
2014-02-20 11:44:30 +01:00 |
|
Sebastien Helleu
|
f821a94cc4
|
irc: use a more explicit error when the creation of a temporary server failed
|
2014-02-13 10:06:25 +01:00 |
|
Sebastien Helleu
|
437767c0ca
|
api: add integer return code for functions hook_{signal|hsignal}_send
|
2014-02-10 17:42:53 +01:00 |
|
Sebastien Helleu
|
3acdcee0d9
|
irc: use MONITOR instead of ISON for /notify when it is available on server (task #11477) (patch from Nils Görs)
|
2014-01-23 11:31:57 +01:00 |
|
Maarten de Vries
|
357740f455
|
irc: add server option "ssl_fingerprint" (task #12724)
|
2014-01-21 10:35:38 +01:00 |
|
Sebastien Helleu
|
8fc7515322
|
core: reformat hook_command arguments
|
2014-01-18 20:33:19 +01:00 |
|
Sebastien Helleu
|
73eb2564f3
|
core: add "POSIX extended" in description of options/commands/functions using regular expressions
|
2014-01-09 17:21:19 +01:00 |
|
Andrew Potter
|
144dc60d0a
|
xfer: add support of IPv6 for DCC chat/file (patch #7992)
|
2014-01-09 12:48:54 +01:00 |
|
Andrew Potter
|
d216786846
|
xfer: use same infolist for hook and signals (patch #7974)
|
2014-01-06 16:00:21 +01:00 |
|
Sebastien Helleu
|
5668e2ab12
|
irc: use statusmsg from message 005 to check prefix char in status notices/messages
|
2014-01-02 10:47:18 +01:00 |
|
Sebastien Helleu
|
892aa79fb5
|
core: update copyright dates
|
2014-01-01 00:14:12 +01:00 |
|
Sebastien Helleu
|
1e14a6d089
|
irc: display mask of ignore deleted with /ignore del
|
2013-12-11 21:20:56 +01:00 |
|
Sebastien Helleu
|
dd8650a282
|
irc: add note about command /disconnect in /help connect
|
2013-12-11 13:19:14 +01:00 |
|
Sebastien Helleu
|
1aeeecb82d
|
irc: add option irc.look.ban_mask_default (bug #26571)
|
2013-12-07 22:02:05 +01:00 |
|
Sebastien Helleu
|
983791de84
|
irc: use option irc.network.colors_send (instead of receive) when displaying messages sent by commands /away, /me, /msg, /notice, /query
|
2013-11-30 19:50:56 +01:00 |
|
Sebastien Helleu
|
f111abdfc1
|
irc: fix auto-switch to channel buffer when doing /join channel (without "#")
|
2013-10-27 15:08:30 +01:00 |
|
Sebastien Helleu
|
d82f8c8165
|
irc: add server option "default_msg_kick" to customize default kick/kickban message (task #12777) (patch from Nils Görs)
|
2013-10-08 19:57:04 +02:00 |
|
Sebastien Helleu
|
5a4f96b679
|
irc: use lower case at beginning of message when deleting a server
|
2013-07-19 18:14:37 +02:00 |
|
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
|
7ab034b52b
|
irc: fix error message on /invite without arguments (bug #39272)
|
2013-07-02 21:29:44 +02:00 |
|
Sebastien Helleu
|
cb8435441b
|
irc: add support of special variables $nick/$channel/$server in commands /allchan and /allserv
|
2013-06-05 10:13:23 +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
|
67f6668d1b
|
irc: fix crash on command "/allchan /close"
|
2013-04-10 23:09:00 +02:00 |
|
Sebastien Helleu
|
55e58811b3
|
irc: fix default completion (like nicks) in commands /msg, /notice, /query and /topic
|
2013-03-22 09:40:44 +01:00 |
|
Sebastien Helleu
|
149c77decd
|
core: fix typos in many comments and some strings
|
2013-03-17 12:55:20 +01:00 |
|
Sebastien Helleu
|
0e641e0c45
|
irc: fix conversion of mask to regex in ignore
|
2013-02-26 21:15:14 +01:00 |
|
Sebastien Helleu
|
9beb263e4a
|
irc: hide passwords in commands or messages sent to nickserv with modifiers (bug #38346)
New modifiers: "irc_command_auth" and "irc_message_auth".
Option removed: irc.look.hide_nickserv_pwd
New option: irc.look.nicks_hide_password
|
2013-02-23 14:54:07 +01:00 |
|