Sebastien Helleu
aaf991a7b9
irc: load plugin even if options can not be read in irc.conf (with warnings)
2013-11-09 10:24:08 +01:00
Sebastien Helleu
91f76dc771
charset: remove unneeded warning, do not load plugin when options can not be initialized
2013-11-09 10:23:30 +01:00
Sebastien Helleu
a349af5356
aspell: load plugin even if options can not be read in aspell.conf (with warnings)
2013-11-09 10:22:43 +01:00
Sebastien Helleu
786ad41309
alias: remove unneeded warning, do not load plugin when options can not be initialized
2013-11-09 10:21:46 +01:00
Sebastien Helleu
8c7b9a1c5e
core: improve error message when a .conf file can not be read, add a second warning about default values used
2013-11-09 10:15:32 +01:00
Sebastien Helleu
1417b7a823
core: remove unneeded warning when read of sec.conf fails (another warning is already displayed)
2013-11-09 10:13:09 +01:00
Sebastien Helleu
46c26922aa
core: do not exit if read of sec.conf/weechat.conf fails
2013-11-09 09:59:37 +01:00
Sebastien Helleu
a5785a1ddc
core: remove unneeded warning when read of weechat.conf fails (another warning is already displayed)
2013-11-09 09:57:01 +01:00
Sebastien Helleu
cce23613a7
core: display lines waiting for buffer on exit (in case of early exit)
2013-11-09 08:55:57 +01:00
Sebastien Helleu
05e1e31072
core: create .conf file with default options only if the file does not exist (and not on read error with existing file)
2013-11-09 08:44:48 +01:00
Sebastien Helleu
e2605cf77b
core: fix highlight on action messages: skip the nick at beginning to prevent highlight on it (bug #40516 )
2013-11-08 18:22:36 +01:00
Sebastien Helleu
5ce1a3e867
irc: fix groups in channel nicklist when reconnecting to a server that supports more nick prefixes than the previously connected server
2013-11-07 20:52:47 +01:00
Sebastien Helleu
b6e4f918f5
core: add default keys alt+home/end and alt+F11/F12 for xterm
2013-11-05 21:46:25 +01:00
Sebastien Helleu
f5a65c9b2b
api: fix read of arrays in hdata functions hdata_<type> (bug #40354 )
2013-11-03 12:04:02 +01:00
Sebastien Helleu
dd32052fec
core: add support of italic text (requires ncurses >= 5.9 patch 20130831)
2013-11-02 10:58:38 +01:00
Sebastien Helleu
cf81a6dfcd
core: use ncurses include path when compiling with cmake
2013-11-02 09:43:20 +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
14cf7bd20f
core: fix auto-apply of window layout in current window when option irc.look.buffer_switch_autojoin is on
2013-10-27 11:07:33 +01:00
Sebastien Helleu
0069dbb5f1
core: fix bind of keys in cursor/mouse context when key starts with "@" (remove the warning about unsafe key)
2013-10-26 12:22:22 +02:00
Sebastien Helleu
5a333b788d
lua: fix crash on calls to callbacks during load of script
2013-10-24 14:21:18 +02:00
Sebastien Helleu
52d72a3934
core: fix typo in /help weechat.history.max_buffer_lines_number
2013-10-20 21:49:21 +02:00
Sebastien Helleu
da695533d4
core: fix typo in /help weechat.history.max_buffer_lines_minutes
2013-10-20 21:42:54 +02:00
Sebastien Helleu
7014fbdd60
core: add warning about value 0 in help of some history options
...
Options affected:
- weechat.history.max_buffer_lines_minutes
- weechat.history.max_buffer_lines_number
- weechat.history.max_commands
2013-10-20 12:21:09 +02:00
Sebastien Helleu
53ec644ce1
core: fix truncated prefix when filters are toggled (bug #40204 )
2013-10-19 16:21:20 +02:00
Sebastien Helleu
2bde9453ed
core: use one date format when day changes from day to day+1
2013-10-10 19:42:11 +02:00
Sebastien Helleu
4b94b74990
irc: add option irc.look.notice_welcome_tags
2013-10-08 22:15:11 +02: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
07115ef3d0
core: add options to customize default text search in buffers
...
New options:
- weechat.look.buffer_search_case_sensitive (boolean, off by default)
- weechat.look.buffer_search_force_default (boolean, off by default)
- weechat.look.buffer_search_regex (boolean, off by default)
- weechat.look.buffer_search_where (prefix, message (by default), prefix_message)
2013-10-06 11:59:42 +02:00
Sebastien Helleu
7364853c9d
core: remove warning about proxy not found for option weechat.network.proxy_curl on startup
...
Proxies are not yet fully loaded (when reading weechat.conf), so the warning
is not displayed on startup, but only when option is changed.
2013-10-06 11:34:49 +02:00
Sebastien Helleu
66a0eb7a0b
irc: improve help of server option "autojoin"
2013-10-06 11:29:38 +02:00
Sebastien Helleu
b5f6874f2c
core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am in plugins
...
This "-no-undefined" was causing an error when detecting "ld" lib on Cygwin.
2013-10-05 20:17:18 +02:00
Sebastien Helleu
a6c188ce4f
relay: fix decoding of websocket frames when there are multiple frames in a single message received (only the first one was decoded)
2013-10-05 16:49:39 +02:00
Sebastien Helleu
7bf712d4c9
core: fix display of read marker after buffer switch when there is no line displayed after (only filtered lines)
2013-10-05 10:19:48 +02:00
Sebastien Helleu
1583ca88e5
irc: use "private" notify for welcome notices displayed in channel (like when they are displayed in server buffer)
2013-10-05 10:19:15 +02:00
Sebastien Helleu
5a119bb0f1
irc: remove target of notice (self nick) in the display of channel welcome notice (fix highlight problem)
2013-10-05 08:12:08 +02:00
Sebastien Helleu
86008b8502
irc: display target of notice when it is displayed in channel
...
With the new option irc.look.notice_welcome_redirect, a private notice could
have a channel at beginning of message (with format "[#channel]") and then be
displayed on the channel, without difference with a real channel notice
(received by all nicks in channel).
For example with these commands:
/notice nick2 [#channel] private notice
/notice #channel notice for whole channel
Old display was (on receiver side, in #channel):
-- | Notice(nick1): private notice
-- | Notice(nick1): notice for whole channel
New display is:
-- | Notice(nick1) -> nick2: private notice
-- | Notice(nick1) -> #channel: notice for whole channel
2013-10-04 14:07:08 +02:00
Sebastien Helleu
22b53c6019
irc: fix reconnection to server using IPv6 (bug #38819 , bug #40166 )
2013-10-03 19:46:53 +02:00
Sebastien Helleu
32f2ec42c6
core: replace some code by calls to function gui_chat_clrtoeol()
2013-10-02 16:24:03 +02:00
Sebastien Helleu
42dce54812
core: fix spaces displayed after combining chars (bug #40115 )
2013-10-02 08:03:22 +02:00
Sebastien Helleu
437ebb69d4
core: clear whole line before displaying content instead of clearing after the end of content (bug #40115 )
2013-09-30 19:26:09 +02:00
Sebastien Helleu
15173364c0
core: fix display of read marker (as horizontal line) or day change message after last buffer line when scrolling (bug #40126 )
2013-09-30 16:02:02 +02:00
Sebastien Helleu
8b966d1c7e
core: fix time displayed in status bar (it was one second late) (bug #40097 )
2013-09-24 22:55:27 +02:00
Sebastien Helleu
ad5a287134
core: fix extension (.exe) of symbolic link "weechat-curses" under Cygwin
2013-09-23 18:07:15 +02:00
Sebastien Helleu
92019c300c
core: replace some calls to ncurses *printw functions by *addstr
2013-09-23 13:07:45 +02:00
Sebastien Helleu
a9ca95241d
aspell: fix detection of word start/end when there are apostrophes or minus chars before/after word (thanks to Nils Görs)
2013-09-20 19:31:34 +02:00
Sebastien Helleu
2fcdba1332
irc: add extra info in /help irc.look.smart_filter_delay
2013-09-20 16:47:34 +02:00
Sebastien Helleu
7f27d88ca6
core: add proxy options username/password in /help secure
2013-09-20 10:27:08 +02:00
Sebastien Helleu
2110c6d92e
core: add support of secured data in proxy options username/password (evaluate content)
2013-09-19 15:12:04 +02:00
Sebastien Helleu
087e9cc008
irc: add note about evaluated content of "password" server option
2013-09-19 15:12:04 +02:00
Sebastien Helleu
e900579fba
relay: add support of secured data in option relay.network.password (evaluate content) (patch from Nils Görs)
2013-09-19 15:11:51 +02:00