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
Sébastien Helleu
4dd5125054
Merge branch 'feature/sasl_disconnect_on_fail' of git://github.com/maxteufel/weechat into maxteufel-feature/sasl_disconnect_on_fail
2014-11-23 08:54:59 +01:00
Sébastien Helleu
ae013b7881
core: fix regex replace in eval_expression when regex or regex_replace is empty
2014-11-23 08:31:29 +01:00
Sébastien Helleu
3fac3b1bf9
api: fix truncated process output in hook_process() ( closes #266 )
2014-11-22 19:33:48 +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
debfb57d0f
relay: send messages "_buffer_localvar_*" and "_buffer_type_changed" with sync "buffers" ( closes #191 )
2014-11-16 10:53:55 +01:00
Sébastien Helleu
12c997573b
core: fix display bug when scrolling in buffer on a filtered line ( closes #240 )
2014-11-16 08:52:33 +01:00
Sébastien Helleu
786999b4a3
script: add option script.scripts.url_force_https ( closes #253 )
2014-11-15 18:28:34 +01:00
Sébastien Helleu
91140b2ebc
core: add constant for libcurl >= 7.38.0
2014-11-15 15:58:57 +01:00
Sébastien Helleu
cf9e8d140a
core: regroup libcurl constants/options by version
2014-11-15 15:49:21 +01:00
Sébastien Helleu
c58a195590
core: add debug message in hook_process when core debug >= 1
2014-11-15 10:53:57 +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
2d48964463
xfer: fix code style
2014-11-09 17:35:23 +01:00
Sébastien Helleu
037bf70817
Merge branch 'xfer_chat' of git://github.com/talisein/weechat-1 into talisein-xfer_chat
2014-11-09 17:10:30 +01:00
Sébastien Helleu
33a6469359
xfer: fix comments
2014-11-09 16:31:09 +01:00
Sébastien Helleu
aa7c936cfc
xfer: return 0/1 instead of WEECHAT_RC_OK/ERROR in function xfer_resolve_addr
2014-11-09 16:21:24 +01:00
Sébastien Helleu
52c09f0f7a
Merge branch 'xfer_wildcard' of git://github.com/talisein/weechat-1 into talisein-xfer_wildcard
2014-11-09 16:02:43 +01:00
Sébastien Helleu
af0397fb87
core: add option weechat.completion.command_inline (task #12491 )
2014-11-09 12:29:41 +01:00
Sébastien Helleu
2b84b771fb
python: remove comment added by mistake
2014-11-07 07:31:58 +01:00
Nils Görs
7aee7d863c
core: update German translations
2014-11-06 21:44:57 +01:00
Sébastien Helleu
5882fe6abd
core: update translations
2014-11-06 20:23:56 +01:00
Nils Görs
ee7c280d7e
core: add bar item "mouse_status", new options weechat.look.item_mouse_status and weechat.color.status_mouse
2014-11-06 08:06:00 +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
cdca3094ec
relay: disable SSLv3 by default
...
The new default value for option relay.network.ssl_priorities is now
"NORMAL:-VERS-SSL3.0".
2014-11-04 20:53:04 +01:00
Sébastien Helleu
e85ae88b25
relay: don't remove relay from config when the binding fails ( closes #225 ), add options "stop" and "restart" in command /relay
2014-11-02 11:16:39 +01:00
Sébastien Helleu
a2c7420262
core: send mouse code only one time after delay with command /mouse enable|disable|toggle <delay>
2014-11-01 23:00:30 +01:00
Sébastien Helleu
a834c438c6
core: add signals "mouse_enabled" and "mouse_disabled" ( closes #244 )
2014-11-01 22:40:29 +01:00
Sébastien Helleu
1a3051188c
core: send mouse code only one time to terminal with command /mouse enable|disable|toggle
2014-11-01 22:32:57 +01:00
Sébastien Helleu
e0810ae6d5
trigger: fix trigger example "effects" in /help trigger (update regex to new format)
2014-11-01 20:34:52 +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
24c4c04741
core: fix buffer property "lines_hidden" when merging buffers or when a line is removed from a buffer ( closes #226 )
2014-11-01 10:23:33 +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
Sébastien Helleu
134a5f53d4
relay: add option relay.network.ssl_priorities ( closes #234 )
2014-10-26 18:03:47 +01:00
Sébastien Helleu
a092e72731
core: add note about option weechat.look.color_nick_offline in help of color options for offline nick
2014-10-26 13:13:17 +01:00
Sébastien Helleu
125adea650
trigger: fix memory leak when allocating a new trigger with several regex
2014-10-26 12:32:29 +01:00
Sébastien Helleu
3f5a810254
trigger: evaluate and replace regex groups at same time, new format for regex option in triggers (incompatible with version 1.0) ( closes #224 )
2014-10-26 12:30:13 +01:00