Sebastien Helleu
e2510cbd04
Allow list of buffers in command /filter (exclusion with prefix "!") (task #10880 )
2011-03-09 10:13:41 +01:00
Sebastien Helleu
151c081229
Fix build when gnutls library is not found
2011-03-07 14:41:24 +01:00
Sebastien Helleu
384925eb7e
Add chars "`" and "_" in default value of option weechat.completion.nick_ignore_chars
2011-03-07 14:31:17 +01:00
Sebastien Helleu
b0a5492102
Reload file with certificate authorities when option weechat.network.gnutls_ca_file is changed
2011-03-06 22:29:03 +01:00
Sebastien Helleu
e8df46c005
Fix crash when setting wrong value in option irc.server.xxx.sasl_mechanism (bug #32670 )
2011-03-03 22:06:08 +01:00
Sebastien Helleu
c905dbbf9b
Fix build with gnutls < 2.9.10
2011-03-02 18:15:36 +01:00
Gu1ll4um3r0m41n
c265cad1c9
Fix verification of SSL certificates by calling gnutls verify callback (patch #7459 )
2011-03-02 15:20:36 +01:00
Sebastien Helleu
aeaa0dfb7c
Add optional command name for infolist_get on command hooks
2011-02-25 23:16:45 +01:00
Sebastien Helleu
4cd6fad268
Replace char "%" by "!" for reverse video in color attributes
2011-02-24 09:55:40 +01:00
Sebastien Helleu
b4ccd82a9d
Replace char "/" by ":" to specify background in nick colors
2011-02-22 19:33:44 +01:00
Sebastien Helleu
a63de084cf
Fix typo in /debug windows
2011-02-21 19:34:19 +01:00
Sebastien Helleu
412332653a
Allow relative size for command /window resize
2011-02-21 19:31:44 +01:00
Sebastien Helleu
65a609e33e
Add attributes for colors ("*": bold, "%": reverse, "_": underline)
2011-02-17 14:51:21 +01:00
Sebastien Helleu
2ef6fdb2a1
Add option "memory" to command /debug
2011-02-10 18:37:12 +01:00
Sebastien Helleu
3dbd5e3564
Add missing parentheses
2011-02-08 21:42:25 +01:00
Sebastien Helleu
cba46a3274
Fix typo in /help color: minimum color number for alias is 0 and not 1
2011-02-08 11:05:54 +01:00
Sebastien Helleu
d41e202d76
Remove unneeded spaces
2011-02-07 18:38:47 +01:00
Sebastien Helleu
ef71f59b2e
Improve display of commands lists in /help (add arguments -list and -listfull)
2011-02-07 18:33:05 +01:00
Sebastien Helleu
b1c8989835
Add option weechat.look.read_marker_string, use option hline_char for horizontal bar separators only
2011-02-05 15:29:51 +01:00
Sebastien Helleu
7d433b798f
Improve arguments displayed in /help of commands, display all commands with same name (for same command name in many plugins)
2011-02-04 22:12:19 +01:00
Sebastien Helleu
79ca61784c
Rename options add/del by alias/unalias in command /color
2011-02-02 23:01:55 +01:00
Sebastien Helleu
49da028a2c
Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (bug #32216 )
2011-02-01 19:00:09 +01:00
Sebastien Helleu
142fc29e25
Add some chars after cursor when scrolling input line: new option weechat.look.input_cursor_scroll (bug #21391 )
2011-01-31 21:42:04 +01:00
Sebastien Helleu
ccb08945a1
Dynamically allocate color pairs
...
This commit introduces major changes in 256 colors support:
- extended colors can be used without being added with command "/color add"
- background color is now allowed for nick colors (using slash separator)
2011-01-31 19:03:30 +01:00
Sebastien Helleu
1ca2261e95
Fix bug when closing color buffer with command /buffer close N
2011-01-20 09:37:20 +01:00
Sebastien Helleu
c31977f59c
Revert "Fix bug with /upgrade: check existence of binary even when command is executed without argument"
...
This reverts commit 3cd267ab23 .
With this fix, upgrade was not possible any more if WeeChat was run without path,
ie for example "weechat-curses" running "/usr/bin/weechat-curses".
2011-01-05 08:05:32 +01:00
Sebastien Helleu
3cd267ab23
Fix bug with /upgrade: check existence of binary even when command is executed without argument
2011-01-04 23:56:46 +01:00
Sebastien Helleu
a341d809b2
Fix crash when changing or removing color palette options
2011-01-03 14:41:14 +01:00
Sebastien Helleu
44e16c0511
Add function "hashtable_set_pointer" in plugin API
2011-01-02 16:32:54 +01:00
Sebastien Helleu
10bf2a8665
Test if variables are not NULL before free in function hook_print_exec
2011-01-02 13:09:02 +01:00
Sebastien Helleu
d24f6e9e17
Update copyright dates
2011-01-01 18:06:29 +01:00
Sebastien Helleu
0721bb1d4c
Add new command /color
2011-01-01 14:39:12 +01:00
Sebastien Helleu
391ca47674
Add info "weechat_upgrading", signal "upgrade_ended", display duration of upgrade
2010-12-26 12:16:47 +01:00
Sebastien Helleu
894da1c9ed
Allow more flexible format for palette options
...
Order of alias, pair and rgb is free and semicolon is not required any more
before or after pair.
2010-12-21 09:24:31 +01:00
Sebastien Helleu
2ee9f7b0fc
Replace the 10 nick color options and number of nick colors by a single option "weechat.color.chat_nick_colors" (comma separated list of colors)
2010-12-20 15:08:30 +01:00
Sebastien Helleu
cd7a02bec5
Add 256 colors support
...
Changes:
- new section "palette" in weechat.conf
- new API functions: list_search_pos and list_casesearch_pos
2010-12-20 10:13:37 +01:00
Sebastien Helleu
e80d6b93a5
Add command line option "-c" (or "--colors") to display default colors in terminal
2010-12-17 12:27:51 +01:00
Sebastien Helleu
4043ca3d38
Allow use of color pair number in color options and in API function "weechat_color"
2010-12-17 09:54:46 +01:00
Sebastien Helleu
ce269387a5
Fix infinite loop in API function string_has_highlight_regex if regex is empty
2010-12-09 23:09:49 +01:00
Sebastien Helleu
b6662ee3cf
Add color support in option weechat.look.buffer_time_format
2010-12-07 19:43:19 +01:00
Sebastien Helleu
e0b528600f
Call to hook_config when config option is created
2010-12-01 16:41:39 +01:00
Sebastien Helleu
528dc258ca
Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks"
2010-11-29 10:17:09 +01:00
Sebastien Helleu
0532412212
Use tag "no_highlight" for options/values printed by command /set
2010-11-28 12:41:50 +01:00
Sebastien Helleu
e92079cfe9
Add new option weechat.look.highlight_regex and function string_has_highlight_regex in plugin API (task #10321 )
2010-11-25 21:28:14 +01:00
Sebastien Helleu
8b9abab711
Fix problem with /set on boolean options with value "toggle"
2010-11-24 22:03:55 +01:00
Sebastien Helleu
0aff0ef66f
Fix high CPU usage during gnutls handshake
2010-11-19 21:27:00 +01:00
Sebastien Helleu
5b236c5658
Return an error when trying to set boolean option with invalid value
2010-11-19 14:56:25 +01:00
Sebastien Helleu
917ce33ef1
Add note about strftime in help of options weechat.look.buffer_time_format and weechat.look.item_time_format
2010-11-18 18:21:26 +01:00
Gu1ll4um3r0m41n
f15f114e4d
Fix infinite loop on gnutls handshake when connecting with SSL to server on wrong port or server with SSL problems (bug #27487 )
2010-11-18 17:35:08 +01:00
Sebastien Helleu
4d1c9a8315
Fix data sent to callback of hook_process, improve hook_process by using buffer
...
Fix: some data was sometimes missing (not sent to callback).
Improvement: use a 64KB buffer for child output and send data to callback only
when buffer is full.
2010-11-14 16:22:31 +01:00