Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
option if no palette option is defined)
|
|
option "weechat.color.chat_nick_colors" (comma separated list of colors)
|
|
Changes:
- new section "palette" in weechat.conf
- new API functions: list_search_pos and list_casesearch_pos
|
|
terminal
|
|
"weechat_color"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
initial commit, not working yet)
|
|
and "--n" for integers and colors
|
|
v0.2.6) (bug #22935), added "nicklist" infolist
|
|
|
|
|
|
|
|
fixed many memory leaks
|
|
display, fixed nick in input for IRC buffers
The "irc/debug" buffer is displayed when IRC debug is enabled (with "/debug irc" thru debug plugin).
If the buffer is closed, it is reopen when new messages are written, until debug is disabled by user (with "/debug irc").
|
|
|
|
Added group support for nicklist (with subgroups).
Partial changes in IRC protocol functions (new arguments with argv and argv_eol).
Fixed some bugs:
- nicklist in plugins API
- problem in main loop with select() when SIGWINCH is received (terminal resize)
- bug in string explode function
- bug in infobar countdown.
|
|
replaced "void *" pointers by structures
|
|
in buffer (faster and using less memory)
|
|
col_input_actions (task #5442)
|
|
|