Sébastien Helleu
e9f367b7e7
irc: split info/infolist callbacks
2014-12-04 07:40:35 +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
173b4c9749
irc: remove unused variable
2014-11-23 10:47:55 +01:00
Sébastien Helleu
4f4045fb84
irc: rename server option "sasl_disconnect_on_fail" to "sasl_fail", change type to integer (enum)
...
New possible values are:
- "continue": ignore the SASL failed (continue connection to server
without authentication)
- "reconnect": disconnect and schedule a reconnection to server
- "disconnect": disconnect
2014-11-23 10:38:09 +01:00
Sébastien Helleu
570beab90a
irc: merge arrays with server options names and default values into a single array
2014-11-23 09:30:26 +01:00
Max Teufel
78234956b0
irc: add option irc.server.*.sasl_disconnect_on_fail (task #12204 )
2014-11-22 13:44:44 +01:00
Max Teufel
e460d48d48
irc: handle ERR_NICKLOCKED (902)
2014-11-22 09:35: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
6f5f6da0eb
irc: add infolist "irc_color_weechat"
2014-11-11 11:17:50 +01:00
Sébastien Helleu
9be4bc07b9
irc: add support for color codes 16-99 in IRC messages ( closes #228 ) (patch from Nei)
2014-11-11 11:16:56 +01:00
Sébastien Helleu
d9a49db454
irc: use option irc.look.nick_mode_empty to display nick prefix in bar item "input_prompt"
2014-11-04 21:00:25 +01:00
Sébastien Helleu
96325f913d
irc: disable SSLv3 by default in server option "ssl_priorities" ( closes #248 )
2014-11-04 20:55:01 +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
5af886d205
irc: add "extended-join" in help of server option "capabilities"
2014-11-01 15:13:41 +01:00
Sébastien Helleu
b5524cee53
irc: fix display of "(null)" as real name when it is missing in extended-join
2014-11-01 15:08:34 +01:00
Max Teufel
aa2934c3d9
irc: add support for CAP extended-join
2014-11-01 14:05:46 +01:00
Sébastien Helleu
ad389153e1
irc: fix display of channel exception list (348) with 6 arguments (date missing)
2014-11-01 11:54:51 +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
0d1bfb4dc5
Merge branch 'master+irc_protocol_nick_address' of git://github.com/maxteufel/weechat into maxteufel-master+irc_protocol_nick_address
2014-11-01 10:30:58 +01:00
Sébastien Helleu
013165209a
irc: remove IRC color codes from buffer title in channels ( closes #237 )
2014-10-31 07:48:46 +01:00
Sébastien Helleu
3accbd639f
irc: automatically add current channel in command /samode ( closes #241 )
2014-10-26 19:24:52 +01:00
nyuszika7h
9eb6b189da
irc: add tag "nick_xxx" in invite messages
2014-10-09 21:32:27 +02: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
5a5e05eae9
irc: display nick changes in server buffer ( closes #188 )
2014-09-06 08:48:43 +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
Max Teufel
e32801d9fc
irc: use irc_protocol_nick_address for ban/quiet/invex/exception lists
2014-08-29 21:12:51 +02:00
Sébastien Helleu
7b546bea2e
api: use microseconds instead of milliseconds in functions util_timeval_diff and util_timeval_add
2014-08-29 18:17:27 +02:00
Sébastien Helleu
fa4436b262
irc: remove a trailing comma in help of server capabilities option
2014-08-23 21:05:38 +02:00
Sébastien Helleu
83ffdb9ecd
irc: add "server-time" in help of server option "capabilities"
2014-08-17 09:58:19 +02:00
Sébastien Helleu
4de5627db2
irc: remove unneeded variable "seconds"
2014-08-16 11:50:01 +02:00
Sébastien Helleu
ab8ea0f3cb
irc: fix translation of CTCP PING reply ( closes #137 )
2014-08-16 11:37:43 +02:00
Sébastien Helleu
e226c2e147
irc: free nick immediately in case of malloc error
2014-08-10 15:50:18 +02:00
Sébastien Helleu
b78b5575c3
irc: fix memory leak in CTCP answer
2014-08-09 19:54:39 +02:00
Sébastien Helleu
35574d63ab
irc: fix duplicate sender name in display of wallops ( closes #142 , closes #145 )
2014-08-02 11:35:43 +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
494d046594
core: remove "www" in weechat.org URLs
2014-07-01 21:27:29 +02:00
Sébastien Helleu
56f5a01b99
irc: fix typo in a message
2014-06-19 07:49:54 +02:00
Sébastien Helleu
dfb6516a11
irc: add value "+" for option irc.look.smart_filter_mode to use modes from server prefixes ( closes #90 )
...
The new default value of option irc.look.smart_filter_mode is now "+".
2014-06-14 09:53:07 +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
d6d57635bd
irc: fix comment
2014-06-03 07:32:24 +02:00
Sébastien Helleu
fe872f26d4
irc: fix extract of channel in parser for JOIN/PART messages when there is a colon before the channel name ( closes #83 )
...
The problem was only affecting scripts or triggers using the parser.
The irc plugin does not use the "channel" variable built by the parser
(when parsing JOIN/PART messages).
2014-05-28 20:11:12 +02:00
Sébastien Helleu
34098cee27
irc: add command /remove ( closes #91 )
2014-05-26 07:57:38 +02:00
Sébastien Helleu
7aaf3be15b
api: add argument "flags" in function hdata_new_list
2014-05-24 18:03:14 +02:00
Sébastien Helleu
00179e6244
irc: fix refresh of bar item "irc_channel" after join/part/kick/kill (issue #86 )
2014-05-23 22:49:03 +02:00
Sébastien Helleu
14850dfa9c
irc: fix duplicate sender name in display of notice ( closes #87 )
2014-05-21 21:49:20 +02:00
Sébastien Helleu
c8103f14d2
irc: fix refresh of buffer name in bar items after join/part/kick/kill ( closes #86 )
2014-05-21 20:46:22 +02:00
Sébastien Helleu
8e1d5e567e
irc: display message 936 (censored word) on channel instead of server buffer
2014-05-20 21:23:02 +02:00
Sébastien Helleu
b1430131a7
core: add bar item "buffer_short_name" (task #10882 )
2014-05-16 20:55:56 +02:00
Sébastien Helleu
540abf0874
irc: add bar item "irc_nick_modes" ( closes #71 )
2014-05-15 23:19:58 +02:00