Sébastien Helleu
|
3330724574
|
core: update copyright dates
|
2016-01-01 11:09:53 +01:00 |
|
Sébastien Helleu
|
08d22a948f
|
irc: fix typo
|
2015-12-24 22:20:12 +01:00 |
|
Sébastien Helleu
|
ed32302011
|
irc: move option irc.network.alternate_nick into servers (closes #633)
|
2015-12-24 20:36:05 +01:00 |
|
Sébastien Helleu
|
995eb1f004
|
irc: add "cap-notify" in list of supported capabilities (/help cap)
|
2015-10-18 19:19:03 +02:00 |
|
Sébastien Helleu
|
c8ac75601f
|
irc: fix typos in /help ban and /help quiet
|
2015-08-24 10:07:44 +02:00 |
|
Sébastien Helleu
|
350938181b
|
irc: add command /cap (closes #8)
|
2015-08-24 10:02:38 +02:00 |
|
Sébastien Helleu
|
cc774d099b
|
irc: do not allow command /query with a channel name (closes #459)
|
2015-07-09 20:35:27 +02:00 |
|
Sébastien Helleu
|
7c1b7df2cf
|
irc: fix crash with commands /allchan, /allpv and /allserv if the executed command closes buffers (closes #445)
|
2015-06-16 20:28:50 +02:00 |
|
Sébastien Helleu
|
7c6c450662
|
core: replace "create" by "add" in messages and docs for IRC servers and proxies
|
2015-06-04 22:00:10 +02:00 |
|
Sébastien Helleu
|
4695b26a57
|
irc: fix crash when setting an invalid regex with "/list -re" during a /list server response (closes #412)
|
2015-04-25 08:54:48 +02:00 |
|
Sébastien Helleu
|
dea8b0bb09
|
irc: add option "-noswitch" in command /query (closes #394)
|
2015-04-14 07:47:50 +02:00 |
|
Sébastien Helleu
|
9a0d6899f9
|
irc: fix example using two servers in /help server (closes #371)
|
2015-03-23 22:41:19 +01:00 |
|
Sébastien Helleu
|
8bcf31950e
|
irc: fix freenode server names used in /help server (closes #365)
|
2015-03-22 08:02:54 +01:00 |
|
Sébastien Helleu
|
0d9398d038
|
irc: fix completion of commands /allchan and /allpv
|
2015-01-28 07:45:01 +01:00 |
|
Sébastien Helleu
|
ac8ccba8c8
|
irc: remove server "freenode" from default config file (closes #309)
|
2015-01-24 13:55:29 +01:00 |
|
Sébastien Helleu
|
1a68242f95
|
irc: don't close channel buffer on second /part when option irc.look.part_closes_buffer is off (closes #313)
|
2015-01-24 09:37:47 +01:00 |
|
Sébastien Helleu
|
e2be01833f
|
irc: add support of "ecdsa-nist256p-challenge" SASL mechanism (closes #251)
|
2015-01-19 23:52:33 +01:00 |
|
Sébastien Helleu
|
860ca4be20
|
irc: fix /join on a channel buffer opened with autojoin but which failed to join
|
2015-01-19 20:22:58 +01:00 |
|
Sébastien Helleu
|
a020c28ea6
|
core: update copyright dates
|
2015-01-01 09:23:23 +01:00 |
|
Sébastien Helleu
|
adb4d0debd
|
irc: add option "reorder" in command /server (closes #229)
|
2014-12-21 11:12:32 +01:00 |
|
Mikaela Suomalainen
|
afce3a6427
|
core: replace irc.freenode.net by chat.freenode.net
Freenode wants people to use chat.freenode.net instead of
irc.freenode.net which is alias to chat.freenode.net.
|
2014-12-21 09:20:26 +01:00 |
|
Sébastien Helleu
|
624083f41a
|
irc: open channel buffers before the JOIN is received from server (autojoin and manual joins) (closes #216)
New options:
- irc.look.buffer_open_before_autojoin
- irc.look.buffer_open_before_join
|
2014-12-14 20:23:45 +01:00 |
|
Sébastien Helleu
|
afef4b0d8a
|
irc: add missing server options "sasl_timeout", "sasl_fail" and "notify" in output of /server listfull
|
2014-11-23 15:09:59 +01:00 |
|
Sébastien Helleu
|
1ef3237b6b
|
api: return value in function command(), remove WeeChat error after command callback if return code is WEECHAT_RC_ERROR
|
2014-11-22 08:14:29 +01:00 |
|
Sébastien Helleu
|
de067ff6a0
|
irc: reformat some code to make it more readable
|
2014-11-01 17:59:02 +01:00 |
|
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 |
|